@helsenorge/designsystem-react 12.12.2 → 12.12.3
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/lib/AnchorLink.js +66 -0
- package/lib/AnchorLink.js.map +1 -0
- package/lib/AsChildSlot.js +74 -0
- package/lib/AsChildSlot.js.map +1 -0
- package/lib/Avatar.js +40 -0
- package/lib/Avatar.js.map +1 -0
- package/lib/Badge.js +35 -0
- package/lib/Badge.js.map +1 -0
- package/lib/Button.js +178 -0
- package/lib/Button.js.map +1 -0
- package/lib/CHANGELOG.md +2563 -0
- package/lib/Checkbox.js +135 -0
- package/lib/Checkbox.js.map +1 -0
- package/lib/Close.js +50 -0
- package/lib/Close.js.map +1 -0
- package/lib/DictionaryTrigger.js +28 -0
- package/lib/DictionaryTrigger.js.map +1 -0
- package/lib/Drawer.js +249 -0
- package/lib/Drawer.js.map +1 -0
- package/lib/Duolist.js +92 -0
- package/lib/Duolist.js.map +1 -0
- package/lib/ElementHeader.js +151 -0
- package/lib/ElementHeader.js.map +1 -0
- package/lib/ElementHeaderText.js +35 -0
- package/lib/ElementHeaderText.js.map +1 -0
- package/lib/ErrorBoundary.js +41 -0
- package/lib/ErrorBoundary.js.map +1 -0
- package/lib/ErrorWrapper.js +15 -0
- package/lib/ErrorWrapper.js.map +1 -0
- package/lib/Expander.js +131 -0
- package/lib/Expander.js.map +1 -0
- package/lib/FormFieldTag.js +61 -0
- package/lib/FormFieldTag.js.map +1 -0
- package/lib/FormGroup.js +158 -0
- package/lib/FormGroup.js.map +1 -0
- package/lib/FormLayout.js +50 -0
- package/lib/FormLayout.js.map +1 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js +13 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js.map +1 -0
- package/lib/HelpDetails.js +65 -0
- package/lib/HelpDetails.js.map +1 -0
- package/lib/HelpTriggerIcon.js +124 -0
- package/lib/HelpTriggerIcon.js.map +1 -0
- package/lib/HelpTriggerStandalone.js +40 -0
- package/lib/HelpTriggerStandalone.js.map +1 -0
- package/lib/HighlightPanel.js +66 -0
- package/lib/HighlightPanel.js.map +1 -0
- package/lib/Highlighter.js +44 -0
- package/lib/Highlighter.js.map +1 -0
- package/lib/HorizontalScroll.js +59 -0
- package/lib/HorizontalScroll.js.map +1 -0
- package/lib/Icon.js +74 -0
- package/lib/Icon.js.map +1 -0
- package/lib/Illustration.js +49 -0
- package/lib/Illustration.js.map +1 -0
- package/lib/InfoTeaser.js +75 -0
- package/lib/InfoTeaser.js.map +1 -0
- package/lib/Input.js +207 -0
- package/lib/Input.js.map +1 -0
- package/lib/Label.js +140 -0
- package/lib/Label.js.map +1 -0
- package/lib/LazyIcon.js +33 -0
- package/lib/LazyIcon.js.map +1 -0
- package/lib/LazyIllustration.js +38 -0
- package/lib/LazyIllustration.js.map +1 -0
- package/lib/LinkList.js +152 -0
- package/lib/LinkList.js.map +1 -0
- package/lib/List.js +15 -0
- package/lib/List.js.map +1 -0
- package/lib/ListEditMode.js +42 -0
- package/lib/ListEditMode.js.map +1 -0
- package/lib/MaxCharacters.js +17 -0
- package/lib/MaxCharacters.js.map +1 -0
- package/lib/NotificationBadge.js +68 -0
- package/lib/NotificationBadge.js.map +1 -0
- package/lib/Panel.js +264 -0
- package/lib/Panel.js.map +1 -0
- package/lib/PanelOld.js +325 -0
- package/lib/PanelOld.js.map +1 -0
- package/lib/PanelTitle.js +19 -0
- package/lib/PanelTitle.js.map +1 -0
- package/lib/PopOver.js +80 -0
- package/lib/PopOver.js.map +1 -0
- package/lib/RadioButton.js +122 -0
- package/lib/RadioButton.js.map +1 -0
- package/lib/SVGVisualElement.js +3759 -0
- package/lib/SVGVisualElement.js.map +1 -0
- package/lib/Select.js +103 -0
- package/lib/Select.js.map +1 -0
- package/lib/SingleSelectItem.js +96 -0
- package/lib/SingleSelectItem.js.map +1 -0
- package/lib/Slider.js +305 -0
- package/lib/Slider.js.map +1 -0
- package/lib/Spacer.js +32 -0
- package/lib/Spacer.js.map +1 -0
- package/lib/StatusDot.js +106 -0
- package/lib/StatusDot.js.map +1 -0
- package/lib/StatusDotList.js +27 -0
- package/lib/StatusDotList.js.map +1 -0
- package/lib/StepButtons.js +32 -0
- package/lib/StepButtons.js.map +1 -0
- package/lib/TabList.js +190 -0
- package/lib/TabList.js.map +1 -0
- package/lib/TabPanel.js +16 -0
- package/lib/TabPanel.js.map +1 -0
- package/lib/Table.js +165 -0
- package/lib/Table.js.map +1 -0
- package/lib/TableBody.js +13 -0
- package/lib/TableBody.js.map +1 -0
- package/lib/TableCell.js +35 -0
- package/lib/TableCell.js.map +1 -0
- package/lib/TableExpandedRow.js +39 -0
- package/lib/TableExpandedRow.js.map +1 -0
- package/lib/TableExpanderCell.js +35 -0
- package/lib/TableExpanderCell.js.map +1 -0
- package/lib/TableHead.js +29 -0
- package/lib/TableHead.js.map +1 -0
- package/lib/TableHeadCell.js +52 -0
- package/lib/TableHeadCell.js.map +1 -0
- package/lib/TableRow.js +63 -0
- package/lib/TableRow.js.map +1 -0
- package/lib/Textarea.js +148 -0
- package/lib/Textarea.js.map +1 -0
- package/lib/Title.js +32 -0
- package/lib/Title.js.map +1 -0
- package/lib/Toast.js +43 -0
- package/lib/Toast.js.map +1 -0
- package/lib/__mocks__/IntersectionObserver.d.ts +6 -0
- package/lib/__mocks__/IntersectionObserver.js +15 -0
- package/lib/__mocks__/IntersectionObserver.js.map +1 -0
- package/lib/__mocks__/MutationObserver.d.ts +5 -0
- package/lib/__mocks__/MutationObserver.js +13 -0
- package/lib/__mocks__/MutationObserver.js.map +1 -0
- package/lib/__mocks__/ResizeObserver.d.ts +6 -0
- package/lib/__mocks__/ResizeObserver.js +15 -0
- package/lib/__mocks__/ResizeObserver.js.map +1 -0
- package/lib/__mocks__/matchMedia.d.ts +1 -0
- package/lib/__mocks__/matchMedia.js +15 -0
- package/lib/__mocks__/matchMedia.js.map +1 -0
- package/lib/__mocks__/useHover.d.ts +1 -0
- package/lib/__mocks__/useHover.js +6 -0
- package/lib/__mocks__/useHover.js.map +1 -0
- package/lib/__mocks__/useLayoutEvent.d.ts +1 -0
- package/lib/__mocks__/useLayoutEvent.js +4 -0
- package/lib/__mocks__/useLayoutEvent.js.map +1 -0
- package/lib/__mocks__/useOutsideEvent.d.ts +1 -0
- package/lib/__mocks__/useOutsideEvent.js +4 -0
- package/lib/__mocks__/useOutsideEvent.js.map +1 -0
- package/lib/__mocks__/usePseudoClasses.d.ts +1 -0
- package/lib/__mocks__/usePseudoClasses.js +6 -0
- package/lib/__mocks__/usePseudoClasses.js.map +1 -0
- package/lib/__mocks__/useSize.d.ts +1 -0
- package/lib/__mocks__/useSize.js +11 -0
- package/lib/__mocks__/useSize.js.map +1 -0
- package/lib/__mocks__/uuid.d.ts +1 -0
- package/lib/__mocks__/uuid.js +9 -0
- package/lib/__mocks__/uuid.js.map +1 -0
- package/lib/clamp.js +11 -0
- package/lib/clamp.js.map +1 -0
- package/lib/components/AnchorLink/AnchorLink.d.ts +24 -0
- package/lib/components/AnchorLink/AnchorLink.test.d.ts +1 -0
- package/lib/components/AnchorLink/index.d.ts +3 -0
- package/lib/components/AnchorLink/index.js +5 -0
- package/lib/components/AnchorLink/index.js.map +1 -0
- package/lib/components/ArticleTeaser/ArticleTeaser.d.ts +23 -0
- package/lib/components/ArticleTeaser/ArticleTeaser.test.d.ts +1 -0
- package/lib/components/ArticleTeaser/index.d.ts +3 -0
- package/lib/components/ArticleTeaser/index.js +67 -0
- package/lib/components/ArticleTeaser/index.js.map +1 -0
- package/lib/components/ArticleTeaser/resourceHelper.d.ts +3 -0
- package/lib/components/AsChildSlot/AsChildSlot.d.ts +23 -0
- package/lib/components/AsChildSlot/AsChildSlot.test.d.ts +1 -0
- package/lib/components/AsChildSlot/index.d.ts +3 -0
- package/lib/components/AsChildSlot/index.js +6 -0
- package/lib/components/AsChildSlot/index.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +24 -0
- package/lib/components/Avatar/Avatar.test.d.ts +1 -0
- package/lib/components/Avatar/index.d.ts +3 -0
- package/lib/components/Avatar/index.js +7 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Badge/Badge.d.ts +23 -0
- package/lib/components/Badge/Badge.test.d.ts +1 -0
- package/lib/components/Badge/NotificationBadge.d.ts +17 -0
- package/lib/components/Badge/index.d.ts +3 -0
- package/lib/components/Badge/index.js +5 -0
- package/lib/components/Badge/index.js.map +1 -0
- package/lib/components/Button/Button.d.ts +53 -0
- package/lib/components/Button/Button.test.d.ts +1 -0
- package/lib/components/Button/index.d.ts +3 -0
- package/lib/components/Button/index.js +5 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +25 -0
- package/lib/components/Checkbox/Checkbox.test.d.ts +1 -0
- package/lib/components/Checkbox/index.d.ts +3 -0
- package/lib/components/Checkbox/index.js +6 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +31 -0
- package/lib/components/Chip/Chip.test.d.ts +1 -0
- package/lib/components/Chip/index.d.ts +3 -0
- package/lib/components/Chip/index.js +51 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Close/Close.d.ts +17 -0
- package/lib/components/Close/Close.test.d.ts +1 -0
- package/lib/components/Close/index.d.ts +3 -0
- package/lib/components/Close/index.js +5 -0
- package/lib/components/Close/index.js.map +1 -0
- package/lib/components/DictionaryTrigger/DictionaryTrigger.d.ts +21 -0
- package/lib/components/DictionaryTrigger/DictionaryTrigger.test.d.ts +1 -0
- package/lib/components/DictionaryTrigger/index.d.ts +3 -0
- package/lib/components/DictionaryTrigger/index.js +5 -0
- package/lib/components/DictionaryTrigger/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.d.ts +52 -0
- package/lib/components/Drawer/Drawer.test.d.ts +1 -0
- package/lib/components/Drawer/index.d.ts +3 -0
- package/lib/components/Drawer/index.js +5 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/Drawer/resourceHelper.d.ts +3 -0
- package/lib/components/Dropdown/Dropdown.d.ts +40 -0
- package/lib/components/Dropdown/Dropdown.test.d.ts +1 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.d.ts +18 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.test.d.ts +1 -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 +6 -0
- package/lib/components/Dropdown/SingleSelect/index.js.map +1 -0
- package/lib/components/Dropdown/index.d.ts +3 -0
- package/lib/components/Dropdown/index.js +273 -0
- package/lib/components/Dropdown/index.js.map +1 -0
- package/lib/components/Dropdown/resourceHelper.d.ts +3 -0
- package/lib/components/DropdownOld/DropdownOld.d.ts +42 -0
- package/lib/components/DropdownOld/DropdownOld.test.d.ts +0 -0
- package/lib/components/DropdownOld/index.d.ts +3 -0
- package/lib/components/DropdownOld/index.js +194 -0
- package/lib/components/DropdownOld/index.js.map +1 -0
- package/lib/components/DropdownOld/resourceHelper.d.ts +3 -0
- package/lib/components/Duolist/Duolist.d.ts +46 -0
- package/lib/components/Duolist/Duolist.test.d.ts +1 -0
- package/lib/components/Duolist/index.d.ts +3 -0
- package/lib/components/Duolist/index.js +8 -0
- package/lib/components/Duolist/index.js.map +1 -0
- package/lib/components/ElementHeader/ElementHeader.d.ts +59 -0
- package/lib/components/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +25 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.d.ts +3 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js +6 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js.map +1 -0
- package/lib/components/ElementHeader/StatusDotList/StatusDotList.d.ts +23 -0
- package/lib/components/ElementHeader/StatusDotList/index.d.ts +3 -0
- package/lib/components/ElementHeader/StatusDotList/index.js +6 -0
- package/lib/components/ElementHeader/StatusDotList/index.js.map +1 -0
- package/lib/components/ElementHeader/index.d.ts +3 -0
- package/lib/components/ElementHeader/index.js +9 -0
- package/lib/components/ElementHeader/index.js.map +1 -0
- package/lib/components/EmptyState/EmptyBoxBeeMedium.d.ts +4 -0
- package/lib/components/EmptyState/EmptyBoxBeeSmall.d.ts +4 -0
- package/lib/components/EmptyState/EmptyState.d.ts +32 -0
- package/lib/components/EmptyState/EmptyState.test.d.ts +1 -0
- package/lib/components/EmptyState/index.d.ts +3 -0
- package/lib/components/EmptyState/index.js +306 -0
- package/lib/components/EmptyState/index.js.map +1 -0
- package/lib/components/ErrorWrapper/ErrorWrapper.d.ts +22 -0
- package/lib/components/ErrorWrapper/ErrorWrapper.test.d.ts +1 -0
- package/lib/components/ErrorWrapper/index.d.ts +3 -0
- package/lib/components/ErrorWrapper/index.js +6 -0
- package/lib/components/ErrorWrapper/index.js.map +1 -0
- package/lib/components/Expander/Expander.d.ts +40 -0
- package/lib/components/Expander/Expander.test.d.ts +1 -0
- package/lib/components/Expander/index.d.ts +3 -0
- package/lib/components/Expander/index.js +7 -0
- package/lib/components/Expander/index.js.map +1 -0
- package/lib/components/ExpanderHierarchy/Expander.d.ts +19 -0
- package/lib/components/ExpanderHierarchy/ExpanderButton.d.ts +10 -0
- package/lib/components/ExpanderHierarchy/ExpanderHierarchy.d.ts +21 -0
- package/lib/components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts +1 -0
- package/lib/components/ExpanderHierarchy/index.d.ts +3 -0
- package/lib/components/ExpanderHierarchy/index.js +115 -0
- package/lib/components/ExpanderHierarchy/index.js.map +1 -0
- package/lib/components/ExpanderHierarchy/utils.d.ts +2 -0
- package/lib/components/ExpanderList/ExpanderList.d.ts +70 -0
- package/lib/components/ExpanderList/ExpanderList.test.d.ts +0 -0
- package/lib/components/ExpanderList/index.d.ts +3 -0
- package/lib/components/ExpanderList/index.js +219 -0
- package/lib/components/ExpanderList/index.js.map +1 -0
- package/lib/components/EyebrowHeader/EyebrowHeader.d.ts +17 -0
- package/lib/components/EyebrowHeader/EyebrowHeader.test.d.ts +1 -0
- package/lib/components/EyebrowHeader/index.d.ts +3 -0
- package/lib/components/EyebrowHeader/index.js +15 -0
- package/lib/components/EyebrowHeader/index.js.map +1 -0
- package/lib/components/FavoriteButton/FavoriteButton.d.ts +19 -0
- package/lib/components/FavoriteButton/FavoriteButton.test.d.ts +1 -0
- package/lib/components/FavoriteButton/StarIcon.d.ts +4 -0
- package/lib/components/FavoriteButton/index.d.ts +3 -0
- package/lib/components/FavoriteButton/index.js +209 -0
- package/lib/components/FavoriteButton/index.js.map +1 -0
- package/lib/components/FavoriteButton/resourceHelper.d.ts +3 -0
- package/lib/components/FormFieldTag/FormFieldTag.d.ts +15 -0
- package/lib/components/FormFieldTag/FormFieldTag.test.d.ts +1 -0
- package/lib/components/FormFieldTag/index.d.ts +3 -0
- package/lib/components/FormFieldTag/index.js +5 -0
- package/lib/components/FormFieldTag/index.js.map +1 -0
- package/lib/components/FormFieldTag/resourceHelper.d.ts +3 -0
- package/lib/components/FormGroup/FormGroup.d.ts +45 -0
- package/lib/components/FormGroup/FormGroup.test.d.ts +1 -0
- package/lib/components/FormGroup/index.d.ts +3 -0
- package/lib/components/FormGroup/index.js +6 -0
- package/lib/components/FormGroup/index.js.map +1 -0
- package/lib/components/FormLayout/FormLayout.d.ts +27 -0
- package/lib/components/FormLayout/FormLayout.test.d.ts +1 -0
- package/lib/components/FormLayout/index.d.ts +3 -0
- package/lib/components/FormLayout/index.js +8 -0
- package/lib/components/FormLayout/index.js.map +1 -0
- package/lib/components/HelpBubble/HelpBubble.d.ts +43 -0
- package/lib/components/HelpBubble/HelpBubble.test.d.ts +1 -0
- package/lib/components/HelpBubble/index.d.ts +3 -0
- package/lib/components/HelpBubble/index.js +94 -0
- package/lib/components/HelpBubble/index.js.map +1 -0
- package/lib/components/HelpBubble/resourceHelper.d.ts +3 -0
- package/lib/components/HelpDetails/HelpDetails.d.ts +11 -0
- package/lib/components/HelpDetails/HelpDetails.test.d.ts +1 -0
- package/lib/components/HelpDrawer/HelpDrawer.d.ts +11 -0
- package/lib/components/HelpDrawer/HelpDrawer.test.d.ts +1 -0
- package/lib/components/HelpDrawer/index.d.ts +3 -0
- package/lib/components/HelpDrawer/index.js +40 -0
- package/lib/components/HelpDrawer/index.js.map +1 -0
- package/lib/components/HelpDrawer/resourceHelper.d.ts +3 -0
- package/lib/components/HelpExpanderInline/HelpExpanderInline.d.ts +17 -0
- package/lib/components/HelpExpanderInline/HelpExpanderInline.test.d.ts +1 -0
- package/lib/components/HelpExpanderInline/index.d.ts +3 -0
- package/lib/components/HelpExpanderInline/index.js +16 -0
- package/lib/components/HelpExpanderInline/index.js.map +1 -0
- package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +28 -0
- package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts +1 -0
- package/lib/components/HelpExpanderStandalone/index.d.ts +3 -0
- package/lib/components/HelpExpanderStandalone/index.js +50 -0
- package/lib/components/HelpExpanderStandalone/index.js.map +1 -0
- package/lib/components/HelpPanel/HelpPanel.d.ts +16 -0
- package/lib/components/HelpPanel/HelpPanel.test.d.ts +1 -0
- package/lib/components/HelpPanel/index.d.ts +3 -0
- package/lib/components/HelpPanel/index.js +22 -0
- package/lib/components/HelpPanel/index.js.map +1 -0
- package/lib/components/HelpTeaser/HelpTeaser.d.ts +20 -0
- package/lib/components/HelpTeaser/HelpTeaser.test.d.ts +1 -0
- package/lib/components/HelpTeaser/index.d.ts +3 -0
- package/lib/components/HelpTeaser/index.js +25 -0
- package/lib/components/HelpTeaser/index.js.map +1 -0
- package/lib/components/HelpTooltip/HelpTooltip.d.ts +13 -0
- package/lib/components/HelpTooltip/HelpTooltip.test.d.ts +1 -0
- package/lib/components/HelpTooltip/index.d.ts +3 -0
- package/lib/components/HelpTooltip/index.js +33 -0
- package/lib/components/HelpTooltip/index.js.map +1 -0
- package/lib/components/HelpTriggerIcon/HelpSign.d.ts +8 -0
- package/lib/components/HelpTriggerIcon/HelpTriggerIcon.d.ts +40 -0
- package/lib/components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts +1 -0
- package/lib/components/HelpTriggerIcon/index.d.ts +3 -0
- package/lib/components/HelpTriggerIcon/index.js +7 -0
- package/lib/components/HelpTriggerIcon/index.js.map +1 -0
- package/lib/components/HelpTriggerInline/HelpTriggerInline.d.ts +28 -0
- package/lib/components/HelpTriggerInline/HelpTriggerInline.test.d.ts +1 -0
- package/lib/components/HelpTriggerInline/index.d.ts +3 -0
- package/lib/components/HelpTriggerInline/index.js +38 -0
- package/lib/components/HelpTriggerInline/index.js.map +1 -0
- package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +28 -0
- package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts +1 -0
- package/lib/components/HelpTriggerStandalone/index.d.ts +3 -0
- package/lib/components/HelpTriggerStandalone/index.js +5 -0
- package/lib/components/HelpTriggerStandalone/index.js.map +1 -0
- package/lib/components/HighlightPanel/HighlightPanel.d.ts +30 -0
- package/lib/components/HighlightPanel/HighlightPanel.test.d.ts +1 -0
- package/lib/components/HighlightPanel/index.d.ts +3 -0
- package/lib/components/HighlightPanel/index.js +5 -0
- package/lib/components/HighlightPanel/index.js.map +1 -0
- package/lib/components/Highlighter/Highlighter.d.ts +7 -0
- package/lib/components/Highlighter/Highlighter.test.d.ts +1 -0
- package/lib/components/Highlighter/index.d.ts +3 -0
- package/lib/components/Highlighter/index.js +6 -0
- package/lib/components/Highlighter/index.js.map +1 -0
- package/lib/components/HorizontalScroll/HorizontalScroll.d.ts +13 -0
- package/lib/components/HorizontalScroll/HorizontalScroll.test.d.ts +1 -0
- package/lib/components/HorizontalScroll/index.d.ts +3 -0
- package/lib/components/HorizontalScroll/index.js +6 -0
- package/lib/components/HorizontalScroll/index.js.map +1 -0
- package/lib/components/Icon/Icon.d.ts +37 -0
- package/lib/components/Icon/Icon.test.d.ts +1 -0
- package/lib/components/Icon/index.d.ts +4 -0
- package/lib/components/Icon/index.js +10 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icons/ActiveMonitoring.d.ts +4 -0
- package/lib/components/Icons/ActiveMonitoring.js +22 -0
- package/lib/components/Icons/ActiveMonitoring.js.map +1 -0
- package/lib/components/Icons/AcupunctureBack.d.ts +4 -0
- package/lib/components/Icons/AcupunctureBack.js +24 -0
- package/lib/components/Icons/AcupunctureBack.js.map +1 -0
- package/lib/components/Icons/AdditionalIconInformation.d.ts +1343 -0
- package/lib/components/Icons/AdditionalIconInformation.js +341 -0
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/lib/components/Icons/AlarmClock.d.ts +4 -0
- package/lib/components/Icons/AlarmClock.js +35 -0
- package/lib/components/Icons/AlarmClock.js.map +1 -0
- package/lib/components/Icons/AlertSignFill.d.ts +4 -0
- package/lib/components/Icons/AlertSignFill.js +13 -0
- package/lib/components/Icons/AlertSignFill.js.map +1 -0
- package/lib/components/Icons/AlertSignStroke.d.ts +4 -0
- package/lib/components/Icons/AlertSignStroke.js +13 -0
- package/lib/components/Icons/AlertSignStroke.js.map +1 -0
- package/lib/components/Icons/Amputation.d.ts +4 -0
- package/lib/components/Icons/Amputation.js +10 -0
- package/lib/components/Icons/Amputation.js.map +1 -0
- package/lib/components/Icons/Anxiety.d.ts +4 -0
- package/lib/components/Icons/Anxiety.js +10 -0
- package/lib/components/Icons/Anxiety.js.map +1 -0
- package/lib/components/Icons/Apple.d.ts +4 -0
- package/lib/components/Icons/Apple.js +10 -0
- package/lib/components/Icons/Apple.js.map +1 -0
- package/lib/components/Icons/Archive.d.ts +4 -0
- package/lib/components/Icons/Archive.js +37 -0
- package/lib/components/Icons/Archive.js.map +1 -0
- package/lib/components/Icons/ArmFlexing.d.ts +4 -0
- package/lib/components/Icons/ArmFlexing.js +10 -0
- package/lib/components/Icons/ArmFlexing.js.map +1 -0
- package/lib/components/Icons/ArrowDown.d.ts +4 -0
- package/lib/components/Icons/ArrowDown.js +37 -0
- package/lib/components/Icons/ArrowDown.js.map +1 -0
- package/lib/components/Icons/ArrowLeft.d.ts +4 -0
- package/lib/components/Icons/ArrowLeft.js +13 -0
- package/lib/components/Icons/ArrowLeft.js.map +1 -0
- package/lib/components/Icons/ArrowRight.d.ts +4 -0
- package/lib/components/Icons/ArrowRight.js +13 -0
- package/lib/components/Icons/ArrowRight.js.map +1 -0
- package/lib/components/Icons/ArrowUp.d.ts +4 -0
- package/lib/components/Icons/ArrowUp.js +37 -0
- package/lib/components/Icons/ArrowUp.js.map +1 -0
- package/lib/components/Icons/ArrowUpRight.d.ts +4 -0
- package/lib/components/Icons/ArrowUpRight.js +13 -0
- package/lib/components/Icons/ArrowUpRight.js.map +1 -0
- package/lib/components/Icons/Attachment.d.ts +4 -0
- package/lib/components/Icons/Attachment.js +29 -0
- package/lib/components/Icons/Attachment.js.map +1 -0
- package/lib/components/Icons/Atv.d.ts +4 -0
- package/lib/components/Icons/Atv.js +10 -0
- package/lib/components/Icons/Atv.js.map +1 -0
- package/lib/components/Icons/Avatar.d.ts +4 -0
- package/lib/components/Icons/Avatar.js +13 -0
- package/lib/components/Icons/Avatar.js.map +1 -0
- package/lib/components/Icons/AwakePersonOnPillow.d.ts +4 -0
- package/lib/components/Icons/AwakePersonOnPillow.js +10 -0
- package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/lib/components/Icons/Baby.d.ts +4 -0
- package/lib/components/Icons/Baby.js +10 -0
- package/lib/components/Icons/Baby.js.map +1 -0
- package/lib/components/Icons/BandAid.d.ts +4 -0
- package/lib/components/Icons/BandAid.js +10 -0
- package/lib/components/Icons/BandAid.js.map +1 -0
- package/lib/components/Icons/BeerAndPills.d.ts +4 -0
- package/lib/components/Icons/BeerAndPills.js +22 -0
- package/lib/components/Icons/BeerAndPills.js.map +1 -0
- package/lib/components/Icons/Bell.d.ts +4 -0
- package/lib/components/Icons/Bell.js +10 -0
- package/lib/components/Icons/Bell.js.map +1 -0
- package/lib/components/Icons/Bike.d.ts +4 -0
- package/lib/components/Icons/Bike.js +10 -0
- package/lib/components/Icons/Bike.js.map +1 -0
- package/lib/components/Icons/BirthControl.d.ts +4 -0
- package/lib/components/Icons/BirthControl.js +22 -0
- package/lib/components/Icons/BirthControl.js.map +1 -0
- package/lib/components/Icons/BirthdayCake.d.ts +4 -0
- package/lib/components/Icons/BirthdayCake.js +10 -0
- package/lib/components/Icons/BirthdayCake.js.map +1 -0
- package/lib/components/Icons/Boat.d.ts +4 -0
- package/lib/components/Icons/Boat.js +10 -0
- package/lib/components/Icons/Boat.js.map +1 -0
- package/lib/components/Icons/Body.d.ts +4 -0
- package/lib/components/Icons/Body.js +22 -0
- package/lib/components/Icons/Body.js.map +1 -0
- package/lib/components/Icons/Braille.d.ts +4 -0
- package/lib/components/Icons/Braille.js +11 -0
- package/lib/components/Icons/Braille.js.map +1 -0
- package/lib/components/Icons/Brain.d.ts +4 -0
- package/lib/components/Icons/Brain.js +10 -0
- package/lib/components/Icons/Brain.js.map +1 -0
- package/lib/components/Icons/BreastReconstruction.d.ts +4 -0
- package/lib/components/Icons/BreastReconstruction.js +22 -0
- package/lib/components/Icons/BreastReconstruction.js.map +1 -0
- package/lib/components/Icons/BreastRemoval.d.ts +4 -0
- package/lib/components/Icons/BreastRemoval.js +22 -0
- package/lib/components/Icons/BreastRemoval.js.map +1 -0
- package/lib/components/Icons/Breasts.d.ts +4 -0
- package/lib/components/Icons/Breasts.js +10 -0
- package/lib/components/Icons/Breasts.js.map +1 -0
- package/lib/components/Icons/BrokenHeart.d.ts +4 -0
- package/lib/components/Icons/BrokenHeart.js +10 -0
- package/lib/components/Icons/BrokenHeart.js.map +1 -0
- package/lib/components/Icons/BrokenPuzzle.d.ts +4 -0
- package/lib/components/Icons/BrokenPuzzle.js +10 -0
- package/lib/components/Icons/BrokenPuzzle.js.map +1 -0
- package/lib/components/Icons/Bus.d.ts +4 -0
- package/lib/components/Icons/Bus.js +32 -0
- package/lib/components/Icons/Bus.js.map +1 -0
- package/lib/components/Icons/Calendar.d.ts +4 -0
- package/lib/components/Icons/Calendar.js +37 -0
- package/lib/components/Icons/Calendar.js.map +1 -0
- package/lib/components/Icons/CalendarChange.d.ts +4 -0
- package/lib/components/Icons/CalendarChange.js +37 -0
- package/lib/components/Icons/CalendarChange.js.map +1 -0
- package/lib/components/Icons/CalendarCheck.d.ts +4 -0
- package/lib/components/Icons/CalendarCheck.js +37 -0
- package/lib/components/Icons/CalendarCheck.js.map +1 -0
- package/lib/components/Icons/CalendarEvent.d.ts +4 -0
- package/lib/components/Icons/CalendarEvent.js +10 -0
- package/lib/components/Icons/CalendarEvent.js.map +1 -0
- package/lib/components/Icons/CalendarSave.d.ts +4 -0
- package/lib/components/Icons/CalendarSave.js +13 -0
- package/lib/components/Icons/CalendarSave.js.map +1 -0
- package/lib/components/Icons/Cancer.d.ts +4 -0
- package/lib/components/Icons/Cancer.js +24 -0
- package/lib/components/Icons/Cancer.js.map +1 -0
- package/lib/components/Icons/Candle.d.ts +4 -0
- package/lib/components/Icons/Candle.js +23 -0
- package/lib/components/Icons/Candle.js.map +1 -0
- package/lib/components/Icons/Car.d.ts +4 -0
- package/lib/components/Icons/Car.js +10 -0
- package/lib/components/Icons/Car.js.map +1 -0
- package/lib/components/Icons/Carton.d.ts +4 -0
- package/lib/components/Icons/Carton.js +42 -0
- package/lib/components/Icons/Carton.js.map +1 -0
- package/lib/components/Icons/Change.d.ts +4 -0
- package/lib/components/Icons/Change.js +46 -0
- package/lib/components/Icons/Change.js.map +1 -0
- package/lib/components/Icons/Check.d.ts +4 -0
- package/lib/components/Icons/Check.js +13 -0
- package/lib/components/Icons/Check.js.map +1 -0
- package/lib/components/Icons/CheckFill.d.ts +4 -0
- package/lib/components/Icons/CheckFill.js +37 -0
- package/lib/components/Icons/CheckFill.js.map +1 -0
- package/lib/components/Icons/CheckOutline.d.ts +4 -0
- package/lib/components/Icons/CheckOutline.js +22 -0
- package/lib/components/Icons/CheckOutline.js.map +1 -0
- package/lib/components/Icons/Chest.d.ts +4 -0
- package/lib/components/Icons/Chest.js +10 -0
- package/lib/components/Icons/Chest.js.map +1 -0
- package/lib/components/Icons/ChevronDown.d.ts +4 -0
- package/lib/components/Icons/ChevronDown.js +13 -0
- package/lib/components/Icons/ChevronDown.js.map +1 -0
- package/lib/components/Icons/ChevronLeft.d.ts +4 -0
- package/lib/components/Icons/ChevronLeft.js +13 -0
- package/lib/components/Icons/ChevronLeft.js.map +1 -0
- package/lib/components/Icons/ChevronRight.d.ts +4 -0
- package/lib/components/Icons/ChevronRight.js +13 -0
- package/lib/components/Icons/ChevronRight.js.map +1 -0
- package/lib/components/Icons/ChevronUp.d.ts +4 -0
- package/lib/components/Icons/ChevronUp.js +13 -0
- package/lib/components/Icons/ChevronUp.js.map +1 -0
- package/lib/components/Icons/ChevronsDown.d.ts +4 -0
- package/lib/components/Icons/ChevronsDown.js +37 -0
- package/lib/components/Icons/ChevronsDown.js.map +1 -0
- package/lib/components/Icons/ChevronsUp.d.ts +4 -0
- package/lib/components/Icons/ChevronsUp.js +37 -0
- package/lib/components/Icons/ChevronsUp.js.map +1 -0
- package/lib/components/Icons/ChildPlaying.d.ts +4 -0
- package/lib/components/Icons/ChildPlaying.js +16 -0
- package/lib/components/Icons/ChildPlaying.js.map +1 -0
- package/lib/components/Icons/Cigarette.d.ts +4 -0
- package/lib/components/Icons/Cigarette.js +10 -0
- package/lib/components/Icons/Cigarette.js.map +1 -0
- package/lib/components/Icons/Coins.d.ts +4 -0
- package/lib/components/Icons/Coins.js +22 -0
- package/lib/components/Icons/Coins.js.map +1 -0
- package/lib/components/Icons/Contacts.d.ts +4 -0
- package/lib/components/Icons/Contacts.js +13 -0
- package/lib/components/Icons/Contacts.js.map +1 -0
- package/lib/components/Icons/Copy.d.ts +4 -0
- package/lib/components/Icons/Copy.js +24 -0
- package/lib/components/Icons/Copy.js.map +1 -0
- package/lib/components/Icons/CoronaCertificate.d.ts +4 -0
- package/lib/components/Icons/CoronaCertificate.js +22 -0
- package/lib/components/Icons/CoronaCertificate.js.map +1 -0
- package/lib/components/Icons/Coronavirus.d.ts +4 -0
- package/lib/components/Icons/Coronavirus.js +10 -0
- package/lib/components/Icons/Coronavirus.js.map +1 -0
- package/lib/components/Icons/Cough.d.ts +4 -0
- package/lib/components/Icons/Cough.js +10 -0
- package/lib/components/Icons/Cough.js.map +1 -0
- package/lib/components/Icons/CreditCard.d.ts +4 -0
- package/lib/components/Icons/CreditCard.js +48 -0
- package/lib/components/Icons/CreditCard.js.map +1 -0
- package/lib/components/Icons/CriticalHealthInfo.d.ts +4 -0
- package/lib/components/Icons/CriticalHealthInfo.js +10 -0
- package/lib/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/lib/components/Icons/Cross.d.ts +4 -0
- package/lib/components/Icons/Cross.js +10 -0
- package/lib/components/Icons/Cross.js.map +1 -0
- package/lib/components/Icons/DataExchange.d.ts +4 -0
- package/lib/components/Icons/DataExchange.js +22 -0
- package/lib/components/Icons/DataExchange.js.map +1 -0
- package/lib/components/Icons/DataReceived.d.ts +4 -0
- package/lib/components/Icons/DataReceived.js +22 -0
- package/lib/components/Icons/DataReceived.js.map +1 -0
- package/lib/components/Icons/DataSent.d.ts +4 -0
- package/lib/components/Icons/DataSent.js +22 -0
- package/lib/components/Icons/DataSent.js.map +1 -0
- package/lib/components/Icons/Depression.d.ts +4 -0
- package/lib/components/Icons/Depression.js +10 -0
- package/lib/components/Icons/Depression.js.map +1 -0
- package/lib/components/Icons/DigestiveSystem.d.ts +4 -0
- package/lib/components/Icons/DigestiveSystem.js +16 -0
- package/lib/components/Icons/DigestiveSystem.js.map +1 -0
- package/lib/components/Icons/Dizzy.d.ts +4 -0
- package/lib/components/Icons/Dizzy.js +10 -0
- package/lib/components/Icons/Dizzy.js.map +1 -0
- package/lib/components/Icons/Documents.d.ts +4 -0
- package/lib/components/Icons/Documents.js +10 -0
- package/lib/components/Icons/Documents.js.map +1 -0
- package/lib/components/Icons/Dog.d.ts +4 -0
- package/lib/components/Icons/Dog.js +10 -0
- package/lib/components/Icons/Dog.js.map +1 -0
- package/lib/components/Icons/DonorCard.d.ts +4 -0
- package/lib/components/Icons/DonorCard.js +10 -0
- package/lib/components/Icons/DonorCard.js.map +1 -0
- package/lib/components/Icons/DotActive.d.ts +4 -0
- package/lib/components/Icons/DotActive.js +16 -0
- package/lib/components/Icons/DotActive.js.map +1 -0
- package/lib/components/Icons/DotAlert.d.ts +4 -0
- package/lib/components/Icons/DotAlert.js +30 -0
- package/lib/components/Icons/DotAlert.js.map +1 -0
- package/lib/components/Icons/DotCancelled.d.ts +4 -0
- package/lib/components/Icons/DotCancelled.js +30 -0
- package/lib/components/Icons/DotCancelled.js.map +1 -0
- package/lib/components/Icons/DotHalfDisc.d.ts +4 -0
- package/lib/components/Icons/DotHalfDisc.js +30 -0
- package/lib/components/Icons/DotHalfDisc.js.map +1 -0
- package/lib/components/Icons/DotInactive.d.ts +4 -0
- package/lib/components/Icons/DotInactive.js +30 -0
- package/lib/components/Icons/DotInactive.js.map +1 -0
- package/lib/components/Icons/DotInfo.d.ts +4 -0
- package/lib/components/Icons/DotInfo.js +38 -0
- package/lib/components/Icons/DotInfo.js.map +1 -0
- package/lib/components/Icons/DotLookingGlass.d.ts +4 -0
- package/lib/components/Icons/DotLookingGlass.js +30 -0
- package/lib/components/Icons/DotLookingGlass.js.map +1 -0
- package/lib/components/Icons/DotPending.d.ts +4 -0
- package/lib/components/Icons/DotPending.js +16 -0
- package/lib/components/Icons/DotPending.js.map +1 -0
- package/lib/components/Icons/DotQuestionMark.d.ts +4 -0
- package/lib/components/Icons/DotQuestionMark.js +30 -0
- package/lib/components/Icons/DotQuestionMark.js.map +1 -0
- package/lib/components/Icons/DotSuccess.d.ts +4 -0
- package/lib/components/Icons/DotSuccess.js +30 -0
- package/lib/components/Icons/DotSuccess.js.map +1 -0
- package/lib/components/Icons/DotTransparent.d.ts +4 -0
- package/lib/components/Icons/DotTransparent.js +30 -0
- package/lib/components/Icons/DotTransparent.js.map +1 -0
- package/lib/components/Icons/DotWarningTriangle.d.ts +4 -0
- package/lib/components/Icons/DotWarningTriangle.js +30 -0
- package/lib/components/Icons/DotWarningTriangle.js.map +1 -0
- package/lib/components/Icons/Download.d.ts +4 -0
- package/lib/components/Icons/Download.js +37 -0
- package/lib/components/Icons/Download.js.map +1 -0
- package/lib/components/Icons/Draft.d.ts +4 -0
- package/lib/components/Icons/Draft.js +10 -0
- package/lib/components/Icons/Draft.js.map +1 -0
- package/lib/components/Icons/Drag.d.ts +4 -0
- package/lib/components/Icons/Drag.js +11 -0
- package/lib/components/Icons/Drag.js.map +1 -0
- package/lib/components/Icons/EChat.d.ts +4 -0
- package/lib/components/Icons/EChat.js +13 -0
- package/lib/components/Icons/EChat.js.map +1 -0
- package/lib/components/Icons/Ear.d.ts +4 -0
- package/lib/components/Icons/Ear.js +17 -0
- package/lib/components/Icons/Ear.js.map +1 -0
- package/lib/components/Icons/EarDeaf.d.ts +4 -0
- package/lib/components/Icons/EarDeaf.js +11 -0
- package/lib/components/Icons/EarDeaf.js.map +1 -0
- package/lib/components/Icons/EarHearingAid.d.ts +4 -0
- package/lib/components/Icons/EarHearingAid.js +14 -0
- package/lib/components/Icons/EarHearingAid.js.map +1 -0
- package/lib/components/Icons/EarNoseThroat.d.ts +4 -0
- package/lib/components/Icons/EarNoseThroat.js +18 -0
- package/lib/components/Icons/EarNoseThroat.js.map +1 -0
- package/lib/components/Icons/EarVolume.d.ts +4 -0
- package/lib/components/Icons/EarVolume.js +26 -0
- package/lib/components/Icons/EarVolume.js.map +1 -0
- package/lib/components/Icons/Edit.d.ts +4 -0
- package/lib/components/Icons/Edit.js +31 -0
- package/lib/components/Icons/Edit.js.map +1 -0
- package/lib/components/Icons/ElderlyPerson.d.ts +4 -0
- package/lib/components/Icons/ElderlyPerson.js +10 -0
- package/lib/components/Icons/ElderlyPerson.js.map +1 -0
- package/lib/components/Icons/Embolization.d.ts +4 -0
- package/lib/components/Icons/Embolization.js +22 -0
- package/lib/components/Icons/Embolization.js.map +1 -0
- package/lib/components/Icons/EmergencyCall.d.ts +4 -0
- package/lib/components/Icons/EmergencyCall.js +25 -0
- package/lib/components/Icons/EmergencyCall.js.map +1 -0
- package/lib/components/Icons/EmoticonAnnoyed.d.ts +4 -0
- package/lib/components/Icons/EmoticonAnnoyed.js +21 -0
- package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -0
- package/lib/components/Icons/EmoticonDelighted.d.ts +4 -0
- package/lib/components/Icons/EmoticonDelighted.js +21 -0
- package/lib/components/Icons/EmoticonDelighted.js.map +1 -0
- package/lib/components/Icons/EmoticonDisappointed.d.ts +4 -0
- package/lib/components/Icons/EmoticonDisappointed.js +21 -0
- package/lib/components/Icons/EmoticonDisappointed.js.map +1 -0
- package/lib/components/Icons/EmoticonHappy.d.ts +4 -0
- package/lib/components/Icons/EmoticonHappy.js +21 -0
- package/lib/components/Icons/EmoticonHappy.js.map +1 -0
- package/lib/components/Icons/EmoticonMeh.d.ts +4 -0
- package/lib/components/Icons/EmoticonMeh.js +21 -0
- package/lib/components/Icons/EmoticonMeh.js.map +1 -0
- package/lib/components/Icons/EmptyBox.d.ts +4 -0
- package/lib/components/Icons/EmptyBox.js +24 -0
- package/lib/components/Icons/EmptyBox.js.map +1 -0
- package/lib/components/Icons/EnterFullScreen.d.ts +4 -0
- package/lib/components/Icons/EnterFullScreen.js +22 -0
- package/lib/components/Icons/EnterFullScreen.js.map +1 -0
- package/lib/components/Icons/Envelope.d.ts +4 -0
- package/lib/components/Icons/Envelope.js +13 -0
- package/lib/components/Icons/Envelope.js.map +1 -0
- package/lib/components/Icons/Epilepsy.d.ts +4 -0
- package/lib/components/Icons/Epilepsy.js +10 -0
- package/lib/components/Icons/Epilepsy.js.map +1 -0
- package/lib/components/Icons/Eraser.d.ts +4 -0
- package/lib/components/Icons/Eraser.js +19 -0
- package/lib/components/Icons/Eraser.js.map +1 -0
- package/lib/components/Icons/ErrorSignFill.d.ts +4 -0
- package/lib/components/Icons/ErrorSignFill.js +13 -0
- package/lib/components/Icons/ErrorSignFill.js.map +1 -0
- package/lib/components/Icons/ErrorSignStroke.d.ts +4 -0
- package/lib/components/Icons/ErrorSignStroke.js +13 -0
- package/lib/components/Icons/ErrorSignStroke.js.map +1 -0
- package/lib/components/Icons/EuropeanHealthCard.d.ts +4 -0
- package/lib/components/Icons/EuropeanHealthCard.js +13 -0
- package/lib/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/lib/components/Icons/ExitFullScreen.d.ts +4 -0
- package/lib/components/Icons/ExitFullScreen.js +22 -0
- package/lib/components/Icons/ExitFullScreen.js.map +1 -0
- package/lib/components/Icons/Eye.d.ts +4 -0
- package/lib/components/Icons/Eye.js +37 -0
- package/lib/components/Icons/Eye.js.map +1 -0
- package/lib/components/Icons/Facebook.d.ts +4 -0
- package/lib/components/Icons/Facebook.js +10 -0
- package/lib/components/Icons/Facebook.js.map +1 -0
- package/lib/components/Icons/FallingLeaf.d.ts +4 -0
- package/lib/components/Icons/FallingLeaf.js +31 -0
- package/lib/components/Icons/FallingLeaf.js.map +1 -0
- package/lib/components/Icons/Feedback.d.ts +4 -0
- package/lib/components/Icons/Feedback.js +25 -0
- package/lib/components/Icons/Feedback.js.map +1 -0
- package/lib/components/Icons/Female.d.ts +4 -0
- package/lib/components/Icons/Female.js +10 -0
- package/lib/components/Icons/Female.js.map +1 -0
- package/lib/components/Icons/FemaleDoctor.d.ts +4 -0
- package/lib/components/Icons/FemaleDoctor.js +10 -0
- package/lib/components/Icons/FemaleDoctor.js.map +1 -0
- package/lib/components/Icons/Ferry.d.ts +4 -0
- package/lib/components/Icons/Ferry.js +10 -0
- package/lib/components/Icons/Ferry.js.map +1 -0
- package/lib/components/Icons/File.d.ts +4 -0
- package/lib/components/Icons/File.js +37 -0
- package/lib/components/Icons/File.js.map +1 -0
- package/lib/components/Icons/Filter.d.ts +4 -0
- package/lib/components/Icons/Filter.js +32 -0
- package/lib/components/Icons/Filter.js.map +1 -0
- package/lib/components/Icons/FingerBleed.d.ts +4 -0
- package/lib/components/Icons/FingerBleed.js +10 -0
- package/lib/components/Icons/FingerBleed.js.map +1 -0
- package/lib/components/Icons/FirstAidKit.d.ts +4 -0
- package/lib/components/Icons/FirstAidKit.js +10 -0
- package/lib/components/Icons/FirstAidKit.js.map +1 -0
- package/lib/components/Icons/Fish.d.ts +4 -0
- package/lib/components/Icons/Fish.js +44 -0
- package/lib/components/Icons/Fish.js.map +1 -0
- package/lib/components/Icons/FloppyDisk.d.ts +4 -0
- package/lib/components/Icons/FloppyDisk.js +22 -0
- package/lib/components/Icons/FloppyDisk.js.map +1 -0
- package/lib/components/Icons/Football.d.ts +4 -0
- package/lib/components/Icons/Football.js +10 -0
- package/lib/components/Icons/Football.js.map +1 -0
- package/lib/components/Icons/Form.d.ts +4 -0
- package/lib/components/Icons/Form.js +13 -0
- package/lib/components/Icons/Form.js.map +1 -0
- package/lib/components/Icons/Forward.d.ts +4 -0
- package/lib/components/Icons/Forward.js +19 -0
- package/lib/components/Icons/Forward.js.map +1 -0
- package/lib/components/Icons/Gallery.d.ts +4 -0
- package/lib/components/Icons/Gallery.js +37 -0
- package/lib/components/Icons/Gallery.js.map +1 -0
- package/lib/components/Icons/Garden.d.ts +4 -0
- package/lib/components/Icons/Garden.js +10 -0
- package/lib/components/Icons/Garden.js.map +1 -0
- package/lib/components/Icons/GasCan.d.ts +4 -0
- package/lib/components/Icons/GasCan.js +10 -0
- package/lib/components/Icons/GasCan.js.map +1 -0
- package/lib/components/Icons/GenderIdentity.d.ts +4 -0
- package/lib/components/Icons/GenderIdentity.js +22 -0
- package/lib/components/Icons/GenderIdentity.js.map +1 -0
- package/lib/components/Icons/GlassWater.d.ts +4 -0
- package/lib/components/Icons/GlassWater.js +22 -0
- package/lib/components/Icons/GlassWater.js.map +1 -0
- package/lib/components/Icons/Glasses.d.ts +4 -0
- package/lib/components/Icons/Glasses.js +25 -0
- package/lib/components/Icons/Glasses.js.map +1 -0
- package/lib/components/Icons/Globe.d.ts +4 -0
- package/lib/components/Icons/Globe.js +13 -0
- package/lib/components/Icons/Globe.js.map +1 -0
- package/lib/components/Icons/Grain.d.ts +4 -0
- package/lib/components/Icons/Grain.js +22 -0
- package/lib/components/Icons/Grain.js.map +1 -0
- package/lib/components/Icons/Graph.d.ts +4 -0
- package/lib/components/Icons/Graph.js +29 -0
- package/lib/components/Icons/Graph.js.map +1 -0
- package/lib/components/Icons/Group.d.ts +4 -0
- package/lib/components/Icons/Group.js +39 -0
- package/lib/components/Icons/Group.js.map +1 -0
- package/lib/components/Icons/GroupTwins.d.ts +4 -0
- package/lib/components/Icons/GroupTwins.js +84 -0
- package/lib/components/Icons/GroupTwins.js.map +1 -0
- package/lib/components/Icons/HTMLFile.d.ts +4 -0
- package/lib/components/Icons/HTMLFile.js +17 -0
- package/lib/components/Icons/HTMLFile.js.map +1 -0
- package/lib/components/Icons/HandWaving.d.ts +4 -0
- package/lib/components/Icons/HandWaving.js +10 -0
- package/lib/components/Icons/HandWaving.js.map +1 -0
- package/lib/components/Icons/HandWithDisease.d.ts +4 -0
- package/lib/components/Icons/HandWithDisease.js +10 -0
- package/lib/components/Icons/HandWithDisease.js.map +1 -0
- package/lib/components/Icons/HandsAndHeart.d.ts +4 -0
- package/lib/components/Icons/HandsAndHeart.js +23 -0
- package/lib/components/Icons/HandsAndHeart.js.map +1 -0
- package/lib/components/Icons/HealthClinic.d.ts +4 -0
- package/lib/components/Icons/HealthClinic.js +22 -0
- package/lib/components/Icons/HealthClinic.js.map +1 -0
- package/lib/components/Icons/HealthMeasurements.d.ts +4 -0
- package/lib/components/Icons/HealthMeasurements.js +24 -0
- package/lib/components/Icons/HealthMeasurements.js.map +1 -0
- package/lib/components/Icons/HealthWarning.d.ts +4 -0
- package/lib/components/Icons/HealthWarning.js +22 -0
- package/lib/components/Icons/HealthWarning.js.map +1 -0
- package/lib/components/Icons/HealthcarePerson.d.ts +4 -0
- package/lib/components/Icons/HealthcarePerson.js +77 -0
- package/lib/components/Icons/HealthcarePerson.js.map +1 -0
- package/lib/components/Icons/HealthcarePersonell.d.ts +4 -0
- package/lib/components/Icons/HealthcarePersonell.js +100 -0
- package/lib/components/Icons/HealthcarePersonell.js.map +1 -0
- package/lib/components/Icons/HearingProtection.d.ts +4 -0
- package/lib/components/Icons/HearingProtection.js +31 -0
- package/lib/components/Icons/HearingProtection.js.map +1 -0
- package/lib/components/Icons/Heart.d.ts +4 -0
- package/lib/components/Icons/Heart.js +13 -0
- package/lib/components/Icons/Heart.js.map +1 -0
- package/lib/components/Icons/HeartHands.d.ts +4 -0
- package/lib/components/Icons/HeartHands.js +76 -0
- package/lib/components/Icons/HeartHands.js.map +1 -0
- package/lib/components/Icons/HelpSign.d.ts +4 -0
- package/lib/components/Icons/HelpSign.js +13 -0
- package/lib/components/Icons/HelpSign.js.map +1 -0
- package/lib/components/Icons/HelpingHand.d.ts +4 -0
- package/lib/components/Icons/HelpingHand.js +22 -0
- package/lib/components/Icons/HelpingHand.js.map +1 -0
- package/lib/components/Icons/Hemodialysis.d.ts +4 -0
- package/lib/components/Icons/Hemodialysis.js +22 -0
- package/lib/components/Icons/Hemodialysis.js.map +1 -0
- package/lib/components/Icons/Hiker.d.ts +4 -0
- package/lib/components/Icons/Hiker.js +10 -0
- package/lib/components/Icons/Hiker.js.map +1 -0
- package/lib/components/Icons/Hipprosthesis.d.ts +4 -0
- package/lib/components/Icons/Hipprosthesis.js +22 -0
- package/lib/components/Icons/Hipprosthesis.js.map +1 -0
- package/lib/components/Icons/History.d.ts +4 -0
- package/lib/components/Icons/History.js +13 -0
- package/lib/components/Icons/History.js.map +1 -0
- package/lib/components/Icons/HivAndAids.d.ts +4 -0
- package/lib/components/Icons/HivAndAids.js +10 -0
- package/lib/components/Icons/HivAndAids.js.map +1 -0
- package/lib/components/Icons/Home.d.ts +4 -0
- package/lib/components/Icons/Home.js +37 -0
- package/lib/components/Icons/Home.js.map +1 -0
- package/lib/components/Icons/HomeFill.d.ts +4 -0
- package/lib/components/Icons/HomeFill.js +41 -0
- package/lib/components/Icons/HomeFill.js.map +1 -0
- package/lib/components/Icons/Hormone.d.ts +4 -0
- package/lib/components/Icons/Hormone.js +10 -0
- package/lib/components/Icons/Hormone.js.map +1 -0
- package/lib/components/Icons/Hospital.d.ts +4 -0
- package/lib/components/Icons/Hospital.js +37 -0
- package/lib/components/Icons/Hospital.js.map +1 -0
- package/lib/components/Icons/Hourglass.d.ts +4 -0
- package/lib/components/Icons/Hourglass.js +37 -0
- package/lib/components/Icons/Hourglass.js.map +1 -0
- package/lib/components/Icons/IconNames.d.ts +3 -0
- package/lib/components/Icons/IconNames.js +344 -0
- package/lib/components/Icons/IconNames.js.map +1 -0
- package/lib/components/Icons/ImgFile.d.ts +4 -0
- package/lib/components/Icons/ImgFile.js +22 -0
- package/lib/components/Icons/ImgFile.js.map +1 -0
- package/lib/components/Icons/Inbox.d.ts +4 -0
- package/lib/components/Icons/Inbox.js +19 -0
- package/lib/components/Icons/Inbox.js.map +1 -0
- package/lib/components/Icons/InfoSignFill.d.ts +4 -0
- package/lib/components/Icons/InfoSignFill.js +13 -0
- package/lib/components/Icons/InfoSignFill.js.map +1 -0
- package/lib/components/Icons/InfoSignStroke.d.ts +4 -0
- package/lib/components/Icons/InfoSignStroke.js +13 -0
- package/lib/components/Icons/InfoSignStroke.js.map +1 -0
- package/lib/components/Icons/Instagram.d.ts +4 -0
- package/lib/components/Icons/Instagram.js +17 -0
- package/lib/components/Icons/Instagram.js.map +1 -0
- package/lib/components/Icons/Intravenous.d.ts +4 -0
- package/lib/components/Icons/Intravenous.js +22 -0
- package/lib/components/Icons/Intravenous.js.map +1 -0
- package/lib/components/Icons/JointPain.d.ts +4 -0
- package/lib/components/Icons/JointPain.js +10 -0
- package/lib/components/Icons/JointPain.js.map +1 -0
- package/lib/components/Icons/Journal.d.ts +4 -0
- package/lib/components/Icons/Journal.js +13 -0
- package/lib/components/Icons/Journal.js.map +1 -0
- package/lib/components/Icons/JpgFile.d.ts +4 -0
- package/lib/components/Icons/JpgFile.js +22 -0
- package/lib/components/Icons/JpgFile.js.map +1 -0
- package/lib/components/Icons/Kidney.d.ts +4 -0
- package/lib/components/Icons/Kidney.js +10 -0
- package/lib/components/Icons/Kidney.js.map +1 -0
- package/lib/components/Icons/KitchenScale.d.ts +4 -0
- package/lib/components/Icons/KitchenScale.js +22 -0
- package/lib/components/Icons/KitchenScale.js.map +1 -0
- package/lib/components/Icons/Kjernejournal.d.ts +4 -0
- package/lib/components/Icons/Kjernejournal.js +10 -0
- package/lib/components/Icons/Kjernejournal.js.map +1 -0
- package/lib/components/Icons/Laboratory.d.ts +4 -0
- package/lib/components/Icons/Laboratory.js +22 -0
- package/lib/components/Icons/Laboratory.js.map +1 -0
- package/lib/components/Icons/LaptopBlog.d.ts +4 -0
- package/lib/components/Icons/LaptopBlog.js +10 -0
- package/lib/components/Icons/LaptopBlog.js.map +1 -0
- package/lib/components/Icons/LawBook.d.ts +4 -0
- package/lib/components/Icons/LawBook.js +13 -0
- package/lib/components/Icons/LawBook.js.map +1 -0
- package/lib/components/Icons/LegalDocument.d.ts +4 -0
- package/lib/components/Icons/LegalDocument.js +35 -0
- package/lib/components/Icons/LegalDocument.js.map +1 -0
- package/lib/components/Icons/LightBulb.d.ts +4 -0
- package/lib/components/Icons/LightBulb.js +10 -0
- package/lib/components/Icons/LightBulb.js.map +1 -0
- package/lib/components/Icons/List.d.ts +4 -0
- package/lib/components/Icons/List.js +37 -0
- package/lib/components/Icons/List.js.map +1 -0
- package/lib/components/Icons/Location.d.ts +4 -0
- package/lib/components/Icons/Location.js +16 -0
- package/lib/components/Icons/Location.js.map +1 -0
- package/lib/components/Icons/LocationFill.d.ts +4 -0
- package/lib/components/Icons/LocationFill.js +41 -0
- package/lib/components/Icons/LocationFill.js.map +1 -0
- package/lib/components/Icons/Lock.d.ts +4 -0
- package/lib/components/Icons/Lock.js +25 -0
- package/lib/components/Icons/Lock.js.map +1 -0
- package/lib/components/Icons/Login.d.ts +4 -0
- package/lib/components/Icons/Login.js +61 -0
- package/lib/components/Icons/Login.js.map +1 -0
- package/lib/components/Icons/Logout.d.ts +4 -0
- package/lib/components/Icons/Logout.js +53 -0
- package/lib/components/Icons/Logout.js.map +1 -0
- package/lib/components/Icons/Lungs.d.ts +4 -0
- package/lib/components/Icons/Lungs.js +10 -0
- package/lib/components/Icons/Lungs.js.map +1 -0
- package/lib/components/Icons/Makeup.d.ts +4 -0
- package/lib/components/Icons/Makeup.js +10 -0
- package/lib/components/Icons/Makeup.js.map +1 -0
- package/lib/components/Icons/MaleDoctor.d.ts +4 -0
- package/lib/components/Icons/MaleDoctor.js +10 -0
- package/lib/components/Icons/MaleDoctor.js.map +1 -0
- package/lib/components/Icons/MaleDoctorAndPerson.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js +18 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompact.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorCompact.js +55 -0
- package/lib/components/Icons/MaleDoctorCompact.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompactFill.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js +41 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -0
- package/lib/components/Icons/MaleGenitalia.d.ts +4 -0
- package/lib/components/Icons/MaleGenitalia.js +10 -0
- package/lib/components/Icons/MaleGenitalia.js.map +1 -0
- package/lib/components/Icons/Medicine.d.ts +4 -0
- package/lib/components/Icons/Medicine.js +37 -0
- package/lib/components/Icons/Medicine.js.map +1 -0
- package/lib/components/Icons/MedicineWarning.d.ts +4 -0
- package/lib/components/Icons/MedicineWarning.js +22 -0
- package/lib/components/Icons/MedicineWarning.js.map +1 -0
- package/lib/components/Icons/MentalHealthAdult.d.ts +4 -0
- package/lib/components/Icons/MentalHealthAdult.js +16 -0
- package/lib/components/Icons/MentalHealthAdult.js.map +1 -0
- package/lib/components/Icons/MentalHealthChild.d.ts +4 -0
- package/lib/components/Icons/MentalHealthChild.js +16 -0
- package/lib/components/Icons/MentalHealthChild.js.map +1 -0
- package/lib/components/Icons/Menu.d.ts +4 -0
- package/lib/components/Icons/Menu.js +13 -0
- package/lib/components/Icons/Menu.js.map +1 -0
- package/lib/components/Icons/Microscope.d.ts +4 -0
- package/lib/components/Icons/Microscope.js +22 -0
- package/lib/components/Icons/Microscope.js.map +1 -0
- package/lib/components/Icons/Minus.d.ts +4 -0
- package/lib/components/Icons/Minus.js +13 -0
- package/lib/components/Icons/Minus.js.map +1 -0
- package/lib/components/Icons/Mirror.d.ts +4 -0
- package/lib/components/Icons/Mirror.js +10 -0
- package/lib/components/Icons/Mirror.js.map +1 -0
- package/lib/components/Icons/MobilePhone.d.ts +4 -0
- package/lib/components/Icons/MobilePhone.js +13 -0
- package/lib/components/Icons/MobilePhone.js.map +1 -0
- package/lib/components/Icons/MotherHoldingBaby.d.ts +4 -0
- package/lib/components/Icons/MotherHoldingBaby.js +10 -0
- package/lib/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/lib/components/Icons/MuscleBack.d.ts +4 -0
- package/lib/components/Icons/MuscleBack.js +18 -0
- package/lib/components/Icons/MuscleBack.js.map +1 -0
- package/lib/components/Icons/MuscleLeg.d.ts +4 -0
- package/lib/components/Icons/MuscleLeg.js +16 -0
- package/lib/components/Icons/MuscleLeg.js.map +1 -0
- package/lib/components/Icons/Mushroom.d.ts +4 -0
- package/lib/components/Icons/Mushroom.js +10 -0
- package/lib/components/Icons/Mushroom.js.map +1 -0
- package/lib/components/Icons/Music.d.ts +4 -0
- package/lib/components/Icons/Music.js +22 -0
- package/lib/components/Icons/Music.js.map +1 -0
- package/lib/components/Icons/MusselsAndSalt.d.ts +4 -0
- package/lib/components/Icons/MusselsAndSalt.js +10 -0
- package/lib/components/Icons/MusselsAndSalt.js.map +1 -0
- package/lib/components/Icons/NoAccess.d.ts +4 -0
- package/lib/components/Icons/NoAccess.js +59 -0
- package/lib/components/Icons/NoAccess.js.map +1 -0
- package/lib/components/Icons/NoEye.d.ts +4 -0
- package/lib/components/Icons/NoEye.js +39 -0
- package/lib/components/Icons/NoEye.js.map +1 -0
- package/lib/components/Icons/NoFilter.d.ts +4 -0
- package/lib/components/Icons/NoFilter.js +19 -0
- package/lib/components/Icons/NoFilter.js.map +1 -0
- package/lib/components/Icons/Notepad.d.ts +4 -0
- package/lib/components/Icons/Notepad.js +10 -0
- package/lib/components/Icons/Notepad.js.map +1 -0
- package/lib/components/Icons/Osteotomy.d.ts +4 -0
- package/lib/components/Icons/Osteotomy.js +22 -0
- package/lib/components/Icons/Osteotomy.js.map +1 -0
- package/lib/components/Icons/PaintRoller.d.ts +4 -0
- package/lib/components/Icons/PaintRoller.js +10 -0
- package/lib/components/Icons/PaintRoller.js.map +1 -0
- package/lib/components/Icons/PaperPlane.d.ts +4 -0
- package/lib/components/Icons/PaperPlane.js +13 -0
- package/lib/components/Icons/PaperPlane.js.map +1 -0
- package/lib/components/Icons/PatientAndPerson.d.ts +4 -0
- package/lib/components/Icons/PatientAndPerson.js +10 -0
- package/lib/components/Icons/PatientAndPerson.js.map +1 -0
- package/lib/components/Icons/Pause.d.ts +4 -0
- package/lib/components/Icons/Pause.js +13 -0
- package/lib/components/Icons/Pause.js.map +1 -0
- package/lib/components/Icons/PdfFile.d.ts +4 -0
- package/lib/components/Icons/PdfFile.js +22 -0
- package/lib/components/Icons/PdfFile.js.map +1 -0
- package/lib/components/Icons/Pencil.d.ts +4 -0
- package/lib/components/Icons/Pencil.js +29 -0
- package/lib/components/Icons/Pencil.js.map +1 -0
- package/lib/components/Icons/PeopleTalking.d.ts +4 -0
- package/lib/components/Icons/PeopleTalking.js +22 -0
- package/lib/components/Icons/PeopleTalking.js.map +1 -0
- package/lib/components/Icons/Peritonealdialysis.d.ts +4 -0
- package/lib/components/Icons/Peritonealdialysis.js +22 -0
- package/lib/components/Icons/Peritonealdialysis.js.map +1 -0
- package/lib/components/Icons/Person.d.ts +4 -0
- package/lib/components/Icons/Person.js +10 -0
- package/lib/components/Icons/Person.js.map +1 -0
- package/lib/components/Icons/PersonAndPatient.d.ts +4 -0
- package/lib/components/Icons/PersonAndPatient.js +10 -0
- package/lib/components/Icons/PersonAndPatient.js.map +1 -0
- package/lib/components/Icons/PersonCancel.d.ts +4 -0
- package/lib/components/Icons/PersonCancel.js +73 -0
- package/lib/components/Icons/PersonCancel.js.map +1 -0
- package/lib/components/Icons/PersonInXRayMachine.d.ts +4 -0
- package/lib/components/Icons/PersonInXRayMachine.js +22 -0
- package/lib/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/lib/components/Icons/PersonOverweight.d.ts +4 -0
- package/lib/components/Icons/PersonOverweight.js +10 -0
- package/lib/components/Icons/PersonOverweight.js.map +1 -0
- package/lib/components/Icons/PersonRelaxing.d.ts +4 -0
- package/lib/components/Icons/PersonRelaxing.js +16 -0
- package/lib/components/Icons/PersonRelaxing.js.map +1 -0
- package/lib/components/Icons/PersonWithBrain.d.ts +4 -0
- package/lib/components/Icons/PersonWithBrain.js +13 -0
- package/lib/components/Icons/PersonWithBrain.js.map +1 -0
- package/lib/components/Icons/PersonWithBrokenArm.d.ts +4 -0
- package/lib/components/Icons/PersonWithBrokenArm.js +10 -0
- package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/lib/components/Icons/PersonWithCrutches.d.ts +4 -0
- package/lib/components/Icons/PersonWithCrutches.js +10 -0
- package/lib/components/Icons/PersonWithCrutches.js.map +1 -0
- package/lib/components/Icons/PersonWithJaw.d.ts +4 -0
- package/lib/components/Icons/PersonWithJaw.js +16 -0
- package/lib/components/Icons/PersonWithJaw.js.map +1 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js +16 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/lib/components/Icons/PersonWithSenses.d.ts +4 -0
- package/lib/components/Icons/PersonWithSenses.js +22 -0
- package/lib/components/Icons/PersonWithSenses.js.map +1 -0
- package/lib/components/Icons/PersonWorking.d.ts +4 -0
- package/lib/components/Icons/PersonWorking.js +16 -0
- package/lib/components/Icons/PersonWorking.js.map +1 -0
- package/lib/components/Icons/PersonalPlan.d.ts +4 -0
- package/lib/components/Icons/PersonalPlan.js +41 -0
- package/lib/components/Icons/PersonalPlan.js.map +1 -0
- package/lib/components/Icons/PizzaSlice.d.ts +4 -0
- package/lib/components/Icons/PizzaSlice.js +16 -0
- package/lib/components/Icons/PizzaSlice.js.map +1 -0
- package/lib/components/Icons/Plane.d.ts +4 -0
- package/lib/components/Icons/Plane.js +10 -0
- package/lib/components/Icons/Plane.js.map +1 -0
- package/lib/components/Icons/Plant.d.ts +4 -0
- package/lib/components/Icons/Plant.js +10 -0
- package/lib/components/Icons/Plant.js.map +1 -0
- package/lib/components/Icons/PlateKnifeFork.d.ts +4 -0
- package/lib/components/Icons/PlateKnifeFork.js +40 -0
- package/lib/components/Icons/PlateKnifeFork.js.map +1 -0
- package/lib/components/Icons/Play.d.ts +4 -0
- package/lib/components/Icons/Play.js +13 -0
- package/lib/components/Icons/Play.js.map +1 -0
- package/lib/components/Icons/PlusLarge.d.ts +4 -0
- package/lib/components/Icons/PlusLarge.js +13 -0
- package/lib/components/Icons/PlusLarge.js.map +1 -0
- package/lib/components/Icons/PlusSmall.d.ts +4 -0
- package/lib/components/Icons/PlusSmall.js +13 -0
- package/lib/components/Icons/PlusSmall.js.map +1 -0
- package/lib/components/Icons/PngFile.d.ts +4 -0
- package/lib/components/Icons/PngFile.js +22 -0
- package/lib/components/Icons/PngFile.js.map +1 -0
- package/lib/components/Icons/Podcast.d.ts +4 -0
- package/lib/components/Icons/Podcast.js +22 -0
- package/lib/components/Icons/Podcast.js.map +1 -0
- package/lib/components/Icons/PoisonInformation.d.ts +4 -0
- package/lib/components/Icons/PoisonInformation.js +16 -0
- package/lib/components/Icons/PoisonInformation.js.map +1 -0
- package/lib/components/Icons/Pregnant.d.ts +4 -0
- package/lib/components/Icons/Pregnant.js +10 -0
- package/lib/components/Icons/Pregnant.js.map +1 -0
- package/lib/components/Icons/Printer.d.ts +4 -0
- package/lib/components/Icons/Printer.js +37 -0
- package/lib/components/Icons/Printer.js.map +1 -0
- package/lib/components/Icons/Psychosis.d.ts +4 -0
- package/lib/components/Icons/Psychosis.js +10 -0
- package/lib/components/Icons/Psychosis.js.map +1 -0
- package/lib/components/Icons/Publication.d.ts +4 -0
- package/lib/components/Icons/Publication.js +22 -0
- package/lib/components/Icons/Publication.js.map +1 -0
- package/lib/components/Icons/Puzzle.d.ts +4 -0
- package/lib/components/Icons/Puzzle.js +13 -0
- package/lib/components/Icons/Puzzle.js.map +1 -0
- package/lib/components/Icons/QrCode.d.ts +4 -0
- package/lib/components/Icons/QrCode.js +37 -0
- package/lib/components/Icons/QrCode.js.map +1 -0
- package/lib/components/Icons/Quarrel.d.ts +4 -0
- package/lib/components/Icons/Quarrel.js +22 -0
- package/lib/components/Icons/Quarrel.js.map +1 -0
- package/lib/components/Icons/RadioTherapy.d.ts +4 -0
- package/lib/components/Icons/RadioTherapy.js +22 -0
- package/lib/components/Icons/RadioTherapy.js.map +1 -0
- package/lib/components/Icons/RadioactiveTreatment.d.ts +4 -0
- package/lib/components/Icons/RadioactiveTreatment.js +22 -0
- package/lib/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/lib/components/Icons/Radioiodine.d.ts +4 -0
- package/lib/components/Icons/Radioiodine.js +22 -0
- package/lib/components/Icons/Radioiodine.js.map +1 -0
- package/lib/components/Icons/Receipt.d.ts +4 -0
- package/lib/components/Icons/Receipt.js +10 -0
- package/lib/components/Icons/Receipt.js.map +1 -0
- package/lib/components/Icons/Receptionist.d.ts +4 -0
- package/lib/components/Icons/Receptionist.js +13 -0
- package/lib/components/Icons/Receptionist.js.map +1 -0
- package/lib/components/Icons/Recovery.d.ts +4 -0
- package/lib/components/Icons/Recovery.js +22 -0
- package/lib/components/Icons/Recovery.js.map +1 -0
- package/lib/components/Icons/Referral.d.ts +4 -0
- package/lib/components/Icons/Referral.js +13 -0
- package/lib/components/Icons/Referral.js.map +1 -0
- package/lib/components/Icons/Refresh.d.ts +4 -0
- package/lib/components/Icons/Refresh.js +13 -0
- package/lib/components/Icons/Refresh.js.map +1 -0
- package/lib/components/Icons/Refund.d.ts +4 -0
- package/lib/components/Icons/Refund.js +10 -0
- package/lib/components/Icons/Refund.js.map +1 -0
- package/lib/components/Icons/Reminder.d.ts +4 -0
- package/lib/components/Icons/Reminder.js +30 -0
- package/lib/components/Icons/Reminder.js.map +1 -0
- package/lib/components/Icons/Reply.d.ts +4 -0
- package/lib/components/Icons/Reply.js +19 -0
- package/lib/components/Icons/Reply.js.map +1 -0
- package/lib/components/Icons/Rocket.d.ts +4 -0
- package/lib/components/Icons/Rocket.js +10 -0
- package/lib/components/Icons/Rocket.js.map +1 -0
- package/lib/components/Icons/RtfFile.d.ts +4 -0
- package/lib/components/Icons/RtfFile.js +22 -0
- package/lib/components/Icons/RtfFile.js.map +1 -0
- package/lib/components/Icons/STDs.d.ts +4 -0
- package/lib/components/Icons/STDs.js +22 -0
- package/lib/components/Icons/STDs.js.map +1 -0
- package/lib/components/Icons/Save.d.ts +4 -0
- package/lib/components/Icons/Save.js +21 -0
- package/lib/components/Icons/Save.js.map +1 -0
- package/lib/components/Icons/Scale.d.ts +4 -0
- package/lib/components/Icons/Scale.js +10 -0
- package/lib/components/Icons/Scale.js.map +1 -0
- package/lib/components/Icons/ScreenReader.d.ts +4 -0
- package/lib/components/Icons/ScreenReader.js +49 -0
- package/lib/components/Icons/ScreenReader.js.map +1 -0
- package/lib/components/Icons/Search.d.ts +4 -0
- package/lib/components/Icons/Search.js +13 -0
- package/lib/components/Icons/Search.js.map +1 -0
- package/lib/components/Icons/SectionSign.d.ts +4 -0
- package/lib/components/Icons/SectionSign.js +37 -0
- package/lib/components/Icons/SectionSign.js.map +1 -0
- package/lib/components/Icons/Settings.d.ts +4 -0
- package/lib/components/Icons/Settings.js +41 -0
- package/lib/components/Icons/Settings.js.map +1 -0
- package/lib/components/Icons/SettingsFill.d.ts +4 -0
- package/lib/components/Icons/SettingsFill.js +41 -0
- package/lib/components/Icons/SettingsFill.js.map +1 -0
- package/lib/components/Icons/Sexualorientation.d.ts +4 -0
- package/lib/components/Icons/Sexualorientation.js +22 -0
- package/lib/components/Icons/Sexualorientation.js.map +1 -0
- package/lib/components/Icons/ShakingHand.d.ts +4 -0
- package/lib/components/Icons/ShakingHand.js +16 -0
- package/lib/components/Icons/ShakingHand.js.map +1 -0
- package/lib/components/Icons/Share.d.ts +4 -0
- package/lib/components/Icons/Share.js +19 -0
- package/lib/components/Icons/Share.js.map +1 -0
- package/lib/components/Icons/SharedHealthData.d.ts +4 -0
- package/lib/components/Icons/SharedHealthData.js +24 -0
- package/lib/components/Icons/SharedHealthData.js.map +1 -0
- package/lib/components/Icons/SharedHealthMeasurements.d.ts +4 -0
- package/lib/components/Icons/SharedHealthMeasurements.js +24 -0
- package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -0
- package/lib/components/Icons/Shield.d.ts +4 -0
- package/lib/components/Icons/Shield.js +22 -0
- package/lib/components/Icons/Shield.js.map +1 -0
- package/lib/components/Icons/ShuntOperation.d.ts +4 -0
- package/lib/components/Icons/ShuntOperation.js +22 -0
- package/lib/components/Icons/ShuntOperation.js.map +1 -0
- package/lib/components/Icons/Skeleton.d.ts +4 -0
- package/lib/components/Icons/Skeleton.js +10 -0
- package/lib/components/Icons/Skeleton.js.map +1 -0
- package/lib/components/Icons/Skin.d.ts +4 -0
- package/lib/components/Icons/Skin.js +10 -0
- package/lib/components/Icons/Skin.js.map +1 -0
- package/lib/components/Icons/Snake.d.ts +4 -0
- package/lib/components/Icons/Snake.js +10 -0
- package/lib/components/Icons/Snake.js.map +1 -0
- package/lib/components/Icons/Snapchat.d.ts +4 -0
- package/lib/components/Icons/Snapchat.js +13 -0
- package/lib/components/Icons/Snapchat.js.map +1 -0
- package/lib/components/Icons/SortDown.d.ts +4 -0
- package/lib/components/Icons/SortDown.js +30 -0
- package/lib/components/Icons/SortDown.js.map +1 -0
- package/lib/components/Icons/SortUp.d.ts +4 -0
- package/lib/components/Icons/SortUp.js +30 -0
- package/lib/components/Icons/SortUp.js.map +1 -0
- package/lib/components/Icons/SpeechBubble.d.ts +4 -0
- package/lib/components/Icons/SpeechBubble.js +37 -0
- package/lib/components/Icons/SpeechBubble.js.map +1 -0
- package/lib/components/Icons/Spray.d.ts +4 -0
- package/lib/components/Icons/Spray.js +10 -0
- package/lib/components/Icons/Spray.js.map +1 -0
- package/lib/components/Icons/StickyNote.d.ts +4 -0
- package/lib/components/Icons/StickyNote.js +24 -0
- package/lib/components/Icons/StickyNote.js.map +1 -0
- package/lib/components/Icons/StickyNotes.d.ts +4 -0
- package/lib/components/Icons/StickyNotes.js +24 -0
- package/lib/components/Icons/StickyNotes.js.map +1 -0
- package/lib/components/Icons/Stopwatch.d.ts +4 -0
- package/lib/components/Icons/Stopwatch.js +37 -0
- package/lib/components/Icons/Stopwatch.js.map +1 -0
- package/lib/components/Icons/Sun.d.ts +4 -0
- package/lib/components/Icons/Sun.js +33 -0
- package/lib/components/Icons/Sun.js.map +1 -0
- package/lib/components/Icons/SupportingPerson.d.ts +4 -0
- package/lib/components/Icons/SupportingPerson.js +51 -0
- package/lib/components/Icons/SupportingPerson.js.map +1 -0
- package/lib/components/Icons/Surgery.d.ts +4 -0
- package/lib/components/Icons/Surgery.js +22 -0
- package/lib/components/Icons/Surgery.js.map +1 -0
- package/lib/components/Icons/Sweets.d.ts +4 -0
- package/lib/components/Icons/Sweets.js +42 -0
- package/lib/components/Icons/Sweets.js.map +1 -0
- package/lib/components/Icons/Syringe.d.ts +4 -0
- package/lib/components/Icons/Syringe.js +24 -0
- package/lib/components/Icons/Syringe.js.map +1 -0
- package/lib/components/Icons/Taxi.d.ts +4 -0
- package/lib/components/Icons/Taxi.js +10 -0
- package/lib/components/Icons/Taxi.js.map +1 -0
- package/lib/components/Icons/TeddyBear.d.ts +4 -0
- package/lib/components/Icons/TeddyBear.js +10 -0
- package/lib/components/Icons/TeddyBear.js.map +1 -0
- package/lib/components/Icons/Teenagers.d.ts +4 -0
- package/lib/components/Icons/Teenagers.js +22 -0
- package/lib/components/Icons/Teenagers.js.map +1 -0
- package/lib/components/Icons/ThinkingAboutBaby.d.ts +4 -0
- package/lib/components/Icons/ThinkingAboutBaby.js +10 -0
- package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/lib/components/Icons/Ticket.d.ts +4 -0
- package/lib/components/Icons/Ticket.js +10 -0
- package/lib/components/Icons/Ticket.js.map +1 -0
- package/lib/components/Icons/TimePassing.d.ts +4 -0
- package/lib/components/Icons/TimePassing.js +37 -0
- package/lib/components/Icons/TimePassing.js.map +1 -0
- package/lib/components/Icons/Toddler.d.ts +4 -0
- package/lib/components/Icons/Toddler.js +10 -0
- package/lib/components/Icons/Toddler.js.map +1 -0
- package/lib/components/Icons/Tombstone.d.ts +4 -0
- package/lib/components/Icons/Tombstone.js +29 -0
- package/lib/components/Icons/Tombstone.js.map +1 -0
- package/lib/components/Icons/Toolbox.d.ts +4 -0
- package/lib/components/Icons/Toolbox.js +55 -0
- package/lib/components/Icons/Toolbox.js.map +1 -0
- package/lib/components/Icons/Tooth.d.ts +4 -0
- package/lib/components/Icons/Tooth.js +10 -0
- package/lib/components/Icons/Tooth.js.map +1 -0
- package/lib/components/Icons/TotalKneeProsthesis.d.ts +4 -0
- package/lib/components/Icons/TotalKneeProsthesis.js +22 -0
- package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/lib/components/Icons/Train.d.ts +4 -0
- package/lib/components/Icons/Train.js +10 -0
- package/lib/components/Icons/Train.js.map +1 -0
- package/lib/components/Icons/Transplantation.d.ts +4 -0
- package/lib/components/Icons/Transplantation.js +22 -0
- package/lib/components/Icons/Transplantation.js.map +1 -0
- package/lib/components/Icons/TrashCan.d.ts +4 -0
- package/lib/components/Icons/TrashCan.js +37 -0
- package/lib/components/Icons/TrashCan.js.map +1 -0
- package/lib/components/Icons/TravelRoute.d.ts +4 -0
- package/lib/components/Icons/TravelRoute.js +60 -0
- package/lib/components/Icons/TravelRoute.js.map +1 -0
- package/lib/components/Icons/TreatmentAids.d.ts +4 -0
- package/lib/components/Icons/TreatmentAids.js +41 -0
- package/lib/components/Icons/TreatmentAids.js.map +1 -0
- package/lib/components/Icons/TriangleX.d.ts +4 -0
- package/lib/components/Icons/TriangleX.js +41 -0
- package/lib/components/Icons/TriangleX.js.map +1 -0
- package/lib/components/Icons/Twitter.d.ts +4 -0
- package/lib/components/Icons/Twitter.js +10 -0
- package/lib/components/Icons/Twitter.js.map +1 -0
- package/lib/components/Icons/Undo.d.ts +4 -0
- package/lib/components/Icons/Undo.js +51 -0
- package/lib/components/Icons/Undo.js.map +1 -0
- package/lib/components/Icons/UniProsthesis.d.ts +4 -0
- package/lib/components/Icons/UniProsthesis.js +22 -0
- package/lib/components/Icons/UniProsthesis.js.map +1 -0
- package/lib/components/Icons/Upload.d.ts +4 -0
- package/lib/components/Icons/Upload.js +19 -0
- package/lib/components/Icons/Upload.js.map +1 -0
- package/lib/components/Icons/UserOrganization.d.ts +4 -0
- package/lib/components/Icons/UserOrganization.js +10 -0
- package/lib/components/Icons/UserOrganization.js.map +1 -0
- package/lib/components/Icons/Vaccine.d.ts +4 -0
- package/lib/components/Icons/Vaccine.js +37 -0
- package/lib/components/Icons/Vaccine.js.map +1 -0
- package/lib/components/Icons/VerticalDots.d.ts +4 -0
- package/lib/components/Icons/VerticalDots.js +13 -0
- package/lib/components/Icons/VerticalDots.js.map +1 -0
- package/lib/components/Icons/VideoCamera.d.ts +4 -0
- package/lib/components/Icons/VideoCamera.js +37 -0
- package/lib/components/Icons/VideoCamera.js.map +1 -0
- package/lib/components/Icons/VideoChat.d.ts +4 -0
- package/lib/components/Icons/VideoChat.js +13 -0
- package/lib/components/Icons/VideoChat.js.map +1 -0
- package/lib/components/Icons/Wallet.d.ts +4 -0
- package/lib/components/Icons/Wallet.js +13 -0
- package/lib/components/Icons/Wallet.js.map +1 -0
- package/lib/components/Icons/Watch.d.ts +4 -0
- package/lib/components/Icons/Watch.js +37 -0
- package/lib/components/Icons/Watch.js.map +1 -0
- package/lib/components/Icons/Website.d.ts +4 -0
- package/lib/components/Icons/Website.js +22 -0
- package/lib/components/Icons/Website.js.map +1 -0
- package/lib/components/Icons/Wheelchair.d.ts +4 -0
- package/lib/components/Icons/Wheelchair.js +22 -0
- package/lib/components/Icons/Wheelchair.js.map +1 -0
- package/lib/components/Icons/WheelchairActive.d.ts +4 -0
- package/lib/components/Icons/WheelchairActive.js +22 -0
- package/lib/components/Icons/WheelchairActive.js.map +1 -0
- package/lib/components/Icons/Window.d.ts +4 -0
- package/lib/components/Icons/Window.js +10 -0
- package/lib/components/Icons/Window.js.map +1 -0
- package/lib/components/Icons/WordDocument.d.ts +4 -0
- package/lib/components/Icons/WordDocument.js +16 -0
- package/lib/components/Icons/WordDocument.js.map +1 -0
- package/lib/components/Icons/WorkSuitcase.d.ts +4 -0
- package/lib/components/Icons/WorkSuitcase.js +16 -0
- package/lib/components/Icons/WorkSuitcase.js.map +1 -0
- package/lib/components/Icons/X.d.ts +4 -0
- package/lib/components/Icons/X.js +15 -0
- package/lib/components/Icons/X.js.map +1 -0
- package/lib/components/Icons/XOutline.d.ts +4 -0
- package/lib/components/Icons/XOutline.js +22 -0
- package/lib/components/Icons/XOutline.js.map +1 -0
- package/lib/components/Icons/XmlFile.d.ts +4 -0
- package/lib/components/Icons/XmlFile.js +22 -0
- package/lib/components/Icons/XmlFile.js.map +1 -0
- package/lib/components/Icons/YouTube.d.ts +4 -0
- package/lib/components/Icons/YouTube.js +10 -0
- package/lib/components/Icons/YouTube.js.map +1 -0
- package/lib/components/Icons/Zoom.d.ts +4 -0
- package/lib/components/Icons/Zoom.js +37 -0
- package/lib/components/Icons/Zoom.js.map +1 -0
- package/lib/components/Illustration/Illustration.d.ts +28 -0
- package/lib/components/Illustration/Illustration.test.d.ts +1 -0
- package/lib/components/Illustration/index.d.ts +3 -0
- package/lib/components/Illustration/index.js +8 -0
- package/lib/components/Illustration/index.js.map +1 -0
- package/lib/components/Illustration/utils.d.ts +8 -0
- package/lib/components/Illustrations/BabyMobile.d.ts +8 -0
- package/lib/components/Illustrations/BabyMobile.js +11 -0
- package/lib/components/Illustrations/BabyMobile.js.map +1 -0
- package/lib/components/Illustrations/BabyMobileMedium.d.ts +4 -0
- package/lib/components/Illustrations/BabyMobileMedium.js +424 -0
- package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -0
- package/lib/components/Illustrations/Child.d.ts +12 -0
- package/lib/components/Illustrations/Child.js +11 -0
- package/lib/components/Illustrations/Child.js.map +1 -0
- package/lib/components/Illustrations/ChildMedium.d.ts +4 -0
- package/lib/components/Illustrations/ChildMedium.js +185 -0
- package/lib/components/Illustrations/ChildMedium.js.map +1 -0
- package/lib/components/Illustrations/Doctor.d.ts +8 -0
- package/lib/components/Illustrations/Doctor.js +13 -0
- package/lib/components/Illustrations/Doctor.js.map +1 -0
- package/lib/components/Illustrations/DoctorMedium.d.ts +4 -0
- package/lib/components/Illustrations/DoctorMedium.js +72 -0
- package/lib/components/Illustrations/DoctorMedium.js.map +1 -0
- package/lib/components/Illustrations/DoctorSmall.d.ts +4 -0
- package/lib/components/Illustrations/DoctorSmall.js +70 -0
- package/lib/components/Illustrations/DoctorSmall.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.d.ts +8 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js +11 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.d.ts +4 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +318 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFood.d.ts +11 -0
- package/lib/components/Illustrations/GiveBabyFood.js +11 -0
- package/lib/components/Illustrations/GiveBabyFood.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.d.ts +4 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js +377 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnel.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js +13 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js +229 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js +212 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -0
- package/lib/components/Illustrations/IllustrationNames.d.ts +9 -0
- package/lib/components/Illustrations/IllustrationNames.js +27 -0
- package/lib/components/Illustrations/IllustrationNames.js.map +1 -0
- package/lib/components/Illustrations/ReadLetters.d.ts +9 -0
- package/lib/components/Illustrations/ReadLetters.js +11 -0
- package/lib/components/Illustrations/ReadLetters.js.map +1 -0
- package/lib/components/Illustrations/ReadLettersMedium.d.ts +4 -0
- package/lib/components/Illustrations/ReadLettersMedium.js +110 -0
- package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -0
- package/lib/components/Illustrations/Stroller.d.ts +12 -0
- package/lib/components/Illustrations/Stroller.js +11 -0
- package/lib/components/Illustrations/Stroller.js.map +1 -0
- package/lib/components/Illustrations/StrollerMedium.d.ts +4 -0
- package/lib/components/Illustrations/StrollerMedium.js +236 -0
- package/lib/components/Illustrations/StrollerMedium.js.map +1 -0
- package/lib/components/Illustrations/Support2.d.ts +9 -0
- package/lib/components/Illustrations/Support2.js +11 -0
- package/lib/components/Illustrations/Support2.js.map +1 -0
- package/lib/components/Illustrations/Support2Medium.d.ts +4 -0
- package/lib/components/Illustrations/Support2Medium.js +232 -0
- package/lib/components/Illustrations/Support2Medium.js.map +1 -0
- package/lib/components/InfoTeaser/InfoTeaser.d.ts +28 -0
- package/lib/components/InfoTeaser/InfoTeaser.test.d.ts +1 -0
- package/lib/components/InfoTeaser/index.d.ts +3 -0
- package/lib/components/InfoTeaser/index.js +5 -0
- package/lib/components/InfoTeaser/index.js.map +1 -0
- package/lib/components/InfoTeaser/resourceHelper.d.ts +3 -0
- package/lib/components/Input/Input.d.ts +62 -0
- package/lib/components/Input/Input.test.d.ts +1 -0
- package/lib/components/Input/index.d.ts +3 -0
- package/lib/components/Input/index.js +7 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Label/Label.d.ts +45 -0
- package/lib/components/Label/Label.test.d.ts +1 -0
- package/lib/components/Label/SubLabel.d.ts +18 -0
- package/lib/components/Label/index.d.ts +4 -0
- package/lib/components/Label/index.js +10 -0
- package/lib/components/Label/index.js.map +1 -0
- package/lib/components/LazyIcon/ErrorBoundary.d.ts +16 -0
- package/lib/components/LazyIcon/LazyIcon.d.ts +9 -0
- package/lib/components/LazyIcon/LazyIcon.test.d.ts +1 -0
- package/lib/components/LazyIcon/index.d.ts +3 -0
- package/lib/components/LazyIcon/index.js +8 -0
- package/lib/components/LazyIcon/index.js.map +1 -0
- package/lib/components/LazyIcon/utils.d.ts +2 -0
- package/lib/components/LazyIllustration/LazyIllustration.d.ts +9 -0
- package/lib/components/LazyIllustration/LazyIllustration.test.d.ts +1 -0
- package/lib/components/LazyIllustration/index.d.ts +3 -0
- package/lib/components/LazyIllustration/index.js +8 -0
- package/lib/components/LazyIllustration/index.js.map +1 -0
- package/lib/components/LinkList/LinkList.d.ts +65 -0
- package/lib/components/LinkList/LinkList.test.d.ts +1 -0
- package/lib/components/LinkList/index.d.ts +3 -0
- package/lib/components/LinkList/index.js +8 -0
- package/lib/components/LinkList/index.js.map +1 -0
- package/lib/components/List/List.d.ts +23 -0
- package/lib/components/List/List.test.d.ts +1 -0
- package/lib/components/List/index.d.ts +3 -0
- package/lib/components/List/index.js +5 -0
- package/lib/components/List/index.js.map +1 -0
- package/lib/components/ListEditMode/ListEditMode.d.ts +29 -0
- package/lib/components/ListEditMode/index.d.ts +3 -0
- package/lib/components/ListEditMode/index.js +9 -0
- package/lib/components/ListEditMode/index.js.map +1 -0
- package/lib/components/Loader/Loader.d.ts +32 -0
- package/lib/components/Loader/Loader.test.d.ts +1 -0
- package/lib/components/Loader/index.d.ts +3 -0
- package/lib/components/Loader/index.js +97 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/Logo/Logo.d.ts +16 -0
- package/lib/components/Logo/Logo.test.d.ts +1 -0
- package/lib/components/Logo/index.d.ts +3 -0
- package/lib/components/Logo/index.js +47 -0
- package/lib/components/Logo/index.js.map +1 -0
- package/lib/components/MaxCharacters/MaxCharacters.d.ts +16 -0
- package/lib/components/MaxCharacters/MaxCharacters.test.d.ts +1 -0
- package/lib/components/Modal/Modal.d.ts +62 -0
- package/lib/components/Modal/Modal.test.d.ts +1 -0
- package/lib/components/Modal/index.d.ts +3 -0
- package/lib/components/Modal/index.js +209 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/NotificationPanel/NotificationPanel.d.ts +45 -0
- package/lib/components/NotificationPanel/NotificationPanel.test.d.ts +1 -0
- package/lib/components/NotificationPanel/index.d.ts +3 -0
- package/lib/components/NotificationPanel/index.js +113 -0
- package/lib/components/NotificationPanel/index.js.map +1 -0
- package/lib/components/Panel/Panel.d.ts +78 -0
- package/lib/components/Panel/Panel.test.d.ts +1 -0
- package/lib/components/Panel/PanelExamples.d.ts +8 -0
- package/lib/components/Panel/PanelTitle/PanelTitle.d.ts +17 -0
- package/lib/components/Panel/PanelTitle/index.d.ts +3 -0
- package/lib/components/Panel/PanelTitle/index.js +5 -0
- package/lib/components/Panel/PanelTitle/index.js.map +1 -0
- package/lib/components/Panel/Paneldocs.d.ts +1 -0
- package/lib/components/Panel/index.d.ts +3 -0
- package/lib/components/Panel/index.js +15 -0
- package/lib/components/Panel/index.js.map +1 -0
- package/lib/components/Panel/resourceHelper.d.ts +3 -0
- package/lib/components/PanelList/PanelList.d.ts +14 -0
- package/lib/components/PanelList/PanelList.test.d.ts +1 -0
- package/lib/components/PanelList/index.d.ts +3 -0
- package/lib/components/PanelList/index.js +29 -0
- package/lib/components/PanelList/index.js.map +1 -0
- package/lib/components/PanelListOld/PanelListOld.d.ts +12 -0
- package/lib/components/PanelListOld/PanelListOld.test.d.ts +1 -0
- package/lib/components/PanelListOld/index.d.ts +3 -0
- package/lib/components/PanelListOld/index.js +20 -0
- package/lib/components/PanelListOld/index.js.map +1 -0
- package/lib/components/PanelOld/PanelOld.d.ts +89 -0
- package/lib/components/PanelOld/PanelOld.test.d.ts +1 -0
- package/lib/components/PanelOld/index.d.ts +3 -0
- package/lib/components/PanelOld/index.js +9 -0
- package/lib/components/PanelOld/index.js.map +1 -0
- package/lib/components/PopMenu/PopMenu.d.ts +41 -0
- package/lib/components/PopMenu/PopMenu.test.d.ts +0 -0
- package/lib/components/PopMenu/index.d.ts +3 -0
- package/lib/components/PopMenu/index.js +114 -0
- package/lib/components/PopMenu/index.js.map +1 -0
- package/lib/components/PopOver/PopOver.d.ts +38 -0
- package/lib/components/PopOver/PopOver.test.d.ts +1 -0
- package/lib/components/PopOver/index.d.ts +3 -0
- package/lib/components/PopOver/index.js +7 -0
- package/lib/components/PopOver/index.js.map +1 -0
- package/lib/components/PopOver/utils.d.ts +26 -0
- package/lib/components/Portal/index.d.ts +12 -0
- package/lib/components/Portal/index.js +25 -0
- package/lib/components/Portal/index.js.map +1 -0
- package/lib/components/Progressbar/Progressbar.d.ts +30 -0
- package/lib/components/Progressbar/Progressbar.test.d.ts +1 -0
- package/lib/components/Progressbar/index.d.ts +3 -0
- package/lib/components/Progressbar/index.js +131 -0
- package/lib/components/Progressbar/index.js.map +1 -0
- package/lib/components/PromoPanel/PromoPanel.d.ts +31 -0
- package/lib/components/PromoPanel/PromoPanel.test.d.ts +1 -0
- package/lib/components/PromoPanel/index.d.ts +3 -0
- package/lib/components/PromoPanel/index.js +79 -0
- package/lib/components/PromoPanel/index.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +28 -0
- package/lib/components/RadioButton/RadioButton.test.d.ts +1 -0
- package/lib/components/RadioButton/index.d.ts +3 -0
- package/lib/components/RadioButton/index.js +8 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/Select/Select.d.ts +34 -0
- package/lib/components/Select/Select.test.d.ts +1 -0
- package/lib/components/Select/index.d.ts +3 -0
- package/lib/components/Select/index.js +6 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/ServiceMessage/ServiceMessage.d.ts +31 -0
- package/lib/components/ServiceMessage/ServiceMessage.test.d.ts +1 -0
- package/lib/components/ServiceMessage/index.d.ts +3 -0
- package/lib/components/ServiceMessage/index.js +127 -0
- package/lib/components/ServiceMessage/index.js.map +1 -0
- package/lib/components/SharingStatus/SharingStatus.d.ts +20 -0
- package/lib/components/SharingStatus/SharingStatus.test.d.ts +1 -0
- package/lib/components/SharingStatus/index.d.ts +3 -0
- package/lib/components/SharingStatus/index.js +22 -0
- package/lib/components/SharingStatus/index.js.map +1 -0
- package/lib/components/Slider/Slider.d.ts +40 -0
- package/lib/components/Slider/Slider.test.d.ts +1 -0
- package/lib/components/Slider/index.d.ts +3 -0
- package/lib/components/Slider/index.js +6 -0
- package/lib/components/Slider/index.js.map +1 -0
- package/lib/components/Spacer/Spacer.d.ts +12 -0
- package/lib/components/Spacer/Spacer.test.d.ts +1 -0
- package/lib/components/Spacer/index.d.ts +3 -0
- package/lib/components/Spacer/index.js +5 -0
- package/lib/components/Spacer/index.js.map +1 -0
- package/lib/components/StatusDot/StatusDot.d.ts +49 -0
- package/lib/components/StatusDot/StatusDot.test.d.ts +1 -0
- package/lib/components/StatusDot/index.d.ts +3 -0
- package/lib/components/StatusDot/index.js +8 -0
- package/lib/components/StatusDot/index.js.map +1 -0
- package/lib/components/Step/Step.d.ts +27 -0
- package/lib/components/Step/Step.test.d.ts +1 -0
- package/lib/components/Step/index.d.ts +3 -0
- package/lib/components/Step/index.js +37 -0
- package/lib/components/Step/index.js.map +1 -0
- package/lib/components/StepButtons/StepButtons.d.ts +18 -0
- package/lib/components/StepButtons/StepButtons.test.d.ts +1 -0
- package/lib/components/StepButtons/index.d.ts +3 -0
- package/lib/components/StepButtons/index.js +6 -0
- package/lib/components/StepButtons/index.js.map +1 -0
- package/lib/components/Stepper/Dot.d.ts +9 -0
- package/lib/components/Stepper/DotList.d.ts +8 -0
- package/lib/components/Stepper/Stepper.d.ts +27 -0
- package/lib/components/Stepper/Stepper.test.d.ts +1 -0
- package/lib/components/Stepper/index.d.ts +3 -0
- package/lib/components/Stepper/index.js +86 -0
- package/lib/components/Stepper/index.js.map +1 -0
- package/lib/components/Stepper/utils.d.ts +65 -0
- package/lib/components/StickyNote/Close.d.ts +11 -0
- package/lib/components/StickyNote/StickyNote.d.ts +25 -0
- package/lib/components/StickyNote/StickyNote.test.d.ts +1 -0
- package/lib/components/StickyNote/Triangle.d.ts +13 -0
- package/lib/components/StickyNote/index.d.ts +3 -0
- package/lib/components/StickyNote/index.js +199 -0
- package/lib/components/StickyNote/index.js.map +1 -0
- package/lib/components/Table/Table.d.ts +46 -0
- package/lib/components/Table/Table.test.d.ts +1 -0
- package/lib/components/Table/TableBody/TableBody.d.ts +12 -0
- package/lib/components/Table/TableBody/index.d.ts +3 -0
- package/lib/components/Table/TableBody/index.js +6 -0
- package/lib/components/Table/TableBody/index.js.map +1 -0
- package/lib/components/Table/TableCell/TableCell.d.ts +25 -0
- package/lib/components/Table/TableCell/index.d.ts +3 -0
- package/lib/components/Table/TableCell/index.js +8 -0
- package/lib/components/Table/TableCell/index.js.map +1 -0
- package/lib/components/Table/TableExpandedRow/TableExpandedRow.d.ts +22 -0
- package/lib/components/Table/TableExpandedRow/index.d.ts +3 -0
- package/lib/components/Table/TableExpandedRow/index.js +6 -0
- package/lib/components/Table/TableExpandedRow/index.js.map +1 -0
- package/lib/components/Table/TableExpanderCell/TableExpanderCell.d.ts +18 -0
- package/lib/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +5 -0
- package/lib/components/Table/TableExpanderCell/index.d.ts +3 -0
- package/lib/components/Table/TableExpanderCell/index.js +6 -0
- package/lib/components/Table/TableExpanderCell/index.js.map +1 -0
- package/lib/components/Table/TableHead/TableHead.d.ts +19 -0
- package/lib/components/Table/TableHead/index.d.ts +3 -0
- package/lib/components/Table/TableHead/index.js +8 -0
- package/lib/components/Table/TableHead/index.js.map +1 -0
- package/lib/components/Table/TableHeadCell/TableHeadCell.d.ts +22 -0
- package/lib/components/Table/TableHeadCell/index.d.ts +3 -0
- package/lib/components/Table/TableHeadCell/index.js +8 -0
- package/lib/components/Table/TableHeadCell/index.js.map +1 -0
- package/lib/components/Table/TableRow/TableRow.d.ts +24 -0
- package/lib/components/Table/TableRow/index.d.ts +3 -0
- package/lib/components/Table/TableRow/index.js +6 -0
- package/lib/components/Table/TableRow/index.js.map +1 -0
- package/lib/components/Table/index.d.ts +10 -0
- package/lib/components/Table/index.js +28 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Table/utils.d.ts +24 -0
- package/lib/components/Tabs/Tab.d.ts +17 -0
- package/lib/components/Tabs/TabList/TabChevron.d.ts +9 -0
- package/lib/components/Tabs/TabList/TabItem.d.ts +14 -0
- package/lib/components/Tabs/TabList/TabList.d.ts +13 -0
- package/lib/components/Tabs/TabList/index.d.ts +3 -0
- package/lib/components/Tabs/TabList/index.js +5 -0
- package/lib/components/Tabs/TabList/index.js.map +1 -0
- package/lib/components/Tabs/TabPanel/TabPanel.d.ts +10 -0
- package/lib/components/Tabs/TabPanel/index.d.ts +3 -0
- package/lib/components/Tabs/TabPanel/index.js +5 -0
- package/lib/components/Tabs/TabPanel/index.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +38 -0
- package/lib/components/Tabs/Tabs.test.d.ts +1 -0
- package/lib/components/Tabs/index.d.ts +3 -0
- package/lib/components/Tabs/index.js +108 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/resourceHelper.d.ts +3 -0
- package/lib/components/Tag/Tag.d.ts +29 -0
- package/lib/components/Tag/Tag.test.d.ts +1 -0
- package/lib/components/Tag/index.d.ts +3 -0
- package/lib/components/Tag/index.js +36 -0
- package/lib/components/Tag/index.js.map +1 -0
- package/lib/components/TagList/TagList.d.ts +8 -0
- package/lib/components/TagList/TagList.test.d.ts +1 -0
- package/lib/components/TagList/index.d.ts +3 -0
- package/lib/components/TagList/index.js +11 -0
- package/lib/components/TagList/index.js.map +1 -0
- package/lib/components/Textarea/Textarea.d.ts +37 -0
- package/lib/components/Textarea/Textarea.test.d.ts +1 -0
- package/lib/components/Textarea/index.d.ts +3 -0
- package/lib/components/Textarea/index.js +5 -0
- package/lib/components/Textarea/index.js.map +1 -0
- package/lib/components/Tile/Tile.d.ts +34 -0
- package/lib/components/Tile/Tile.test.d.ts +1 -0
- package/lib/components/Tile/index.d.ts +3 -0
- package/lib/components/Tile/index.js +83 -0
- package/lib/components/Tile/index.js.map +1 -0
- package/lib/components/Title/Title.d.ts +25 -0
- package/lib/components/Title/Title.test.d.ts +1 -0
- package/lib/components/Title/index.d.ts +3 -0
- package/lib/components/Title/index.js +8 -0
- package/lib/components/Title/index.js.map +1 -0
- package/lib/components/Toast/Toast.d.ts +13 -0
- package/lib/components/Toast/Toast.test.d.ts +1 -0
- package/lib/components/Toast/index.d.ts +3 -0
- package/lib/components/Toast/index.js +5 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/ToastList/ToastList.d.ts +14 -0
- package/lib/components/ToastList/ToastList.test.d.ts +1 -0
- package/lib/components/ToastList/index.d.ts +3 -0
- package/lib/components/ToastList/index.js +3531 -0
- package/lib/components/ToastList/index.js.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +36 -0
- package/lib/components/Toggle/Toggle.test.d.ts +1 -0
- package/lib/components/Toggle/index.d.ts +3 -0
- package/lib/components/Toggle/index.js +152 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Validation/ErrorList.d.ts +7 -0
- package/lib/components/Validation/ErrorListItem.d.ts +8 -0
- package/lib/components/Validation/Validation.d.ts +21 -0
- package/lib/components/Validation/Validation.test.d.ts +1 -0
- package/lib/components/Validation/ValidationSummary.d.ts +17 -0
- package/lib/components/Validation/ValidationSummary.test.d.ts +1 -0
- package/lib/components/Validation/index.d.ts +3 -0
- package/lib/components/Validation/index.js +86 -0
- package/lib/components/Validation/index.js.map +1 -0
- package/lib/components/Validation/types.d.ts +8 -0
- package/lib/constants.d.ts +139 -0
- package/lib/constants.js +131 -0
- package/lib/constants.js.map +1 -0
- package/lib/docs/ButtonWithModal/ButtonWithModal.d.ts +10 -0
- package/lib/docs/ButtonWithModal/index.d.ts +3 -0
- package/lib/docs/FormExample/FormExample.d.ts +18 -0
- package/lib/docs/FormExample/index.d.ts +3 -0
- package/lib/docs/GridExample/GridExample.d.ts +8 -0
- package/lib/docs/GridExample/index.d.ts +3 -0
- package/lib/docs/HelpBubbleExample/HelpBubbleExample.d.ts +4 -0
- package/lib/docs/HelpBubbleExample/index.d.ts +3 -0
- package/lib/docs/HelpTooltipExample/HelpTooltipExample.d.ts +4 -0
- package/lib/docs/HelpTooltipExample/index.d.ts +3 -0
- package/lib/docs/Tokens/TokensExample.d.ts +7 -0
- package/lib/floating-ui.react.js +4306 -0
- package/lib/floating-ui.react.js.map +1 -0
- package/lib/hoc/withBreakpoint/index.d.ts +3 -0
- package/lib/hoc/withBreakpoint/index.js +6 -0
- package/lib/hoc/withBreakpoint/index.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.d.ts +13 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js +14 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.test.d.ts +1 -0
- package/lib/hooks/useBreakpoint.d.ts +9 -0
- package/lib/hooks/useBreakpoint.js +56 -0
- package/lib/hooks/useBreakpoint.js.map +1 -0
- package/lib/hooks/useElementList.d.ts +8 -0
- package/lib/hooks/useElementList.js +24 -0
- package/lib/hooks/useElementList.js.map +1 -0
- package/lib/hooks/useEventListenerState.d.ts +2 -0
- package/lib/hooks/useEventListenerState.js +14 -0
- package/lib/hooks/useEventListenerState.js.map +1 -0
- package/lib/hooks/useExpand.d.ts +2 -0
- package/lib/hooks/useExpand.js +21 -0
- package/lib/hooks/useExpand.js.map +1 -0
- package/lib/hooks/useFocusToggle.d.ts +9 -0
- package/lib/hooks/useFocusToggle.js +31 -0
- package/lib/hooks/useFocusToggle.js.map +1 -0
- package/lib/hooks/useFocusTrap.d.ts +8 -0
- package/lib/hooks/useFocusTrap.js +33 -0
- package/lib/hooks/useFocusTrap.js.map +1 -0
- package/lib/hooks/useFocusableElements.d.ts +8 -0
- package/lib/hooks/useFocusableElements.js +21 -0
- package/lib/hooks/useFocusableElements.js.map +1 -0
- package/lib/hooks/useHover.d.ts +10 -0
- package/lib/hooks/useHover.js +9 -0
- package/lib/hooks/useHover.js.map +1 -0
- package/lib/hooks/useIcons.d.ts +3 -0
- package/lib/hooks/useIcons.js +23 -0
- package/lib/hooks/useIcons.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +20 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useInterval.d.ts +8 -0
- package/lib/hooks/useInterval.js +13 -0
- package/lib/hooks/useInterval.js.map +1 -0
- package/lib/hooks/useIsMobileBreakpoint.d.ts +1 -0
- package/lib/hooks/useIsMobileBreakpoint.js +10 -0
- package/lib/hooks/useIsMobileBreakpoint.js.map +1 -0
- package/lib/hooks/useIsServerSide.d.ts +6 -0
- package/lib/hooks/useIsServerSide.js +12 -0
- package/lib/hooks/useIsServerSide.js.map +1 -0
- package/lib/hooks/useIsVisible.d.ts +10 -0
- package/lib/hooks/useIsVisible.js +14 -0
- package/lib/hooks/useIsVisible.js.map +1 -0
- package/lib/hooks/useKeyboardEvent.d.ts +10 -0
- package/lib/hooks/useKeyboardEvent.js +24 -0
- package/lib/hooks/useKeyboardEvent.js.map +1 -0
- package/lib/hooks/useLayoutEvent.d.ts +8 -0
- package/lib/hooks/useLayoutEvent.js +18 -0
- package/lib/hooks/useLayoutEvent.js.map +1 -0
- package/lib/hooks/useOutsideEvent.d.ts +9 -0
- package/lib/hooks/useOutsideEvent.js +19 -0
- package/lib/hooks/useOutsideEvent.js.map +1 -0
- package/lib/hooks/usePrevious.d.ts +6 -0
- package/lib/hooks/usePrevious.js +12 -0
- package/lib/hooks/usePrevious.js.map +1 -0
- package/lib/hooks/usePseudoClasses.d.ts +12 -0
- package/lib/hooks/usePseudoClasses.js +44 -0
- package/lib/hooks/usePseudoClasses.js.map +1 -0
- package/lib/hooks/useResizeObserver.d.ts +7 -0
- package/lib/hooks/useResizeObserver.js +31 -0
- package/lib/hooks/useResizeObserver.js.map +1 -0
- package/lib/hooks/useReturnFocusOnUnmount.d.ts +5 -0
- package/lib/hooks/useReturnFocusOnUnmount.js +21 -0
- package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -0
- package/lib/hooks/useRovingFocus.d.ts +9 -0
- package/lib/hooks/useRovingFocus.js +57 -0
- package/lib/hooks/useRovingFocus.js.map +1 -0
- package/lib/hooks/useSize.d.ts +8 -0
- package/lib/hooks/useSize.js +47 -0
- package/lib/hooks/useSize.js.map +1 -0
- package/lib/hooks/useToggle.d.ts +11 -0
- package/lib/hooks/useToggle.js +24 -0
- package/lib/hooks/useToggle.js.map +1 -0
- package/lib/hooks/useUuid.d.ts +6 -0
- package/lib/hooks/useUuid.js +10 -0
- package/lib/hooks/useUuid.js.map +1 -0
- package/lib/hooks/usestopPropagation.d.ts +6 -0
- package/lib/hooks/usestopPropagation.js +18 -0
- package/lib/hooks/usestopPropagation.js.map +1 -0
- package/lib/index.js +49 -0
- package/lib/index.js.map +1 -0
- package/lib/index2.js +213 -0
- package/lib/index2.js.map +1 -0
- package/lib/resources/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Drawer.en-GB.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Drawer.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Dropdown.en-GB.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Dropdown.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
- package/lib/resources/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Panel.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Panel.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Tabs.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Tabs.nb-NO.json.d.ts +7 -0
- package/lib/resources/index.d.ts +0 -0
- package/lib/scss/supernova/styles/colors.css +258 -0
- package/lib/theme/currys/color.d.ts +3 -0
- package/lib/theme/currys/color.js +16 -0
- package/lib/theme/currys/color.js.map +1 -0
- package/lib/theme/currys/index.js +9 -0
- package/lib/theme/currys/index.js.map +1 -0
- package/lib/theme/currys/spacing.d.ts +3 -0
- package/lib/theme/currys/spacing.js +42 -0
- package/lib/theme/currys/spacing.js.map +1 -0
- package/lib/theme/grid.d.ts +21 -0
- package/lib/theme/grid.js +27 -0
- package/lib/theme/grid.js.map +1 -0
- package/lib/theme/index.d.ts +99 -0
- package/lib/theme/index.js +14 -0
- package/lib/theme/index.js.map +1 -0
- package/lib/theme/palette.d.ts +67 -0
- package/lib/theme/palette.js +86 -0
- package/lib/theme/palette.js.map +1 -0
- package/lib/theme/spacers.d.ts +18 -0
- package/lib/theme/spacers.js +22 -0
- package/lib/theme/spacers.js.map +1 -0
- package/lib/use-animate.js +382 -0
- package/lib/use-animate.js.map +1 -0
- package/lib/utils/accessibility.d.ts +23 -0
- package/lib/utils/accessibility.js +40 -0
- package/lib/utils/accessibility.js.map +1 -0
- package/lib/utils/component.d.ts +4 -0
- package/lib/utils/component.js +16 -0
- package/lib/utils/component.js.map +1 -0
- package/lib/utils/debounce.d.ts +6 -0
- package/lib/utils/debounce.js +19 -0
- package/lib/utils/debounce.js.map +1 -0
- package/lib/utils/deepContains.d.ts +9 -0
- package/lib/utils/deepContains.js +19 -0
- package/lib/utils/deepContains.js.map +1 -0
- package/lib/utils/device.d.ts +1 -0
- package/lib/utils/device.js +7 -0
- package/lib/utils/device.js.map +1 -0
- package/lib/utils/environment.d.ts +2 -0
- package/lib/utils/environment.js +13 -0
- package/lib/utils/environment.js.map +1 -0
- package/lib/utils/focus.d.ts +6 -0
- package/lib/utils/focus.js +14 -0
- package/lib/utils/focus.js.map +1 -0
- package/lib/utils/language.d.ts +17 -0
- package/lib/utils/language.js +25 -0
- package/lib/utils/language.js.map +1 -0
- package/lib/utils/loremtext.d.ts +4 -0
- package/lib/utils/loremtext.js +10 -0
- package/lib/utils/loremtext.js.map +1 -0
- package/lib/utils/mobile.d.ts +9 -0
- package/lib/utils/mobile.js +17 -0
- package/lib/utils/mobile.js.map +1 -0
- package/lib/utils/refs.d.ts +13 -0
- package/lib/utils/refs.js +19 -0
- package/lib/utils/refs.js.map +1 -0
- package/lib/utils/scroll.d.ts +2 -0
- package/lib/utils/scroll.js +11 -0
- package/lib/utils/scroll.js.map +1 -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.d.ts +2 -0
- package/lib/utils/uuid.js +7 -0
- package/lib/utils/uuid.js.map +1 -0
- package/lib/utils/viewport.d.ts +1 -0
- package/lib/utils/viewport.js +8 -0
- package/lib/utils/viewport.js.map +1 -0
- package/lib/utils.js +13 -0
- package/lib/utils.js.map +1 -0
- package/lib/uuid.js +20 -0
- package/lib/uuid.js.map +1 -0
- package/package.json +4 -2
- package/.prettierignore +0 -2
- package/.storybook/StoryBackground.tsx +0 -17
- package/.storybook/declaration.d.ts +0 -9
- package/.storybook/frankenstein-storybook.svg +0 -14
- package/.storybook/knobs.ts +0 -19
- package/.storybook/main.ts +0 -85
- package/.storybook/manager-head.html +0 -90
- package/.storybook/manager.ts +0 -15
- package/.storybook/preview.tsx +0 -91
- package/__scripts__/entries.js +0 -47
- package/__scripts__/generateIconNames.mjs +0 -27
- package/__scripts__/generateIllustrationNames.mjs +0 -56
- package/__scripts__/link-root-scss.mjs +0 -93
- package/__scripts__/new-component.js +0 -106
- package/chromatic.config.json +0 -7
- package/figma-token.config.json +0 -19
- package/src/__mocks__/IntersectionObserver.ts +0 -17
- package/src/__mocks__/MutationObserver.ts +0 -14
- package/src/__mocks__/ResizeObserver.ts +0 -17
- package/src/__mocks__/matchMedia.ts +0 -13
- package/src/__mocks__/useHover.ts +0 -7
- package/src/__mocks__/useLayoutEvent.ts +0 -5
- package/src/__mocks__/useOutsideEvent.ts +0 -5
- package/src/__mocks__/usePseudoClasses.ts +0 -7
- package/src/__mocks__/useSize.ts +0 -12
- package/src/__mocks__/uuid.ts +0 -13
- package/src/components/AnchorLink/AnchorLink.stories.tsx +0 -94
- package/src/components/AnchorLink/AnchorLink.test.tsx +0 -99
- package/src/components/AnchorLink/AnchorLink.tsx +0 -103
- package/src/components/AnchorLink/__snapshots__/AnchorLink.test.tsx.snap +0 -56
- package/src/components/AnchorLink/index.ts +0 -3
- package/src/components/ArticleTeaser/ArticleTeaser.stories.tsx +0 -72
- package/src/components/ArticleTeaser/ArticleTeaser.test.tsx +0 -27
- package/src/components/ArticleTeaser/ArticleTeaser.tsx +0 -72
- package/src/components/ArticleTeaser/index.ts +0 -3
- package/src/components/ArticleTeaser/resourceHelper.ts +0 -14
- package/src/components/AsChildSlot/AsChildSlot.stories.tsx +0 -79
- package/src/components/AsChildSlot/AsChildSlot.test.tsx +0 -105
- package/src/components/AsChildSlot/AsChildSlot.tsx +0 -110
- package/src/components/AsChildSlot/index.ts +0 -3
- package/src/components/Avatar/Avatar.stories.tsx +0 -70
- package/src/components/Avatar/Avatar.test.tsx +0 -55
- package/src/components/Avatar/Avatar.tsx +0 -61
- package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -77
- package/src/components/Avatar/index.ts +0 -3
- package/src/components/Badge/Badge.stories.tsx +0 -85
- package/src/components/Badge/Badge.test.tsx +0 -61
- package/src/components/Badge/Badge.tsx +0 -62
- package/src/components/Badge/NotificationBadge.tsx +0 -80
- package/src/components/Badge/index.ts +0 -3
- package/src/components/Button/Button.stories.tsx +0 -343
- package/src/components/Button/Button.test.tsx +0 -461
- package/src/components/Button/Button.tsx +0 -270
- package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -118
- package/src/components/Button/index.ts +0 -3
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -113
- package/src/components/Checkbox/Checkbox.test.tsx +0 -183
- package/src/components/Checkbox/Checkbox.tsx +0 -177
- package/src/components/Checkbox/index.ts +0 -3
- package/src/components/Chip/Chip.stories.tsx +0 -64
- package/src/components/Chip/Chip.test.tsx +0 -49
- package/src/components/Chip/Chip.tsx +0 -75
- package/src/components/Chip/index.ts +0 -3
- package/src/components/Close/Close.stories.tsx +0 -62
- package/src/components/Close/Close.test.tsx +0 -18
- package/src/components/Close/Close.tsx +0 -68
- package/src/components/Close/index.tsx +0 -3
- package/src/components/DictionaryTrigger/DictionaryTrigger.stories.tsx +0 -66
- package/src/components/DictionaryTrigger/DictionaryTrigger.test.tsx +0 -107
- package/src/components/DictionaryTrigger/DictionaryTrigger.tsx +0 -50
- package/src/components/DictionaryTrigger/index.ts +0 -3
- package/src/components/Drawer/Drawer.stories.tsx +0 -239
- package/src/components/Drawer/Drawer.test.tsx +0 -140
- package/src/components/Drawer/Drawer.tsx +0 -310
- package/src/components/Drawer/index.ts +0 -3
- package/src/components/Drawer/resourceHelper.ts +0 -14
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -313
- package/src/components/Dropdown/Dropdown.test.tsx +0 -215
- package/src/components/Dropdown/Dropdown.tsx +0 -340
- package/src/components/Dropdown/SingleSelect/SingleSelect.stories.tsx +0 -77
- package/src/components/Dropdown/SingleSelect/SingleSelect.test.tsx +0 -189
- package/src/components/Dropdown/SingleSelect/SingleSelect.tsx +0 -40
- package/src/components/Dropdown/SingleSelect/SingleSelectItem.tsx +0 -114
- package/src/components/Dropdown/SingleSelect/index.ts +0 -3
- package/src/components/Dropdown/index.ts +0 -3
- package/src/components/Dropdown/resourceHelper.ts +0 -14
- package/src/components/DropdownOld/DropdownOld.stories.tsx +0 -229
- package/src/components/DropdownOld/DropdownOld.test.tsx +0 -228
- package/src/components/DropdownOld/DropdownOld.tsx +0 -246
- package/src/components/DropdownOld/index.ts +0 -3
- package/src/components/DropdownOld/resourceHelper.ts +0 -14
- package/src/components/Duolist/Duolist.stories.tsx +0 -176
- package/src/components/Duolist/Duolist.test.tsx +0 -196
- package/src/components/Duolist/Duolist.tsx +0 -152
- package/src/components/Duolist/__snapshots__/Duolist.test.tsx.snap +0 -37
- package/src/components/Duolist/index.ts +0 -3
- package/src/components/ElementHeader/ElementHeader.stories.tsx +0 -262
- package/src/components/ElementHeader/ElementHeader.tsx +0 -251
- package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.stories.tsx +0 -69
- package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.tsx +0 -68
- package/src/components/ElementHeader/ElementHeaderText/index.ts +0 -3
- package/src/components/ElementHeader/StatusDotList/StatusDotList.stories.tsx +0 -37
- package/src/components/ElementHeader/StatusDotList/StatusDotList.tsx +0 -56
- package/src/components/ElementHeader/StatusDotList/index.ts +0 -3
- package/src/components/ElementHeader/index.ts +0 -3
- package/src/components/EmptyState/EmptyBoxBeeMedium.tsx +0 -95
- package/src/components/EmptyState/EmptyBoxBeeSmall.tsx +0 -95
- package/src/components/EmptyState/EmptyState.stories.tsx +0 -81
- package/src/components/EmptyState/EmptyState.test.tsx +0 -24
- package/src/components/EmptyState/EmptyState.tsx +0 -99
- package/src/components/EmptyState/index.ts +0 -3
- package/src/components/ErrorWrapper/ErrorWrapper.test.tsx +0 -52
- package/src/components/ErrorWrapper/ErrorWrapper.tsx +0 -47
- package/src/components/ErrorWrapper/index.ts +0 -3
- package/src/components/Expander/Expander.stories.tsx +0 -173
- package/src/components/Expander/Expander.test.tsx +0 -149
- package/src/components/Expander/Expander.tsx +0 -183
- package/src/components/Expander/__snapshots__/Expander.test.tsx.snap +0 -61
- package/src/components/Expander/index.ts +0 -3
- package/src/components/ExpanderHierarchy/Expander.tsx +0 -62
- package/src/components/ExpanderHierarchy/ExpanderButton.tsx +0 -70
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.stories.tsx +0 -101
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.test.tsx +0 -170
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.tsx +0 -55
- package/src/components/ExpanderHierarchy/__snapshots__/ExpanderHierarchy.test.tsx.snap +0 -97
- package/src/components/ExpanderHierarchy/index.ts +0 -3
- package/src/components/ExpanderHierarchy/utils.ts +0 -18
- package/src/components/ExpanderList/ExpanderList.Expander.stories.tsx +0 -84
- package/src/components/ExpanderList/ExpanderList.stories.tsx +0 -536
- package/src/components/ExpanderList/ExpanderList.test.tsx +0 -490
- package/src/components/ExpanderList/ExpanderList.tsx +0 -333
- package/src/components/ExpanderList/__snapshots__/ExpanderList.test.tsx.snap +0 -419
- package/src/components/ExpanderList/index.ts +0 -3
- package/src/components/EyebrowHeader/EyebrowHeader.stories.tsx +0 -37
- package/src/components/EyebrowHeader/EyebrowHeader.test.tsx +0 -21
- package/src/components/EyebrowHeader/EyebrowHeader.tsx +0 -37
- package/src/components/EyebrowHeader/index.ts +0 -3
- package/src/components/FavoriteButton/FavoriteButton.stories.tsx +0 -112
- package/src/components/FavoriteButton/FavoriteButton.test.tsx +0 -46
- package/src/components/FavoriteButton/FavoriteButton.tsx +0 -91
- package/src/components/FavoriteButton/StarIcon.tsx +0 -127
- package/src/components/FavoriteButton/index.ts +0 -4
- package/src/components/FavoriteButton/resourceHelper.ts +0 -11
- package/src/components/FormFieldTag/FormFieldTag.stories.tsx +0 -97
- package/src/components/FormFieldTag/FormFieldTag.test.tsx +0 -77
- package/src/components/FormFieldTag/FormFieldTag.tsx +0 -66
- package/src/components/FormFieldTag/index.ts +0 -3
- package/src/components/FormFieldTag/resourceHelper.ts +0 -11
- package/src/components/FormGroup/FormGroup.stories.tsx +0 -209
- package/src/components/FormGroup/FormGroup.test.tsx +0 -249
- package/src/components/FormGroup/FormGroup.tsx +0 -226
- package/src/components/FormGroup/index.ts +0 -3
- package/src/components/FormLayout/FormLayout.stories.tsx +0 -91
- package/src/components/FormLayout/FormLayout.test.tsx +0 -61
- package/src/components/FormLayout/FormLayout.tsx +0 -69
- package/src/components/FormLayout/index.ts +0 -3
- package/src/components/HelpBubble/HelpBubble.stories.tsx +0 -325
- package/src/components/HelpBubble/HelpBubble.test.tsx +0 -164
- package/src/components/HelpBubble/HelpBubble.tsx +0 -139
- package/src/components/HelpBubble/index.ts +0 -3
- package/src/components/HelpBubble/resourceHelper.ts +0 -11
- package/src/components/HelpDetails/HelpDetails.stories.tsx +0 -74
- package/src/components/HelpDetails/HelpDetails.test.tsx +0 -12
- package/src/components/HelpDetails/HelpDetails.tsx +0 -81
- package/src/components/HelpDrawer/HelpDrawer.stories.tsx +0 -72
- package/src/components/HelpDrawer/HelpDrawer.test.tsx +0 -22
- package/src/components/HelpDrawer/HelpDrawer.tsx +0 -51
- package/src/components/HelpDrawer/index.ts +0 -3
- package/src/components/HelpDrawer/resourceHelper.ts +0 -11
- package/src/components/HelpExpanderInline/HelpExpanderInline.stories.tsx +0 -154
- package/src/components/HelpExpanderInline/HelpExpanderInline.test.tsx +0 -33
- package/src/components/HelpExpanderInline/HelpExpanderInline.tsx +0 -38
- package/src/components/HelpExpanderInline/index.ts +0 -3
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.stories.tsx +0 -78
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.test.tsx +0 -50
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.tsx +0 -73
- package/src/components/HelpExpanderStandalone/index.ts +0 -3
- package/src/components/HelpPanel/HelpPanel.stories.tsx +0 -53
- package/src/components/HelpPanel/HelpPanel.test.tsx +0 -42
- package/src/components/HelpPanel/HelpPanel.tsx +0 -39
- package/src/components/HelpPanel/index.ts +0 -3
- package/src/components/HelpTeaser/HelpTeaser.stories.tsx +0 -51
- package/src/components/HelpTeaser/HelpTeaser.test.tsx +0 -11
- package/src/components/HelpTeaser/HelpTeaser.tsx +0 -43
- package/src/components/HelpTeaser/index.ts +0 -3
- package/src/components/HelpTooltip/HelpTooltip.stories.tsx +0 -67
- package/src/components/HelpTooltip/HelpTooltip.test.tsx +0 -57
- package/src/components/HelpTooltip/HelpTooltip.tsx +0 -51
- package/src/components/HelpTooltip/index.ts +0 -3
- package/src/components/HelpTriggerIcon/HelpSign.tsx +0 -62
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.stories.tsx +0 -126
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.test.tsx +0 -59
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.tsx +0 -121
- package/src/components/HelpTriggerIcon/index.ts +0 -3
- package/src/components/HelpTriggerInline/HelpTriggerInline.stories.tsx +0 -82
- package/src/components/HelpTriggerInline/HelpTriggerInline.test.tsx +0 -132
- package/src/components/HelpTriggerInline/HelpTriggerInline.tsx +0 -65
- package/src/components/HelpTriggerInline/index.ts +0 -3
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.stories.tsx +0 -105
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.test.tsx +0 -132
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.tsx +0 -67
- package/src/components/HelpTriggerStandalone/index.ts +0 -3
- package/src/components/HighlightPanel/HighlightPanel.stories.tsx +0 -74
- package/src/components/HighlightPanel/HighlightPanel.test.tsx +0 -67
- package/src/components/HighlightPanel/HighlightPanel.tsx +0 -126
- package/src/components/HighlightPanel/index.ts +0 -3
- package/src/components/Highlighter/Highlighter.stories.tsx +0 -431
- package/src/components/Highlighter/Highlighter.test.tsx +0 -33
- package/src/components/Highlighter/Highlighter.tsx +0 -63
- package/src/components/Highlighter/index.ts +0 -3
- package/src/components/HorizontalScroll/HorizontalScroll.test.tsx +0 -58
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +0 -72
- package/src/components/HorizontalScroll/__snapshots__/HorizontalScroll.test.tsx.snap +0 -23
- package/src/components/HorizontalScroll/index.ts +0 -3
- package/src/components/Icon/Icon.stories.tsx +0 -211
- package/src/components/Icon/Icon.test.tsx +0 -159
- package/src/components/Icon/Icon.tsx +0 -121
- package/src/components/Icon/__snapshots__/Icon.test.tsx.snap +0 -415
- package/src/components/Icon/index.ts +0 -5
- package/src/components/Icons/ActiveMonitoring.tsx +0 -23
- package/src/components/Icons/AcupunctureBack.tsx +0 -23
- package/src/components/Icons/AdditionalIconInformation.ts +0 -337
- package/src/components/Icons/AlarmClock.tsx +0 -41
- package/src/components/Icons/AlertSignFill.tsx +0 -25
- package/src/components/Icons/AlertSignStroke.tsx +0 -25
- package/src/components/Icons/Amputation.tsx +0 -17
- package/src/components/Icons/Anxiety.tsx +0 -17
- package/src/components/Icons/Apple.tsx +0 -17
- package/src/components/Icons/Archive.tsx +0 -37
- package/src/components/Icons/ArmFlexing.tsx +0 -17
- package/src/components/Icons/ArrowDown.tsx +0 -37
- package/src/components/Icons/ArrowLeft.tsx +0 -21
- package/src/components/Icons/ArrowRight.tsx +0 -21
- package/src/components/Icons/ArrowUp.tsx +0 -37
- package/src/components/Icons/ArrowUpRight.tsx +0 -17
- package/src/components/Icons/Attachment.tsx +0 -41
- package/src/components/Icons/Atv.tsx +0 -17
- package/src/components/Icons/Avatar.tsx +0 -24
- package/src/components/Icons/AwakePersonOnPillow.tsx +0 -17
- package/src/components/Icons/Baby.tsx +0 -17
- package/src/components/Icons/BandAid.tsx +0 -17
- package/src/components/Icons/BeerAndPills.tsx +0 -23
- package/src/components/Icons/Bell.tsx +0 -17
- package/src/components/Icons/Bike.tsx +0 -17
- package/src/components/Icons/BirthControl.tsx +0 -22
- package/src/components/Icons/BirthdayCake.tsx +0 -17
- package/src/components/Icons/Boat.tsx +0 -17
- package/src/components/Icons/Body.tsx +0 -23
- package/src/components/Icons/Braille.tsx +0 -17
- package/src/components/Icons/Brain.tsx +0 -21
- package/src/components/Icons/BreastReconstruction.tsx +0 -23
- package/src/components/Icons/BreastRemoval.tsx +0 -23
- package/src/components/Icons/Breasts.tsx +0 -17
- package/src/components/Icons/BrokenHeart.tsx +0 -17
- package/src/components/Icons/BrokenPuzzle.tsx +0 -17
- package/src/components/Icons/Bus.tsx +0 -38
- package/src/components/Icons/Calendar.tsx +0 -37
- package/src/components/Icons/CalendarChange.tsx +0 -37
- package/src/components/Icons/CalendarCheck.tsx +0 -37
- package/src/components/Icons/CalendarEvent.tsx +0 -17
- package/src/components/Icons/CalendarSave.tsx +0 -25
- package/src/components/Icons/Cancer.tsx +0 -31
- package/src/components/Icons/Candle.tsx +0 -23
- package/src/components/Icons/Car.tsx +0 -17
- package/src/components/Icons/Carton.tsx +0 -37
- package/src/components/Icons/Change.tsx +0 -49
- package/src/components/Icons/Check.tsx +0 -14
- package/src/components/Icons/CheckFill.tsx +0 -36
- package/src/components/Icons/CheckOutline.tsx +0 -23
- package/src/components/Icons/Chest.tsx +0 -17
- package/src/components/Icons/ChevronDown.tsx +0 -17
- package/src/components/Icons/ChevronLeft.tsx +0 -16
- package/src/components/Icons/ChevronRight.tsx +0 -19
- package/src/components/Icons/ChevronUp.tsx +0 -17
- package/src/components/Icons/ChevronsDown.tsx +0 -37
- package/src/components/Icons/ChevronsUp.tsx +0 -37
- package/src/components/Icons/ChildPlaying.tsx +0 -23
- package/src/components/Icons/Cigarette.tsx +0 -17
- package/src/components/Icons/Coins.tsx +0 -23
- package/src/components/Icons/Contacts.tsx +0 -25
- package/src/components/Icons/Copy.tsx +0 -36
- package/src/components/Icons/CoronaCertificate.tsx +0 -23
- package/src/components/Icons/Coronavirus.tsx +0 -17
- package/src/components/Icons/Cough.tsx +0 -17
- package/src/components/Icons/CreditCard.tsx +0 -49
- package/src/components/Icons/CriticalHealthInfo.tsx +0 -16
- package/src/components/Icons/Cross.tsx +0 -17
- package/src/components/Icons/DataExchange.tsx +0 -23
- package/src/components/Icons/DataReceived.tsx +0 -23
- package/src/components/Icons/DataSent.tsx +0 -23
- package/src/components/Icons/Depression.tsx +0 -17
- package/src/components/Icons/DigestiveSystem.tsx +0 -23
- package/src/components/Icons/Dizzy.tsx +0 -17
- package/src/components/Icons/Documents.tsx +0 -17
- package/src/components/Icons/Dog.tsx +0 -17
- package/src/components/Icons/DonorCard.tsx +0 -17
- package/src/components/Icons/DotActive.tsx +0 -22
- package/src/components/Icons/DotAlert.tsx +0 -30
- package/src/components/Icons/DotCancelled.tsx +0 -30
- package/src/components/Icons/DotHalfDisc.tsx +0 -30
- package/src/components/Icons/DotInactive.tsx +0 -30
- package/src/components/Icons/DotInfo.tsx +0 -38
- package/src/components/Icons/DotLookingGlass.tsx +0 -30
- package/src/components/Icons/DotPending.tsx +0 -22
- package/src/components/Icons/DotQuestionMark.tsx +0 -30
- package/src/components/Icons/DotSuccess.tsx +0 -30
- package/src/components/Icons/DotTransparent.tsx +0 -30
- package/src/components/Icons/DotWarningTriangle.tsx +0 -30
- package/src/components/Icons/Download.tsx +0 -37
- package/src/components/Icons/Draft.tsx +0 -17
- package/src/components/Icons/Drag.tsx +0 -21
- package/src/components/Icons/EChat.tsx +0 -25
- package/src/components/Icons/Ear.tsx +0 -23
- package/src/components/Icons/EarDeaf.tsx +0 -17
- package/src/components/Icons/EarHearingAid.tsx +0 -20
- package/src/components/Icons/EarNoseThroat.tsx +0 -25
- package/src/components/Icons/EarVolume.tsx +0 -29
- package/src/components/Icons/Edit.tsx +0 -31
- package/src/components/Icons/ElderlyPerson.tsx +0 -17
- package/src/components/Icons/Embolization.tsx +0 -23
- package/src/components/Icons/EmergencyCall.tsx +0 -25
- package/src/components/Icons/EmoticonAnnoyed.tsx +0 -27
- package/src/components/Icons/EmoticonDelighted.tsx +0 -27
- package/src/components/Icons/EmoticonDisappointed.tsx +0 -27
- package/src/components/Icons/EmoticonHappy.tsx +0 -27
- package/src/components/Icons/EmoticonMeh.tsx +0 -27
- package/src/components/Icons/EmptyBox.tsx +0 -25
- package/src/components/Icons/EnterFullScreen.tsx +0 -34
- package/src/components/Icons/Envelope.tsx +0 -25
- package/src/components/Icons/Epilepsy.tsx +0 -17
- package/src/components/Icons/Eraser.tsx +0 -31
- package/src/components/Icons/ErrorSignFill.tsx +0 -25
- package/src/components/Icons/ErrorSignStroke.tsx +0 -25
- package/src/components/Icons/EuropeanHealthCard.tsx +0 -20
- package/src/components/Icons/ExitFullScreen.tsx +0 -34
- package/src/components/Icons/Eye.tsx +0 -48
- package/src/components/Icons/Facebook.tsx +0 -17
- package/src/components/Icons/FallingLeaf.tsx +0 -31
- package/src/components/Icons/Feedback.tsx +0 -29
- package/src/components/Icons/Female.tsx +0 -17
- package/src/components/Icons/FemaleDoctor.tsx +0 -17
- package/src/components/Icons/Ferry.tsx +0 -17
- package/src/components/Icons/File.tsx +0 -37
- package/src/components/Icons/Filter.tsx +0 -35
- package/src/components/Icons/FingerBleed.tsx +0 -17
- package/src/components/Icons/FirstAidKit.tsx +0 -17
- package/src/components/Icons/Fish.tsx +0 -39
- package/src/components/Icons/FloppyDisk.tsx +0 -23
- package/src/components/Icons/Football.tsx +0 -17
- package/src/components/Icons/Form.tsx +0 -25
- package/src/components/Icons/Forward.tsx +0 -27
- package/src/components/Icons/Gallery.tsx +0 -36
- package/src/components/Icons/Garden.tsx +0 -17
- package/src/components/Icons/GasCan.tsx +0 -17
- package/src/components/Icons/GenderIdentity.tsx +0 -23
- package/src/components/Icons/GlassWater.tsx +0 -23
- package/src/components/Icons/Glasses.tsx +0 -25
- package/src/components/Icons/Globe.tsx +0 -25
- package/src/components/Icons/Grain.tsx +0 -23
- package/src/components/Icons/Graph.tsx +0 -29
- package/src/components/Icons/Group.tsx +0 -39
- package/src/components/Icons/GroupTwins.tsx +0 -71
- package/src/components/Icons/HTMLFile.tsx +0 -23
- package/src/components/Icons/HandWaving.tsx +0 -17
- package/src/components/Icons/HandWithDisease.tsx +0 -17
- package/src/components/Icons/HandsAndHeart.tsx +0 -23
- package/src/components/Icons/HealthClinic.tsx +0 -23
- package/src/components/Icons/HealthMeasurements.tsx +0 -25
- package/src/components/Icons/HealthWarning.tsx +0 -23
- package/src/components/Icons/HealthcarePerson.tsx +0 -65
- package/src/components/Icons/HealthcarePersonell.tsx +0 -79
- package/src/components/Icons/HearingProtection.tsx +0 -31
- package/src/components/Icons/Heart.tsx +0 -25
- package/src/components/Icons/HeartHands.tsx +0 -59
- package/src/components/Icons/HelpSign.tsx +0 -25
- package/src/components/Icons/HelpingHand.tsx +0 -23
- package/src/components/Icons/Hemodialysis.tsx +0 -23
- package/src/components/Icons/Hiker.tsx +0 -17
- package/src/components/Icons/Hipprosthesis.tsx +0 -23
- package/src/components/Icons/History.tsx +0 -25
- package/src/components/Icons/HivAndAids.tsx +0 -17
- package/src/components/Icons/Home.tsx +0 -36
- package/src/components/Icons/HomeFill.tsx +0 -41
- package/src/components/Icons/Hormone.tsx +0 -17
- package/src/components/Icons/Hospital.tsx +0 -37
- package/src/components/Icons/Hourglass.tsx +0 -37
- package/src/components/Icons/IconNames.ts +0 -344
- package/src/components/Icons/ImgFile.tsx +0 -23
- package/src/components/Icons/Inbox.tsx +0 -23
- package/src/components/Icons/InfoSignFill.tsx +0 -25
- package/src/components/Icons/InfoSignStroke.tsx +0 -25
- package/src/components/Icons/Instagram.tsx +0 -24
- package/src/components/Icons/Intravenous.tsx +0 -23
- package/src/components/Icons/JointPain.tsx +0 -19
- package/src/components/Icons/Journal.tsx +0 -25
- package/src/components/Icons/JpgFile.tsx +0 -23
- package/src/components/Icons/Kidney.tsx +0 -17
- package/src/components/Icons/KitchenScale.tsx +0 -23
- package/src/components/Icons/Kjernejournal.tsx +0 -17
- package/src/components/Icons/Laboratory.tsx +0 -23
- package/src/components/Icons/LaptopBlog.tsx +0 -17
- package/src/components/Icons/LawBook.tsx +0 -20
- package/src/components/Icons/LegalDocument.tsx +0 -32
- package/src/components/Icons/LightBulb.tsx +0 -17
- package/src/components/Icons/List.tsx +0 -36
- package/src/components/Icons/Location.tsx +0 -28
- package/src/components/Icons/LocationFill.tsx +0 -41
- package/src/components/Icons/Lock.tsx +0 -31
- package/src/components/Icons/Login.tsx +0 -67
- package/src/components/Icons/Logout.tsx +0 -53
- package/src/components/Icons/Lungs.tsx +0 -17
- package/src/components/Icons/Makeup.tsx +0 -17
- package/src/components/Icons/MaleDoctor.tsx +0 -17
- package/src/components/Icons/MaleDoctorAndPerson.tsx +0 -25
- package/src/components/Icons/MaleDoctorCompact.tsx +0 -55
- package/src/components/Icons/MaleDoctorCompactFill.tsx +0 -43
- package/src/components/Icons/MaleGenitalia.tsx +0 -17
- package/src/components/Icons/Medicine.tsx +0 -37
- package/src/components/Icons/MedicineWarning.tsx +0 -23
- package/src/components/Icons/MentalHealthAdult.tsx +0 -23
- package/src/components/Icons/MentalHealthChild.tsx +0 -23
- package/src/components/Icons/Menu.tsx +0 -23
- package/src/components/Icons/Microscope.tsx +0 -23
- package/src/components/Icons/Minus.tsx +0 -14
- package/src/components/Icons/Mirror.tsx +0 -17
- package/src/components/Icons/MobilePhone.tsx +0 -25
- package/src/components/Icons/MotherHoldingBaby.tsx +0 -17
- package/src/components/Icons/MuscleBack.tsx +0 -25
- package/src/components/Icons/MuscleLeg.tsx +0 -23
- package/src/components/Icons/Mushroom.tsx +0 -17
- package/src/components/Icons/Music.tsx +0 -23
- package/src/components/Icons/MusselsAndSalt.tsx +0 -17
- package/src/components/Icons/NoAccess.tsx +0 -59
- package/src/components/Icons/NoEye.tsx +0 -41
- package/src/components/Icons/NoFilter.tsx +0 -31
- package/src/components/Icons/Notepad.tsx +0 -17
- package/src/components/Icons/Osteotomy.tsx +0 -23
- package/src/components/Icons/PaintRoller.tsx +0 -17
- package/src/components/Icons/PaperPlane.tsx +0 -25
- package/src/components/Icons/PatientAndPerson.tsx +0 -17
- package/src/components/Icons/Pause.tsx +0 -25
- package/src/components/Icons/PdfFile.tsx +0 -23
- package/src/components/Icons/Pencil.tsx +0 -41
- package/src/components/Icons/PeopleTalking.tsx +0 -23
- package/src/components/Icons/Peritonealdialysis.tsx +0 -23
- package/src/components/Icons/Person.tsx +0 -17
- package/src/components/Icons/PersonAndPatient.tsx +0 -17
- package/src/components/Icons/PersonCancel.tsx +0 -65
- package/src/components/Icons/PersonInXRayMachine.tsx +0 -23
- package/src/components/Icons/PersonOverweight.tsx +0 -17
- package/src/components/Icons/PersonRelaxing.tsx +0 -23
- package/src/components/Icons/PersonWithBrain.tsx +0 -20
- package/src/components/Icons/PersonWithBrokenArm.tsx +0 -17
- package/src/components/Icons/PersonWithCrutches.tsx +0 -17
- package/src/components/Icons/PersonWithJaw.tsx +0 -23
- package/src/components/Icons/PersonWithMagnifyingGlass.tsx +0 -23
- package/src/components/Icons/PersonWithSenses.tsx +0 -29
- package/src/components/Icons/PersonWorking.tsx +0 -23
- package/src/components/Icons/PersonalPlan.tsx +0 -35
- package/src/components/Icons/PizzaSlice.tsx +0 -23
- package/src/components/Icons/Plane.tsx +0 -17
- package/src/components/Icons/Plant.tsx +0 -17
- package/src/components/Icons/PlateKnifeFork.tsx +0 -35
- package/src/components/Icons/Play.tsx +0 -23
- package/src/components/Icons/PlusLarge.tsx +0 -17
- package/src/components/Icons/PlusSmall.tsx +0 -17
- package/src/components/Icons/PngFile.tsx +0 -23
- package/src/components/Icons/Podcast.tsx +0 -23
- package/src/components/Icons/PoisonInformation.tsx +0 -23
- package/src/components/Icons/Pregnant.tsx +0 -17
- package/src/components/Icons/Printer.tsx +0 -37
- package/src/components/Icons/Psychosis.tsx +0 -17
- package/src/components/Icons/Publication.tsx +0 -23
- package/src/components/Icons/Puzzle.tsx +0 -20
- package/src/components/Icons/QrCode.tsx +0 -36
- package/src/components/Icons/Quarrel.tsx +0 -23
- package/src/components/Icons/RadioTherapy.tsx +0 -23
- package/src/components/Icons/RadioactiveTreatment.tsx +0 -23
- package/src/components/Icons/Radioiodine.tsx +0 -23
- package/src/components/Icons/Receipt.tsx +0 -17
- package/src/components/Icons/Receptionist.tsx +0 -25
- package/src/components/Icons/Recovery.tsx +0 -23
- package/src/components/Icons/Referral.tsx +0 -25
- package/src/components/Icons/Refresh.tsx +0 -25
- package/src/components/Icons/Refund.tsx +0 -17
- package/src/components/Icons/Reminder.tsx +0 -31
- package/src/components/Icons/Reply.tsx +0 -31
- package/src/components/Icons/Rocket.tsx +0 -17
- package/src/components/Icons/RtfFile.tsx +0 -23
- package/src/components/Icons/STDs.tsx +0 -23
- package/src/components/Icons/Save.tsx +0 -33
- package/src/components/Icons/Scale.tsx +0 -17
- package/src/components/Icons/ScreenReader.tsx +0 -43
- package/src/components/Icons/Search.tsx +0 -25
- package/src/components/Icons/SectionSign.tsx +0 -33
- package/src/components/Icons/Settings.tsx +0 -41
- package/src/components/Icons/SettingsFill.tsx +0 -41
- package/src/components/Icons/Sexualorientation.tsx +0 -23
- package/src/components/Icons/ShakingHand.tsx +0 -20
- package/src/components/Icons/Share.tsx +0 -31
- package/src/components/Icons/SharedHealthData.tsx +0 -25
- package/src/components/Icons/SharedHealthMeasurements.tsx +0 -25
- package/src/components/Icons/Shield.tsx +0 -23
- package/src/components/Icons/ShuntOperation.tsx +0 -23
- package/src/components/Icons/Skeleton.tsx +0 -17
- package/src/components/Icons/Skin.tsx +0 -17
- package/src/components/Icons/Snake.tsx +0 -17
- package/src/components/Icons/Snapchat.tsx +0 -20
- package/src/components/Icons/SortDown.tsx +0 -46
- package/src/components/Icons/SortUp.tsx +0 -46
- package/src/components/Icons/SpeechBubble.tsx +0 -33
- package/src/components/Icons/Spray.tsx +0 -17
- package/src/components/Icons/StickyNote.tsx +0 -25
- package/src/components/Icons/StickyNotes.tsx +0 -25
- package/src/components/Icons/Stopwatch.tsx +0 -37
- package/src/components/Icons/Sun.tsx +0 -33
- package/src/components/Icons/SupportingPerson.tsx +0 -48
- package/src/components/Icons/Surgery.tsx +0 -23
- package/src/components/Icons/Sweets.tsx +0 -37
- package/src/components/Icons/Syringe.tsx +0 -23
- package/src/components/Icons/Taxi.tsx +0 -17
- package/src/components/Icons/TeddyBear.tsx +0 -17
- package/src/components/Icons/Teenagers.tsx +0 -23
- package/src/components/Icons/ThinkingAboutBaby.tsx +0 -17
- package/src/components/Icons/Ticket.tsx +0 -17
- package/src/components/Icons/TimePassing.tsx +0 -37
- package/src/components/Icons/Toddler.tsx +0 -17
- package/src/components/Icons/Tombstone.tsx +0 -29
- package/src/components/Icons/Toolbox.tsx +0 -49
- package/src/components/Icons/Tooth.tsx +0 -17
- package/src/components/Icons/TotalKneeProsthesis.tsx +0 -23
- package/src/components/Icons/Train.tsx +0 -17
- package/src/components/Icons/Transplantation.tsx +0 -23
- package/src/components/Icons/TrashCan.tsx +0 -37
- package/src/components/Icons/TravelRoute.tsx +0 -49
- package/src/components/Icons/TreatmentAids.tsx +0 -38
- package/src/components/Icons/TriangleX.tsx +0 -49
- package/src/components/Icons/Twitter.tsx +0 -17
- package/src/components/Icons/Undo.tsx +0 -51
- package/src/components/Icons/UniProsthesis.tsx +0 -23
- package/src/components/Icons/Upload.tsx +0 -31
- package/src/components/Icons/UserOrganization.tsx +0 -17
- package/src/components/Icons/Vaccine.tsx +0 -37
- package/src/components/Icons/VerticalDots.tsx +0 -25
- package/src/components/Icons/VideoCamera.tsx +0 -37
- package/src/components/Icons/VideoChat.tsx +0 -25
- package/src/components/Icons/Wallet.tsx +0 -25
- package/src/components/Icons/Watch.tsx +0 -37
- package/src/components/Icons/Website.tsx +0 -23
- package/src/components/Icons/Wheelchair.tsx +0 -23
- package/src/components/Icons/WheelchairActive.tsx +0 -23
- package/src/components/Icons/Window.tsx +0 -17
- package/src/components/Icons/WordDocument.tsx +0 -20
- package/src/components/Icons/WorkSuitcase.tsx +0 -20
- package/src/components/Icons/X.tsx +0 -33
- package/src/components/Icons/XOutline.tsx +0 -23
- package/src/components/Icons/XmlFile.tsx +0 -23
- package/src/components/Icons/YouTube.tsx +0 -17
- package/src/components/Icons/Zoom.tsx +0 -37
- package/src/components/Illustration/Illustration.stories.tsx +0 -45
- package/src/components/Illustration/Illustration.test.tsx +0 -171
- package/src/components/Illustration/Illustration.tsx +0 -78
- package/src/components/Illustration/Illustrations.stories.tsx +0 -73
- package/src/components/Illustration/index.ts +0 -3
- package/src/components/Illustration/utils.ts +0 -18
- package/src/components/Illustrations/BabyMobile.tsx +0 -18
- package/src/components/Illustrations/BabyMobileMedium.tsx +0 -260
- package/src/components/Illustrations/Child.tsx +0 -22
- package/src/components/Illustrations/ChildMedium.tsx +0 -129
- package/src/components/Illustrations/Doctor.tsx +0 -20
- package/src/components/Illustrations/DoctorMedium.tsx +0 -59
- package/src/components/Illustrations/DoctorSmall.tsx +0 -64
- package/src/components/Illustrations/FacialRecognitionFingerprint.tsx +0 -18
- package/src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx +0 -199
- package/src/components/Illustrations/GiveBabyFood.tsx +0 -21
- package/src/components/Illustrations/GiveBabyFoodMedium.tsx +0 -237
- package/src/components/Illustrations/HealthcarePersonnel.tsx +0 -15
- package/src/components/Illustrations/HealthcarePersonnelMedium.tsx +0 -155
- package/src/components/Illustrations/HealthcarePersonnelSmall.tsx +0 -155
- package/src/components/Illustrations/IllustrationNames.ts +0 -33
- package/src/components/Illustrations/ReadLetters.tsx +0 -19
- package/src/components/Illustrations/ReadLettersMedium.tsx +0 -81
- package/src/components/Illustrations/Stroller.tsx +0 -22
- package/src/components/Illustrations/StrollerMedium.tsx +0 -165
- package/src/components/Illustrations/Support2.tsx +0 -19
- package/src/components/Illustrations/Support2Medium.tsx +0 -152
- package/src/components/InfoTeaser/InfoTeaser.stories.tsx +0 -53
- package/src/components/InfoTeaser/InfoTeaser.test.tsx +0 -44
- package/src/components/InfoTeaser/InfoTeaser.tsx +0 -89
- package/src/components/InfoTeaser/index.ts +0 -3
- package/src/components/InfoTeaser/resourceHelper.ts +0 -14
- package/src/components/Input/Input.stories.tsx +0 -158
- package/src/components/Input/Input.test.tsx +0 -251
- package/src/components/Input/Input.tsx +0 -302
- package/src/components/Input/index.ts +0 -3
- package/src/components/Label/Label.stories.tsx +0 -281
- package/src/components/Label/Label.test.tsx +0 -150
- package/src/components/Label/Label.tsx +0 -199
- package/src/components/Label/SubLabel.tsx +0 -65
- package/src/components/Label/index.tsx +0 -4
- package/src/components/LazyIcon/ErrorBoundary.tsx +0 -36
- package/src/components/LazyIcon/LazyIcon.stories.tsx +0 -48
- package/src/components/LazyIcon/LazyIcon.test.tsx +0 -35
- package/src/components/LazyIcon/LazyIcon.tsx +0 -46
- package/src/components/LazyIcon/index.ts +0 -3
- package/src/components/LazyIcon/utils.ts +0 -2
- package/src/components/LazyIllustration/LazyIllustration.stories.tsx +0 -48
- package/src/components/LazyIllustration/LazyIllustration.test.tsx +0 -36
- package/src/components/LazyIllustration/LazyIllustration.tsx +0 -51
- package/src/components/LazyIllustration/index.ts +0 -3
- package/src/components/LinkList/LinkList.stories.tsx +0 -438
- package/src/components/LinkList/LinkList.test.tsx +0 -177
- package/src/components/LinkList/LinkList.tsx +0 -250
- package/src/components/LinkList/index.ts +0 -3
- package/src/components/List/List.stories.tsx +0 -285
- package/src/components/List/List.test.tsx +0 -40
- package/src/components/List/List.tsx +0 -50
- package/src/components/List/__snapshots__/List.test.tsx.snap +0 -31
- package/src/components/List/index.ts +0 -3
- package/src/components/ListEditMode/ListEditMode.stories.tsx +0 -132
- package/src/components/ListEditMode/ListEditMode.tsx +0 -73
- package/src/components/ListEditMode/index.ts +0 -3
- package/src/components/Loader/Loader.stories.tsx +0 -106
- package/src/components/Loader/Loader.test.tsx +0 -127
- package/src/components/Loader/Loader.tsx +0 -137
- package/src/components/Loader/__snapshots__/Loader.test.tsx.snap +0 -35
- package/src/components/Loader/index.ts +0 -3
- package/src/components/Logo/Logo.stories.tsx +0 -74
- package/src/components/Logo/Logo.test.tsx +0 -24
- package/src/components/Logo/Logo.tsx +0 -64
- package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -53
- package/src/components/Logo/index.ts +0 -3
- package/src/components/MaxCharacters/MaxCharacters.test.tsx +0 -36
- package/src/components/MaxCharacters/MaxCharacters.tsx +0 -39
- package/src/components/Mittens/Mittens.stories.tsx +0 -239
- package/src/components/Modal/Modal.stories.tsx +0 -286
- package/src/components/Modal/Modal.test.tsx +0 -445
- package/src/components/Modal/Modal.tsx +0 -283
- package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -309
- package/src/components/Modal/index.ts +0 -3
- package/src/components/NotificationPanel/NotificationPanel.stories.tsx +0 -262
- package/src/components/NotificationPanel/NotificationPanel.test.tsx +0 -188
- package/src/components/NotificationPanel/NotificationPanel.tsx +0 -176
- package/src/components/NotificationPanel/__snapshots__/NotificationPanel.test.tsx.snap +0 -117
- package/src/components/NotificationPanel/index.ts +0 -3
- package/src/components/Panel/Panel.stories.tsx +0 -1090
- package/src/components/Panel/Panel.test.tsx +0 -139
- package/src/components/Panel/Panel.tsx +0 -328
- package/src/components/Panel/PanelExamples.tsx +0 -155
- package/src/components/Panel/PanelTitle/PanelTitle.stories.tsx +0 -64
- package/src/components/Panel/PanelTitle/PanelTitle.tsx +0 -42
- package/src/components/Panel/PanelTitle/index.ts +0 -3
- package/src/components/Panel/Paneldocs.tsx +0 -55
- package/src/components/Panel/index.ts +0 -3
- package/src/components/Panel/resourceHelper.ts +0 -14
- package/src/components/PanelList/PanelList.stories.tsx +0 -85
- package/src/components/PanelList/PanelList.test.tsx +0 -15
- package/src/components/PanelList/PanelList.tsx +0 -47
- package/src/components/PanelList/index.tsx +0 -3
- package/src/components/PanelListOld/PanelListOld.stories.tsx +0 -63
- package/src/components/PanelListOld/PanelListOld.test.tsx +0 -101
- package/src/components/PanelListOld/PanelListOld.tsx +0 -39
- package/src/components/PanelListOld/index.tsx +0 -3
- package/src/components/PanelOld/PanelOld.stories.tsx +0 -469
- package/src/components/PanelOld/PanelOld.test.tsx +0 -421
- package/src/components/PanelOld/PanelOld.tsx +0 -449
- package/src/components/PanelOld/__snapshots__/Panel.test.tsx.snap +0 -59
- package/src/components/PanelOld/__snapshots__/PanelOld.test.tsx.snap +0 -59
- package/src/components/PanelOld/index.tsx +0 -3
- package/src/components/PopMenu/PopMenu.stories.tsx +0 -322
- package/src/components/PopMenu/PopMenu.test.tsx +0 -43
- package/src/components/PopMenu/PopMenu.tsx +0 -156
- package/src/components/PopMenu/index.ts +0 -3
- package/src/components/PopOver/PopOver.stories.tsx +0 -168
- package/src/components/PopOver/PopOver.test.tsx +0 -85
- package/src/components/PopOver/PopOver.tsx +0 -132
- package/src/components/PopOver/index.ts +0 -3
- package/src/components/PopOver/utils.ts +0 -284
- package/src/components/Portal/index.tsx +0 -44
- package/src/components/Progressbar/Progressbar.stories.tsx +0 -106
- package/src/components/Progressbar/Progressbar.test.tsx +0 -67
- package/src/components/Progressbar/Progressbar.tsx +0 -141
- package/src/components/Progressbar/index.ts +0 -3
- package/src/components/PromoPanel/PromoPanel.stories.tsx +0 -65
- package/src/components/PromoPanel/PromoPanel.test.tsx +0 -112
- package/src/components/PromoPanel/PromoPanel.tsx +0 -137
- package/src/components/PromoPanel/index.ts +0 -3
- package/src/components/RadioButton/RadioButton.stories.tsx +0 -183
- package/src/components/RadioButton/RadioButton.test.tsx +0 -206
- package/src/components/RadioButton/RadioButton.tsx +0 -167
- package/src/components/RadioButton/index.ts +0 -3
- package/src/components/Select/Select.stories.tsx +0 -189
- package/src/components/Select/Select.test.tsx +0 -194
- package/src/components/Select/Select.tsx +0 -147
- package/src/components/Select/index.ts +0 -3
- package/src/components/ServiceMessage/ServiceMessage.stories.tsx +0 -128
- package/src/components/ServiceMessage/ServiceMessage.test.tsx +0 -102
- package/src/components/ServiceMessage/ServiceMessage.tsx +0 -212
- package/src/components/ServiceMessage/__snapshots__/ServiceMessage.test.tsx.snap +0 -89
- package/src/components/ServiceMessage/index.ts +0 -3
- package/src/components/SharingStatus/SharingStatus.stories.tsx +0 -117
- package/src/components/SharingStatus/SharingStatus.test.tsx +0 -121
- package/src/components/SharingStatus/SharingStatus.tsx +0 -47
- package/src/components/SharingStatus/index.ts +0 -3
- package/src/components/Slider/Slider.stories.tsx +0 -117
- package/src/components/Slider/Slider.test.tsx +0 -266
- package/src/components/Slider/Slider.tsx +0 -403
- package/src/components/Slider/index.ts +0 -3
- package/src/components/Spacer/Spacer.stories.tsx +0 -84
- package/src/components/Spacer/Spacer.test.tsx +0 -92
- package/src/components/Spacer/Spacer.tsx +0 -44
- package/src/components/Spacer/index.ts +0 -3
- package/src/components/StatusDot/StatusDot.stories.tsx +0 -77
- package/src/components/StatusDot/StatusDot.test.tsx +0 -42
- package/src/components/StatusDot/StatusDot.tsx +0 -139
- package/src/components/StatusDot/index.ts +0 -3
- package/src/components/Step/Step.stories.tsx +0 -199
- package/src/components/Step/Step.test.tsx +0 -107
- package/src/components/Step/Step.tsx +0 -66
- package/src/components/Step/index.ts +0 -3
- package/src/components/StepButtons/StepButtons.stories.tsx +0 -54
- package/src/components/StepButtons/StepButtons.test.tsx +0 -75
- package/src/components/StepButtons/StepButtons.tsx +0 -63
- package/src/components/StepButtons/index.ts +0 -3
- package/src/components/Stepper/Dot.tsx +0 -30
- package/src/components/Stepper/DotList.tsx +0 -19
- package/src/components/Stepper/Stepper.stories.tsx +0 -57
- package/src/components/Stepper/Stepper.test.tsx +0 -137
- package/src/components/Stepper/Stepper.tsx +0 -85
- package/src/components/Stepper/index.tsx +0 -3
- package/src/components/Stepper/utils.ts +0 -95
- package/src/components/StickyNote/Close.tsx +0 -52
- package/src/components/StickyNote/StickyNote.stories.tsx +0 -148
- package/src/components/StickyNote/StickyNote.test.tsx +0 -116
- package/src/components/StickyNote/StickyNote.tsx +0 -138
- package/src/components/StickyNote/Triangle.tsx +0 -91
- package/src/components/StickyNote/index.ts +0 -3
- package/src/components/Table/Table.stories.tsx +0 -861
- package/src/components/Table/Table.test.tsx +0 -605
- package/src/components/Table/Table.tsx +0 -154
- package/src/components/Table/TableBody/TableBody.tsx +0 -26
- package/src/components/Table/TableBody/index.ts +0 -3
- package/src/components/Table/TableCell/TableCell.tsx +0 -57
- package/src/components/Table/TableCell/index.ts +0 -3
- package/src/components/Table/TableExpandedRow/TableExpandedRow.tsx +0 -66
- package/src/components/Table/TableExpandedRow/index.ts +0 -3
- package/src/components/Table/TableExpanderCell/TableExpanderCell.tsx +0 -54
- package/src/components/Table/TableExpanderCell/TableExpanderCellMobile.tsx +0 -36
- package/src/components/Table/TableExpanderCell/index.ts +0 -3
- package/src/components/Table/TableHead/TableHead.tsx +0 -44
- package/src/components/Table/TableHead/index.ts +0 -3
- package/src/components/Table/TableHeadCell/TableHeadCell.tsx +0 -85
- package/src/components/Table/TableHeadCell/index.ts +0 -3
- package/src/components/Table/TableRow/TableRow.tsx +0 -66
- package/src/components/Table/TableRow/index.ts +0 -3
- package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -645
- package/src/components/Table/index.ts +0 -13
- package/src/components/Table/utils.ts +0 -149
- package/src/components/Tabs/Tab.tsx +0 -23
- package/src/components/Tabs/TabList/TabChevron.tsx +0 -39
- package/src/components/Tabs/TabList/TabItem.tsx +0 -83
- package/src/components/Tabs/TabList/TabList.tsx +0 -133
- package/src/components/Tabs/TabList/index.ts +0 -3
- package/src/components/Tabs/TabPanel/TabPanel.tsx +0 -31
- package/src/components/Tabs/TabPanel/index.ts +0 -3
- package/src/components/Tabs/Tabs.stories.tsx +0 -304
- package/src/components/Tabs/Tabs.test.tsx +0 -61
- package/src/components/Tabs/Tabs.tsx +0 -130
- package/src/components/Tabs/index.ts +0 -3
- package/src/components/Tabs/resourceHelper.ts +0 -14
- package/src/components/Tag/Tag.stories.tsx +0 -57
- package/src/components/Tag/Tag.test.tsx +0 -59
- package/src/components/Tag/Tag.tsx +0 -62
- package/src/components/Tag/index.ts +0 -3
- package/src/components/TagList/TagList.stories.tsx +0 -58
- package/src/components/TagList/TagList.test.tsx +0 -71
- package/src/components/TagList/TagList.tsx +0 -23
- package/src/components/TagList/index.ts +0 -3
- package/src/components/Textarea/Textarea.stories.tsx +0 -108
- package/src/components/Textarea/Textarea.test.tsx +0 -230
- package/src/components/Textarea/Textarea.tsx +0 -221
- package/src/components/Textarea/index.tsx +0 -3
- package/src/components/Tile/Tile.stories.tsx +0 -220
- package/src/components/Tile/Tile.test.tsx +0 -94
- package/src/components/Tile/Tile.tsx +0 -126
- package/src/components/Tile/index.ts +0 -3
- package/src/components/Title/Title.stories.tsx +0 -81
- package/src/components/Title/Title.test.tsx +0 -37
- package/src/components/Title/Title.tsx +0 -65
- package/src/components/Title/__snapshots__/Title.test.tsx.snap +0 -13
- package/src/components/Title/index.ts +0 -3
- package/src/components/Toast/Toast.stories.tsx +0 -37
- package/src/components/Toast/Toast.test.tsx +0 -13
- package/src/components/Toast/Toast.tsx +0 -53
- package/src/components/Toast/index.ts +0 -3
- package/src/components/ToastList/ToastList.stories.tsx +0 -68
- package/src/components/ToastList/ToastList.test.tsx +0 -160
- package/src/components/ToastList/ToastList.tsx +0 -121
- package/src/components/ToastList/index.ts +0 -3
- package/src/components/Toggle/Toggle.stories.tsx +0 -132
- package/src/components/Toggle/Toggle.test.tsx +0 -75
- package/src/components/Toggle/Toggle.tsx +0 -215
- package/src/components/Toggle/index.ts +0 -3
- package/src/components/Validation/ErrorList.tsx +0 -21
- package/src/components/Validation/ErrorListItem.tsx +0 -28
- package/src/components/Validation/Validation.stories.tsx +0 -194
- package/src/components/Validation/Validation.test.tsx +0 -219
- package/src/components/Validation/Validation.tsx +0 -81
- package/src/components/Validation/ValidationSummary.test.tsx +0 -46
- package/src/components/Validation/ValidationSummary.tsx +0 -61
- package/src/components/Validation/index.ts +0 -3
- package/src/components/Validation/types.ts +0 -10
- package/src/constants.ts +0 -159
- package/src/declaration.d.ts +0 -9
- package/src/docs/ButtonWithModal/ButtonWithModal.tsx +0 -24
- package/src/docs/ButtonWithModal/index.ts +0 -4
- package/src/docs/FormExample/FormExample.tsx +0 -298
- package/src/docs/FormExample/index.ts +0 -3
- package/src/docs/FormExample/styles.module.scss +0 -33
- package/src/docs/FormExample/styles.module.scss.d.ts +0 -12
- package/src/docs/GridExample/GridExample.tsx +0 -22
- package/src/docs/GridExample/index.ts +0 -3
- package/src/docs/HelpBubbleExample/HelpBubbleExample.tsx +0 -38
- package/src/docs/HelpBubbleExample/index.ts +0 -3
- package/src/docs/HelpTooltipExample/HelpTooltipExample.tsx +0 -21
- package/src/docs/HelpTooltipExample/index.ts +0 -3
- package/src/docs/Introduction.mdx +0 -11
- package/src/docs/StorybookTags.mdx +0 -19
- package/src/docs/Tokens/Tokens.stories.tsx +0 -74
- package/src/docs/Tokens/TokensExample.tsx +0 -24
- package/src/docs/Tokens/styles.scss +0 -32
- package/src/global.d.ts +0 -3
- package/src/hoc/withBreakpoint/index.ts +0 -3
- package/src/hoc/withBreakpoint/withBreakpoint.stories.tsx +0 -34
- package/src/hoc/withBreakpoint/withBreakpoint.test.tsx +0 -152
- package/src/hoc/withBreakpoint/withBreakpoint.tsx +0 -29
- package/src/hooks/useBreakpoint.stories.tsx +0 -45
- package/src/hooks/useBreakpoint.ts +0 -67
- package/src/hooks/useElementList.stories.tsx +0 -112
- package/src/hooks/useElementList.ts +0 -36
- package/src/hooks/useEventListenerState.ts +0 -14
- package/src/hooks/useExpand.ts +0 -22
- package/src/hooks/useFocusToggle.stories.tsx +0 -103
- package/src/hooks/useFocusToggle.ts +0 -42
- package/src/hooks/useFocusTrap.stories.tsx +0 -102
- package/src/hooks/useFocusTrap.ts +0 -41
- package/src/hooks/useFocusableElements.stories.tsx +0 -113
- package/src/hooks/useFocusableElements.ts +0 -26
- package/src/hooks/useHover.stories.tsx +0 -56
- package/src/hooks/useHover.ts +0 -17
- package/src/hooks/useIcons.ts +0 -25
- package/src/hooks/useIntersectionObserver.stories.tsx +0 -64
- package/src/hooks/useIntersectionObserver.ts +0 -32
- package/src/hooks/useInterval.stories.tsx +0 -42
- package/src/hooks/useInterval.ts +0 -18
- package/src/hooks/useIsMobileBreakpoint.stories.tsx +0 -38
- package/src/hooks/useIsMobileBreakpoint.ts +0 -7
- package/src/hooks/useIsServerSide.ts +0 -16
- package/src/hooks/useIsVisible.stories.tsx +0 -88
- package/src/hooks/useIsVisible.ts +0 -29
- package/src/hooks/useKeyboardEvent.stories.tsx +0 -63
- package/src/hooks/useKeyboardEvent.ts +0 -31
- package/src/hooks/useLayoutEvent.stories.tsx +0 -46
- package/src/hooks/useLayoutEvent.ts +0 -26
- package/src/hooks/useOutsideEvent.stories.tsx +0 -60
- package/src/hooks/useOutsideEvent.ts +0 -31
- package/src/hooks/usePrevious.ts +0 -16
- package/src/hooks/usePseudoClasses.stories.tsx +0 -62
- package/src/hooks/usePseudoClasses.ts +0 -50
- package/src/hooks/useResizeObserver.stories.tsx +0 -54
- package/src/hooks/useResizeObserver.ts +0 -36
- package/src/hooks/useReturnFocusOnUnmount.stories.tsx +0 -81
- package/src/hooks/useReturnFocusOnUnmount.ts +0 -28
- package/src/hooks/useRovingFocus.stories.tsx +0 -103
- package/src/hooks/useRovingFocus.tsx +0 -76
- package/src/hooks/useSize.stories.tsx +0 -53
- package/src/hooks/useSize.ts +0 -59
- package/src/hooks/useToggle.ts +0 -33
- package/src/hooks/useUuid.stories.tsx +0 -62
- package/src/hooks/useUuid.ts +0 -14
- package/src/hooks/usestopPropagation.ts +0 -16
- package/src/resources/HN.Designsystem.ArticleTeaser.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Close.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.DatePicker.en-GB.json +0 -10
- package/src/resources/HN.Designsystem.DatePicker.nb-NO.json +0 -10
- package/src/resources/HN.Designsystem.Drawer.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Drawer.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.FavoriteButton.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.FormFieldTag.nb-NO.json +0 -9
- package/src/resources/HN.Designsystem.HelpBubble.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.InfoTeaser.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.Panel.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.Panel.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.Panel.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.Panel.se-NO.json +0 -4
- package/src/resources/HN.Designsystem.Tabs.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.Tabs.nb-NO.json +0 -4
- package/src/resources/Resources.d.ts +0 -124
- package/src/resources/index.ts +0 -22
- package/src/theme/currys/color.ts +0 -15
- package/src/theme/currys/spacing.ts +0 -39
- package/src/theme/grid.ts +0 -23
- package/src/theme/index.ts +0 -11
- package/src/theme/palette.ts +0 -156
- package/src/theme/spacers.ts +0 -20
- package/src/types.d.ts +0 -1
- package/src/utils/accessibility.ts +0 -65
- package/src/utils/component.ts +0 -19
- package/src/utils/debounce.ts +0 -26
- package/src/utils/deepContains.ts +0 -24
- package/src/utils/device.ts +0 -3
- package/src/utils/environment.ts +0 -2
- package/src/utils/focus.ts +0 -16
- package/src/utils/language.stories.tsx +0 -168
- package/src/utils/language.tsx +0 -40
- package/src/utils/loremtext.ts +0 -7
- package/src/utils/mobile.ts +0 -55
- package/src/utils/refs.ts +0 -26
- package/src/utils/scroll.ts +0 -7
- package/src/utils/tests/accessibility.test.ts +0 -117
- package/src/utils/tests/deepContains.test.ts +0 -54
- package/src/utils/tests/language.test.tsx +0 -42
- package/src/utils/tests/setup-test.ts +0 -8
- package/src/utils/tests/uuid.test.ts +0 -11
- package/src/utils/tests/viewport.test.ts +0 -78
- package/src/utils/uuid.ts +0 -14
- package/src/utils/viewport.ts +0 -10
- package/tsconfig.json +0 -9
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -77
- package/vitest.config.ts +0 -23
- /package/{src → lib}/components/AnchorLink/styles.module.scss +0 -0
- /package/{src → lib}/components/AnchorLink/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ArticleTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/ArticleTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/AsChildSlot/styles.module.scss +0 -0
- /package/{src → lib}/components/AsChildSlot/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Avatar/styles.module.scss +0 -0
- /package/{src → lib}/components/Avatar/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Badge/styles.module.scss +0 -0
- /package/{src → lib}/components/Badge/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Button/styles.module.scss +0 -0
- /package/{src → lib}/components/Button/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Checkbox/styles.module.scss +0 -0
- /package/{src → lib}/components/Checkbox/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Chip/styles.module.scss +0 -0
- /package/{src → lib}/components/Chip/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Close/styles.module.scss +0 -0
- /package/{src → lib}/components/Close/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/DictionaryTrigger/styles.module.scss +0 -0
- /package/{src → lib}/components/DictionaryTrigger/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Drawer/styles.module.scss +0 -0
- /package/{src → lib}/components/Drawer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss +0 -0
- /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Dropdown/styles.module.scss +0 -0
- /package/{src → lib}/components/Dropdown/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/DropdownOld/styles.module.scss +0 -0
- /package/{src → lib}/components/DropdownOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Duolist/styles.module.scss +0 -0
- /package/{src → lib}/components/Duolist/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss +0 -0
- /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ElementHeader/styles.module.scss +0 -0
- /package/{src → lib}/components/ElementHeader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/EmptyState/styles.module.scss +0 -0
- /package/{src → lib}/components/EmptyState/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ErrorWrapper/styles.module.scss +0 -0
- /package/{src → lib}/components/ErrorWrapper/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Expander/styles.module.scss +0 -0
- /package/{src → lib}/components/Expander/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderList/styles.module.scss +0 -0
- /package/{src → lib}/components/ExpanderList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/EyebrowHeader/styles.module.scss +0 -0
- /package/{src → lib}/components/EyebrowHeader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FavoriteButton/stories.module.scss +0 -0
- /package/{src → lib}/components/FavoriteButton/stories.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FavoriteButton/styles.module.scss +0 -0
- /package/{src → lib}/components/FavoriteButton/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormFieldTag/styles.module.scss +0 -0
- /package/{src → lib}/components/FormFieldTag/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormGroup/formGroup.module.scss +0 -0
- /package/{src → lib}/components/FormGroup/formGroup.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormGroup/styles.module.scss +0 -0
- /package/{src → lib}/components/FormGroup/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormLayout/styles.module.scss +0 -0
- /package/{src → lib}/components/FormLayout/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpBubble/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpBubble/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpDetails/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpDetails/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpDrawer/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpDrawer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerInline/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerInline/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HighlightPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/HighlightPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Highlighter/styles.module.scss +0 -0
- /package/{src → lib}/components/Highlighter/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HorizontalScroll/styles.module.scss +0 -0
- /package/{src → lib}/components/HorizontalScroll/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/InfoTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/InfoTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Input/styles.module.scss +0 -0
- /package/{src → lib}/components/Input/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Label/styles.module.scss +0 -0
- /package/{src → lib}/components/Label/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/LinkList/styles.module.scss +0 -0
- /package/{src → lib}/components/LinkList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/List/stories.module.scss +0 -0
- /package/{src → lib}/components/List/stories.module.scss.d.ts +0 -0
- /package/{src → lib}/components/List/styles.module.scss +0 -0
- /package/{src → lib}/components/List/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ListEditMode/styles.module.scss +0 -0
- /package/{src → lib}/components/ListEditMode/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Loader/styles.module.scss +0 -0
- /package/{src → lib}/components/Loader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/MaxCharacters/styles.module.scss +0 -0
- /package/{src → lib}/components/MaxCharacters/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Mittens/styles.module.scss +0 -0
- /package/{src → lib}/components/Mittens/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Modal/styles.module.scss +0 -0
- /package/{src → lib}/components/Modal/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/NotificationPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/NotificationPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss +0 -0
- /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Panel/styles.module.scss +0 -0
- /package/{src → lib}/components/Panel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelList/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelListOld/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelListOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelOld/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopMenu/story.module.scss +0 -0
- /package/{src → lib}/components/PopMenu/story.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopMenu/styles.module.scss +0 -0
- /package/{src → lib}/components/PopMenu/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopOver/styles.module.scss +0 -0
- /package/{src → lib}/components/PopOver/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Progressbar/styles.module.scss +0 -0
- /package/{src → lib}/components/Progressbar/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PromoPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/PromoPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/RadioButton/styles.module.scss +0 -0
- /package/{src → lib}/components/RadioButton/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Select/styles.module.scss +0 -0
- /package/{src → lib}/components/Select/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ServiceMessage/styles.module.scss +0 -0
- /package/{src → lib}/components/ServiceMessage/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/SharingStatus/styles.module.scss +0 -0
- /package/{src → lib}/components/SharingStatus/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Slider/styles.module.scss +0 -0
- /package/{src → lib}/components/Slider/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Spacer/styles.module.scss +0 -0
- /package/{src → lib}/components/Spacer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StatusDot/styles.module.scss +0 -0
- /package/{src → lib}/components/StatusDot/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Step/styles.module.scss +0 -0
- /package/{src → lib}/components/Step/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StepButtons/styles.module.scss +0 -0
- /package/{src → lib}/components/StepButtons/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Stepper/styles.module.scss +0 -0
- /package/{src → lib}/components/Stepper/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StickyNote/styles.module.scss +0 -0
- /package/{src → lib}/components/StickyNote/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Table/styles.module.scss +0 -0
- /package/{src → lib}/components/Table/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/TabList/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/TabList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tag/styles.module.scss +0 -0
- /package/{src → lib}/components/Tag/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/TagList/styles.module.scss +0 -0
- /package/{src → lib}/components/TagList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Textarea/styles.module.scss +0 -0
- /package/{src → lib}/components/Textarea/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tile/styles.module.scss +0 -0
- /package/{src → lib}/components/Tile/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Title/styles.module.scss +0 -0
- /package/{src → lib}/components/Title/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Toast/styles.module.scss +0 -0
- /package/{src → lib}/components/ToastList/styles.module.scss +0 -0
- /package/{src → lib}/components/ToastList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Toggle/styles.module.scss +0 -0
- /package/{src → lib}/components/Toggle/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Validation/styles.module.scss +0 -0
- /package/{src → lib}/components/Validation/styles.module.scss.d.ts +0 -0
- /package/{src/scss/supernova/styles/colors.css → lib/designsystem-react.css} +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black.woff2 +0 -0
- /package/{src/index.ts → lib/index.d.ts} +0 -0
- /package/{src → lib}/scss/_body.scss +0 -0
- /package/{src → lib}/scss/_breakpoints.scss +0 -0
- /package/{src → lib}/scss/_figma-tokens.scss +0 -0
- /package/{src → lib}/scss/_font-mixins.scss +0 -0
- /package/{src → lib}/scss/_font-settings.scss +0 -0
- /package/{src → lib}/scss/_fonts.scss +0 -0
- /package/{src → lib}/scss/_grid.scss +0 -0
- /package/{src → lib}/scss/_icon.scss +0 -0
- /package/{src → lib}/scss/_input.scss +0 -0
- /package/{src → lib}/scss/_palette.scss +0 -0
- /package/{src → lib}/scss/_print.scss +0 -0
- /package/{src → lib}/scss/_reset.scss +0 -0
- /package/{src → lib}/scss/_screen-reader.scss +0 -0
- /package/{src → lib}/scss/_spacers.scss +0 -0
- /package/{src → lib}/scss/bootstrap/LICENSE +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_functions.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_variables.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/bootstrap-grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_breakpoints.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_deprecate.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_grid-framework.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_display.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_flex.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_spacing.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/vendor/_rfs.scss +0 -0
- /package/{src → lib}/scss/helsenorge.scss +0 -0
- /package/{src → lib}/scss/layout.module.scss +0 -0
- /package/{src → lib}/scss/layout.module.scss.d.ts +0 -0
- /package/{src → lib}/scss/supernova/index.css +0 -0
- /package/{src → lib}/scss/supernova/styles/spacers.css +0 -0
- /package/{src → lib}/scss/supernova/styles/typography.css +0 -0
- /package/{src → lib}/scss/typography.module.scss +0 -0
- /package/{src → lib}/scss/typography.module.scss.d.ts +0 -0
- /package/{src → lib}/scss/typography.stories.tsx +0 -0
- /package/{src/theme/currys/index.ts → lib/theme/currys/index.d.ts} +0 -0
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { BaseSvgIllustrationProps } from '../Illustration';
|
|
4
|
-
|
|
5
|
-
interface Palette {
|
|
6
|
-
hair: string;
|
|
7
|
-
shirt: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const HealthcarePersonnelSmall: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {
|
|
11
|
-
const palette = ((): Palette => {
|
|
12
|
-
switch (color) {
|
|
13
|
-
case 'blueberry':
|
|
14
|
-
return {
|
|
15
|
-
hair: '#00AEC7',
|
|
16
|
-
shirt: '#00687F',
|
|
17
|
-
};
|
|
18
|
-
case 'cherry':
|
|
19
|
-
return {
|
|
20
|
-
hair: '#EF4C33',
|
|
21
|
-
shirt: '#D72426',
|
|
22
|
-
};
|
|
23
|
-
default:
|
|
24
|
-
return {
|
|
25
|
-
hair: '#D6D4D3',
|
|
26
|
-
shirt: '#989693',
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
})();
|
|
30
|
-
|
|
31
|
-
return (
|
|
32
|
-
<svg {...svgProperties}>
|
|
33
|
-
{title}
|
|
34
|
-
<path
|
|
35
|
-
d="M110.834 42.085s-.773 8.709.916 13.703c1.688 4.993 3.893 8.406 3.893 8.406l-.701 5.891-1.623 1.659 12.413 14.481 7.829-13.607s-1.7-1.736-1.879-8.62c-.177-6.885 4.097-10.6 4.097-10.6l1.111-4.03-1.622-1.66-3.549 3.597s-1.469-9.654-3.847-10.73c-2.377-1.076-8.4-1.605-12.234-.559-3.835 1.046-4.81 2.069-4.81 2.069h.006Z"
|
|
36
|
-
fill="#fff"
|
|
37
|
-
/>
|
|
38
|
-
<path
|
|
39
|
-
d="m110.755 49.905.077-7.823s2.55-2.752 9.554-3.121c7.003-.369 9.339 2.943 9.339 2.943l1.997 9.398 3.549-3.596 1.624 1.658-1.113 4.031-2.71 5.237-.666 4.204 3.532-2.943 2.674-3.942 2.521-7.776V39.45l-4.238-7.253L129.826 28l-7.9-1.67-7.444 1.485-5.368 3.823-2.241 5.136-.273 5.475 1.89 5.464 2.271 2.2-.006-.007Z"
|
|
40
|
-
fill="#000"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="m85.792 80.34 9.143 3.757 7.818 4.916 17.995 43.962 1.171 3.621-.856 4.726-2.64 3.216-17.466 13.079-3.668-17.495 4.578-2.729 5.356-3.199-6.985-11.878 1.076 13.876-.232 1.159-4.34 2.491.345 1.973-5.903-1.931-2.33-10.856-3.918.762.856-49.45Zm-23.999-1.89.386 55.744-2.854.553 7.455 38.499H29.655l9.892-83.418 6.747-5.505 7.509-3.983 5.523-1.605 2.467-.286Z"
|
|
44
|
-
fill="#fff"
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="m101.315 134.191 3.668 38.286-38.201.767 29.2-6.45-2.817-13.674 4.405-1.985 2.313-.399-2.592-10.617 4.024-5.928Z"
|
|
48
|
-
fill="#fff"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="m111.867 70.953 13.863 15.266 8.929-15.528 8.567 4.067 8.9 6.67 18.214 59.65-17.561 7.639 2.063 23.763h-49.859l-1.79-16.539 9.655-7.229 6.581-4.495 2.497-5.046-.446-4.026-8.698-21.657-10.023-24.486-6.218-3.912s4.952-7.104 7.841-9.268c2.889-2.164 7.49-4.88 7.49-4.88l-.005.011Z"
|
|
52
|
-
fill={palette.hair}
|
|
53
|
-
/>
|
|
54
|
-
<path d="m100.239 122.312 6.985 11.878-6.141 3.157-.844-15.035Z" fill={palette.hair} />
|
|
55
|
-
<path
|
|
56
|
-
d="m61.794 83.133 11.39 6.694 12.532-7.288-.78 47.25-4.886.944-.91-2.781-11.295 2.057.482 2.996-6.147 1.188-.386-51.06Z"
|
|
57
|
-
fill={palette.shirt}
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="m65.913 49.307 3.37-7.955 4.098 5.236 4.912 4.424 7.346 4.952 1.705-2.07 1.38-.65c.54.325 1.615 1.023 1.583 1.218-.033.194-.284 2.408-.406 3.49l-3.856 4.668-1.624 4.059-4.586 4.586c.081.866.243 2.72.243 3.207 0 .609.69 2.151.772 2.151.065 0 .703 1.407 1.014 2.11h1.502l3.653-.527 2.882-1.583 2.922-3.288 1.705-4.018.893-4.749.568-5.52-.568-6.656-1.258-5.44-1.34-4.505-2.192-3.774-1.501-2.476-2.476-2.598-3.044-1.989-3.532-1.745-3.774-.568h-4.06l-3.287 1.177-1.907 1.583h-2.557l-3.289 1.096-3.166 2.07-2.232 2.191-1.866 3.45-1.624 3.613-1.299 4.587-1.217 6.9-.325 5.235.325 6.616 2.516 6.86 3.49 3.206 4.14.569 3.247-.569 2.07-.852.974-2.354.244-3.41-2.314-2.8-1.46-2.436-1.503-3.937-2.8-2.638-1.055-2.476-.446-1.623.446-1.461.69-.244 1.907 1.055 1.665 1.543 4.302-6.94Z"
|
|
61
|
-
fill={palette.hair}
|
|
62
|
-
/>
|
|
63
|
-
<path
|
|
64
|
-
fillRule="evenodd"
|
|
65
|
-
clipRule="evenodd"
|
|
66
|
-
d="M69.244 40.658a.844.844 0 0 1 .81.338c.692.952 1.877 2.5 3.166 4.033 1.3 1.546 2.666 3.03 3.728 3.892 2.572 2.083 6.26 4.694 8.55 5.914.429-.563.96-1.201 1.548-1.639.413-.307.93-.575 1.526-.601.628-.028 1.214.216 1.726.691 1.056.981 1.102 2.304.927 3.277-.175.972-.6 1.804-.8 2.103l-.113.174c-.252.383-.815 1.242-1.44 2.132a35.837 35.837 0 0 1-1.167 1.582c-.316.4-.644.785-.941 1.062-.887 1.858-2.458 4.69-4.16 6.684-.906 1.06-2.279 2.23-3.84 3.126-1.553.891-3.375 1.559-5.166 1.498-1.644-.056-3.274-.32-4.834-1.033-1.567-.718-3.018-1.87-4.329-3.637-2.337-3.15-3.075-5.461-3.622-7.176l-.083-.259c-1.522-1.41-2.935-3.111-3.71-4.402-.422-.705-.777-1.597-.879-2.484-.1-.88.038-1.898.803-2.636.568-.547 1.28-.502 1.803-.325.508.171 1.002.51 1.416.845.446.361.875.783 1.226 1.15 1.025-1.483 2.638-4.061 3.593-5.797 1.16-2.11 3.035-6.322 3.589-7.949a.844.844 0 0 1 .673-.563Zm.368 2.568c-.838 2.057-2.213 5.054-3.15 6.758-1.192 2.166-3.398 5.643-4.332 6.838a.844.844 0 0 1-1.293.045l-.088-.098c-.359-.4-.991-1.107-1.65-1.64-.363-.294-.67-.482-.893-.557a.66.66 0 0 0-.118-.031c-.219.232-.336.619-.269 1.2.069.597.322 1.26.65 1.807.7 1.167 2.073 2.822 3.563 4.173.109.1.19.224.236.364l.152.474c.534 1.673 1.203 3.766 3.371 6.69 1.157 1.559 2.39 2.517 3.676 3.106 1.292.591 2.684.83 4.188.88 1.357.047 2.861-.466 4.268-1.274 1.4-.803 2.62-1.85 3.396-2.758 1.61-1.884 3.146-4.668 3.992-6.465a.843.843 0 0 1 .225-.29c.185-.153.477-.477.843-.94.355-.45.742-.98 1.11-1.506a81.114 81.114 0 0 0 1.532-2.273c.086-.13.413-.747.542-1.465.129-.717.032-1.326-.414-1.74-.24-.223-.4-.246-.502-.242-.132.006-.326.071-.593.27-.557.413-1.095 1.143-1.621 1.857a.845.845 0 0 1-1.039.264c-2.386-1.119-6.673-4.142-9.509-6.44-1.197-.97-2.651-2.562-3.958-4.117a82.45 82.45 0 0 1-2.315-2.89ZM58.058 54.54s.003-.002.015-.002c-.009.003-.015.002-.015.002Z"
|
|
67
|
-
fill="#000"
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
fillRule="evenodd"
|
|
71
|
-
clipRule="evenodd"
|
|
72
|
-
d="m66.93 32.858-.019-.003a5.778 5.778 0 0 0-.502-.033 9.048 9.048 0 0 0-1.54.103c-1.298.194-3.072.716-4.937 2.042-3.711 2.637-7.966 8.595-9.323 22.059-1.138 11.28 1.343 16.344 3.828 18.625a7.611 7.611 0 0 0 3.556 1.864 6.82 6.82 0 0 0 1.201.153 4.548 4.548 0 0 0 .398-.005h.014a.844.844 0 0 1 .167 1.68l-.082-.807c.082.807.081.807.08.807h-.006l-.013.002-.039.003a6.265 6.265 0 0 1-.573.008 8.45 8.45 0 0 1-1.504-.19 9.304 9.304 0 0 1-4.341-2.27c-3.05-2.8-5.529-8.517-4.367-20.04C50.315 43.11 54.706 36.61 58.954 33.59c2.114-1.503 4.148-2.108 5.665-2.335a10.734 10.734 0 0 1 1.83-.121c.123.003.233.008.327.014a10.66 10.66 0 0 1 1.135-.812 13.01 13.01 0 0 1 3.985-1.634c3.488-.796 8.417-.455 14.395 3.747m-19.362.409a.845.845 0 0 0 .722-.232l.008-.008.047-.043c.045-.04.117-.103.214-.181a8.99 8.99 0 0 1 .885-.626 11.325 11.325 0 0 1 3.467-1.42c2.987-.681 7.431-.465 13.048 3.483 2.929 2.058 5.377 5.832 7.094 10.446 1.71 4.595 2.658 9.927 2.657 14.983 0 5.067-.952 9.775-2.962 13.176-1.984 3.36-4.988 5.443-9.238 5.412a.845.845 0 1 0-.012 1.69c4.94.034 8.46-2.446 10.704-6.243C95.782 69.54 96.76 64.5 96.76 59.26c0-5.251-.981-10.783-2.763-15.572-1.776-4.772-4.383-8.904-7.706-11.239M66.16 70.62c.459-.087.9.214.987.673l-.83.157.83-.157v.001l.001.003.001.006.004.02.011.068a10.155 10.155 0 0 1 .104 1.065c.03.676.007 1.601-.222 2.555-.228.955-.673 1.982-1.518 2.8-.71.687-1.659 1.182-2.885 1.389l.382 54.986a.844.844 0 1 1-1.69.012l-.386-55.745a.845.845 0 0 1 .793-.849c1.271-.078 2.079-.492 2.612-1.007.545-.528.87-1.228 1.05-1.979.18-.75.202-1.507.177-2.087a8.534 8.534 0 0 0-.084-.873l-.007-.043-.002-.007a.845.845 0 0 1 .672-.988Z"
|
|
73
|
-
fill="#000"
|
|
74
|
-
/>
|
|
75
|
-
<path
|
|
76
|
-
fillRule="evenodd"
|
|
77
|
-
clipRule="evenodd"
|
|
78
|
-
d="M80.106 70.607c.465.028.82.429.791.894l-.843-.05.843.05v.016l-.003.064a14.147 14.147 0 0 0 .017 1.21c.045.795.167 1.837.468 2.866.302 1.035.768 1.999 1.463 2.696.673.674 1.6 1.14 2.943 1.14a.845.845 0 0 1 .844.86l-.856 48.556a.845.845 0 0 1-1.688-.028l.842-47.751c-1.376-.172-2.456-.758-3.28-1.585-.969-.97-1.543-2.228-1.89-3.415-.348-1.192-.483-2.372-.532-3.243a15.972 15.972 0 0 1-.015-1.453v-.024l.001-.007V71.4l.843.05-.843-.051a.845.845 0 0 1 .895-.792Z"
|
|
79
|
-
fill="#000"
|
|
80
|
-
/>
|
|
81
|
-
<path
|
|
82
|
-
fillRule="evenodd"
|
|
83
|
-
clipRule="evenodd"
|
|
84
|
-
d="M88.872 128.168c.458-.089.9.21.99.668l2.734 14.113a.844.844 0 0 1-.09.568l-.739-.407.74.408-.001.001-.002.002-.003.007-.01.016-.028.047a5.535 5.535 0 0 1-.475.646 6.79 6.79 0 0 1-1.558 1.334c-1.45.909-3.668 1.563-6.804.828-1.046-.245-1.335-.001-1.417.098-.151.181-.266.612-.173 1.412.156 1.351.798 2.998 1.225 4.093.062.158.12.305.17.437.065.171.312.438.928.717.578.263 1.321.465 2.085.616a22.06 22.06 0 0 0 2.708.346l.03.002 4.1-1.996a.842.842 0 0 1 1.199.598l2.68 13.846a.845.845 0 0 1-.668.99l-29.706 5.754a.844.844 0 0 1-.99-.668l-7.306-37.732a.844.844 0 0 1 .669-.99l9-1.742a.845.845 0 0 1 .321 1.659l-8.171 1.581 6.985 36.074 28.048-5.434-2.311-11.935-3.309 1.61a.827.827 0 0 1-.406.084l.036-.843-.036.843h-.006l-.015-.001-.055-.002-.2-.012a23.34 23.34 0 0 1-2.922-.375c-.821-.161-1.71-.394-2.46-.735-.714-.325-1.494-.833-1.806-1.653l-.154-.394c-.417-1.066-1.156-2.951-1.34-4.543-.103-.88-.073-1.938.552-2.688.694-.832 1.813-.962 3.1-.661 2.703.633 4.459.052 5.523-.615a5.098 5.098 0 0 0 1.338-1.21l-2.508-12.944-8.51 1.648a.845.845 0 0 1-.32-1.659l9.338-1.807Z"
|
|
85
|
-
fill="#000"
|
|
86
|
-
/>
|
|
87
|
-
<path
|
|
88
|
-
fillRule="evenodd"
|
|
89
|
-
clipRule="evenodd"
|
|
90
|
-
d="M67.014 130.162a.844.844 0 0 1 .669-.989l11.141-2.157a.844.844 0 0 1 .99.669l1.022 5.275a.845.845 0 0 1-.669.99l-11.142 2.158a.845.845 0 0 1-.99-.669l-1.02-5.277Zm1.819.509.7 3.618 9.484-1.837-.7-3.617-9.484 1.836ZM61.8 77.602l-.008.844.007-.844a.845.845 0 0 1-.013 1.688h-.014c-.012 0-.034 0-.065.002a7.71 7.71 0 0 0-.286.013c-.258.017-.65.053-1.164.127-1.028.15-2.545.457-4.463 1.088-3.779 1.245-9.123 3.752-15.336 8.809l.04-.338-.838-.1.536.652.262-.214-9.959 84.013a.846.846 0 0 1-.938.74.846.846 0 0 1-.74-.939l10-84.351a.844.844 0 0 1 .302-.553c6.486-5.334 12.112-7.996 16.143-9.323 2.015-.663 3.628-.992 4.748-1.155.56-.081.997-.121 1.298-.14a9.24 9.24 0 0 1 .446-.02h.041Zm23.19 2.471a.845.845 0 0 1 1.066-.538l-.263.802.263-.802.01.003.026.009.1.033.38.13a86.923 86.923 0 0 1 5.975 2.35c3.566 1.562 7.912 3.773 10.773 6.32a.84.84 0 0 1 .221.31l18.518 45.241a9.57 9.57 0 0 1-3.117 11.28l-17.466 13.079a.843.843 0 0 1-1.33-.491l-3.9-17.359a.844.844 0 0 1 .394-.912l4.055-2.396-.002-.02-1.403-16.057a.845.845 0 0 1 1.585-.473l7.128 13.251a.844.844 0 0 1-.314 1.127l-9.66 5.71 3.478 15.485 16.422-12.295a7.884 7.884 0 0 0 2.567-9.289l-18.443-45.057c-2.654-2.307-6.706-4.384-10.182-5.906a85.294 85.294 0 0 0-5.853-2.302l-.366-.126-.094-.031-.023-.008-.006-.002m16.778 55.04 3.824-2.26-4.802-8.927.978 11.187Z"
|
|
91
|
-
fill="#000"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
fillRule="evenodd"
|
|
95
|
-
clipRule="evenodd"
|
|
96
|
-
d="M85.67 82.716c.23.405.09.92-.316 1.152L73.6 90.56a.844.844 0 0 1-.842-.003l-11.004-6.39a.845.845 0 0 1 .848-1.461l10.584 6.147L84.518 82.4a.844.844 0 0 1 1.152.316Zm-25.344-4.77c.33.33.331.864.002 1.194h-.001l-.005.006-.024.024-.095.098c-.084.088-.21.22-.37.394a44.5 44.5 0 0 0-1.342 1.53 53.551 53.551 0 0 0-4.098 5.6c-3 4.719-5.97 11.098-6.065 17.909a.845.845 0 0 1-.704.821l-.006.001a3.092 3.092 0 0 0-.297.081c-.22.071-.548.198-.943.416-.785.432-1.847 1.228-2.853 2.678-1.963 2.831-3.782 8.259-2.715 18.569h1.852a.845.845 0 0 1 0 1.689h-2.61a.845.845 0 0 1-.839-.749c-1.261-11.026.596-17.115 2.925-20.472 1.164-1.678 2.428-2.646 3.426-3.195.424-.233.797-.39 1.091-.494.268-7.016 3.327-13.463 6.313-18.16a55.227 55.227 0 0 1 4.229-5.778 44.81 44.81 0 0 1 1.394-1.59 27.79 27.79 0 0 1 .501-.53l.029-.03.008-.007.003-.004.598.596-.598-.596a.845.845 0 0 1 1.194-.001Z"
|
|
97
|
-
fill="#000"
|
|
98
|
-
/>
|
|
99
|
-
<path
|
|
100
|
-
fillRule="evenodd"
|
|
101
|
-
clipRule="evenodd"
|
|
102
|
-
d="M46.67 104.465a.845.845 0 0 1 1.038-.591l-.224.814c.224-.814.226-.813.226-.813l.003.001.006.001.014.004.034.011c.026.009.059.02.097.035.076.029.175.072.293.133.236.123.546.316.896.617.704.603 1.555 1.621 2.321 3.318 1.527 3.379 2.727 9.469 1.779 20.468a.845.845 0 0 1-.841.772h-1.89a.844.844 0 0 1 0-1.689h1.112c.814-10.362-.373-15.921-1.699-18.856-.676-1.496-1.385-2.306-1.881-2.731a3.053 3.053 0 0 0-.573-.399 1.284 1.284 0 0 0-.126-.058l-.013-.005a.844.844 0 0 1-.572-1.032Zm49.668.341a2.33 2.33 0 1 0 0 4.66 2.33 2.33 0 0 0 0-4.66Zm-4.02 2.33a4.02 4.02 0 1 1 8.04.001 4.02 4.02 0 0 1-8.04-.001ZM71.056 63.997c0-.466.378-.845.844-.845h3.686a.845.845 0 0 1 0 1.69H71.9a.844.844 0 0 1-.844-.845Zm-24.784 54.14a.845.845 0 0 1 .867.822l1.439 54.265a.845.845 0 0 1-1.689.044l-1.439-54.264a.844.844 0 0 1 .822-.867Zm44.122 21.685a.845.845 0 0 1 1.087-.495l6.385 2.396a.845.845 0 0 1-.593 1.581l-6.385-2.396a.843.843 0 0 1-.494-1.086Zm9.814 10.818a.845.845 0 0 1-.765.917c-2.32.21-4.713 1.565-5.605 2.216a.843.843 0 1 1-.996-1.363c1.014-.742 3.7-2.287 6.449-2.536a.846.846 0 0 1 .917.766Z"
|
|
103
|
-
fill="#000"
|
|
104
|
-
/>
|
|
105
|
-
<path
|
|
106
|
-
d="M67.126 58.694c.562 0 1.017-.47 1.017-1.052 0-.581-.455-1.052-1.017-1.052-.561 0-1.016.471-1.016 1.052 0 .581.455 1.052 1.016 1.052Zm13.095-.062c.562 0 1.017-.471 1.017-1.052 0-.581-.455-1.053-1.017-1.053-.561 0-1.016.471-1.016 1.053 0 .58.455 1.052 1.016 1.052Z"
|
|
107
|
-
fill="#000"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
fillRule="evenodd"
|
|
111
|
-
clipRule="evenodd"
|
|
112
|
-
d="M76.482 68.304a.844.844 0 0 1-.43 1.114c-1.541.682-2.861.692-3.816.512a5.139 5.139 0 0 1-1.115-.341 3.865 3.865 0 0 1-.436-.227l-.01-.007-.005-.002-.001-.002s-.002 0 .463-.706l-.465.705a.845.845 0 0 1 .923-1.414m0 0 .002.001.034.02a2.3 2.3 0 0 0 .176.086c.165.073.419.165.748.227.65.123 1.618.134 2.818-.397a.844.844 0 0 1 1.114.43m35.6 1.611a.844.844 0 0 1 .978.225l13.311 15.528a.845.845 0 0 1-1.282 1.1l-12.892-15.04c-.272.133-.635.318-1.07.555a39.48 39.48 0 0 0-4.064 2.55c-3.213 2.294-7.082 5.765-9.796 10.497a.844.844 0 1 1-1.465-.84c2.875-5.013 6.948-8.652 10.28-11.032a41.292 41.292 0 0 1 4.238-2.659 29.686 29.686 0 0 1 1.631-.825l.094-.043.026-.011.008-.004.003-.001.337.774-.337-.774Z"
|
|
113
|
-
fill="#000"
|
|
114
|
-
/>
|
|
115
|
-
<path
|
|
116
|
-
fillRule="evenodd"
|
|
117
|
-
clipRule="evenodd"
|
|
118
|
-
d="m134.72 69.846-.062.842.063-.842h.006l.009.001.023.003a4.303 4.303 0 0 1 .296.045c.192.035.466.097.826.203.72.212 1.785.6 3.231 1.313 2.89 1.425 7.313 4.15 13.554 9.366a.843.843 0 0 1 .266.401l18.215 59.651a.845.845 0 0 1-.471 1.021l-17.561 7.639a.846.846 0 0 1-.674-1.549l16.87-7.339-17.921-58.689c-6.063-5.047-10.312-7.649-13.024-8.986-1.37-.675-2.346-1.027-2.961-1.208a9.451 9.451 0 0 0-.315-.087l-14.383 25.011a.845.845 0 0 1-1.465-.842l14.685-25.533a.843.843 0 0 1 .793-.421Z"
|
|
119
|
-
fill="#000"
|
|
120
|
-
/>
|
|
121
|
-
<path
|
|
122
|
-
fillRule="evenodd"
|
|
123
|
-
clipRule="evenodd"
|
|
124
|
-
d="M152.34 80.61c.451.119.72.58.601 1.032l-3.862 14.655 6.604 76.108a.845.845 0 0 1-1.683.146l-6.617-76.254a.825.825 0 0 1 .026-.289l3.9-14.796a.843.843 0 0 1 1.031-.602Z"
|
|
125
|
-
fill="#000"
|
|
126
|
-
/>
|
|
127
|
-
<path
|
|
128
|
-
fillRule="evenodd"
|
|
129
|
-
clipRule="evenodd"
|
|
130
|
-
d="M104.863 96.223c0-.466.378-.844.845-.844h42.518a.844.844 0 0 1 0 1.689h-42.518a.845.845 0 0 1-.845-.845Z"
|
|
131
|
-
fill="#000"
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
fillRule="evenodd"
|
|
135
|
-
clipRule="evenodd"
|
|
136
|
-
d="M132.925 92.305c.466 0 .844.378.844.844v7.818a.844.844 0 0 1-1.689 0v-7.818c0-.466.378-.844.845-.844Zm5.094 0c.466 0 .844.378.844.844v7.818a.844.844 0 0 1-1.689 0v-7.818c0-.466.378-.844.845-.844Zm14.741 46.624a.846.846 0 0 1-.556 1.058l-9.391 2.92c.025.387.066.931.135 1.588.143 1.36.403 3.187.869 5.066.467 1.887 1.132 3.786 2.065 5.316.935 1.532 2.089 2.618 3.513 3.034a.846.846 0 0 1-.473 1.621c-1.975-.577-3.424-2.04-4.482-3.775-1.058-1.735-1.775-3.819-2.262-5.79a39.73 39.73 0 0 1-.909-5.295 40.414 40.414 0 0 1-.145-1.699 24.237 24.237 0 0 1-.025-.477l-.006-.128-.001-.034v-.012l.843-.026-.843.025a.845.845 0 0 1 .593-.832l10.017-3.115a.846.846 0 0 1 1.058.555Zm9.13 5.149a.846.846 0 0 1 .52 1.076l-7.342 21.044a.844.844 0 1 1-1.595-.555l7.342-21.046a.845.845 0 0 1 1.075-.519Zm-43.144-94.047a.844.844 0 0 1 .57 1.05l-1.131 3.812 2.284.226a.844.844 0 0 1-.167 1.68l-3.3-.326a.845.845 0 0 1-.726-1.08l1.42-4.792a.846.846 0 0 1 1.05-.57Z"
|
|
137
|
-
fill="#000"
|
|
138
|
-
/>
|
|
139
|
-
<path
|
|
140
|
-
fillRule="evenodd"
|
|
141
|
-
clipRule="evenodd"
|
|
142
|
-
d="M116.241 38.604c2.697-.698 5.402-.535 7.084-.415.985.07 2.147.461 3.164.9 1.03.445 2.002.98 2.625 1.407.457.312.78.795 1.016 1.26a9.24 9.24 0 0 1 .588 1.563c.266.926.444 1.902.562 2.551l.049.27c.044.236.09.507.139.804.099.589.214 1.282.371 2.01.049.227.099.448.152.661.146-.288.322-.612.54-.984.562-.965 1.262-1.486 2.03-1.638.73-.144 1.358.081 1.717.243.407.183.971.528 1.252 1.315.258.723.224 1.681-.122 2.975-.507 1.887-1.117 2.797-1.765 3.764-.246.367-.498.742-.751 1.181-.958 1.663-1.095 2.177-1.748 4.603l-.013.049c-.33 1.227-.529 2.126-.612 3.134-.085 1.012-.056 2.167.102 3.898.246 2.677 1.134 4.062 1.394 4.327a.843.843 0 1 1-1.206 1.182c-.615-.627-1.601-2.427-1.87-5.355-.162-1.773-.2-3.039-.104-4.192.097-1.159.326-2.172.665-3.433l.015-.057c.662-2.46.846-3.145 1.914-4.999.345-.6.642-1.041.905-1.432.59-.876 1.011-1.503 1.443-3.107.312-1.168.25-1.725.162-1.97-.065-.181-.161-.257-.354-.343-.241-.109-.477-.169-.696-.126-.181.036-.517.175-.899.832-.458.784-.695 1.289-.843 1.679a7.594 7.594 0 0 0-.268.877l-.065.24a.844.844 0 0 1-1.534.223c-.519-.842-.857-2.09-1.092-3.193a48.114 48.114 0 0 1-.398-2.154c-.047-.278-.087-.52-.121-.705a13.2 13.2 0 0 1-.052-.287c-.12-.655-.282-1.539-.523-2.376a7.504 7.504 0 0 0-.472-1.268c-.183-.363-.349-.551-.461-.629-.518-.354-1.391-.839-2.342-1.25-.964-.416-1.917-.715-2.614-.765-1.678-.12-4.136-.257-6.542.365-1.25.324-2.411.695-3.336 1.078-.776.32-1.302.615-1.594.847-.073.778-.109 2.067-.105 3.42.003 1.527.055 3.054.141 3.897l.064.65c.188 1.914.484 4.919 1.05 6.953.31 1.113.854 2.4 1.455 3.55.607 1.163 1.232 2.109 1.676 2.579.837.883 2.057 1.399 4.038 1.182.162-.018.329-.035.5-.052 1.038-.103 2.229-.222 3.498-.711 1.443-.556 3.003-1.606 4.39-3.75a.844.844 0 1 1 1.418.919c-1.586 2.449-3.433 3.725-5.2 4.407-1.5.578-2.934.718-3.967.82l-.456.045c-2.401.264-4.182-.361-5.447-1.7-.606-.64-1.317-1.75-1.948-2.958-.638-1.221-1.233-2.62-1.585-3.878-.609-2.19-.919-5.363-1.104-7.251l-.062-.634c-.095-.928-.147-2.523-.151-4.064-.003-1.532.041-3.093.154-3.938l.035-.255.171-.193c.5-.563 1.407-1.043 2.384-1.447 1.018-.42 2.258-.814 3.559-1.15Z"
|
|
143
|
-
fill="#000"
|
|
144
|
-
/>
|
|
145
|
-
<path
|
|
146
|
-
fillRule="evenodd"
|
|
147
|
-
clipRule="evenodd"
|
|
148
|
-
d="M115.621 63.348a.844.844 0 0 1 .859.83l-.845.014.845-.014v.026l.001.07v.255a35.07 35.07 0 0 1-.02.9 26.743 26.743 0 0 1-.231 2.727c-.141.979-.369 2.03-.758 2.845-.37.777-1.061 1.667-2.227 1.577a.845.845 0 0 1 .132-1.684c.061.005.275 0 .571-.62.276-.58.476-1.428.61-2.359.131-.914.19-1.843.215-2.548.014-.351.017-.644.019-.848v-.235l-.001-.06v-.017a.844.844 0 0 1 .83-.86Zm-7.444-18.666c.741 2.46 1.948 4.456 3.244 5.522a.845.845 0 0 1-1.073 1.304c-1.643-1.35-2.989-3.688-3.788-6.339-.804-2.666-1.087-5.753-.502-8.674.587-2.932 2.053-5.718 4.754-7.7 2.697-1.98 6.535-3.091 11.746-2.853 5.187.238 9.051 1.463 11.916 3.243 2.87 1.782 4.695 4.094 5.844 6.432 2.13 4.338 1.929 8.773 1.87 10.08a6.306 6.306 0 0 0-.009.228l-.845-.027.845.026c-.088 2.905-.916 6.526-2.537 9.845-1.619 3.317-4.07 6.41-7.453 8.14a.844.844 0 0 1-.769-1.505c2.954-1.51 5.185-4.265 6.704-7.376 1.519-3.109 2.287-6.496 2.366-9.155v-.002c.002-.064.005-.142.01-.235.057-1.303.232-5.343-1.698-9.274-1.027-2.089-2.648-4.146-5.218-5.742-2.574-1.599-6.144-2.763-11.104-2.99m-14.303 17.052c-.737-2.445-.985-5.248-.463-7.856l.463 7.856Zm-.463-7.856c.52-2.597 1.796-4.98 4.097-6.67l-4.097 6.67Zm4.097-6.67c2.307-1.691 5.731-2.752 10.669-2.527l-10.669 2.527Zm-8.708 124.951a.842.842 0 0 1 .93.747l1.79 16.534a.844.844 0 0 1-1.679.181l-1.79-16.532a.844.844 0 0 1 .749-.93ZM88.96 81.386a.845.845 0 0 1 1.184.155c1.444 1.88 4.504 6.086 5.647 10.778 1.188 4.875 1.667 9.116 1.236 12.048a.846.846 0 0 1-1.671-.246c.383-2.604-.033-6.588-1.206-11.402-1.052-4.32-3.913-8.283-5.346-10.15a.844.844 0 0 1 .155-1.183Zm-7.232-24.382c-1.508-.762-3.128-.313-3.71-.007a.844.844 0 1 1-.786-1.494c.883-.465 3.104-1.095 5.258-.007a.844.844 0 0 1-.762 1.508Zm-12.741 0c-1.508-.762-3.129-.313-3.71-.007a.844.844 0 1 1-.786-1.494c.882-.465 3.104-1.095 5.258-.007a.845.845 0 0 1-.762 1.508Z"
|
|
149
|
-
fill="#000"
|
|
150
|
-
/>
|
|
151
|
-
</svg>
|
|
152
|
-
);
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
export default HealthcarePersonnelSmall;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/** AUTO-GENERATED - DO NOT CHANGE MANUALLY **/
|
|
2
|
-
|
|
3
|
-
export const IllustrationList = [
|
|
4
|
-
'BabyMobile',
|
|
5
|
-
'Child',
|
|
6
|
-
'Doctor',
|
|
7
|
-
'FacialRecognitionFingerprint',
|
|
8
|
-
'GiveBabyFood',
|
|
9
|
-
'HealthcarePersonnel',
|
|
10
|
-
'ReadLetters',
|
|
11
|
-
'Stroller',
|
|
12
|
-
'Support2',
|
|
13
|
-
] as const;
|
|
14
|
-
|
|
15
|
-
export interface IllustrationSize {
|
|
16
|
-
small?: string;
|
|
17
|
-
medium?: string;
|
|
18
|
-
large?: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export const IllustrationSizeList: Record<IllustrationName, IllustrationSize> = {
|
|
22
|
-
BabyMobile: { medium: 'BabyMobileMedium' },
|
|
23
|
-
Child: { medium: 'ChildMedium' },
|
|
24
|
-
Doctor: { small: 'DoctorSmall', medium: 'DoctorMedium' },
|
|
25
|
-
FacialRecognitionFingerprint: { medium: 'FacialRecognitionFingerprintMedium' },
|
|
26
|
-
GiveBabyFood: { medium: 'GiveBabyFoodMedium' },
|
|
27
|
-
HealthcarePersonnel: { small: 'HealthcarePersonnelSmall', medium: 'HealthcarePersonnelMedium' },
|
|
28
|
-
ReadLetters: { medium: 'ReadLettersMedium' },
|
|
29
|
-
Stroller: { medium: 'StrollerMedium' },
|
|
30
|
-
Support2: { medium: 'Support2Medium' },
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export type IllustrationName = (typeof IllustrationList)[number];
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { SvgIllustrationProps } from '../Illustration';
|
|
4
|
-
import ReadLettersMedium from './ReadLettersMedium';
|
|
5
|
-
import { getIllustration } from '../Illustration/utils';
|
|
6
|
-
|
|
7
|
-
export interface Palette {
|
|
8
|
-
letter: string;
|
|
9
|
-
sweater: string;
|
|
10
|
-
lines: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const ReadLetters: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {
|
|
14
|
-
const medium = <ReadLettersMedium color={color} {...rest} />;
|
|
15
|
-
|
|
16
|
-
return getIllustration({ size, medium });
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export default ReadLetters;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { Palette } from './ReadLetters';
|
|
4
|
-
import { BaseSvgIllustrationProps, ViewBoxSize } from '../Illustration';
|
|
5
|
-
|
|
6
|
-
const ReadLettersMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {
|
|
7
|
-
const palette = ((): Palette => {
|
|
8
|
-
switch (color) {
|
|
9
|
-
case 'blueberry':
|
|
10
|
-
return {
|
|
11
|
-
letter: '#E4F7F9',
|
|
12
|
-
sweater: '#188097',
|
|
13
|
-
lines: '#000',
|
|
14
|
-
};
|
|
15
|
-
case 'cherry':
|
|
16
|
-
return {
|
|
17
|
-
letter: '#ECE9E8',
|
|
18
|
-
sweater: '#F05E3D',
|
|
19
|
-
lines: '#000',
|
|
20
|
-
};
|
|
21
|
-
default:
|
|
22
|
-
return {
|
|
23
|
-
letter: '#D6D4D3',
|
|
24
|
-
sweater: '#989693',
|
|
25
|
-
lines: '#2B2C2B',
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
})();
|
|
29
|
-
|
|
30
|
-
return (
|
|
31
|
-
<svg {...svgProperties} viewBox={ViewBoxSize.Medium}>
|
|
32
|
-
{title}
|
|
33
|
-
<path
|
|
34
|
-
d="m314.208 192.706 1.285-21.391s19.947-19.002 16.792-28.147c-3.154-9.145-17.238 8.434-17.238 8.434s-5.438-.234-9.984-9.634-3.112-9.644-8.795-11.853c-5.682-2.209-14.752-1.434-14.752-1.434l-37.919 2.751s-12.267 1.423-13.149-14.095c-.881-15.517 5.746-23.685 20.446-26.924 14.7-3.23 60.382-7.021 70.143 0 9.751 7.02 10.961 18.704 10.961 18.704s11.832 2.538 10.685 20.361c-1.147 17.822-6.128 43.069-28.475 63.239v-.011Z"
|
|
35
|
-
fill={palette.lines}
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="m246.167 209.499 85.013 3.855-1.582 15.263s27.891 5.321 39.468 36.304c11.577 30.982 2.188 52.554-5.916 79.585l8.126 81.37h-169.24l4.291-39.087 47.838-.382-2.931-15.496-4.811-3.899 2.166-8.443-2.166-6.607 4.726 1.36 7.977-17.515-7.871-8.444-12.714-17.567-4.354-57.228-19.936.499s5.045-20.966 31.916-29.92l.022-13.659-.022.011Z"
|
|
39
|
-
fill={palette.sweater}
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
d="m140.21 254.925 26.202-.658 4.695-6.076 7.775 5.768 55.273-1.381 5.417 70.122s-12.905-11.609-20.319-12.289c-7.413-.669-12.894 6.16-10.749 14.19 2.157 8.03 16.294 23.93 38.142 26.351l1.635 8.083-2.857 7.966 5.778 3.898 3.845 15.879-84.014-1.36-11.96-36.367-6.319-.234-14.17-58.608 6.055-7.626-4.45-27.69.021.032Z"
|
|
43
|
-
fill="#fff"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="m171.107 248.19 55.836 41.391 3.494 26.267s-11.906-11.768-20.392-1.253c-8.487 10.515 9.134 24.768 12.947 27.296 3.813 2.528 13.744 6.947 13.744 6.947v3.483l-83.972-3.494-14.169-58.608 32.501-42.039.011.01Z"
|
|
47
|
-
fill={palette.letter}
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d="M273.071 199.779c-10.493 0-21.922-2.751-28.677-20.881-6.638-17.823-3.07-46.49-2.911-47.701a1.6 1.6 0 0 1 1.785-1.38 1.606 1.606 0 0 1 1.381 1.784c-.032.287-3.622 29.113 2.74 46.192 5.905 15.836 14.87 18.959 26.585 18.8 11.439-.17 29.846-16.092 30.037-16.262a1.598 1.598 0 0 1 2.093 2.411c-.786.691-19.48 16.856-32.077 17.037h-.956Z"
|
|
51
|
-
fill={palette.lines}
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M265.148 211.95h-.075a1.593 1.593 0 0 1-1.519-1.667l.542-11.907a1.587 1.587 0 0 1 1.668-1.519 1.593 1.593 0 0 1 1.518 1.668l-.541 11.906a1.598 1.598 0 0 1-1.593 1.519Zm47.902 1.542h-.096a1.594 1.594 0 0 1-1.497-1.689l.987-16.421v-.063l1.455-24.111c.022-.403.202-.786.5-1.062 7.828-7.339 19.277-20.849 16.707-25.831-.52-.998-1.105-1.189-1.561-1.242-3.495-.393-10.494 6.202-14.084 10.451a1.584 1.584 0 0 1-1.285.563c-.319-.011-7.86-.467-11.429-14.307-1.625-6.32-7.244-10.558-13.648-10.313-10.452.393-24.567 1.115-32.48 2.326l-.435.063c-8.359 1.275-17.016 2.603-22.359-2.283-3.834-3.505-5.427-9.708-4.875-18.97 1.413-23.42 32.629-24.514 53.298-25.246 1.806-.064 3.526-.128 5.141-.192 39.787-1.784 43.6 11.206 46.064 23.133 2.571.532 4.738 1.965 6.437 4.26 5.799 7.806 4.684 23.366 3.282 30.504-4.78 24.344-15.943 38.247-23.325 47.445-1.656 2.061-3.101 3.866-4.248 5.502l-.967 16.006a1.594 1.594 0 0 1-1.593 1.498l.011-.021Zm3.993-41.455-1.093 18.247c.456-.573.934-1.168 1.423-1.774 7.19-8.953 18.056-22.485 22.676-46.064 1.466-7.446 2.018-21.614-2.719-27.987-1.423-1.912-3.186-2.953-5.374-3.165a1.58 1.58 0 0 1-1.402-1.264c-2.443-12.023-4.737-23.388-43.016-21.678-1.625.074-3.357.138-5.173.202-19.511.69-48.985 1.72-50.228 22.251-.499 8.242.765 13.617 3.845 16.431 4.227 3.856 11.758 2.709 19.734 1.487l.435-.063c8.062-1.233 22.305-1.966 32.841-2.358 7.892-.309 14.849 4.928 16.856 12.703 2.316 8.975 6.256 11.205 7.828 11.747 2.465-2.794 10.622-11.461 16.24-10.823 1.222.138 2.91.764 4.036 2.942 4.281 8.295-13.212 25.65-16.898 29.176l-.011-.01Z"
|
|
55
|
-
fill={palette.lines}
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
d="M273.995 172.74h-.074l-9.952-.457a1.629 1.629 0 0 1-1.158-.574 1.598 1.598 0 0 1-.351-1.242l3.198-22.273a1.594 1.594 0 0 1 3.154.457l-2.953 20.531 8.2.371a1.593 1.593 0 0 1-.074 3.187h.01Zm2.985 10.384a1.596 1.596 0 0 1-1.583-1.466 1.586 1.586 0 0 1 1.456-1.71c.329-.032 8.136-.786 13.871-8.901a1.587 1.587 0 0 1 2.22-.382c.722.51.892 1.498.382 2.22-6.638 9.368-15.826 10.207-16.219 10.239h-.127Zm49.634 225.055c-3.803 0-7.606-.871-11.1-2.592l-71.163-36.389a1.603 1.603 0 0 1-.722-2.081l17.812-38.97c.181-.403.521-.711.945-.85a1.634 1.634 0 0 1 1.264.107l48.115 26.043 19.628-62.496a1.591 1.591 0 0 1 1.997-1.04 1.59 1.59 0 0 1 1.041 1.996l-20.202 64.344a1.57 1.57 0 0 1-.924.999 1.61 1.61 0 0 1-1.36-.075l-48.316-26.16-16.463 36.027 69.782 35.688a21.819 21.819 0 0 0 18.141.542 21.859 21.859 0 0 0 12.321-13.362c7.604-23.176 17.546-54.53 21.752-72.299 6.947-29.347 4.461-45.714-10.228-67.36-9.751-14.371-29.581-20.053-29.782-20.117a1.605 1.605 0 0 1-1.158-1.699l1.413-13.585-81.604-3.707.394 11.843a1.582 1.582 0 0 1-1.36 1.625c-.053 0-5.492.881-12.013 4.886-6.001 3.685-14.19 10.855-19.129 24.099a1.588 1.588 0 0 1-2.05.935 1.588 1.588 0 0 1-.934-2.05c8.815-23.643 27.031-29.516 32.257-30.749l-.415-12.224c-.01-.447.159-.871.467-1.19a1.602 1.602 0 0 1 1.19-.457l85.013 3.856c.435.021.85.223 1.136.552.287.329.426.765.383 1.2l-1.455 13.957c4.758 1.55 21.242 7.689 30.27 20.998 15.093 22.251 17.791 39.883 10.686 69.888-4.238 17.876-14.212 49.325-21.828 72.564a25.044 25.044 0 0 1-14.115 15.306 25.084 25.084 0 0 1-9.708 1.954l.022.043Z"
|
|
59
|
-
fill={palette.lines}
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
d="M371.255 427.469a1.584 1.584 0 0 1-1.583-1.445l-7.562-82.336a1.587 1.587 0 0 1 1.444-1.731 1.581 1.581 0 0 1 1.731 1.444l7.563 82.336a1.589 1.589 0 0 1-1.445 1.732h-.148Zm-169.229-.001h-.181a1.597 1.597 0 0 1-1.413-1.753l4.291-39.086a1.595 1.595 0 0 1 1.753-1.412 1.595 1.595 0 0 1 1.413 1.752l-4.292 39.086a1.589 1.589 0 0 1-1.582 1.424l.011-.011Zm52.5-278.5a3.028 3.028 0 1 0 0-6.055 3.028 3.028 0 0 0 0 6.055Zm30.707 1.391a3.026 3.026 0 0 0 3.026-3.027 3.026 3.026 0 1 0-6.053 0 3.027 3.027 0 0 0 3.027 3.027Zm-33.85 205.234c-.489 0-.967-.223-1.275-.627-.202-.202-2.273-2.007-12.3-4.355-8.826-2.06-24.439-11.11-29.59-22.081-2.284-4.854-2.327-9.549-.128-13.925 1.699-3.388 4.206-5.364 7.456-5.852 7.573-1.137 17.26 6.5 22.114 10.908l-.744-9.729a1.597 1.597 0 0 1 1.01-1.604 1.58 1.58 0 0 1 1.826.499c.053.074 5.534 7.063 14.01 19.437 2.103 3.08 6.309 6.681 6.351 6.713.669.573.755 1.572.181 2.241a1.585 1.585 0 0 1-2.241.18c-.181-.159-4.567-3.908-6.915-7.339-4.546-6.628-8.21-11.694-10.642-14.965l.648 8.486a1.582 1.582 0 0 1-.946 1.572 1.612 1.612 0 0 1-1.805-.35c-3.781-3.962-15.178-13.989-22.401-12.905-2.198.329-3.855 1.678-5.077 4.121-1.731 3.462-1.678 7.222.171 11.152 4.545 9.687 19.033 18.364 27.424 20.329 11.311 2.645 13.701 4.844 14.2 5.661a1.589 1.589 0 0 1-.531 2.188 1.55 1.55 0 0 1-.828.234l.032.011Z"
|
|
63
|
-
fill={palette.lines}
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M236.736 353.567h-.064l-83.972-3.133a1.596 1.596 0 0 1-1.487-1.221l-14.168-58.609c-.117-.467 0-.966.287-1.348l32.5-42.039a1.597 1.597 0 0 1 2.21-.309l54.933 40.744c.329.244.552.605.627 1.009l4.588 27.052a1.591 1.591 0 0 1-1.307 1.838 1.597 1.597 0 0 1-1.837-1.307l-4.482-26.415-53.16-39.426-31.077 40.201 13.701 56.686 80.807 3.017-.266-1.551a1.59 1.59 0 0 1 1.307-1.837 1.59 1.59 0 0 1 1.837 1.306l.595 3.484c.085.478-.053.956-.372 1.317a1.59 1.59 0 0 1-1.2.541Z"
|
|
67
|
-
fill={palette.lines}
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
d="M148.59 293.204a1.592 1.592 0 0 1-1.594-1.593c0-.882.712-1.593 1.594-1.593l65.151-.17a1.59 1.59 0 0 1 1.593 1.593c0 .881-.712 1.593-1.593 1.593l-65.151.17Zm31.896 14.765h-.022l-22.931-.361a1.593 1.593 0 0 1 .021-3.186h.021l22.932.361a1.594 1.594 0 0 1-.021 3.186Zm-4.27 7.627-16.803-.085a1.585 1.585 0 0 1-1.583-1.604c0-.882.712-1.583 1.594-1.583l16.802.085c.882 0 1.594.722 1.583 1.604 0 .882-.711 1.583-1.593 1.583Zm-31.726-31.4a1.588 1.588 0 0 1-1.572-1.349l-4.291-27.69a1.557 1.557 0 0 1 .351-1.264c.297-.35.722-.562 1.178-.573l26.203-.648c.903 0 1.614.669 1.636 1.551a1.591 1.591 0 0 1-1.551 1.635l-24.397.606 4.015 25.894a1.582 1.582 0 0 1-1.328 1.817c-.085.01-.159.021-.244.021Zm110.567 103.92h-.021l-84.471-1.359a1.608 1.608 0 0 1-1.497-1.105l-11.472-36.048a1.594 1.594 0 0 1 1.031-1.997 1.584 1.584 0 0 1 1.996 1.03l11.121 34.955 81.263 1.306-3.356-13.606a1.598 1.598 0 0 1 3.102-.764l3.844 15.613c.117.478 0 .988-.297 1.37a1.586 1.586 0 0 1-1.243.605Zm-6.5-26.362c-.711 0-1.37-.489-1.55-1.211l-2.167-8.773a1.596 1.596 0 0 1 1.168-1.933 1.591 1.591 0 0 1 1.933 1.168l2.167 8.773a1.597 1.597 0 0 1-1.168 1.933 1.563 1.563 0 0 1-.383.043Z"
|
|
71
|
-
fill={palette.lines}
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M239.571 325.29a1.588 1.588 0 0 1-1.582-1.476l-5.3-69.612-53.765 1.338a1.579 1.579 0 0 1-1.636-1.551 1.591 1.591 0 0 1 1.551-1.635l55.273-1.381c.828-.011 1.562.626 1.625 1.476l5.417 71.12a1.594 1.594 0 0 1-1.466 1.71h-.127l.01.011Zm51.216-178.384a1.55 1.55 0 0 1-.892-.276c-4.514-3.059-9.028-.542-9.219-.435a1.598 1.598 0 0 1-2.178-.585 1.59 1.59 0 0 1 .574-2.166c.255-.149 6.405-3.654 12.607.552a1.59 1.59 0 0 1 .425 2.209 1.582 1.582 0 0 1-1.317.701Zm-30.738-.625a1.55 1.55 0 0 1-.892-.276c-4.514-3.059-9.028-.542-9.219-.435a1.598 1.598 0 0 1-2.178-.585 1.59 1.59 0 0 1 .574-2.166c.255-.149 6.405-3.654 12.607.552a1.58 1.58 0 0 1 .425 2.209 1.582 1.582 0 0 1-1.317.701Z"
|
|
75
|
-
fill={palette.lines}
|
|
76
|
-
/>
|
|
77
|
-
</svg>
|
|
78
|
-
);
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export default ReadLettersMedium;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { SvgIllustrationProps } from '../Illustration';
|
|
4
|
-
import StrollerMedium from './StrollerMedium';
|
|
5
|
-
import { getIllustration } from '../Illustration/utils';
|
|
6
|
-
|
|
7
|
-
export interface Palette {
|
|
8
|
-
feet: string;
|
|
9
|
-
handle: string;
|
|
10
|
-
stroller1: string;
|
|
11
|
-
stroller2: string;
|
|
12
|
-
stroller3: string;
|
|
13
|
-
wheels: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
const Stroller: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {
|
|
17
|
-
const medium = <StrollerMedium color={color} {...rest} />;
|
|
18
|
-
|
|
19
|
-
return getIllustration({ size, medium });
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export default Stroller;
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { Palette } from './Stroller';
|
|
4
|
-
import { BaseSvgIllustrationProps, ViewBoxSize } from '../Illustration';
|
|
5
|
-
|
|
6
|
-
const StrollerMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {
|
|
7
|
-
const palette = ((): Palette => {
|
|
8
|
-
switch (color) {
|
|
9
|
-
case 'blueberry':
|
|
10
|
-
return {
|
|
11
|
-
feet: '#AFDAE3',
|
|
12
|
-
handle: '#AFDAE3',
|
|
13
|
-
stroller1: '#126F87',
|
|
14
|
-
stroller2: '#08667C',
|
|
15
|
-
stroller3: '#188097',
|
|
16
|
-
wheels: '#188097',
|
|
17
|
-
};
|
|
18
|
-
case 'cherry':
|
|
19
|
-
return {
|
|
20
|
-
feet: '#F06B48',
|
|
21
|
-
handle: '#B69079',
|
|
22
|
-
stroller1: '#A31F0E',
|
|
23
|
-
stroller2: '#A31F0E',
|
|
24
|
-
stroller3: '#C83521',
|
|
25
|
-
wheels: '#B69079',
|
|
26
|
-
};
|
|
27
|
-
default:
|
|
28
|
-
return {
|
|
29
|
-
feet: '#989693',
|
|
30
|
-
handle: '#989693',
|
|
31
|
-
stroller1: '#62625F',
|
|
32
|
-
stroller2: '#62625F',
|
|
33
|
-
stroller3: '#989693',
|
|
34
|
-
wheels: '#989693',
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
})();
|
|
38
|
-
|
|
39
|
-
return (
|
|
40
|
-
<svg {...svgProperties} viewBox={ViewBoxSize.Medium}>
|
|
41
|
-
{title}
|
|
42
|
-
<path d="M177.718 388.789L177.718 354.295L363.125 354.295L363.125 388.789L177.718 388.789Z" fill={palette.stroller1} />
|
|
43
|
-
<path
|
|
44
|
-
d="M177.718 352.972L363.124 352.972L363.125 388.789L177.718 388.789L177.718 352.972ZM359.125 384.789L359.124 356.972L181.718 356.972L181.718 384.789L359.125 384.789Z"
|
|
45
|
-
fill="black"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M204.777 181.164L200.307 185.07L203.341 187.787H222.82L225.854 186.988L218.908 182.358L209.408 174.773L204.777 181.164Z"
|
|
49
|
-
fill="white"
|
|
50
|
-
/>
|
|
51
|
-
<path
|
|
52
|
-
d="M235.674 181.081L228.888 182.355L231.564 187.784H239.506L246.371 187.148L244.695 182.917L241.981 178.523L235.674 181.081Z"
|
|
53
|
-
fill="white"
|
|
54
|
-
/>
|
|
55
|
-
<path
|
|
56
|
-
d="M205.718 181.285L208.845 175.035L205.718 170.008L210.185 159.506L210.855 153.14L208.845 150.016H204.713L202.367 151.471L198.682 157.162L193.992 162.525L189.19 166.989L186.509 170.008L187.515 174.474L191.2 178.271L200.469 185.195L205.718 181.285Z"
|
|
57
|
-
fill={palette.feet}
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M236.403 180.987L241.64 176.36L240.619 170.529L248.688 162.458L251.689 156.805L250.993 153.155L247.161 151.61L244.441 152.083L238.896 155.984L232.54 159.205L226.418 161.549L222.803 163.348L222.066 167.865L224.064 172.764L230.073 182.652L236.403 180.987Z"
|
|
61
|
-
fill={palette.feet}
|
|
62
|
-
/>
|
|
63
|
-
<path
|
|
64
|
-
d="M200.411 150.824C201.65 149.109 203.21 147.985 204.958 147.65C206.847 147.289 208.638 147.914 209.972 149.141C212.525 151.489 213.342 155.817 211.6 160.422L211.423 160.868C210.393 163.363 209.992 164.345 207.984 170.078C207.99 170.131 208.02 170.278 208.161 170.55C208.415 171.043 208.907 171.691 209.677 172.481C211.207 174.052 213.505 175.845 216.101 177.668C218.678 179.478 221.46 181.258 223.918 182.813C226.334 184.342 228.515 185.701 229.763 186.604L227.418 189.845C226.301 189.037 224.282 187.776 221.78 186.193C219.319 184.637 216.464 182.812 213.801 180.941C211.157 179.084 208.61 177.119 206.811 175.273C205.917 174.355 205.121 173.38 204.607 172.386C204.103 171.41 203.727 170.128 204.19 168.808L205.453 165.234C206.484 162.359 206.924 161.282 207.726 159.341L207.863 158.996C209.202 155.464 208.277 153.017 207.264 152.085C206.756 151.618 206.22 151.481 205.71 151.579C205.207 151.676 204.453 152.057 203.654 153.164L203.494 153.395C198.788 160.446 194.415 164.503 191.666 167.307C190.245 168.758 189.451 169.69 189.078 170.467C188.835 170.973 188.772 171.392 188.992 171.993L189.103 172.262C190.167 174.586 192.147 176.542 195.108 178.79C196.581 179.908 198.231 181.05 200.072 182.339C201.9 183.618 203.892 185.024 205.986 186.63L203.552 189.804C201.532 188.255 199.6 186.89 197.778 185.615C195.969 184.349 194.241 183.152 192.691 181.975C189.606 179.634 186.957 177.185 185.466 173.928L185.32 173.587C184.64 171.893 184.724 170.294 185.471 168.737C186.173 167.275 187.445 165.9 188.809 164.508C191.632 161.627 195.71 157.852 200.166 151.175L200.411 150.824Z"
|
|
65
|
-
fill="black"
|
|
66
|
-
/>
|
|
67
|
-
<path
|
|
68
|
-
d="M243.351 151.882C245.169 150.8 247.047 150.387 248.784 150.773C250.662 151.19 252.058 152.475 252.795 154.13C254.207 157.299 253.241 161.595 249.815 165.131L249.477 165.471C248.021 166.886 247.231 167.657 245.176 169.853L242.628 172.602C242.381 172.869 242.185 173.327 242.377 174.343C242.576 175.39 243.14 176.702 243.994 178.223C244.835 179.72 245.876 181.281 246.926 182.825C247.952 184.334 249.015 185.864 249.801 187.186L246.363 189.231C245.657 188.044 244.691 186.651 243.618 185.074C242.569 183.532 241.44 181.844 240.506 180.18C239.585 178.54 238.769 176.778 238.448 175.09C238.121 173.37 238.266 171.43 239.687 169.89L242.264 167.11C244.351 164.88 245.183 164.066 246.688 162.602L246.951 162.34C249.582 159.629 249.702 157.016 249.141 155.758C248.861 155.129 248.424 154.79 247.917 154.677C247.417 154.567 246.573 154.618 245.4 155.317L245.161 155.465C238.044 160.071 232.421 162.06 228.785 163.544C226.905 164.312 225.806 164.853 225.156 165.418C224.732 165.786 224.509 166.146 224.472 166.785L224.467 167.076C224.524 169.725 225.402 172.428 226.982 175.694C228.581 178.996 230.759 182.613 233.332 187.227L229.839 189.176C227.362 184.734 225.048 180.877 223.383 177.437C221.699 173.958 220.543 170.648 220.469 167.162L220.469 166.791C220.518 164.966 221.229 163.532 222.532 162.399C223.757 161.335 225.47 160.578 227.274 159.841C231.008 158.316 236.249 156.469 242.988 152.107L243.351 151.882Z"
|
|
69
|
-
fill="black"
|
|
70
|
-
/>
|
|
71
|
-
<path
|
|
72
|
-
d="M211.345 175.938C210.289 178.717 208.448 181.047 206.654 182.805C204.858 184.565 203.007 185.851 201.786 186.522L199.86 183.016C200.757 182.523 202.314 181.458 203.854 179.948C205.397 178.436 206.824 176.577 207.607 174.517L211.345 175.938Z"
|
|
73
|
-
fill="black"
|
|
74
|
-
/>
|
|
75
|
-
<path
|
|
76
|
-
d="M242.723 178.816C240.629 180.926 238 182.307 235.646 183.185C233.289 184.063 231.076 184.485 229.688 184.603L229.352 180.617C230.372 180.531 232.227 180.19 234.248 179.436C236.273 178.682 238.332 177.562 239.884 175.998L242.723 178.816Z"
|
|
77
|
-
fill="black"
|
|
78
|
-
/>
|
|
79
|
-
<path d="M174.563 386.297L179.789 392.781L342.074 261.988L336.848 255.504L174.563 386.297Z" fill={palette.handle} />
|
|
80
|
-
<path
|
|
81
|
-
d="M174.906 391.969C177.882 395.173 182.161 393.243 182.165 393.241L343.233 263.429L335.689 254.069L174.621 383.881C174.608 383.899 171.647 387.992 174.621 391.643L174.906 391.969ZM177.722 389.116C177.257 388.544 177.218 388.02 177.383 387.365C177.461 387.057 177.578 386.772 177.691 386.545L335.085 259.694L337.608 262.825L180.199 389.688C179.961 389.75 179.667 389.805 179.358 389.817C178.709 389.841 178.201 389.703 177.722 389.116Z"
|
|
82
|
-
fill="black"
|
|
83
|
-
/>
|
|
84
|
-
<path
|
|
85
|
-
d="M399.213 202.641L401.373 252.342C401.373 258.337 397.343 263.197 392.373 263.197H147.149C142.179 263.197 138.149 258.337 138.149 252.342L139.921 202.641H399.213Z"
|
|
86
|
-
fill={palette.stroller1}
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
d="M403.59 198.758V187.43L145.963 187.912L141.26 189.928L138.092 193.48L136.557 197.799V202.598H399.175L403.014 201.542L403.59 198.758Z"
|
|
90
|
-
fill={palette.stroller3}
|
|
91
|
-
/>
|
|
92
|
-
<path
|
|
93
|
-
d="M392.372 259.196V263.196H147.149V259.196H392.372ZM397.372 254.196V204.398H142.149V254.196C142.15 256.958 144.388 259.196 147.149 259.196V263.196L146.687 263.185C142.085 262.951 138.394 259.261 138.161 254.659L138.149 254.196V200.398H401.372V254.196L401.36 254.659C401.127 259.261 397.438 262.951 392.836 263.185L392.372 263.196V259.196C395.133 259.196 397.372 256.958 397.372 254.196Z"
|
|
94
|
-
fill="black"
|
|
95
|
-
/>
|
|
96
|
-
<path
|
|
97
|
-
d="M399.574 200.897V204.897H140.119V200.897H399.574ZM405.575 198.896L405.567 199.206C405.412 202.274 402.952 204.734 399.884 204.89L399.574 204.897V200.897C400.679 200.897 401.575 200.001 401.575 198.896V189.984H148.225C142.973 189.984 138.716 194.242 138.716 199.493C138.716 200.268 139.344 200.897 140.119 200.897V204.897L139.842 204.89C137.079 204.75 134.863 202.535 134.723 199.771L134.716 199.493C134.716 192.149 140.576 186.174 147.876 185.989L148.225 185.984H404.574L404.677 185.989C405.181 186.04 405.575 186.467 405.575 186.984V198.896Z"
|
|
98
|
-
fill="black"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M284.566 74.9922V187.45H403.581L381.08 129.311C380.59 128.045 379.82 126.906 378.827 125.98L338.973 88.7803C337.816 87.7009 336.396 86.9454 334.854 86.5899L284.566 74.9922Z"
|
|
102
|
-
fill={palette.stroller1}
|
|
103
|
-
/>
|
|
104
|
-
<path d="M284.915 186.709L337.231 87.2031L380.651 127.91L284.915 186.709Z" fill={palette.stroller3} />
|
|
105
|
-
<path
|
|
106
|
-
d="M336.899 85.2308C337.514 85.1273 338.143 85.3176 338.598 85.7444L382.019 126.451C382.474 126.878 382.704 127.492 382.641 128.113C382.578 128.733 382.229 129.288 381.698 129.615L285.961 188.413C285.194 188.885 284.206 188.784 283.548 188.169C282.891 187.554 282.725 186.576 283.144 185.779L335.461 86.2728L335.581 86.0735C335.886 85.6283 336.36 85.3215 336.899 85.2308ZM290.074 181.193L377.372 127.576L337.778 90.4583L290.074 181.193Z"
|
|
107
|
-
fill="black"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
d="M283.321 73.4271C283.798 73.0478 284.422 72.9065 285.016 73.0433L335.304 84.6409L335.655 84.7288C337.404 85.1931 339.013 86.0818 340.338 87.3187L380.192 124.518C381.405 125.65 382.346 127.042 382.944 128.589L405.446 186.728C405.684 187.343 405.604 188.036 405.231 188.58C404.859 189.125 404.241 189.45 403.581 189.45H284.566C283.462 189.45 282.566 188.554 282.566 187.45V74.9925C282.566 74.383 282.844 73.8065 283.321 73.4271ZM286.566 185.45H400.662L379.215 130.033C378.834 129.048 378.234 128.163 377.463 127.443L337.608 90.2425C336.765 89.4555 335.741 88.8895 334.629 88.5941L334.405 88.5394L286.566 77.5062V185.45Z"
|
|
111
|
-
fill="black"
|
|
112
|
-
/>
|
|
113
|
-
<path
|
|
114
|
-
d="M93.0634 180.562L64.3714 179.789L62.6325 176.601L63.5986 172.833L97.6041 172.833L366.088 387.699L361.147 393.825L93.0634 180.562Z"
|
|
115
|
-
fill={palette.handle}
|
|
116
|
-
/>
|
|
117
|
-
<path
|
|
118
|
-
d="M60.7838 176.301C60.7839 173.185 63.3092 170.659 66.4249 170.659L98.4706 170.66L365.296 383.792L365.435 383.981C366.026 384.828 368.18 388.394 365.45 391.962L365.296 392.157C362.078 396.101 357.794 393.862 356.774 393.241L356.549 393.098L92.1915 181.943L66.4253 181.943C63.4067 181.943 60.9423 179.572 60.7911 176.591L60.7838 176.301ZM66.4252 174.659C65.5749 174.659 64.8755 175.306 64.7916 176.134L64.7829 176.301C64.7829 177.208 65.519 177.943 66.4258 177.943L93.5932 177.942L358.876 389.837C358.94 389.876 359.042 389.935 359.175 390.001C359.488 390.156 359.885 390.31 360.291 390.387C360.689 390.463 360.992 390.446 361.222 390.376C361.41 390.32 361.753 390.172 362.196 389.628L362.319 389.469C362.892 388.686 362.862 388.051 362.703 387.458C362.606 387.099 362.453 386.774 362.315 386.531L97.0681 174.659L66.4252 174.659Z"
|
|
119
|
-
fill="black"
|
|
120
|
-
/>
|
|
121
|
-
<path d="M196.269 354.143L181.279 388.479L177.613 386.879L192.603 352.542L196.269 354.143Z" fill="black" />
|
|
122
|
-
<path d="M215.055 375.86L180.177 389.541L178.716 385.817L213.595 372.137L215.055 375.86Z" fill="black" />
|
|
123
|
-
<path d="M212.983 404.501L178.646 389.512L180.247 385.846L214.583 400.836L212.983 404.501Z" fill="black" />
|
|
124
|
-
<path d="M191.265 423.288L177.585 388.41L181.308 386.949L194.989 421.828L191.265 423.288Z" fill="black" />
|
|
125
|
-
<path d="M162.624 421.216L177.613 386.879L181.279 388.479L166.29 422.816L162.624 421.216Z" fill="black" />
|
|
126
|
-
<path d="M143.837 399.498L178.716 385.817L180.177 389.541L145.298 403.222L143.837 399.498Z" fill="black" />
|
|
127
|
-
<path d="M145.91 370.857L180.247 385.846L178.646 389.512L144.31 374.523L145.91 370.857Z" fill="black" />
|
|
128
|
-
<path d="M167.628 352.07L181.308 386.949L177.585 388.41L163.904 353.531L167.628 352.07Z" fill="black" />
|
|
129
|
-
<path
|
|
130
|
-
d="M208.742 387.68C208.742 371.5 195.626 358.383 179.447 358.383C163.266 358.383 150.15 371.5 150.15 387.68C150.15 403.86 163.267 416.976 179.447 416.976V428.976L178.38 428.963C156.42 428.406 138.72 410.706 138.163 388.745L138.15 387.68C138.15 364.872 156.639 346.383 179.447 346.383L180.512 346.396C202.827 346.962 220.742 365.229 220.742 387.68L220.73 388.745C220.164 411.06 201.898 428.975 179.447 428.976V416.976C195.626 416.975 208.742 403.86 208.742 387.68Z"
|
|
131
|
-
fill={palette.wheels}
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
d="M187.202 387.678C187.202 391.961 183.729 395.433 179.446 395.433C175.163 395.433 171.69 391.961 171.69 387.678C171.69 383.394 175.163 379.922 179.446 379.922C183.729 379.922 187.202 383.394 187.202 387.678Z"
|
|
135
|
-
fill="black"
|
|
136
|
-
/>
|
|
137
|
-
<path
|
|
138
|
-
d="M180.537 345.436C203.37 346.014 221.702 364.705 221.702 387.678L221.689 388.769L221.649 389.835C220.526 412.17 202.06 429.933 179.447 429.934L178.356 429.92C156.236 429.359 138.341 411.801 137.244 389.818L137.204 388.769L137.191 387.678C137.191 364.341 156.109 345.422 179.447 345.422L180.537 345.436ZM179.421 349.422C158.313 349.436 141.205 366.545 141.191 387.652L141.203 388.667L141.24 389.617C142.231 409.5 158.407 425.387 178.406 425.92L179.47 425.933C200.24 425.92 217.14 409.355 217.689 388.716L217.701 387.654C217.689 366.872 201.105 349.965 180.449 349.435L179.421 349.422ZM207.414 386.956C207.037 372.078 195.047 360.087 180.169 359.71L179.447 359.7C163.995 359.7 151.469 372.227 151.469 387.678L151.479 388.4C151.862 403.518 164.237 415.654 179.447 415.654L180.169 415.646C195.286 415.262 207.423 402.887 207.423 387.678L207.414 386.956ZM211.412 388.503C210.982 405.508 197.277 419.213 180.272 419.644L179.447 419.654C162.062 419.654 147.917 405.782 147.48 388.503L147.469 387.678C147.469 370.017 161.786 355.7 179.447 355.7L180.272 355.711C197.551 356.149 211.423 370.293 211.423 387.678L211.412 388.503Z"
|
|
139
|
-
fill="black"
|
|
140
|
-
/>
|
|
141
|
-
<path d="M378.126 354.143L363.137 388.479L359.471 386.879L374.46 352.542L378.126 354.143Z" fill="black" />
|
|
142
|
-
<path d="M396.913 375.86L362.034 389.541L360.573 385.817L395.452 372.137L396.913 375.86Z" fill="black" />
|
|
143
|
-
<path d="M394.84 404.501L360.503 389.512L362.104 385.846L396.44 400.836L394.84 404.501Z" fill="black" />
|
|
144
|
-
<path d="M373.122 423.288L359.442 388.41L363.165 386.949L376.846 421.828L373.122 423.288Z" fill="black" />
|
|
145
|
-
<path d="M344.481 421.216L359.471 386.879L363.137 388.479L348.147 422.816L344.481 421.216Z" fill="black" />
|
|
146
|
-
<path d="M325.695 399.498L360.573 385.817L362.034 389.541L327.155 403.222L325.695 399.498Z" fill="black" />
|
|
147
|
-
<path d="M327.767 370.857L362.104 385.846L360.503 389.512L326.167 374.523L327.767 370.857Z" fill="black" />
|
|
148
|
-
<path d="M349.485 352.07L363.165 386.949L359.442 388.41L345.761 353.531L349.485 352.07Z" fill="black" />
|
|
149
|
-
<path
|
|
150
|
-
d="M367.832 387.678C367.832 391.961 364.36 395.433 360.076 395.433C355.793 395.433 352.32 391.961 352.32 387.678C352.32 383.394 355.793 379.922 360.076 379.922C364.36 379.922 367.832 383.394 367.832 387.678Z"
|
|
151
|
-
fill="black"
|
|
152
|
-
/>
|
|
153
|
-
<path
|
|
154
|
-
d="M389.372 387.68C389.372 371.5 376.256 358.383 360.076 358.383C343.896 358.383 330.779 371.5 330.779 387.68C330.779 403.86 343.896 416.976 360.076 416.976V428.976L359.01 428.963C337.049 428.406 319.349 410.706 318.793 388.745L318.779 387.68C318.779 364.872 337.269 346.383 360.076 346.383L361.142 346.396C383.457 346.962 401.372 365.229 401.372 387.68L401.359 388.745C400.794 411.06 382.527 428.975 360.076 428.976V416.976C376.256 416.975 389.372 403.86 389.372 387.68Z"
|
|
155
|
-
fill={palette.wheels}
|
|
156
|
-
/>
|
|
157
|
-
<path
|
|
158
|
-
d="M361.167 345.436C384 346.014 402.332 364.705 402.332 387.678L402.318 388.769L402.278 389.835C401.155 412.17 382.69 429.933 360.076 429.934L358.985 429.92C336.866 429.359 318.971 411.801 317.874 389.818L317.834 388.769L317.82 387.678C317.82 364.341 336.739 345.422 360.076 345.422L361.167 345.436ZM360.051 349.422C338.943 349.436 321.834 366.545 321.82 387.652L321.833 388.667L321.869 389.617C322.861 409.5 339.036 425.387 359.036 425.92L360.099 425.933C380.87 425.92 397.769 409.355 398.318 388.716L398.331 387.654C398.318 366.872 381.734 349.965 361.079 349.435L360.051 349.422ZM388.044 386.956C387.667 372.078 375.676 360.087 360.799 359.71L360.076 359.7C344.625 359.7 332.099 372.227 332.098 387.678L332.108 388.4C332.491 403.518 344.866 415.654 360.076 415.654L360.799 415.646C375.916 415.262 388.052 402.887 388.052 387.678L388.044 386.956ZM392.042 388.503C391.611 405.508 377.906 419.213 360.901 419.644L360.076 419.654C342.692 419.654 328.547 405.782 328.109 388.503L328.098 387.678C328.099 370.017 342.416 355.7 360.076 355.7L360.901 355.711C378.18 356.149 392.052 370.293 392.052 387.678L392.042 388.503Z"
|
|
159
|
-
fill="black"
|
|
160
|
-
/>
|
|
161
|
-
</svg>
|
|
162
|
-
);
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
export default StrollerMedium;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { SvgIllustrationProps } from '../Illustration';
|
|
4
|
-
import Support2Medium from './Support2Medium';
|
|
5
|
-
import { getIllustration } from '../Illustration/utils';
|
|
6
|
-
|
|
7
|
-
export interface Palette {
|
|
8
|
-
details1: string;
|
|
9
|
-
details2: string;
|
|
10
|
-
lines: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const Support2: React.FC<SvgIllustrationProps> = ({ size = 512, color, ...rest }) => {
|
|
14
|
-
const medium = <Support2Medium color={color} {...rest} />;
|
|
15
|
-
|
|
16
|
-
return getIllustration({ size, medium });
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export default Support2;
|