@helsenorge/designsystem-react 5.4.0 → 6.0.0-beta.10
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/CHANGELOG.md +73 -0
- package/__mocks__/IntersectionObserver.js +14 -1
- package/__mocks__/IntersectionObserver.js.map +1 -1
- package/__mocks__/MutationObserver.js +12 -1
- package/__mocks__/MutationObserver.js.map +1 -1
- package/__mocks__/ResizeObserver.js +14 -1
- package/__mocks__/ResizeObserver.js.map +1 -1
- package/__mocks__/matchMedia.js +12 -1
- package/__mocks__/matchMedia.js.map +1 -1
- package/__mocks__/useHover.js +3 -1
- package/__mocks__/useHover.js.map +1 -1
- package/__mocks__/useLayoutEvent.js +3 -1
- package/__mocks__/useLayoutEvent.js.map +1 -1
- package/__mocks__/useOutsideEvent.js +3 -1
- package/__mocks__/useOutsideEvent.js.map +1 -1
- package/__mocks__/useSize.js +3 -1
- package/__mocks__/useSize.js.map +1 -1
- package/__mocks__/uuid.js +5 -1
- package/__mocks__/uuid.js.map +1 -1
- package/_virtual/dynamic-import-helper.js +10 -0
- package/_virtual/dynamic-import-helper.js.map +1 -0
- package/components/AnchorLink/AnchorLink.js +53 -0
- package/components/AnchorLink/AnchorLink.js.map +1 -0
- package/components/AnchorLink/index.js +4 -1
- package/components/AnchorLink/index.js.map +1 -1
- package/components/Avatar/Avatar.js +33 -0
- package/components/Avatar/Avatar.js.map +1 -0
- package/components/Avatar/index.js +6 -1
- package/components/Avatar/index.js.map +1 -1
- package/components/Badge/Badge.js +25 -0
- package/components/Badge/Badge.js.map +1 -0
- package/components/Badge/index.js +4 -1
- package/components/Badge/index.js.map +1 -1
- package/components/Button/Button.d.ts.map +1 -1
- package/components/Button/Button.js +113 -0
- package/components/Button/Button.js.map +1 -0
- package/components/Button/index.js +4 -1
- package/components/Button/index.js.map +1 -1
- package/components/ButtonWithModal/ButtonWithModal.js +11 -0
- package/components/ButtonWithModal/ButtonWithModal.js.map +1 -0
- package/components/ButtonWithModal/index.js +4 -1
- package/components/ButtonWithModal/index.js.map +1 -1
- package/components/Checkbox/Checkbox.d.ts +3 -3
- package/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/components/Checkbox/Checkbox.js +108 -0
- package/components/Checkbox/Checkbox.js.map +1 -0
- package/components/Checkbox/index.js +6 -1
- package/components/Checkbox/index.js.map +1 -1
- package/components/Checkbox/styles.module.scss +9 -9
- package/components/Checkbox/styles.module.scss.d.ts +18 -18
- package/components/Close/Close.js +30 -0
- package/components/Close/Close.js.map +1 -0
- package/components/Close/index.js +4 -1
- package/components/Close/index.js.map +1 -1
- package/components/DictionaryTrigger/DictionaryTrigger.js +28 -0
- package/components/DictionaryTrigger/DictionaryTrigger.js.map +1 -0
- package/components/DictionaryTrigger/index.js +4 -1
- package/components/DictionaryTrigger/index.js.map +1 -1
- package/components/Dropdown/Dropdown.js +119 -0
- package/components/Dropdown/Dropdown.js.map +1 -0
- package/components/Dropdown/index.js +6 -1
- package/components/Dropdown/index.js.map +1 -1
- package/components/Duolist/Duolist.js +55 -0
- package/components/Duolist/Duolist.js.map +1 -0
- package/components/Duolist/index.js +7 -1
- package/components/Duolist/index.js.map +1 -1
- package/components/ErrorWrapper/ErrorWrapper.js +12 -0
- package/components/ErrorWrapper/ErrorWrapper.js.map +1 -0
- package/components/ErrorWrapper/index.js +6 -1
- package/components/ErrorWrapper/index.js.map +1 -1
- package/components/Expander/Expander.d.ts +3 -2
- package/components/Expander/Expander.d.ts.map +1 -1
- package/components/Expander/Expander.js +100 -0
- package/components/Expander/Expander.js.map +1 -0
- package/components/Expander/index.js +6 -1
- package/components/Expander/index.js.map +1 -1
- package/components/ExpanderHierarchy/Expander.js +31 -0
- package/components/ExpanderHierarchy/Expander.js.map +1 -0
- package/components/ExpanderHierarchy/ExpanderButton.js +46 -0
- package/components/ExpanderHierarchy/ExpanderButton.js.map +1 -0
- package/components/ExpanderHierarchy/ExpanderHierarchy.js +29 -0
- package/components/ExpanderHierarchy/ExpanderHierarchy.js.map +1 -0
- package/components/ExpanderHierarchy/index.js +4 -1
- package/components/ExpanderHierarchy/index.js.map +1 -1
- package/components/ExpanderHierarchy/utils.js +20 -0
- package/components/ExpanderHierarchy/utils.js.map +1 -0
- package/components/ExpanderList/ExpanderList.js +147 -0
- package/components/ExpanderList/ExpanderList.js.map +1 -0
- package/components/ExpanderList/index.js +6 -1
- package/components/ExpanderList/index.js.map +1 -1
- package/components/FormExample/FormExample.d.ts +2 -2
- package/components/FormExample/FormExample.d.ts.map +1 -1
- package/components/FormExample/FormExample.js +249 -0
- package/components/FormExample/FormExample.js.map +1 -0
- package/components/FormExample/index.js +7 -11
- package/components/FormExample/index.js.map +1 -1
- package/components/FormGroup/FormGroup.d.ts +2 -2
- package/components/FormGroup/FormGroup.d.ts.map +1 -1
- package/components/FormGroup/FormGroup.js +97 -0
- package/components/FormGroup/FormGroup.js.map +1 -0
- package/components/FormGroup/index.js +6 -1
- package/components/FormGroup/index.js.map +1 -1
- package/components/FormLayout/FormLayout.d.ts +3 -3
- package/components/FormLayout/FormLayout.d.ts.map +1 -1
- package/components/FormLayout/FormLayout.js +39 -0
- package/components/FormLayout/FormLayout.js.map +1 -0
- package/components/FormLayout/index.js +7 -1
- package/components/FormLayout/index.js.map +1 -1
- package/components/FormLayout/styles.module.scss +1 -1
- package/components/FormLayout/styles.module.scss.d.ts +1 -1
- package/components/GridExample/GridExample.js +7 -0
- package/components/GridExample/GridExample.js.map +1 -0
- package/components/GridExample/index.js +6 -1
- package/components/GridExample/index.js.map +1 -1
- package/components/HelpBubble/HelpBubble.js +62 -0
- package/components/HelpBubble/HelpBubble.js.map +1 -0
- package/components/HelpBubble/index.js +6 -1
- package/components/HelpBubble/index.js.map +1 -1
- package/components/HelpBubbleExample/HelpBubbleExample.js +20 -0
- package/components/HelpBubbleExample/HelpBubbleExample.js.map +1 -0
- package/components/HelpBubbleExample/index.js +4 -1
- package/components/HelpBubbleExample/index.js.map +1 -1
- package/components/HelpPanel/HelpPanel.js +24 -0
- package/components/HelpPanel/HelpPanel.js.map +1 -0
- package/components/HelpPanel/index.js +4 -1
- package/components/HelpPanel/index.js.map +1 -1
- package/components/HelpQuestion/HelpQuestion.js +32 -0
- package/components/HelpQuestion/HelpQuestion.js.map +1 -0
- package/components/HelpQuestion/index.js +4 -1
- package/components/HelpQuestion/index.js.map +1 -1
- package/components/HighlightBox/HighlightBox.d.ts +3 -2
- package/components/HighlightBox/HighlightBox.d.ts.map +1 -1
- package/components/HighlightBox/HighlightBox.js +62 -0
- package/components/HighlightBox/HighlightBox.js.map +1 -0
- package/components/HighlightBox/index.js +6 -1
- package/components/HighlightBox/index.js.map +1 -1
- package/components/HorizontalScroll/HorizontalScroll.js +32 -0
- package/components/HorizontalScroll/HorizontalScroll.js.map +1 -0
- package/components/HorizontalScroll/index.js +6 -1
- package/components/HorizontalScroll/index.js.map +1 -1
- package/components/{Icons → Icon}/Icon.d.ts +4 -3
- package/components/Icon/Icon.d.ts.map +1 -0
- package/components/Icon/Icon.js +57 -0
- package/components/Icon/Icon.js.map +1 -0
- package/components/Icon/index.d.ts.map +1 -0
- package/components/Icon/index.js +10 -0
- package/components/Icon/index.js.map +1 -0
- package/components/Icons/ActiveMonitoring.d.ts +1 -1
- package/components/Icons/ActiveMonitoring.d.ts.map +1 -1
- package/components/Icons/ActiveMonitoring.js +17 -1
- package/components/Icons/ActiveMonitoring.js.map +1 -1
- package/components/Icons/AcupunctureBack.d.ts +1 -1
- package/components/Icons/AcupunctureBack.d.ts.map +1 -1
- package/components/Icons/AcupunctureBack.js +22 -1
- package/components/Icons/AcupunctureBack.js.map +1 -1
- package/components/Icons/AdditionalIconInformation.d.ts +1188 -0
- package/components/Icons/AdditionalIconInformation.d.ts.map +1 -0
- package/components/Icons/AdditionalIconInformation.js +301 -297
- package/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/components/Icons/AlarmClock.d.ts +1 -1
- package/components/Icons/AlarmClock.d.ts.map +1 -1
- package/components/Icons/AlarmClock.js +18 -1
- package/components/Icons/AlarmClock.js.map +1 -1
- package/components/Icons/AlertSignFill.d.ts +1 -1
- package/components/Icons/AlertSignFill.d.ts.map +1 -1
- package/components/Icons/AlertSignFill.js +6 -1
- package/components/Icons/AlertSignFill.js.map +1 -1
- package/components/Icons/AlertSignStroke.d.ts +1 -1
- package/components/Icons/AlertSignStroke.d.ts.map +1 -1
- package/components/Icons/AlertSignStroke.js +6 -1
- package/components/Icons/AlertSignStroke.js.map +1 -1
- package/components/Icons/Amputation.d.ts +1 -1
- package/components/Icons/Amputation.d.ts.map +1 -1
- package/components/Icons/Amputation.js +5 -1
- package/components/Icons/Amputation.js.map +1 -1
- package/components/Icons/Anxiety.d.ts +1 -1
- package/components/Icons/Anxiety.d.ts.map +1 -1
- package/components/Icons/Anxiety.js +5 -1
- package/components/Icons/Anxiety.js.map +1 -1
- package/components/Icons/Apple.d.ts +1 -1
- package/components/Icons/Apple.d.ts.map +1 -1
- package/components/Icons/Apple.js +5 -1
- package/components/Icons/Apple.js.map +1 -1
- package/components/Icons/Archive.d.ts +1 -1
- package/components/Icons/Archive.d.ts.map +1 -1
- package/components/Icons/Archive.js +30 -1
- package/components/Icons/Archive.js.map +1 -1
- package/components/Icons/ArmFlexing.d.ts +1 -1
- package/components/Icons/ArmFlexing.d.ts.map +1 -1
- package/components/Icons/ArmFlexing.js +5 -1
- package/components/Icons/ArmFlexing.js.map +1 -1
- package/components/Icons/ArrowDown.d.ts +1 -1
- package/components/Icons/ArrowDown.d.ts.map +1 -1
- package/components/Icons/ArrowDown.js +30 -1
- package/components/Icons/ArrowDown.js.map +1 -1
- package/components/Icons/ArrowLeft.d.ts +1 -1
- package/components/Icons/ArrowLeft.d.ts.map +1 -1
- package/components/Icons/ArrowLeft.js +6 -1
- package/components/Icons/ArrowLeft.js.map +1 -1
- package/components/Icons/ArrowRight.d.ts +1 -1
- package/components/Icons/ArrowRight.d.ts.map +1 -1
- package/components/Icons/ArrowRight.js +6 -1
- package/components/Icons/ArrowRight.js.map +1 -1
- package/components/Icons/ArrowUp.d.ts +1 -1
- package/components/Icons/ArrowUp.d.ts.map +1 -1
- package/components/Icons/ArrowUp.js +30 -1
- package/components/Icons/ArrowUp.js.map +1 -1
- package/components/Icons/ArrowUpRight.d.ts +1 -1
- package/components/Icons/ArrowUpRight.d.ts.map +1 -1
- package/components/Icons/ArrowUpRight.js +6 -1
- package/components/Icons/ArrowUpRight.js.map +1 -1
- package/components/Icons/Attachment.d.ts +1 -1
- package/components/Icons/Attachment.d.ts.map +1 -1
- package/components/Icons/Attachment.js +6 -1
- package/components/Icons/Attachment.js.map +1 -1
- package/components/Icons/Atv.d.ts +1 -1
- package/components/Icons/Atv.d.ts.map +1 -1
- package/components/Icons/Atv.js +5 -1
- package/components/Icons/Atv.js.map +1 -1
- package/components/Icons/Avatar.d.ts +1 -1
- package/components/Icons/Avatar.d.ts.map +1 -1
- package/components/Icons/Avatar.js +6 -1
- package/components/Icons/Avatar.js.map +1 -1
- package/components/Icons/AwakePersonOnPillow.d.ts +1 -1
- package/components/Icons/AwakePersonOnPillow.d.ts.map +1 -1
- package/components/Icons/AwakePersonOnPillow.js +5 -1
- package/components/Icons/AwakePersonOnPillow.js.map +1 -1
- package/components/Icons/Baby.d.ts +1 -1
- package/components/Icons/Baby.d.ts.map +1 -1
- package/components/Icons/Baby.js +5 -1
- package/components/Icons/Baby.js.map +1 -1
- package/components/Icons/BandAid.d.ts +1 -1
- package/components/Icons/BandAid.d.ts.map +1 -1
- package/components/Icons/BandAid.js +5 -1
- package/components/Icons/BandAid.js.map +1 -1
- package/components/Icons/BeerAndPills.d.ts +1 -1
- package/components/Icons/BeerAndPills.d.ts.map +1 -1
- package/components/Icons/BeerAndPills.js +17 -1
- package/components/Icons/BeerAndPills.js.map +1 -1
- package/components/Icons/Bell.d.ts +1 -1
- package/components/Icons/Bell.d.ts.map +1 -1
- package/components/Icons/Bell.js +5 -1
- package/components/Icons/Bell.js.map +1 -1
- package/components/Icons/Bike.d.ts +1 -1
- package/components/Icons/Bike.d.ts.map +1 -1
- package/components/Icons/Bike.js +5 -1
- package/components/Icons/Bike.js.map +1 -1
- package/components/Icons/BirthControl.d.ts +1 -1
- package/components/Icons/BirthControl.d.ts.map +1 -1
- package/components/Icons/BirthControl.js +17 -1
- package/components/Icons/BirthControl.js.map +1 -1
- package/components/Icons/BirthdayCake.d.ts +1 -1
- package/components/Icons/BirthdayCake.d.ts.map +1 -1
- package/components/Icons/BirthdayCake.js +5 -1
- package/components/Icons/BirthdayCake.js.map +1 -1
- package/components/Icons/Boat.d.ts +1 -1
- package/components/Icons/Boat.d.ts.map +1 -1
- package/components/Icons/Boat.js +5 -1
- package/components/Icons/Boat.js.map +1 -1
- package/components/Icons/Body.d.ts +1 -1
- package/components/Icons/Body.d.ts.map +1 -1
- package/components/Icons/Body.js +17 -1
- package/components/Icons/Body.js.map +1 -1
- package/components/Icons/Braille.d.ts +1 -1
- package/components/Icons/Braille.d.ts.map +1 -1
- package/components/Icons/Braille.js +5 -1
- package/components/Icons/Braille.js.map +1 -1
- package/components/Icons/Brain.d.ts +1 -1
- package/components/Icons/Brain.d.ts.map +1 -1
- package/components/Icons/Brain.js +5 -1
- package/components/Icons/Brain.js.map +1 -1
- package/components/Icons/BreastReconstruction.d.ts +1 -1
- package/components/Icons/BreastReconstruction.d.ts.map +1 -1
- package/components/Icons/BreastReconstruction.js +17 -1
- package/components/Icons/BreastReconstruction.js.map +1 -1
- package/components/Icons/BreastRemoval.d.ts +1 -1
- package/components/Icons/BreastRemoval.d.ts.map +1 -1
- package/components/Icons/BreastRemoval.js +17 -1
- package/components/Icons/BreastRemoval.js.map +1 -1
- package/components/Icons/Breasts.d.ts +1 -1
- package/components/Icons/Breasts.d.ts.map +1 -1
- package/components/Icons/Breasts.js +5 -1
- package/components/Icons/Breasts.js.map +1 -1
- package/components/Icons/BrokenHeart.d.ts +1 -1
- package/components/Icons/BrokenHeart.d.ts.map +1 -1
- package/components/Icons/BrokenHeart.js +5 -1
- package/components/Icons/BrokenHeart.js.map +1 -1
- package/components/Icons/BrokenPuzzle.d.ts +1 -1
- package/components/Icons/BrokenPuzzle.d.ts.map +1 -1
- package/components/Icons/BrokenPuzzle.js +5 -1
- package/components/Icons/BrokenPuzzle.js.map +1 -1
- package/components/Icons/Bus.d.ts +1 -1
- package/components/Icons/Bus.d.ts.map +1 -1
- package/components/Icons/Bus.js +18 -1
- package/components/Icons/Bus.js.map +1 -1
- package/components/Icons/Calendar.d.ts +1 -1
- package/components/Icons/Calendar.d.ts.map +1 -1
- package/components/Icons/Calendar.js +30 -1
- package/components/Icons/Calendar.js.map +1 -1
- package/components/Icons/CalendarChange.d.ts +1 -1
- package/components/Icons/CalendarChange.d.ts.map +1 -1
- package/components/Icons/CalendarChange.js +30 -1
- package/components/Icons/CalendarChange.js.map +1 -1
- package/components/Icons/CalendarCheck.d.ts +1 -1
- package/components/Icons/CalendarCheck.d.ts.map +1 -1
- package/components/Icons/CalendarCheck.js +30 -1
- package/components/Icons/CalendarCheck.js.map +1 -1
- package/components/Icons/CalendarEvent.d.ts +1 -1
- package/components/Icons/CalendarEvent.d.ts.map +1 -1
- package/components/Icons/CalendarEvent.js +5 -1
- package/components/Icons/CalendarEvent.js.map +1 -1
- package/components/Icons/CalendarSave.d.ts +1 -1
- package/components/Icons/CalendarSave.d.ts.map +1 -1
- package/components/Icons/CalendarSave.js +6 -1
- package/components/Icons/CalendarSave.js.map +1 -1
- package/components/Icons/Cancer.d.ts +1 -1
- package/components/Icons/Cancer.d.ts.map +1 -1
- package/components/Icons/Cancer.js +5 -1
- package/components/Icons/Cancer.js.map +1 -1
- package/components/Icons/Candle.d.ts +1 -1
- package/components/Icons/Candle.d.ts.map +1 -1
- package/components/Icons/Candle.js +18 -1
- package/components/Icons/Candle.js.map +1 -1
- package/components/Icons/Car.d.ts +1 -1
- package/components/Icons/Car.d.ts.map +1 -1
- package/components/Icons/Car.js +5 -1
- package/components/Icons/Car.js.map +1 -1
- package/components/Icons/Change.d.ts +1 -1
- package/components/Icons/Change.d.ts.map +1 -1
- package/components/Icons/Change.js +39 -1
- package/components/Icons/Change.js.map +1 -1
- package/components/Icons/Check.d.ts +1 -1
- package/components/Icons/Check.d.ts.map +1 -1
- package/components/Icons/Check.js +6 -1
- package/components/Icons/Check.js.map +1 -1
- package/components/Icons/CheckFill.d.ts +1 -1
- package/components/Icons/CheckFill.d.ts.map +1 -1
- package/components/Icons/CheckFill.js +30 -1
- package/components/Icons/CheckFill.js.map +1 -1
- package/components/Icons/CheckOutline.d.ts +1 -1
- package/components/Icons/CheckOutline.d.ts.map +1 -1
- package/components/Icons/CheckOutline.js +17 -1
- package/components/Icons/CheckOutline.js.map +1 -1
- package/components/Icons/Chest.d.ts +1 -1
- package/components/Icons/Chest.d.ts.map +1 -1
- package/components/Icons/Chest.js +5 -1
- package/components/Icons/Chest.js.map +1 -1
- package/components/Icons/ChevronDown.d.ts +1 -1
- package/components/Icons/ChevronDown.d.ts.map +1 -1
- package/components/Icons/ChevronDown.js +6 -1
- package/components/Icons/ChevronDown.js.map +1 -1
- package/components/Icons/ChevronLeft.d.ts +1 -1
- package/components/Icons/ChevronLeft.d.ts.map +1 -1
- package/components/Icons/ChevronLeft.js +6 -1
- package/components/Icons/ChevronLeft.js.map +1 -1
- package/components/Icons/ChevronRight.d.ts +1 -1
- package/components/Icons/ChevronRight.d.ts.map +1 -1
- package/components/Icons/ChevronRight.js +6 -1
- package/components/Icons/ChevronRight.js.map +1 -1
- package/components/Icons/ChevronUp.d.ts +1 -1
- package/components/Icons/ChevronUp.d.ts.map +1 -1
- package/components/Icons/ChevronUp.js +6 -1
- package/components/Icons/ChevronUp.js.map +1 -1
- package/components/Icons/ChevronsDown.d.ts +1 -1
- package/components/Icons/ChevronsDown.d.ts.map +1 -1
- package/components/Icons/ChevronsDown.js +30 -1
- package/components/Icons/ChevronsDown.js.map +1 -1
- package/components/Icons/ChevronsUp.d.ts +1 -1
- package/components/Icons/ChevronsUp.d.ts.map +1 -1
- package/components/Icons/ChevronsUp.js +30 -1
- package/components/Icons/ChevronsUp.js.map +1 -1
- package/components/Icons/ChildPlaying.d.ts +1 -1
- package/components/Icons/ChildPlaying.d.ts.map +1 -1
- package/components/Icons/ChildPlaying.js +5 -1
- package/components/Icons/ChildPlaying.js.map +1 -1
- package/components/Icons/Cigarette.d.ts +1 -1
- package/components/Icons/Cigarette.d.ts.map +1 -1
- package/components/Icons/Cigarette.js +5 -1
- package/components/Icons/Cigarette.js.map +1 -1
- package/components/Icons/Coins.d.ts +1 -1
- package/components/Icons/Coins.d.ts.map +1 -1
- package/components/Icons/Coins.js +17 -1
- package/components/Icons/Coins.js.map +1 -1
- package/components/Icons/Contacts.d.ts +1 -1
- package/components/Icons/Contacts.d.ts.map +1 -1
- package/components/Icons/Contacts.js +6 -1
- package/components/Icons/Contacts.js.map +1 -1
- package/components/Icons/Copy.d.ts +1 -1
- package/components/Icons/Copy.d.ts.map +1 -1
- package/components/Icons/Copy.js +6 -1
- package/components/Icons/Copy.js.map +1 -1
- package/components/Icons/CoronaCertificate.d.ts +1 -1
- package/components/Icons/CoronaCertificate.d.ts.map +1 -1
- package/components/Icons/CoronaCertificate.js +17 -1
- package/components/Icons/CoronaCertificate.js.map +1 -1
- package/components/Icons/Coronavirus.d.ts +1 -1
- package/components/Icons/Coronavirus.d.ts.map +1 -1
- package/components/Icons/Coronavirus.js +5 -1
- package/components/Icons/Coronavirus.js.map +1 -1
- package/components/Icons/Cough.d.ts +1 -1
- package/components/Icons/Cough.d.ts.map +1 -1
- package/components/Icons/Cough.js +5 -1
- package/components/Icons/Cough.js.map +1 -1
- package/components/Icons/CriticalHealthInfo.d.ts +1 -1
- package/components/Icons/CriticalHealthInfo.d.ts.map +1 -1
- package/components/Icons/CriticalHealthInfo.js +5 -1
- package/components/Icons/CriticalHealthInfo.js.map +1 -1
- package/components/Icons/Cross.d.ts +1 -1
- package/components/Icons/Cross.d.ts.map +1 -1
- package/components/Icons/Cross.js +5 -1
- package/components/Icons/Cross.js.map +1 -1
- package/components/Icons/DataExchange.d.ts +1 -1
- package/components/Icons/DataExchange.d.ts.map +1 -1
- package/components/Icons/DataExchange.js +17 -1
- package/components/Icons/DataExchange.js.map +1 -1
- package/components/Icons/DataReceived.d.ts +1 -1
- package/components/Icons/DataReceived.d.ts.map +1 -1
- package/components/Icons/DataReceived.js +17 -1
- package/components/Icons/DataReceived.js.map +1 -1
- package/components/Icons/DataSent.d.ts +1 -1
- package/components/Icons/DataSent.d.ts.map +1 -1
- package/components/Icons/DataSent.js +17 -1
- package/components/Icons/DataSent.js.map +1 -1
- package/components/Icons/Depression.d.ts +1 -1
- package/components/Icons/Depression.d.ts.map +1 -1
- package/components/Icons/Depression.js +5 -1
- package/components/Icons/Depression.js.map +1 -1
- package/components/Icons/DigestiveSystem.d.ts +1 -1
- package/components/Icons/DigestiveSystem.d.ts.map +1 -1
- package/components/Icons/DigestiveSystem.js +5 -1
- package/components/Icons/DigestiveSystem.js.map +1 -1
- package/components/Icons/Dizzy.d.ts +1 -1
- package/components/Icons/Dizzy.d.ts.map +1 -1
- package/components/Icons/Dizzy.js +5 -1
- package/components/Icons/Dizzy.js.map +1 -1
- package/components/Icons/Documents.d.ts +1 -1
- package/components/Icons/Documents.d.ts.map +1 -1
- package/components/Icons/Documents.js +5 -1
- package/components/Icons/Documents.js.map +1 -1
- package/components/Icons/Dog.d.ts +1 -1
- package/components/Icons/Dog.d.ts.map +1 -1
- package/components/Icons/Dog.js +5 -1
- package/components/Icons/Dog.js.map +1 -1
- package/components/Icons/DonorCard.d.ts +1 -1
- package/components/Icons/DonorCard.d.ts.map +1 -1
- package/components/Icons/DonorCard.js +5 -1
- package/components/Icons/DonorCard.js.map +1 -1
- package/components/Icons/Download.d.ts +1 -1
- package/components/Icons/Download.d.ts.map +1 -1
- package/components/Icons/Download.js +30 -1
- package/components/Icons/Download.js.map +1 -1
- package/components/Icons/Draft.d.ts +1 -1
- package/components/Icons/Draft.d.ts.map +1 -1
- package/components/Icons/Draft.js +5 -1
- package/components/Icons/Draft.js.map +1 -1
- package/components/Icons/EChat.d.ts +1 -1
- package/components/Icons/EChat.d.ts.map +1 -1
- package/components/Icons/EChat.js +6 -1
- package/components/Icons/EChat.js.map +1 -1
- package/components/Icons/Ear.d.ts +1 -1
- package/components/Icons/Ear.d.ts.map +1 -1
- package/components/Icons/Ear.js +8 -1
- package/components/Icons/Ear.js.map +1 -1
- package/components/Icons/EarDeaf.d.ts +1 -1
- package/components/Icons/EarDeaf.d.ts.map +1 -1
- package/components/Icons/EarDeaf.js +5 -1
- package/components/Icons/EarDeaf.js.map +1 -1
- package/components/Icons/EarHearingAid.d.ts +1 -1
- package/components/Icons/EarHearingAid.d.ts.map +1 -1
- package/components/Icons/EarHearingAid.js +8 -1
- package/components/Icons/EarHearingAid.js.map +1 -1
- package/components/Icons/EarNoseThroat.d.ts +1 -1
- package/components/Icons/EarNoseThroat.d.ts.map +1 -1
- package/components/Icons/EarNoseThroat.js +5 -1
- package/components/Icons/EarNoseThroat.js.map +1 -1
- package/components/Icons/EarVolume.d.ts +1 -1
- package/components/Icons/EarVolume.d.ts.map +1 -1
- package/components/Icons/EarVolume.js +15 -1
- package/components/Icons/EarVolume.js.map +1 -1
- package/components/Icons/ElderlyPerson.d.ts +1 -1
- package/components/Icons/ElderlyPerson.d.ts.map +1 -1
- package/components/Icons/ElderlyPerson.js +5 -1
- package/components/Icons/ElderlyPerson.js.map +1 -1
- package/components/Icons/Embolization.d.ts +1 -1
- package/components/Icons/Embolization.d.ts.map +1 -1
- package/components/Icons/Embolization.js +17 -1
- package/components/Icons/Embolization.js.map +1 -1
- package/components/Icons/EmergencyCall.d.ts +1 -1
- package/components/Icons/EmergencyCall.d.ts.map +1 -1
- package/components/Icons/EmergencyCall.js +19 -1
- package/components/Icons/EmergencyCall.js.map +1 -1
- package/components/Icons/EmoticonAnnoyed.d.ts +1 -1
- package/components/Icons/EmoticonAnnoyed.d.ts.map +1 -1
- package/components/Icons/EmoticonAnnoyed.js +15 -1
- package/components/Icons/EmoticonAnnoyed.js.map +1 -1
- package/components/Icons/EmoticonDelighted.d.ts +1 -1
- package/components/Icons/EmoticonDelighted.d.ts.map +1 -1
- package/components/Icons/EmoticonDelighted.js +9 -1
- package/components/Icons/EmoticonDelighted.js.map +1 -1
- package/components/Icons/EmoticonDisappointed.d.ts +1 -1
- package/components/Icons/EmoticonDisappointed.d.ts.map +1 -1
- package/components/Icons/EmoticonDisappointed.js +9 -1
- package/components/Icons/EmoticonDisappointed.js.map +1 -1
- package/components/Icons/EmoticonHappy.d.ts +1 -1
- package/components/Icons/EmoticonHappy.d.ts.map +1 -1
- package/components/Icons/EmoticonHappy.js +9 -1
- package/components/Icons/EmoticonHappy.js.map +1 -1
- package/components/Icons/EmoticonMeh.d.ts +1 -1
- package/components/Icons/EmoticonMeh.d.ts.map +1 -1
- package/components/Icons/EmoticonMeh.js +9 -1
- package/components/Icons/EmoticonMeh.js.map +1 -1
- package/components/Icons/EnterFullScreen.d.ts +1 -1
- package/components/Icons/EnterFullScreen.d.ts.map +1 -1
- package/components/Icons/EnterFullScreen.js +6 -1
- package/components/Icons/EnterFullScreen.js.map +1 -1
- package/components/Icons/Envelope.d.ts +1 -1
- package/components/Icons/Envelope.d.ts.map +1 -1
- package/components/Icons/Envelope.js +6 -1
- package/components/Icons/Envelope.js.map +1 -1
- package/components/Icons/Epilepsy.d.ts +1 -1
- package/components/Icons/Epilepsy.d.ts.map +1 -1
- package/components/Icons/Epilepsy.js +5 -1
- package/components/Icons/Epilepsy.js.map +1 -1
- package/components/Icons/Eraser.d.ts +1 -1
- package/components/Icons/Eraser.d.ts.map +1 -1
- package/components/Icons/Eraser.js +6 -1
- package/components/Icons/Eraser.js.map +1 -1
- package/components/Icons/ErrorSignFill.d.ts +1 -1
- package/components/Icons/ErrorSignFill.d.ts.map +1 -1
- package/components/Icons/ErrorSignFill.js +6 -1
- package/components/Icons/ErrorSignFill.js.map +1 -1
- package/components/Icons/ErrorSignStroke.d.ts +1 -1
- package/components/Icons/ErrorSignStroke.d.ts.map +1 -1
- package/components/Icons/ErrorSignStroke.js +6 -1
- package/components/Icons/ErrorSignStroke.js.map +1 -1
- package/components/Icons/EuropeanHealthCard.d.ts +1 -1
- package/components/Icons/EuropeanHealthCard.d.ts.map +1 -1
- package/components/Icons/EuropeanHealthCard.js +5 -1
- package/components/Icons/EuropeanHealthCard.js.map +1 -1
- package/components/Icons/ExitFullScreen.d.ts +1 -1
- package/components/Icons/ExitFullScreen.d.ts.map +1 -1
- package/components/Icons/ExitFullScreen.js +6 -1
- package/components/Icons/ExitFullScreen.js.map +1 -1
- package/components/Icons/Eye.d.ts +1 -1
- package/components/Icons/Eye.d.ts.map +1 -1
- package/components/Icons/Eye.js +6 -1
- package/components/Icons/Eye.js.map +1 -1
- package/components/Icons/Facebook.d.ts +1 -1
- package/components/Icons/Facebook.d.ts.map +1 -1
- package/components/Icons/Facebook.js +5 -1
- package/components/Icons/Facebook.js.map +1 -1
- package/components/Icons/FallingLeaf.d.ts +1 -1
- package/components/Icons/FallingLeaf.d.ts.map +1 -1
- package/components/Icons/FallingLeaf.js +21 -1
- package/components/Icons/FallingLeaf.js.map +1 -1
- package/components/Icons/Female.d.ts +1 -1
- package/components/Icons/Female.d.ts.map +1 -1
- package/components/Icons/Female.js +5 -1
- package/components/Icons/Female.js.map +1 -1
- package/components/Icons/FemaleDoctor.d.ts +1 -1
- package/components/Icons/FemaleDoctor.d.ts.map +1 -1
- package/components/Icons/FemaleDoctor.js +5 -1
- package/components/Icons/FemaleDoctor.js.map +1 -1
- package/components/Icons/Ferry.d.ts +1 -1
- package/components/Icons/Ferry.d.ts.map +1 -1
- package/components/Icons/Ferry.js +5 -1
- package/components/Icons/Ferry.js.map +1 -1
- package/components/Icons/File.d.ts +1 -1
- package/components/Icons/File.d.ts.map +1 -1
- package/components/Icons/File.js +30 -1
- package/components/Icons/File.js.map +1 -1
- package/components/Icons/Filter.d.ts +1 -1
- package/components/Icons/Filter.d.ts.map +1 -1
- package/components/Icons/Filter.js +25 -1
- package/components/Icons/Filter.js.map +1 -1
- package/components/Icons/FingerBleed.d.ts +1 -1
- package/components/Icons/FingerBleed.d.ts.map +1 -1
- package/components/Icons/FingerBleed.js +5 -1
- package/components/Icons/FingerBleed.js.map +1 -1
- package/components/Icons/FirstAidKit.d.ts +1 -1
- package/components/Icons/FirstAidKit.d.ts.map +1 -1
- package/components/Icons/FirstAidKit.js +5 -1
- package/components/Icons/FirstAidKit.js.map +1 -1
- package/components/Icons/FloppyDisk.d.ts +1 -1
- package/components/Icons/FloppyDisk.d.ts.map +1 -1
- package/components/Icons/FloppyDisk.js +17 -1
- package/components/Icons/FloppyDisk.js.map +1 -1
- package/components/Icons/Football.d.ts +1 -1
- package/components/Icons/Football.d.ts.map +1 -1
- package/components/Icons/Football.js +5 -1
- package/components/Icons/Football.js.map +1 -1
- package/components/Icons/Form.d.ts +1 -1
- package/components/Icons/Form.d.ts.map +1 -1
- package/components/Icons/Form.js +6 -1
- package/components/Icons/Form.js.map +1 -1
- package/components/Icons/Forward.d.ts +1 -1
- package/components/Icons/Forward.d.ts.map +1 -1
- package/components/Icons/Forward.js +6 -1
- package/components/Icons/Forward.js.map +1 -1
- package/components/Icons/Gallery.d.ts +1 -1
- package/components/Icons/Gallery.d.ts.map +1 -1
- package/components/Icons/Gallery.js +30 -1
- package/components/Icons/Gallery.js.map +1 -1
- package/components/Icons/Garden.d.ts +1 -1
- package/components/Icons/Garden.d.ts.map +1 -1
- package/components/Icons/Garden.js +5 -1
- package/components/Icons/Garden.js.map +1 -1
- package/components/Icons/GasCan.d.ts +1 -1
- package/components/Icons/GasCan.d.ts.map +1 -1
- package/components/Icons/GasCan.js +5 -1
- package/components/Icons/GasCan.js.map +1 -1
- package/components/Icons/GenderIdentity.d.ts +1 -1
- package/components/Icons/GenderIdentity.d.ts.map +1 -1
- package/components/Icons/GenderIdentity.js +17 -1
- package/components/Icons/GenderIdentity.js.map +1 -1
- package/components/Icons/Glasses.d.ts +1 -1
- package/components/Icons/Glasses.d.ts.map +1 -1
- package/components/Icons/Glasses.js +19 -1
- package/components/Icons/Glasses.js.map +1 -1
- package/components/Icons/Globe.d.ts +1 -1
- package/components/Icons/Globe.d.ts.map +1 -1
- package/components/Icons/Globe.js +6 -1
- package/components/Icons/Globe.js.map +1 -1
- package/components/Icons/Graph.d.ts +1 -1
- package/components/Icons/Graph.d.ts.map +1 -1
- package/components/Icons/Graph.js +21 -1
- package/components/Icons/Graph.js.map +1 -1
- package/components/Icons/Group.d.ts +1 -1
- package/components/Icons/Group.d.ts.map +1 -1
- package/components/Icons/Group.js +28 -1
- package/components/Icons/Group.js.map +1 -1
- package/components/Icons/GroupTwins.d.ts +1 -1
- package/components/Icons/GroupTwins.d.ts.map +1 -1
- package/components/Icons/GroupTwins.js +63 -1
- package/components/Icons/GroupTwins.js.map +1 -1
- package/components/Icons/HTMLFile.d.ts +1 -1
- package/components/Icons/HTMLFile.d.ts.map +1 -1
- package/components/Icons/HTMLFile.js +8 -1
- package/components/Icons/HTMLFile.js.map +1 -1
- package/components/Icons/HandWaving.d.ts +1 -1
- package/components/Icons/HandWaving.d.ts.map +1 -1
- package/components/Icons/HandWaving.js +5 -1
- package/components/Icons/HandWaving.js.map +1 -1
- package/components/Icons/HandWithDisease.d.ts +1 -1
- package/components/Icons/HandWithDisease.d.ts.map +1 -1
- package/components/Icons/HandWithDisease.js +5 -1
- package/components/Icons/HandWithDisease.js.map +1 -1
- package/components/Icons/HandsAndHeart.d.ts +1 -1
- package/components/Icons/HandsAndHeart.d.ts.map +1 -1
- package/components/Icons/HandsAndHeart.js +18 -1
- package/components/Icons/HandsAndHeart.js.map +1 -1
- package/components/Icons/HealthClinic.d.ts +1 -1
- package/components/Icons/HealthClinic.d.ts.map +1 -1
- package/components/Icons/HealthClinic.js +17 -1
- package/components/Icons/HealthClinic.js.map +1 -1
- package/components/Icons/HealthWarning.d.ts +1 -1
- package/components/Icons/HealthWarning.d.ts.map +1 -1
- package/components/Icons/HealthWarning.js +17 -1
- package/components/Icons/HealthWarning.js.map +1 -1
- package/components/Icons/HealthcarePerson.d.ts +1 -1
- package/components/Icons/HealthcarePerson.d.ts.map +1 -1
- package/components/Icons/HealthcarePerson.js +57 -1
- package/components/Icons/HealthcarePerson.js.map +1 -1
- package/components/Icons/HealthcarePersonell.d.ts +1 -1
- package/components/Icons/HealthcarePersonell.d.ts.map +1 -1
- package/components/Icons/HealthcarePersonell.js +75 -1
- package/components/Icons/HealthcarePersonell.js.map +1 -1
- package/components/Icons/HearingProtection.d.ts +1 -1
- package/components/Icons/HearingProtection.d.ts.map +1 -1
- package/components/Icons/HearingProtection.js +22 -1
- package/components/Icons/HearingProtection.js.map +1 -1
- package/components/Icons/Heart.d.ts +1 -1
- package/components/Icons/Heart.d.ts.map +1 -1
- package/components/Icons/Heart.js +6 -1
- package/components/Icons/Heart.js.map +1 -1
- package/components/Icons/HeartHands.d.ts +1 -1
- package/components/Icons/HeartHands.d.ts.map +1 -1
- package/components/Icons/HeartHands.js +64 -1
- package/components/Icons/HeartHands.js.map +1 -1
- package/components/Icons/HelpSign.d.ts +1 -1
- package/components/Icons/HelpSign.d.ts.map +1 -1
- package/components/Icons/HelpSign.js +6 -1
- package/components/Icons/HelpSign.js.map +1 -1
- package/components/Icons/HelpingHand.d.ts +1 -1
- package/components/Icons/HelpingHand.d.ts.map +1 -1
- package/components/Icons/HelpingHand.js +17 -1
- package/components/Icons/HelpingHand.js.map +1 -1
- package/components/Icons/Hemodialysis.d.ts +1 -1
- package/components/Icons/Hemodialysis.d.ts.map +1 -1
- package/components/Icons/Hemodialysis.js +17 -1
- package/components/Icons/Hemodialysis.js.map +1 -1
- package/components/Icons/Hiker.d.ts +1 -1
- package/components/Icons/Hiker.d.ts.map +1 -1
- package/components/Icons/Hiker.js +5 -1
- package/components/Icons/Hiker.js.map +1 -1
- package/components/Icons/Hipprosthesis.d.ts +1 -1
- package/components/Icons/Hipprosthesis.d.ts.map +1 -1
- package/components/Icons/Hipprosthesis.js +17 -1
- package/components/Icons/Hipprosthesis.js.map +1 -1
- package/components/Icons/History.d.ts +1 -1
- package/components/Icons/History.d.ts.map +1 -1
- package/components/Icons/History.js +6 -1
- package/components/Icons/History.js.map +1 -1
- package/components/Icons/HivAndAids.d.ts +1 -1
- package/components/Icons/HivAndAids.d.ts.map +1 -1
- package/components/Icons/HivAndAids.js +5 -1
- package/components/Icons/HivAndAids.js.map +1 -1
- package/components/Icons/Home.d.ts +1 -1
- package/components/Icons/Home.d.ts.map +1 -1
- package/components/Icons/Home.js +30 -1
- package/components/Icons/Home.js.map +1 -1
- package/components/Icons/Hormone.d.ts +1 -1
- package/components/Icons/Hormone.d.ts.map +1 -1
- package/components/Icons/Hormone.js +5 -1
- package/components/Icons/Hormone.js.map +1 -1
- package/components/Icons/Hospital.d.ts +1 -1
- package/components/Icons/Hospital.d.ts.map +1 -1
- package/components/Icons/Hospital.js +30 -1
- package/components/Icons/Hospital.js.map +1 -1
- package/components/Icons/Hourglass.d.ts +1 -1
- package/components/Icons/Hourglass.d.ts.map +1 -1
- package/components/Icons/Hourglass.js +30 -1
- package/components/Icons/Hourglass.js.map +1 -1
- package/components/Icons/IconNames.d.ts +3 -0
- package/components/Icons/IconNames.d.ts.map +1 -0
- package/components/Icons/IconNames.js +308 -0
- package/components/Icons/IconNames.js.map +1 -0
- package/components/Icons/ImgFile.d.ts +1 -1
- package/components/Icons/ImgFile.d.ts.map +1 -1
- package/components/Icons/ImgFile.js +17 -1
- package/components/Icons/ImgFile.js.map +1 -1
- package/components/Icons/Inbox.d.ts +1 -1
- package/components/Icons/Inbox.d.ts.map +1 -1
- package/components/Icons/Inbox.js +11 -1
- package/components/Icons/Inbox.js.map +1 -1
- package/components/Icons/InfoSignFill.d.ts +1 -1
- package/components/Icons/InfoSignFill.d.ts.map +1 -1
- package/components/Icons/InfoSignFill.js +6 -1
- package/components/Icons/InfoSignFill.js.map +1 -1
- package/components/Icons/InfoSignStroke.d.ts +1 -1
- package/components/Icons/InfoSignStroke.d.ts.map +1 -1
- package/components/Icons/InfoSignStroke.js +6 -1
- package/components/Icons/InfoSignStroke.js.map +1 -1
- package/components/Icons/Instagram.d.ts +1 -1
- package/components/Icons/Instagram.d.ts.map +1 -1
- package/components/Icons/Instagram.js +5 -1
- package/components/Icons/Instagram.js.map +1 -1
- package/components/Icons/Intravenous.d.ts +1 -1
- package/components/Icons/Intravenous.d.ts.map +1 -1
- package/components/Icons/Intravenous.js +17 -1
- package/components/Icons/Intravenous.js.map +1 -1
- package/components/Icons/JointPain.d.ts +1 -1
- package/components/Icons/JointPain.d.ts.map +1 -1
- package/components/Icons/JointPain.js +5 -1
- package/components/Icons/JointPain.js.map +1 -1
- package/components/Icons/Journal.d.ts +1 -1
- package/components/Icons/Journal.d.ts.map +1 -1
- package/components/Icons/Journal.js +6 -1
- package/components/Icons/Journal.js.map +1 -1
- package/components/Icons/JpgFile.d.ts +1 -1
- package/components/Icons/JpgFile.d.ts.map +1 -1
- package/components/Icons/JpgFile.js +17 -1
- package/components/Icons/JpgFile.js.map +1 -1
- package/components/Icons/Kidney.d.ts +1 -1
- package/components/Icons/Kidney.d.ts.map +1 -1
- package/components/Icons/Kidney.js +5 -1
- package/components/Icons/Kidney.js.map +1 -1
- package/components/Icons/KitchenScale.d.ts +1 -1
- package/components/Icons/KitchenScale.d.ts.map +1 -1
- package/components/Icons/KitchenScale.js +17 -1
- package/components/Icons/KitchenScale.js.map +1 -1
- package/components/Icons/Kjernejournal.d.ts +1 -1
- package/components/Icons/Kjernejournal.d.ts.map +1 -1
- package/components/Icons/Kjernejournal.js +5 -1
- package/components/Icons/Kjernejournal.js.map +1 -1
- package/components/Icons/Laboratory.d.ts +1 -1
- package/components/Icons/Laboratory.d.ts.map +1 -1
- package/components/Icons/Laboratory.js +17 -1
- package/components/Icons/Laboratory.js.map +1 -1
- package/components/Icons/LaptopBlog.d.ts +1 -1
- package/components/Icons/LaptopBlog.d.ts.map +1 -1
- package/components/Icons/LaptopBlog.js +5 -1
- package/components/Icons/LaptopBlog.js.map +1 -1
- package/components/Icons/LawBook.d.ts +1 -1
- package/components/Icons/LawBook.d.ts.map +1 -1
- package/components/Icons/LawBook.js +5 -1
- package/components/Icons/LawBook.js.map +1 -1
- package/components/Icons/LegalDocument.d.ts +1 -1
- package/components/Icons/LegalDocument.d.ts.map +1 -1
- package/components/Icons/LegalDocument.js +27 -1
- package/components/Icons/LegalDocument.js.map +1 -1
- package/components/Icons/LightBulb.d.ts +1 -1
- package/components/Icons/LightBulb.d.ts.map +1 -1
- package/components/Icons/LightBulb.js +5 -1
- package/components/Icons/LightBulb.js.map +1 -1
- package/components/Icons/List.d.ts +1 -1
- package/components/Icons/List.d.ts.map +1 -1
- package/components/Icons/List.js +30 -1
- package/components/Icons/List.js.map +1 -1
- package/components/Icons/Location.d.ts +1 -1
- package/components/Icons/Location.d.ts.map +1 -1
- package/components/Icons/Location.js +6 -1
- package/components/Icons/Location.js.map +1 -1
- package/components/Icons/Lock.d.ts +1 -1
- package/components/Icons/Lock.d.ts.map +1 -1
- package/components/Icons/Lock.js +18 -1
- package/components/Icons/Lock.js.map +1 -1
- package/components/Icons/Login.d.ts +1 -1
- package/components/Icons/Login.d.ts.map +1 -1
- package/components/Icons/Login.js +37 -1
- package/components/Icons/Login.js.map +1 -1
- package/components/Icons/Logout.d.ts +1 -1
- package/components/Icons/Logout.d.ts.map +1 -1
- package/components/Icons/Logout.js +37 -1
- package/components/Icons/Logout.js.map +1 -1
- package/components/Icons/Lungs.d.ts +1 -1
- package/components/Icons/Lungs.d.ts.map +1 -1
- package/components/Icons/Lungs.js +5 -1
- package/components/Icons/Lungs.js.map +1 -1
- package/components/Icons/Makeup.d.ts +1 -1
- package/components/Icons/Makeup.d.ts.map +1 -1
- package/components/Icons/Makeup.js +5 -1
- package/components/Icons/Makeup.js.map +1 -1
- package/components/Icons/MaleDoctor.d.ts +1 -1
- package/components/Icons/MaleDoctor.d.ts.map +1 -1
- package/components/Icons/MaleDoctor.js +5 -1
- package/components/Icons/MaleDoctor.js.map +1 -1
- package/components/Icons/MaleDoctorAndPerson.d.ts +1 -1
- package/components/Icons/MaleDoctorAndPerson.d.ts.map +1 -1
- package/components/Icons/MaleDoctorAndPerson.js +5 -1
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -1
- package/components/Icons/MaleGenitalia.d.ts +1 -1
- package/components/Icons/MaleGenitalia.d.ts.map +1 -1
- package/components/Icons/MaleGenitalia.js +5 -1
- package/components/Icons/MaleGenitalia.js.map +1 -1
- package/components/Icons/Medicine.d.ts +1 -1
- package/components/Icons/Medicine.d.ts.map +1 -1
- package/components/Icons/Medicine.js +30 -1
- package/components/Icons/Medicine.js.map +1 -1
- package/components/Icons/MedicineWarning.d.ts +1 -1
- package/components/Icons/MedicineWarning.d.ts.map +1 -1
- package/components/Icons/MedicineWarning.js +17 -1
- package/components/Icons/MedicineWarning.js.map +1 -1
- package/components/Icons/MentalHealthAdult.d.ts +1 -1
- package/components/Icons/MentalHealthAdult.d.ts.map +1 -1
- package/components/Icons/MentalHealthAdult.js +5 -1
- package/components/Icons/MentalHealthAdult.js.map +1 -1
- package/components/Icons/MentalHealthChild.d.ts +1 -1
- package/components/Icons/MentalHealthChild.d.ts.map +1 -1
- package/components/Icons/MentalHealthChild.js +5 -1
- package/components/Icons/MentalHealthChild.js.map +1 -1
- package/components/Icons/Menu.d.ts +1 -1
- package/components/Icons/Menu.d.ts.map +1 -1
- package/components/Icons/Menu.js +6 -1
- package/components/Icons/Menu.js.map +1 -1
- package/components/Icons/Microscope.d.ts +1 -1
- package/components/Icons/Microscope.d.ts.map +1 -1
- package/components/Icons/Microscope.js +17 -1
- package/components/Icons/Microscope.js.map +1 -1
- package/components/Icons/Minus.d.ts +1 -1
- package/components/Icons/Minus.d.ts.map +1 -1
- package/components/Icons/Minus.js +6 -1
- package/components/Icons/Minus.js.map +1 -1
- package/components/Icons/Mirror.d.ts +1 -1
- package/components/Icons/Mirror.d.ts.map +1 -1
- package/components/Icons/Mirror.js +5 -1
- package/components/Icons/Mirror.js.map +1 -1
- package/components/Icons/MobilePhone.d.ts +1 -1
- package/components/Icons/MobilePhone.d.ts.map +1 -1
- package/components/Icons/MobilePhone.js +6 -1
- package/components/Icons/MobilePhone.js.map +1 -1
- package/components/Icons/MotherHoldingBaby.d.ts +1 -1
- package/components/Icons/MotherHoldingBaby.d.ts.map +1 -1
- package/components/Icons/MotherHoldingBaby.js +5 -1
- package/components/Icons/MotherHoldingBaby.js.map +1 -1
- package/components/Icons/MuscleBack.d.ts +1 -1
- package/components/Icons/MuscleBack.d.ts.map +1 -1
- package/components/Icons/MuscleBack.js +5 -1
- package/components/Icons/MuscleBack.js.map +1 -1
- package/components/Icons/MuscleLeg.d.ts +1 -1
- package/components/Icons/MuscleLeg.d.ts.map +1 -1
- package/components/Icons/MuscleLeg.js +5 -1
- package/components/Icons/MuscleLeg.js.map +1 -1
- package/components/Icons/Mushroom.d.ts +1 -1
- package/components/Icons/Mushroom.d.ts.map +1 -1
- package/components/Icons/Mushroom.js +5 -1
- package/components/Icons/Mushroom.js.map +1 -1
- package/components/Icons/Music.d.ts +1 -1
- package/components/Icons/Music.d.ts.map +1 -1
- package/components/Icons/Music.js +17 -1
- package/components/Icons/Music.js.map +1 -1
- package/components/Icons/MusselsAndSalt.d.ts +1 -1
- package/components/Icons/MusselsAndSalt.d.ts.map +1 -1
- package/components/Icons/MusselsAndSalt.js +5 -1
- package/components/Icons/MusselsAndSalt.js.map +1 -1
- package/components/Icons/NoAccess.d.ts +1 -1
- package/components/Icons/NoAccess.d.ts.map +1 -1
- package/components/Icons/NoAccess.js +39 -1
- package/components/Icons/NoAccess.js.map +1 -1
- package/components/Icons/NoEye.d.ts +1 -1
- package/components/Icons/NoEye.d.ts.map +1 -1
- package/components/Icons/NoEye.js +30 -1
- package/components/Icons/NoEye.js.map +1 -1
- package/components/Icons/NoFilter.d.ts +1 -1
- package/components/Icons/NoFilter.d.ts.map +1 -1
- package/components/Icons/NoFilter.js +6 -1
- package/components/Icons/NoFilter.js.map +1 -1
- package/components/Icons/Notepad.d.ts +1 -1
- package/components/Icons/Notepad.d.ts.map +1 -1
- package/components/Icons/Notepad.js +5 -1
- package/components/Icons/Notepad.js.map +1 -1
- package/components/Icons/Osteotomy.d.ts +1 -1
- package/components/Icons/Osteotomy.d.ts.map +1 -1
- package/components/Icons/Osteotomy.js +17 -1
- package/components/Icons/Osteotomy.js.map +1 -1
- package/components/Icons/PaintRoller.d.ts +1 -1
- package/components/Icons/PaintRoller.d.ts.map +1 -1
- package/components/Icons/PaintRoller.js +5 -1
- package/components/Icons/PaintRoller.js.map +1 -1
- package/components/Icons/PaperPlane.d.ts +1 -1
- package/components/Icons/PaperPlane.d.ts.map +1 -1
- package/components/Icons/PaperPlane.js +6 -1
- package/components/Icons/PaperPlane.js.map +1 -1
- package/components/Icons/PatientAndPerson.d.ts +1 -1
- package/components/Icons/PatientAndPerson.d.ts.map +1 -1
- package/components/Icons/PatientAndPerson.js +5 -1
- package/components/Icons/PatientAndPerson.js.map +1 -1
- package/components/Icons/Pause.d.ts +1 -1
- package/components/Icons/Pause.d.ts.map +1 -1
- package/components/Icons/Pause.js +6 -1
- package/components/Icons/Pause.js.map +1 -1
- package/components/Icons/PdfFile.d.ts +1 -1
- package/components/Icons/PdfFile.d.ts.map +1 -1
- package/components/Icons/PdfFile.js +17 -1
- package/components/Icons/PdfFile.js.map +1 -1
- package/components/Icons/Pencil.d.ts +1 -1
- package/components/Icons/Pencil.d.ts.map +1 -1
- package/components/Icons/Pencil.js +6 -1
- package/components/Icons/Pencil.js.map +1 -1
- package/components/Icons/PeopleTalking.d.ts +1 -1
- package/components/Icons/PeopleTalking.d.ts.map +1 -1
- package/components/Icons/PeopleTalking.js +17 -1
- package/components/Icons/PeopleTalking.js.map +1 -1
- package/components/Icons/Peritonealdialysis.d.ts +1 -1
- package/components/Icons/Peritonealdialysis.d.ts.map +1 -1
- package/components/Icons/Peritonealdialysis.js +17 -1
- package/components/Icons/Peritonealdialysis.js.map +1 -1
- package/components/Icons/Person.d.ts +1 -1
- package/components/Icons/Person.d.ts.map +1 -1
- package/components/Icons/Person.js +5 -1
- package/components/Icons/Person.js.map +1 -1
- package/components/Icons/PersonAndPatient.d.ts +1 -1
- package/components/Icons/PersonAndPatient.d.ts.map +1 -1
- package/components/Icons/PersonAndPatient.js +5 -1
- package/components/Icons/PersonAndPatient.js.map +1 -1
- package/components/Icons/PersonCancel.d.ts +1 -1
- package/components/Icons/PersonCancel.d.ts.map +1 -1
- package/components/Icons/PersonCancel.js +57 -1
- package/components/Icons/PersonCancel.js.map +1 -1
- package/components/Icons/PersonInXRayMachine.d.ts +1 -1
- package/components/Icons/PersonInXRayMachine.d.ts.map +1 -1
- package/components/Icons/PersonInXRayMachine.js +17 -1
- package/components/Icons/PersonInXRayMachine.js.map +1 -1
- package/components/Icons/PersonOverweight.d.ts +1 -1
- package/components/Icons/PersonOverweight.d.ts.map +1 -1
- package/components/Icons/PersonOverweight.js +5 -1
- package/components/Icons/PersonOverweight.js.map +1 -1
- package/components/Icons/PersonRelaxing.d.ts +1 -1
- package/components/Icons/PersonRelaxing.d.ts.map +1 -1
- package/components/Icons/PersonRelaxing.js +5 -1
- package/components/Icons/PersonRelaxing.js.map +1 -1
- package/components/Icons/PersonWithBrain.d.ts +1 -1
- package/components/Icons/PersonWithBrain.d.ts.map +1 -1
- package/components/Icons/PersonWithBrain.js +5 -1
- package/components/Icons/PersonWithBrain.js.map +1 -1
- package/components/Icons/PersonWithBrokenArm.d.ts +1 -1
- package/components/Icons/PersonWithBrokenArm.d.ts.map +1 -1
- package/components/Icons/PersonWithBrokenArm.js +5 -1
- package/components/Icons/PersonWithBrokenArm.js.map +1 -1
- package/components/Icons/PersonWithCrutches.d.ts +1 -1
- package/components/Icons/PersonWithCrutches.d.ts.map +1 -1
- package/components/Icons/PersonWithCrutches.js +5 -1
- package/components/Icons/PersonWithCrutches.js.map +1 -1
- package/components/Icons/PersonWithJaw.d.ts +1 -1
- package/components/Icons/PersonWithJaw.d.ts.map +1 -1
- package/components/Icons/PersonWithJaw.js +5 -1
- package/components/Icons/PersonWithJaw.js.map +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +1 -1
- package/components/Icons/PersonWithMagnifyingGlass.js +5 -1
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
- package/components/Icons/PersonWithSenses.d.ts +1 -1
- package/components/Icons/PersonWithSenses.d.ts.map +1 -1
- package/components/Icons/PersonWithSenses.js +5 -1
- package/components/Icons/PersonWithSenses.js.map +1 -1
- package/components/Icons/PersonWorking.d.ts +1 -1
- package/components/Icons/PersonWorking.d.ts.map +1 -1
- package/components/Icons/PersonWorking.js +5 -1
- package/components/Icons/PersonWorking.js.map +1 -1
- package/components/Icons/PersonalPlan.d.ts +1 -1
- package/components/Icons/PersonalPlan.d.ts.map +1 -1
- package/components/Icons/PersonalPlan.js +33 -1
- package/components/Icons/PersonalPlan.js.map +1 -1
- package/components/Icons/PizzaSlice.d.ts +1 -1
- package/components/Icons/PizzaSlice.d.ts.map +1 -1
- package/components/Icons/PizzaSlice.js +5 -1
- package/components/Icons/PizzaSlice.js.map +1 -1
- package/components/Icons/Plane.d.ts +1 -1
- package/components/Icons/Plane.d.ts.map +1 -1
- package/components/Icons/Plane.js +5 -1
- package/components/Icons/Plane.js.map +1 -1
- package/components/Icons/Plant.d.ts +1 -1
- package/components/Icons/Plant.d.ts.map +1 -1
- package/components/Icons/Plant.js +5 -1
- package/components/Icons/Plant.js.map +1 -1
- package/components/Icons/Play.d.ts +1 -1
- package/components/Icons/Play.d.ts.map +1 -1
- package/components/Icons/Play.js +6 -1
- package/components/Icons/Play.js.map +1 -1
- package/components/Icons/PlusLarge.d.ts +1 -1
- package/components/Icons/PlusLarge.d.ts.map +1 -1
- package/components/Icons/PlusLarge.js +6 -1
- package/components/Icons/PlusLarge.js.map +1 -1
- package/components/Icons/PlusSmall.d.ts +1 -1
- package/components/Icons/PlusSmall.d.ts.map +1 -1
- package/components/Icons/PlusSmall.js +6 -1
- package/components/Icons/PlusSmall.js.map +1 -1
- package/components/Icons/PngFile.d.ts +1 -1
- package/components/Icons/PngFile.d.ts.map +1 -1
- package/components/Icons/PngFile.js +17 -1
- package/components/Icons/PngFile.js.map +1 -1
- package/components/Icons/Podcast.d.ts +1 -1
- package/components/Icons/Podcast.d.ts.map +1 -1
- package/components/Icons/Podcast.js +17 -1
- package/components/Icons/Podcast.js.map +1 -1
- package/components/Icons/PoisonInformation.d.ts +1 -1
- package/components/Icons/PoisonInformation.d.ts.map +1 -1
- package/components/Icons/PoisonInformation.js +5 -1
- package/components/Icons/PoisonInformation.js.map +1 -1
- package/components/Icons/Pregnant.d.ts +1 -1
- package/components/Icons/Pregnant.d.ts.map +1 -1
- package/components/Icons/Pregnant.js +5 -1
- package/components/Icons/Pregnant.js.map +1 -1
- package/components/Icons/Printer.d.ts +1 -1
- package/components/Icons/Printer.d.ts.map +1 -1
- package/components/Icons/Printer.js +30 -1
- package/components/Icons/Printer.js.map +1 -1
- package/components/Icons/Psychosis.d.ts +1 -1
- package/components/Icons/Psychosis.d.ts.map +1 -1
- package/components/Icons/Psychosis.js +5 -1
- package/components/Icons/Psychosis.js.map +1 -1
- package/components/Icons/Publication.d.ts +1 -1
- package/components/Icons/Publication.d.ts.map +1 -1
- package/components/Icons/Publication.js +17 -1
- package/components/Icons/Publication.js.map +1 -1
- package/components/Icons/Puzzle.d.ts +1 -1
- package/components/Icons/Puzzle.d.ts.map +1 -1
- package/components/Icons/Puzzle.js +5 -1
- package/components/Icons/Puzzle.js.map +1 -1
- package/components/Icons/QrCode.d.ts +1 -1
- package/components/Icons/QrCode.d.ts.map +1 -1
- package/components/Icons/QrCode.js +30 -1
- package/components/Icons/QrCode.js.map +1 -1
- package/components/Icons/Quarrel.d.ts +1 -1
- package/components/Icons/Quarrel.d.ts.map +1 -1
- package/components/Icons/Quarrel.js +17 -1
- package/components/Icons/Quarrel.js.map +1 -1
- package/components/Icons/RadioTherapy.d.ts +1 -1
- package/components/Icons/RadioTherapy.d.ts.map +1 -1
- package/components/Icons/RadioTherapy.js +17 -1
- package/components/Icons/RadioTherapy.js.map +1 -1
- package/components/Icons/RadioactiveTreatment.d.ts +1 -1
- package/components/Icons/RadioactiveTreatment.d.ts.map +1 -1
- package/components/Icons/RadioactiveTreatment.js +17 -1
- package/components/Icons/RadioactiveTreatment.js.map +1 -1
- package/components/Icons/Radioiodine.d.ts +1 -1
- package/components/Icons/Radioiodine.d.ts.map +1 -1
- package/components/Icons/Radioiodine.js +17 -1
- package/components/Icons/Radioiodine.js.map +1 -1
- package/components/Icons/Receipt.d.ts +1 -1
- package/components/Icons/Receipt.d.ts.map +1 -1
- package/components/Icons/Receipt.js +5 -1
- package/components/Icons/Receipt.js.map +1 -1
- package/components/Icons/Receptionist.d.ts +1 -1
- package/components/Icons/Receptionist.d.ts.map +1 -1
- package/components/Icons/Receptionist.js +6 -1
- package/components/Icons/Receptionist.js.map +1 -1
- package/components/Icons/Recovery.d.ts +1 -1
- package/components/Icons/Recovery.d.ts.map +1 -1
- package/components/Icons/Recovery.js +17 -1
- package/components/Icons/Recovery.js.map +1 -1
- package/components/Icons/Referral.d.ts +1 -1
- package/components/Icons/Referral.d.ts.map +1 -1
- package/components/Icons/Referral.js +6 -1
- package/components/Icons/Referral.js.map +1 -1
- package/components/Icons/Refresh.d.ts +1 -1
- package/components/Icons/Refresh.d.ts.map +1 -1
- package/components/Icons/Refresh.js +6 -1
- package/components/Icons/Refresh.js.map +1 -1
- package/components/Icons/Refund.d.ts +1 -1
- package/components/Icons/Refund.d.ts.map +1 -1
- package/components/Icons/Refund.js +5 -1
- package/components/Icons/Refund.js.map +1 -1
- package/components/Icons/Reply.d.ts +1 -1
- package/components/Icons/Reply.d.ts.map +1 -1
- package/components/Icons/Reply.js +6 -1
- package/components/Icons/Reply.js.map +1 -1
- package/components/Icons/Rocket.d.ts +1 -1
- package/components/Icons/Rocket.d.ts.map +1 -1
- package/components/Icons/Rocket.js +5 -1
- package/components/Icons/Rocket.js.map +1 -1
- package/components/Icons/RtfFile.d.ts +1 -1
- package/components/Icons/RtfFile.d.ts.map +1 -1
- package/components/Icons/RtfFile.js +17 -1
- package/components/Icons/RtfFile.js.map +1 -1
- package/components/Icons/STDs.d.ts +1 -1
- package/components/Icons/STDs.d.ts.map +1 -1
- package/components/Icons/STDs.js +17 -1
- package/components/Icons/STDs.js.map +1 -1
- package/components/Icons/Save.d.ts +1 -1
- package/components/Icons/Save.d.ts.map +1 -1
- package/components/Icons/Save.js +6 -1
- package/components/Icons/Save.js.map +1 -1
- package/components/Icons/Scale.d.ts +1 -1
- package/components/Icons/Scale.d.ts.map +1 -1
- package/components/Icons/Scale.js +5 -1
- package/components/Icons/Scale.js.map +1 -1
- package/components/Icons/ScreenReader.d.ts +1 -1
- package/components/Icons/ScreenReader.d.ts.map +1 -1
- package/components/Icons/ScreenReader.js +36 -1
- package/components/Icons/ScreenReader.js.map +1 -1
- package/components/Icons/Search.d.ts +1 -1
- package/components/Icons/Search.d.ts.map +1 -1
- package/components/Icons/Search.js +6 -1
- package/components/Icons/Search.js.map +1 -1
- package/components/Icons/SectionSign.d.ts +1 -1
- package/components/Icons/SectionSign.d.ts.map +1 -1
- package/components/Icons/SectionSign.js +30 -1
- package/components/Icons/SectionSign.js.map +1 -1
- package/components/Icons/Settings.d.ts +1 -1
- package/components/Icons/Settings.d.ts.map +1 -1
- package/components/Icons/Settings.js +30 -1
- package/components/Icons/Settings.js.map +1 -1
- package/components/Icons/Sexualorientation.d.ts +1 -1
- package/components/Icons/Sexualorientation.d.ts.map +1 -1
- package/components/Icons/Sexualorientation.js +17 -1
- package/components/Icons/Sexualorientation.js.map +1 -1
- package/components/Icons/ShakingHand.d.ts +1 -1
- package/components/Icons/ShakingHand.d.ts.map +1 -1
- package/components/Icons/ShakingHand.js +11 -1
- package/components/Icons/ShakingHand.js.map +1 -1
- package/components/Icons/Share.d.ts +1 -1
- package/components/Icons/Share.d.ts.map +1 -1
- package/components/Icons/Share.js +6 -1
- package/components/Icons/Share.js.map +1 -1
- package/components/Icons/Shield.d.ts +1 -1
- package/components/Icons/Shield.d.ts.map +1 -1
- package/components/Icons/Shield.js +17 -1
- package/components/Icons/Shield.js.map +1 -1
- package/components/Icons/ShuntOperation.d.ts +1 -1
- package/components/Icons/ShuntOperation.d.ts.map +1 -1
- package/components/Icons/ShuntOperation.js +17 -1
- package/components/Icons/ShuntOperation.js.map +1 -1
- package/components/Icons/Skeleton.d.ts +1 -1
- package/components/Icons/Skeleton.d.ts.map +1 -1
- package/components/Icons/Skeleton.js +5 -1
- package/components/Icons/Skeleton.js.map +1 -1
- package/components/Icons/Skin.d.ts +1 -1
- package/components/Icons/Skin.d.ts.map +1 -1
- package/components/Icons/Skin.js +5 -1
- package/components/Icons/Skin.js.map +1 -1
- package/components/Icons/Snake.d.ts +1 -1
- package/components/Icons/Snake.d.ts.map +1 -1
- package/components/Icons/Snake.js +5 -1
- package/components/Icons/Snake.js.map +1 -1
- package/components/Icons/Snapchat.d.ts +1 -1
- package/components/Icons/Snapchat.d.ts.map +1 -1
- package/components/Icons/Snapchat.js +5 -1
- package/components/Icons/Snapchat.js.map +1 -1
- package/components/Icons/SortDown.d.ts +1 -1
- package/components/Icons/SortDown.d.ts.map +1 -1
- package/components/Icons/SortDown.js +9 -1
- package/components/Icons/SortDown.js.map +1 -1
- package/components/Icons/SortUp.d.ts +1 -1
- package/components/Icons/SortUp.d.ts.map +1 -1
- package/components/Icons/SortUp.js +9 -1
- package/components/Icons/SortUp.js.map +1 -1
- package/components/Icons/SpeechBubble.d.ts +1 -1
- package/components/Icons/SpeechBubble.d.ts.map +1 -1
- package/components/Icons/SpeechBubble.js +30 -1
- package/components/Icons/SpeechBubble.js.map +1 -1
- package/components/Icons/Spray.d.ts +1 -1
- package/components/Icons/Spray.d.ts.map +1 -1
- package/components/Icons/Spray.js +5 -1
- package/components/Icons/Spray.js.map +1 -1
- package/components/Icons/Stopwatch.d.ts +1 -1
- package/components/Icons/Stopwatch.d.ts.map +1 -1
- package/components/Icons/Stopwatch.js +30 -1
- package/components/Icons/Stopwatch.js.map +1 -1
- package/components/Icons/Sun.d.ts +1 -1
- package/components/Icons/Sun.d.ts.map +1 -1
- package/components/Icons/Sun.js +22 -1
- package/components/Icons/Sun.js.map +1 -1
- package/components/Icons/SupportingPerson.d.ts +1 -1
- package/components/Icons/SupportingPerson.d.ts.map +1 -1
- package/components/Icons/SupportingPerson.js +41 -1
- package/components/Icons/SupportingPerson.js.map +1 -1
- package/components/Icons/Surgery.d.ts +1 -1
- package/components/Icons/Surgery.d.ts.map +1 -1
- package/components/Icons/Surgery.js +17 -1
- package/components/Icons/Surgery.js.map +1 -1
- package/components/Icons/Syringe.d.ts +1 -1
- package/components/Icons/Syringe.d.ts.map +1 -1
- package/components/Icons/Syringe.js +22 -1
- package/components/Icons/Syringe.js.map +1 -1
- package/components/Icons/Taxi.d.ts +1 -1
- package/components/Icons/Taxi.d.ts.map +1 -1
- package/components/Icons/Taxi.js +5 -1
- package/components/Icons/Taxi.js.map +1 -1
- package/components/Icons/TeddyBear.d.ts +1 -1
- package/components/Icons/TeddyBear.d.ts.map +1 -1
- package/components/Icons/TeddyBear.js +5 -1
- package/components/Icons/TeddyBear.js.map +1 -1
- package/components/Icons/Teenagers.d.ts +1 -1
- package/components/Icons/Teenagers.d.ts.map +1 -1
- package/components/Icons/Teenagers.js +17 -1
- package/components/Icons/Teenagers.js.map +1 -1
- package/components/Icons/ThinkingAboutBaby.d.ts +1 -1
- package/components/Icons/ThinkingAboutBaby.d.ts.map +1 -1
- package/components/Icons/ThinkingAboutBaby.js +5 -1
- package/components/Icons/ThinkingAboutBaby.js.map +1 -1
- package/components/Icons/Ticket.d.ts +1 -1
- package/components/Icons/Ticket.d.ts.map +1 -1
- package/components/Icons/Ticket.js +5 -1
- package/components/Icons/Ticket.js.map +1 -1
- package/components/Icons/TimePassing.d.ts +1 -1
- package/components/Icons/TimePassing.d.ts.map +1 -1
- package/components/Icons/TimePassing.js +30 -1
- package/components/Icons/TimePassing.js.map +1 -1
- package/components/Icons/Tombstone.d.ts +1 -1
- package/components/Icons/Tombstone.d.ts.map +1 -1
- package/components/Icons/Tombstone.js +21 -1
- package/components/Icons/Tombstone.js.map +1 -1
- package/components/Icons/Toolbox.d.ts +1 -1
- package/components/Icons/Toolbox.d.ts.map +1 -1
- package/components/Icons/Toolbox.js +42 -1
- package/components/Icons/Toolbox.js.map +1 -1
- package/components/Icons/Tooth.d.ts +1 -1
- package/components/Icons/Tooth.d.ts.map +1 -1
- package/components/Icons/Tooth.js +5 -1
- package/components/Icons/Tooth.js.map +1 -1
- package/components/Icons/TotalKneeProsthesis.d.ts +1 -1
- package/components/Icons/TotalKneeProsthesis.d.ts.map +1 -1
- package/components/Icons/TotalKneeProsthesis.js +17 -1
- package/components/Icons/TotalKneeProsthesis.js.map +1 -1
- package/components/Icons/Train.d.ts +1 -1
- package/components/Icons/Train.d.ts.map +1 -1
- package/components/Icons/Train.js +5 -1
- package/components/Icons/Train.js.map +1 -1
- package/components/Icons/Transplantation.d.ts +1 -1
- package/components/Icons/Transplantation.d.ts.map +1 -1
- package/components/Icons/Transplantation.js +17 -1
- package/components/Icons/Transplantation.js.map +1 -1
- package/components/Icons/TrashCan.d.ts +1 -1
- package/components/Icons/TrashCan.d.ts.map +1 -1
- package/components/Icons/TrashCan.js +30 -1
- package/components/Icons/TrashCan.js.map +1 -1
- package/components/Icons/TravelRoute.d.ts +1 -1
- package/components/Icons/TravelRoute.d.ts.map +1 -1
- package/components/Icons/TravelRoute.js +50 -1
- package/components/Icons/TravelRoute.js.map +1 -1
- package/components/Icons/TriangleX.d.ts +1 -1
- package/components/Icons/TriangleX.d.ts.map +1 -1
- package/components/Icons/TriangleX.js +37 -1
- package/components/Icons/TriangleX.js.map +1 -1
- package/components/Icons/Twitter.d.ts +1 -1
- package/components/Icons/Twitter.d.ts.map +1 -1
- package/components/Icons/Twitter.js +5 -1
- package/components/Icons/Twitter.js.map +1 -1
- package/components/Icons/Undo.d.ts +1 -1
- package/components/Icons/Undo.d.ts.map +1 -1
- package/components/Icons/Undo.js +42 -1
- package/components/Icons/Undo.js.map +1 -1
- package/components/Icons/UniProsthesis.d.ts +1 -1
- package/components/Icons/UniProsthesis.d.ts.map +1 -1
- package/components/Icons/UniProsthesis.js +17 -1
- package/components/Icons/UniProsthesis.js.map +1 -1
- package/components/Icons/Upload.d.ts +1 -1
- package/components/Icons/Upload.d.ts.map +1 -1
- package/components/Icons/Upload.js +6 -1
- package/components/Icons/Upload.js.map +1 -1
- package/components/Icons/UserOrganization.d.ts +1 -1
- package/components/Icons/UserOrganization.d.ts.map +1 -1
- package/components/Icons/UserOrganization.js +5 -1
- package/components/Icons/UserOrganization.js.map +1 -1
- package/components/Icons/Vaccine.d.ts +1 -1
- package/components/Icons/Vaccine.d.ts.map +1 -1
- package/components/Icons/Vaccine.js +30 -1
- package/components/Icons/Vaccine.js.map +1 -1
- package/components/Icons/VerticalDots.d.ts +1 -1
- package/components/Icons/VerticalDots.d.ts.map +1 -1
- package/components/Icons/VerticalDots.js +6 -1
- package/components/Icons/VerticalDots.js.map +1 -1
- package/components/Icons/VideoCamera.d.ts +1 -1
- package/components/Icons/VideoCamera.d.ts.map +1 -1
- package/components/Icons/VideoCamera.js +30 -1
- package/components/Icons/VideoCamera.js.map +1 -1
- package/components/Icons/VideoChat.d.ts +1 -1
- package/components/Icons/VideoChat.d.ts.map +1 -1
- package/components/Icons/VideoChat.js +6 -1
- package/components/Icons/VideoChat.js.map +1 -1
- package/components/Icons/Wallet.d.ts +1 -1
- package/components/Icons/Wallet.d.ts.map +1 -1
- package/components/Icons/Wallet.js +6 -1
- package/components/Icons/Wallet.js.map +1 -1
- package/components/Icons/Watch.d.ts +1 -1
- package/components/Icons/Watch.d.ts.map +1 -1
- package/components/Icons/Watch.js +30 -1
- package/components/Icons/Watch.js.map +1 -1
- package/components/Icons/Website.d.ts +1 -1
- package/components/Icons/Website.d.ts.map +1 -1
- package/components/Icons/Website.js +17 -1
- package/components/Icons/Website.js.map +1 -1
- package/components/Icons/Wheelchair.d.ts +1 -1
- package/components/Icons/Wheelchair.d.ts.map +1 -1
- package/components/Icons/Wheelchair.js +17 -1
- package/components/Icons/Wheelchair.js.map +1 -1
- package/components/Icons/WheelchairActive.d.ts +1 -1
- package/components/Icons/WheelchairActive.d.ts.map +1 -1
- package/components/Icons/WheelchairActive.js +17 -1
- package/components/Icons/WheelchairActive.js.map +1 -1
- package/components/Icons/Window.d.ts +1 -1
- package/components/Icons/Window.d.ts.map +1 -1
- package/components/Icons/Window.js +5 -1
- package/components/Icons/Window.js.map +1 -1
- package/components/Icons/WordDocument.d.ts +1 -1
- package/components/Icons/WordDocument.d.ts.map +1 -1
- package/components/Icons/WordDocument.js +11 -1
- package/components/Icons/WordDocument.js.map +1 -1
- package/components/Icons/WorkSuitcase.d.ts +1 -1
- package/components/Icons/WorkSuitcase.d.ts.map +1 -1
- package/components/Icons/WorkSuitcase.js +11 -1
- package/components/Icons/WorkSuitcase.js.map +1 -1
- package/components/Icons/X.d.ts +1 -1
- package/components/Icons/X.d.ts.map +1 -1
- package/components/Icons/X.js +6 -1
- package/components/Icons/X.js.map +1 -1
- package/components/Icons/XOutline.d.ts +1 -1
- package/components/Icons/XOutline.d.ts.map +1 -1
- package/components/Icons/XOutline.js +17 -1
- package/components/Icons/XOutline.js.map +1 -1
- package/components/Icons/XmlFile.d.ts +1 -1
- package/components/Icons/XmlFile.d.ts.map +1 -1
- package/components/Icons/XmlFile.js +17 -1
- package/components/Icons/XmlFile.js.map +1 -1
- package/components/Icons/YouTube.d.ts +1 -1
- package/components/Icons/YouTube.d.ts.map +1 -1
- package/components/Icons/YouTube.js +5 -1
- package/components/Icons/YouTube.js.map +1 -1
- package/components/Icons/Zoom.d.ts +1 -1
- package/components/Icons/Zoom.d.ts.map +1 -1
- package/components/Icons/Zoom.js +30 -1
- package/components/Icons/Zoom.js.map +1 -1
- package/components/Input/Input.d.ts +5 -4
- package/components/Input/Input.d.ts.map +1 -1
- package/components/Input/Input.js +112 -0
- package/components/Input/Input.js.map +1 -0
- package/components/Input/index.js +6 -1
- package/components/Input/index.js.map +1 -1
- package/components/Input/styles.module.scss +3 -3
- package/components/Input/styles.module.scss.d.ts +2 -2
- package/components/Label/Label.d.ts +1 -1
- package/components/Label/Label.d.ts.map +1 -1
- package/components/Label/Label.js +84 -0
- package/components/Label/Label.js.map +1 -0
- package/components/Label/SubLabel.js +19 -0
- package/components/Label/SubLabel.js.map +1 -0
- package/components/Label/index.js +10 -1
- package/components/Label/index.js.map +1 -1
- package/components/LazyIcon/ErrorBoundary.d.ts +17 -0
- package/components/LazyIcon/ErrorBoundary.d.ts.map +1 -0
- package/components/LazyIcon/ErrorBoundary.js +22 -0
- package/components/LazyIcon/ErrorBoundary.js.map +1 -0
- package/components/LazyIcon/LazyIcon.d.ts +10 -0
- package/components/LazyIcon/LazyIcon.d.ts.map +1 -0
- package/components/LazyIcon/LazyIcon.js +29 -0
- package/components/LazyIcon/LazyIcon.js.map +1 -0
- package/components/LazyIcon/index.d.ts +4 -0
- package/components/LazyIcon/index.d.ts.map +1 -0
- package/components/LazyIcon/index.js +8 -0
- package/components/{Icons → LazyIcon}/index.js.map +1 -1
- package/components/LinkList/LinkList.js +60 -0
- package/components/LinkList/LinkList.js.map +1 -0
- package/components/LinkList/index.js +6 -1
- package/components/LinkList/index.js.map +1 -1
- package/components/List/List.js +14 -0
- package/components/List/List.js.map +1 -0
- package/components/List/index.js +4 -1
- package/components/List/index.js.map +1 -1
- package/components/ListHeader/ListHeader.d.ts +1 -1
- package/components/ListHeader/ListHeader.d.ts.map +1 -1
- package/components/ListHeader/ListHeader.js +73 -0
- package/components/ListHeader/ListHeader.js.map +1 -0
- package/components/ListHeader/ListHeaderText/ListHeaderText.js +31 -0
- package/components/ListHeader/ListHeaderText/ListHeaderText.js.map +1 -0
- package/components/ListHeader/ListHeaderText/index.js +6 -1
- package/components/ListHeader/ListHeaderText/index.js.map +1 -1
- package/components/ListHeader/index.js +10 -1
- package/components/ListHeader/index.js.map +1 -1
- package/components/Loader/Loader.js +68 -0
- package/components/Loader/Loader.js.map +1 -0
- package/components/Loader/index.js +6 -1
- package/components/Loader/index.js.map +1 -1
- package/components/Logo/Logo.js +40 -0
- package/components/Logo/Logo.js.map +1 -0
- package/components/Logo/index.js +4 -1
- package/components/Logo/index.js.map +1 -1
- package/components/MaxCharacters/MaxCharacters.js +15 -0
- package/components/MaxCharacters/MaxCharacters.js.map +1 -0
- package/components/Modal/Modal.js +143 -0
- package/components/Modal/Modal.js.map +1 -0
- package/components/Modal/index.js +7 -1
- package/components/Modal/index.js.map +1 -1
- package/components/NotificationPanel/DetailButton/DetailButton.js +28 -0
- package/components/NotificationPanel/DetailButton/DetailButton.js.map +1 -0
- package/components/NotificationPanel/NotificationPanel.js +126 -0
- package/components/NotificationPanel/NotificationPanel.js.map +1 -0
- package/components/NotificationPanel/index.js +4 -1
- package/components/NotificationPanel/index.js.map +1 -1
- package/components/Panel/Panel.js +191 -0
- package/components/Panel/Panel.js.map +1 -0
- package/components/Panel/index.js +8 -1
- package/components/Panel/index.js.map +1 -1
- package/components/PanelList/PanelList.js +17 -0
- package/components/PanelList/PanelList.js.map +1 -0
- package/components/PanelList/index.js +4 -1
- package/components/PanelList/index.js.map +1 -1
- package/components/PopMenu/PopMenu.js +77 -0
- package/components/PopMenu/PopMenu.js.map +1 -0
- package/components/PopMenu/index.js +7 -1
- package/components/PopMenu/index.js.map +1 -1
- package/components/PopOver/PopOver.js +56 -0
- package/components/PopOver/PopOver.js.map +1 -0
- package/components/PopOver/index.js +6 -1
- package/components/PopOver/index.js.map +1 -1
- package/components/PopOver/utils.js +33 -0
- package/components/PopOver/utils.js.map +1 -0
- package/components/Portal/index.js +15 -1
- package/components/Portal/index.js.map +1 -1
- package/components/RadioButton/RadioButton.d.ts +4 -4
- package/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/components/RadioButton/RadioButton.js +102 -0
- package/components/RadioButton/RadioButton.js.map +1 -0
- package/components/RadioButton/index.js +7 -1
- package/components/RadioButton/index.js.map +1 -1
- package/components/RadioButton/styles.module.scss +12 -12
- package/components/RadioButton/styles.module.scss.d.ts +14 -14
- package/components/Select/Select.js +69 -0
- package/components/Select/Select.js.map +1 -0
- package/components/Select/index.js +6 -1
- package/components/Select/index.js.map +1 -1
- package/components/ServiceMessage/ServiceMessage.js +106 -0
- package/components/ServiceMessage/ServiceMessage.js.map +1 -0
- package/components/ServiceMessage/index.js +4 -1
- package/components/ServiceMessage/index.js.map +1 -1
- package/components/Slider/Slider.js +125 -0
- package/components/Slider/Slider.js.map +1 -0
- package/components/Slider/index.js +6 -1
- package/components/Slider/index.js.map +1 -1
- package/components/Spacer/Spacer.js +30 -0
- package/components/Spacer/Spacer.js.map +1 -0
- package/components/Spacer/index.js +4 -1
- package/components/Spacer/index.js.map +1 -1
- package/components/StatusDot/StatusDot.js +27 -0
- package/{StatusDot.js.map → components/StatusDot/StatusDot.js.map} +1 -1
- package/components/StatusDot/index.js +7 -1
- package/components/StatusDot/index.js.map +1 -1
- package/components/StatusDot/styles.module.scss +12 -3
- package/components/Step/Step.js +30 -0
- package/components/Step/Step.js.map +1 -0
- package/components/Step/index.js +4 -1
- package/components/Step/index.js.map +1 -1
- package/components/StepButtons/StepButtons.js +21 -0
- package/components/StepButtons/StepButtons.js.map +1 -0
- package/components/StepButtons/index.js +6 -1
- package/components/StepButtons/index.js.map +1 -1
- package/components/Stepper/Dot.js +16 -0
- package/components/Stepper/Dot.js.map +1 -0
- package/components/Stepper/DotList.js +7 -0
- package/components/Stepper/DotList.js.map +1 -0
- package/components/Stepper/Stepper.js +35 -0
- package/components/Stepper/Stepper.js.map +1 -0
- package/components/Stepper/index.js +4 -1
- package/components/Stepper/index.js.map +1 -1
- package/components/Stepper/utils.js +16 -0
- package/components/Stepper/utils.js.map +1 -0
- package/components/Table/Table.js +57 -0
- package/components/Table/Table.js.map +1 -0
- package/components/Table/TableBody/TableBody.js +13 -0
- package/components/Table/TableBody/TableBody.js.map +1 -0
- package/components/Table/TableBody/index.js +6 -1
- package/components/Table/TableBody/index.js.map +1 -1
- package/components/Table/TableCell/TableCell.js +30 -0
- package/components/Table/TableCell/TableCell.js.map +1 -0
- package/components/Table/TableCell/index.js +7 -1
- package/components/Table/TableCell/index.js.map +1 -1
- package/components/Table/TableExpandedRow/TableExpandedRow.js +33 -0
- package/components/Table/TableExpandedRow/TableExpandedRow.js.map +1 -0
- package/components/Table/TableExpandedRow/index.js +6 -1
- package/components/Table/TableExpandedRow/index.js.map +1 -1
- package/components/Table/TableExpanderCell/TableExpanderCell.js +35 -0
- package/components/Table/TableExpanderCell/TableExpanderCell.js.map +1 -0
- package/components/Table/TableExpanderCell/TableExpanderCellMobile.js +25 -0
- package/components/Table/TableExpanderCell/TableExpanderCellMobile.js.map +1 -0
- package/components/Table/TableExpanderCell/index.js +6 -1
- package/components/Table/TableExpanderCell/index.js.map +1 -1
- package/components/Table/TableHead/TableHead.js +24 -0
- package/components/Table/TableHead/TableHead.js.map +1 -0
- package/components/Table/TableHead/index.js +7 -1
- package/components/Table/TableHead/index.js.map +1 -1
- package/components/Table/TableHeadCell/TableHeadCell.js +36 -0
- package/components/Table/TableHeadCell/TableHeadCell.js.map +1 -0
- package/components/Table/TableHeadCell/index.js +7 -1
- package/components/Table/TableHeadCell/index.js.map +1 -1
- package/components/Table/TableRow/TableRow.js +40 -0
- package/components/Table/TableRow/TableRow.js.map +1 -0
- package/components/Table/TableRow/index.js +6 -1
- package/components/Table/TableRow/index.js.map +1 -1
- package/components/Table/index.js +27 -1
- package/components/Table/index.js.map +1 -1
- package/components/Table/utils.js +37 -0
- package/components/Table/utils.js.map +1 -0
- package/components/Tag/Tag.d.ts +3 -2
- package/components/Tag/Tag.d.ts.map +1 -1
- package/components/Tag/Tag.js +48 -0
- package/components/Tag/Tag.js.map +1 -0
- package/components/Tag/index.js +8 -1
- package/components/Tag/index.js.map +1 -1
- package/components/TagList/TagList.js +8 -0
- package/components/TagList/TagList.js.map +1 -0
- package/components/TagList/index.js +4 -1
- package/components/TagList/index.js.map +1 -1
- package/components/Textarea/Textarea.js +101 -0
- package/components/Textarea/Textarea.js.map +1 -0
- package/components/Textarea/index.js +4 -1
- package/components/Textarea/index.js.map +1 -1
- package/components/Textarea/styles.module.scss.d.ts +1 -1
- package/components/Tile/Tile.js +54 -0
- package/components/Tile/Tile.js.map +1 -0
- package/components/Tile/index.js +6 -1
- package/components/Tile/index.js.map +1 -1
- package/components/Title/Title.js +25 -0
- package/components/Title/Title.js.map +1 -0
- package/components/Title/index.js +7 -1
- package/components/Title/index.js.map +1 -1
- package/components/Tooltip/Tooltip.js +55 -0
- package/components/Tooltip/Tooltip.js.map +1 -0
- package/components/Tooltip/TooltipWord/TooltipWord.js +28 -0
- package/components/Tooltip/TooltipWord/TooltipWord.js.map +1 -0
- package/components/Tooltip/TooltipWord/index.js +4 -1
- package/components/Tooltip/TooltipWord/index.js.map +1 -1
- package/components/Tooltip/index.js +7 -1
- package/components/Tooltip/index.js.map +1 -1
- package/components/TooltipExample/TooltipExample.js +8 -0
- package/components/TooltipExample/TooltipExample.js.map +1 -0
- package/components/TooltipExample/index.js +4 -1
- package/components/TooltipExample/index.js.map +1 -1
- package/components/Trigger/HelpSign.d.ts +1 -1
- package/components/Trigger/HelpSign.d.ts.map +1 -1
- package/components/Trigger/HelpSign.js +7 -0
- package/components/Trigger/HelpSign.js.map +1 -0
- package/components/Trigger/InfoSignStroke.d.ts +1 -1
- package/components/Trigger/InfoSignStroke.d.ts.map +1 -1
- package/components/Trigger/Trigger.js +74 -0
- package/components/Trigger/Trigger.js.map +1 -0
- package/components/Trigger/index.js +4 -1
- package/components/Trigger/index.js.map +1 -1
- package/components/Validation/Validation.d.ts +3 -3
- package/components/Validation/Validation.d.ts.map +1 -1
- package/components/Validation/Validation.js +18 -0
- package/components/Validation/Validation.js.map +1 -0
- package/components/Validation/index.js +6 -1
- package/components/Validation/index.js.map +1 -1
- package/constants.d.ts +3 -3
- package/constants.d.ts.map +1 -1
- package/constants.js +12 -1
- package/constants.js.map +1 -1
- package/hoc/withBreakpoint/index.js +5 -1
- package/hoc/withBreakpoint/index.js.map +1 -1
- package/hoc/withBreakpoint/withBreakpoint.js +12 -1
- package/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
- package/hooks/useBreakpoint.js +44 -1
- package/hooks/useBreakpoint.js.map +1 -1
- package/hooks/useDelayedState.js +14 -1
- package/hooks/useDelayedState.js.map +1 -1
- package/hooks/useElementList.js +17 -1
- package/hooks/useElementList.js.map +1 -1
- package/hooks/useEventListenerState.js +10 -1
- package/hooks/useEventListenerState.js.map +1 -1
- package/hooks/useExpand.js +13 -1
- package/hooks/useExpand.js.map +1 -1
- package/hooks/useFocusToggle.js +18 -1
- package/hooks/useFocusToggle.js.map +1 -1
- package/hooks/useFocusTrap.js +22 -1
- package/hooks/useFocusTrap.js.map +1 -1
- package/hooks/useFocusableElements.js +19 -1
- package/hooks/useFocusableElements.js.map +1 -1
- package/hooks/useHover.js +8 -1
- package/hooks/useHover.js.map +1 -1
- package/hooks/useIcons.d.ts +4 -2
- package/hooks/useIcons.d.ts.map +1 -1
- package/hooks/useIcons.js +15 -1
- package/hooks/useIcons.js.map +1 -1
- package/hooks/useIntersectionObserver.js +12 -1
- package/hooks/useIntersectionObserver.js.map +1 -1
- package/hooks/useInterval.js +12 -1
- package/hooks/useInterval.js.map +1 -1
- package/hooks/useIsVisible.js +11 -1
- package/hooks/useIsVisible.js.map +1 -1
- package/hooks/useKeyboardEvent.js +20 -1
- package/hooks/useKeyboardEvent.js.map +1 -1
- package/hooks/useLayoutEvent.js +15 -1
- package/hooks/useLayoutEvent.js.map +1 -1
- package/hooks/useOutsideEvent.js +12 -1
- package/hooks/useOutsideEvent.js.map +1 -1
- package/hooks/usePrevious.js +10 -1
- package/hooks/usePrevious.js.map +1 -1
- package/hooks/usePseudoClasses.js +15 -1
- package/hooks/usePseudoClasses.js.map +1 -1
- package/hooks/useResizeObserver.js +17 -1
- package/hooks/useResizeObserver.js.map +1 -1
- package/hooks/useSize.js +27 -1
- package/hooks/useSize.js.map +1 -1
- package/hooks/useSticky.js +17 -1
- package/hooks/useSticky.js.map +1 -1
- package/hooks/useToggle.js +15 -1
- package/hooks/useToggle.js.map +1 -1
- package/hooks/useUuid.js +9 -1
- package/hooks/useUuid.js.map +1 -1
- package/index.js +47 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/scss/_input.scss +1 -1
- package/theme/currys/color.js +6 -1
- package/theme/currys/color.js.map +1 -1
- package/theme/currys/index.js +8 -1
- package/theme/currys/index.js.map +1 -1
- package/theme/currys/spacing.js +37 -1
- package/theme/currys/spacing.js.map +1 -1
- package/theme/grid.js +24 -1
- package/theme/grid.js.map +1 -1
- package/theme/index.js +13 -1
- package/theme/index.js.map +1 -1
- package/theme/palette.js +79 -1
- package/theme/palette.js.map +1 -1
- package/theme/spacers.js +20 -1
- package/theme/spacers.js.map +1 -1
- package/utils/accessibility.js +18 -1
- package/utils/accessibility.js.map +1 -1
- package/utils/component.js +6 -1
- package/utils/component.js.map +1 -1
- package/utils/debounce.js +13 -1
- package/utils/debounce.js.map +1 -1
- package/utils/device.js +4 -1
- package/utils/device.js.map +1 -1
- package/utils/environment.js +11 -1
- package/utils/environment.js.map +1 -1
- package/utils/focus.js +10 -1
- package/utils/focus.js.map +1 -1
- package/utils/loremtext.js +7 -1
- package/utils/loremtext.js.map +1 -1
- package/utils/mobile.js +10 -1
- package/utils/mobile.js.map +1 -1
- package/utils/refs.js +9 -1
- package/utils/refs.js.map +1 -1
- package/utils/uuid.js +9 -1
- package/utils/uuid.js.map +1 -1
- package/utils/viewport.js +7 -1
- package/utils/viewport.js.map +1 -1
- package/AnchorLink.js +0 -2
- package/AnchorLink.js.map +0 -1
- package/Avatar.js +0 -2
- package/Avatar.js.map +0 -1
- package/Badge.js +0 -2
- package/Badge.js.map +0 -1
- package/Button.js +0 -2
- package/Button.js.map +0 -1
- package/Checkbox.js +0 -2
- package/Checkbox.js.map +0 -1
- package/Close.js +0 -2
- package/Close.js.map +0 -1
- package/ErrorWrapper.js +0 -2
- package/ErrorWrapper.js.map +0 -1
- package/FormGroup.js +0 -2
- package/FormGroup.js.map +0 -1
- package/FormLayout.js +0 -2
- package/FormLayout.js.map +0 -1
- package/HelpBubble.js +0 -2
- package/HelpBubble.js.map +0 -1
- package/HighlightBox.js +0 -2
- package/HighlightBox.js.map +0 -1
- package/HorizontalScroll.js +0 -2
- package/HorizontalScroll.js.map +0 -1
- package/Input.js +0 -2
- package/Input.js.map +0 -1
- package/Label.js +0 -2
- package/Label.js.map +0 -1
- package/LinkList.js +0 -2
- package/LinkList.js.map +0 -1
- package/ListHeader.js +0 -2
- package/ListHeader.js.map +0 -1
- package/ListHeaderText.js +0 -2
- package/ListHeaderText.js.map +0 -1
- package/MaxCharacters.js +0 -2
- package/MaxCharacters.js.map +0 -1
- package/Modal.js +0 -2
- package/Modal.js.map +0 -1
- package/Panel.js +0 -2
- package/Panel.js.map +0 -1
- package/PopOver.js +0 -2
- package/PopOver.js.map +0 -1
- package/RadioButton.js +0 -2
- package/RadioButton.js.map +0 -1
- package/Select.js +0 -2
- package/Select.js.map +0 -1
- package/Spacer.js +0 -2
- package/Spacer.js.map +0 -1
- package/StatusDot.js +0 -2
- package/StepButtons.js +0 -2
- package/StepButtons.js.map +0 -1
- package/Table.js +0 -2
- package/Table.js.map +0 -1
- package/TableBody.js +0 -2
- package/TableBody.js.map +0 -1
- package/TableCell.js +0 -2
- package/TableCell.js.map +0 -1
- package/TableExpandedRow.js +0 -2
- package/TableExpandedRow.js.map +0 -1
- package/TableExpanderCell.js +0 -2
- package/TableExpanderCell.js.map +0 -1
- package/TableHead.js +0 -2
- package/TableHead.js.map +0 -1
- package/TableHeadCell.js +0 -2
- package/TableHeadCell.js.map +0 -1
- package/TableRow.js +0 -2
- package/TableRow.js.map +0 -1
- package/Textarea.js +0 -2
- package/Textarea.js.map +0 -1
- package/Title.js +0 -2
- package/Title.js.map +0 -1
- package/Tooltip.js +0 -2
- package/Tooltip.js.map +0 -1
- package/TooltipWord.js +0 -2
- package/TooltipWord.js.map +0 -1
- package/Trigger.js +0 -2
- package/Trigger.js.map +0 -1
- package/Validation.js +0 -2
- package/Validation.js.map +0 -1
- package/components/AnchorLink/componentdata.json +0 -1
- package/components/Avatar/componentdata.json +0 -1
- package/components/Badge/componentdata.json +0 -1
- package/components/Button/componentdata.json +0 -1
- package/components/ButtonWithModal/componentdata.json +0 -1
- package/components/Checkbox/componentdata.json +0 -1
- package/components/Close/componentdata.json +0 -1
- package/components/DictionaryTrigger/componentdata.json +0 -1
- package/components/Dropdown/componentdata.json +0 -1
- package/components/Duolist/componentdata.json +0 -1
- package/components/ErrorWrapper/componentdata.json +0 -1
- package/components/Expander/componentdata.json +0 -1
- package/components/ExpanderHierarchy/componentdata.json +0 -1
- package/components/ExpanderList/componentdata.json +0 -1
- package/components/FormExample/componentdata.json +0 -1
- package/components/FormGroup/componentdata.json +0 -1
- package/components/FormLayout/componentdata.json +0 -1
- package/components/GridExample/componentdata.json +0 -1
- package/components/HelpBubble/componentdata.json +0 -1
- package/components/HelpBubbleExample/componentdata.json +0 -1
- package/components/HelpPanel/componentdata.json +0 -1
- package/components/HelpQuestion/componentdata.json +0 -1
- package/components/HighlightBox/componentdata.json +0 -1
- package/components/HorizontalScroll/componentdata.json +0 -1
- package/components/Icons/Icon.d.ts.map +0 -1
- package/components/Icons/Icon.js +0 -2
- package/components/Icons/Icon.js.map +0 -1
- package/components/Icons/IconWall.d.ts +0 -8
- package/components/Icons/IconWall.d.ts.map +0 -1
- package/components/Icons/IconWall.js +0 -2
- package/components/Icons/IconWall.js.map +0 -1
- package/components/Icons/componentdata.json +0 -1
- package/components/Icons/index.d.ts.map +0 -1
- package/components/Icons/index.js +0 -2
- package/components/Input/componentdata.json +0 -1
- package/components/Label/componentdata.json +0 -1
- package/components/LinkList/componentdata.json +0 -1
- package/components/List/componentdata.json +0 -1
- package/components/ListHeader/ListHeaderText/componentdata.json +0 -1
- package/components/ListHeader/componentdata.json +0 -1
- package/components/Loader/componentdata.json +0 -1
- package/components/Logo/componentdata.json +0 -1
- package/components/MaxCharacters/componentdata.json +0 -1
- package/components/Modal/componentdata.json +0 -1
- package/components/NotificationPanel/DetailButton/componentdata.json +0 -1
- package/components/NotificationPanel/componentdata.json +0 -1
- package/components/Panel/componentdata.json +0 -1
- package/components/PanelList/componentdata.json +0 -1
- package/components/PopMenu/componentdata.json +0 -1
- package/components/PopOver/componentdata.json +0 -1
- package/components/RadioButton/componentdata.json +0 -1
- package/components/Select/componentdata.json +0 -1
- package/components/ServiceMessage/componentdata.json +0 -1
- package/components/Slider/componentdata.json +0 -1
- package/components/Spacer/componentdata.json +0 -1
- package/components/StatusDot/componentdata.json +0 -1
- package/components/Step/componentdata.json +0 -1
- package/components/StepButtons/componentdata.json +0 -1
- package/components/Stepper/componentdata.json +0 -1
- package/components/Table/TableBody/componentdata.json +0 -1
- package/components/Table/TableCell/componentdata.json +0 -1
- package/components/Table/TableExpandedRow/componentdata.json +0 -1
- package/components/Table/TableExpanderCell/componentdata.json +0 -1
- package/components/Table/TableHead/componentdata.json +0 -1
- package/components/Table/TableHeadCell/componentdata.json +0 -1
- package/components/Table/TableRow/componentdata.json +0 -1
- package/components/Table/componentdata.json +0 -1
- package/components/Tag/componentdata.json +0 -1
- package/components/TagList/componentdata.json +0 -1
- package/components/Textarea/componentdata.json +0 -1
- package/components/Tile/componentdata.json +0 -1
- package/components/Title/componentdata.json +0 -1
- package/components/Tooltip/TooltipWord/componentdata.json +0 -1
- package/components/Tooltip/componentdata.json +0 -1
- package/components/TooltipExample/componentdata.json +0 -1
- package/components/Trigger/componentdata.json +0 -1
- package/components/Validation/componentdata.json +0 -1
- package/uuid.js +0 -2
- package/uuid.js.map +0 -1
- /package/components/{Icons → Icon}/index.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import t, { useState as r } from "react";
|
|
2
|
+
import n from "../Button/Button.js";
|
|
3
|
+
import d from "../Modal/Modal.js";
|
|
4
|
+
const l = t.forwardRef(function(e, s) {
|
|
5
|
+
const [a, o] = r(!1);
|
|
6
|
+
return /* @__PURE__ */ t.createElement("div", { "data-testid": e.testId }, /* @__PURE__ */ t.createElement(n, { onClick: () => o(!0) }, e.buttonText), a && /* @__PURE__ */ t.createElement(d, { ...e, onClose: () => o(!1) }));
|
|
7
|
+
}), u = l;
|
|
8
|
+
export {
|
|
9
|
+
u as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ButtonWithModal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonWithModal.js","sources":["../../../src/components/ButtonWithModal/ButtonWithModal.tsx"],"sourcesContent":["/* istanbul ignore file */\nimport React, { useState } from 'react';\n\nimport Button from '../Button';\nimport Modal, { ModalProps } from '../Modal/Modal';\n\ninterface ModalWithButtonProps extends ModalProps {\n /** Text of the button */\n buttonText: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nconst ModalWithButton = React.forwardRef(function ModalForwardedRef(props: ModalWithButtonProps, ref: React.ForwardedRef<HTMLElement>) {\n const [showModal, setShowModal] = useState(false);\n\n return (\n <div data-testid={props.testId}>\n <Button onClick={() => setShowModal(true)}>{props.buttonText}</Button>\n {showModal && <Modal {...props} onClose={() => setShowModal(false)} />}\n </div>\n );\n});\n\nexport default ModalWithButton;\n"],"names":["ModalWithButton","React","props","ref","showModal","setShowModal","useState","Button","Modal","ButtonWithModal"],"mappings":";;;AAaA,MAAMA,IAAkBC,EAAM,WAAW,SAA2BC,GAA6BC,GAAsC;AACrI,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK;AAG9C,SAAA,gBAAAL,EAAA,cAAC,OAAI,EAAA,eAAaC,EAAM,OAAA,mCACrBK,GAAO,EAAA,SAAS,MAAMF,EAAa,EAAI,KAAIH,EAAM,UAAW,GAC5DE,KAAa,gBAAAH,EAAA,cAACO,GAAO,EAAA,GAAGN,GAAO,SAAS,MAAMG,EAAa,EAAK,EAAA,CAAG,CACtE;AAEJ,CAAC,GAEDI,IAAeT;"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./ButtonWithModal.js";
|
|
2
|
+
export {
|
|
3
|
+
o as default
|
|
4
|
+
};
|
|
2
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FormMode,
|
|
2
|
+
import { FormMode, FormSize } from '../../constants';
|
|
3
3
|
export interface CheckboxProps extends Pick<React.InputHTMLAttributes<HTMLInputElement>, 'aria-describedby' | 'name' | 'value' | 'disabled' | 'checked' | 'required' | 'onChange'> {
|
|
4
4
|
/** Adds custom classes to the element. */
|
|
5
5
|
className?: string;
|
|
6
|
-
/** The <Label/> next to the checkbox - sublabels kan ikke kombineres med
|
|
6
|
+
/** The <Label/> next to the checkbox - sublabels kan ikke kombineres med large variant */
|
|
7
7
|
label: React.ReactNode;
|
|
8
8
|
/** input id of the checkbox */
|
|
9
9
|
inputId?: string;
|
|
10
10
|
/** Changes the visuals of the checkbox */
|
|
11
11
|
mode?: keyof typeof FormMode;
|
|
12
12
|
/** Changes the visuals of the checkbox */
|
|
13
|
-
|
|
13
|
+
size?: keyof typeof FormSize;
|
|
14
14
|
/** Activates Error style for the checkbox - This is can be true while errorText is empty, when in a FormGroup */
|
|
15
15
|
error?: boolean;
|
|
16
16
|
/** Error text to show above the component */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAe,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAe,QAAQ,EAAE,QAAQ,EAAY,MAAM,iBAAiB,CAAC;AAW5E,MAAM,WAAW,aACf,SAAQ,IAAI,CACV,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,kBAAkB,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CACzF;IACD,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC;IAC7B,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC;IAC7B,iHAAiH;IACjH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,wFAiInB,CAAC;AAIH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import l, { useState as H, useEffect as X } from "react";
|
|
2
|
+
import t from "classnames";
|
|
3
|
+
import { FormMode as b, FormSize as $, AnalyticsId as J, IconSize as K } from "../../constants.js";
|
|
4
|
+
import { usePseudoClasses as Q } from "../../hooks/usePseudoClasses.js";
|
|
5
|
+
import { getColor as h } from "../../theme/currys/color.js";
|
|
6
|
+
import { isMutableRefObject as U, mergeRefs as V } from "../../utils/refs.js";
|
|
7
|
+
import { uuid as Y } from "../../utils/uuid.js";
|
|
8
|
+
import { Icon as Z } from "../Icon/Icon.js";
|
|
9
|
+
import ee from "../Icons/Check.js";
|
|
10
|
+
import { getLabelText as ce, renderLabelAsParent as oe } from "../Label/Label.js";
|
|
11
|
+
import e from "./styles.module.scss";
|
|
12
|
+
const v = l.forwardRef((x, k) => {
|
|
13
|
+
const {
|
|
14
|
+
className: I,
|
|
15
|
+
checked: d = !1,
|
|
16
|
+
disabled: r,
|
|
17
|
+
label: m,
|
|
18
|
+
inputId: p = Y(),
|
|
19
|
+
mode: n = b.onwhite,
|
|
20
|
+
name: N = p,
|
|
21
|
+
size: E,
|
|
22
|
+
errorText: s,
|
|
23
|
+
error: g = !!s,
|
|
24
|
+
value: S = ce(m),
|
|
25
|
+
testId: R,
|
|
26
|
+
required: z,
|
|
27
|
+
onChange: w,
|
|
28
|
+
...F
|
|
29
|
+
} = x, [o, u] = H(d), f = n === b.onwhite, C = n === b.ongrey, y = n === b.onblueberry, a = g || n === b.oninvalid, i = n === b.ondark, c = E === $.large, { refObject: L, isFocused: T } = Q(U(k) ? k : null), W = V([k, L]), j = t(e["checkbox-wrapper"], {
|
|
30
|
+
[e["checkbox-wrapper--with-error"]]: s,
|
|
31
|
+
[e["checkbox-wrapper--large"]]: c
|
|
32
|
+
}), A = t(e["checkbox-label"], {
|
|
33
|
+
[e["checkbox-label--disabled"]]: r,
|
|
34
|
+
[e["checkbox-label--on-dark"]]: i,
|
|
35
|
+
[e["checkbox-label--large"]]: c,
|
|
36
|
+
[e["checkbox-label__large--checked"]]: c && o,
|
|
37
|
+
[e["checkbox-label__large--focus"]]: c && T,
|
|
38
|
+
[e["checkbox-label__large--on-white"]]: c && f,
|
|
39
|
+
[e["checkbox-label__large--on-grey"]]: c && C,
|
|
40
|
+
[e["checkbox-label__large--on-blueberry"]]: c && y,
|
|
41
|
+
[e["checkbox-label__large--on-invalid"]]: c && a,
|
|
42
|
+
[e["checkbox-label__large--disabled"]]: c && r
|
|
43
|
+
}), M = t(e.checkbox, I), O = t(e["checkbox__icon-wrapper"], {
|
|
44
|
+
[e["checkbox__icon-wrapper--on-white"]]: f,
|
|
45
|
+
[e["checkbox__icon-wrapper--on-grey"]]: C,
|
|
46
|
+
[e["checkbox__icon-wrapper--on-invalid"]]: a,
|
|
47
|
+
[e["checkbox__icon-wrapper--disabled"]]: r,
|
|
48
|
+
[e["checkbox__icon-wrapper__regular--checked"]]: !c && o,
|
|
49
|
+
[e["checkbox__icon-wrapper__regular--invalid"]]: !c && o && a,
|
|
50
|
+
[e["checkbox__icon-wrapper__regular--on-dark"]]: !c && o && i,
|
|
51
|
+
[e["checkbox__icon-wrapper__large--checked"]]: c && o,
|
|
52
|
+
[e["checkbox__icon-wrapper__large--invalid"]]: c && a,
|
|
53
|
+
[e["checkbox__icon-wrapper--on-dark"]]: i,
|
|
54
|
+
[e["checkbox__icon-wrapper--on-blueberry"]]: y,
|
|
55
|
+
[e["checkbox__icon-wrapper--invalid"]]: a,
|
|
56
|
+
[e["checkbox__icon-wrapper__large--invalid"]]: c && o && a,
|
|
57
|
+
[e["checkbox__icon-wrapper__large--disabled"]]: r && c && o,
|
|
58
|
+
[e["checkbox__icon-wrapper__large--checked--invalid"]]: c && o && a,
|
|
59
|
+
[e["checkbox__icon-wrapper__large--checked--disabled"]]: r && c && o
|
|
60
|
+
}), P = t(e["checkbox-label__text"], {
|
|
61
|
+
[e["checkbox-label__text__large--checked"]]: c && o,
|
|
62
|
+
[e["checkbox-label__text__large--invalid"]]: c && o && a,
|
|
63
|
+
[e["checkbox-label__text--on-dark"]]: i,
|
|
64
|
+
[e["checkbox-label__text--disabled"]]: r
|
|
65
|
+
}), q = t(e["checkbox-errors"]);
|
|
66
|
+
let _ = h("white");
|
|
67
|
+
(i || c && o) && (_ = h("blueberry", 900)), a && c && o && (_ = h("white")), r && (_ = h("neutral", 400)), X(() => {
|
|
68
|
+
u(d);
|
|
69
|
+
}, [d]);
|
|
70
|
+
const B = (G) => {
|
|
71
|
+
w && w(G), u(!o);
|
|
72
|
+
}, D = () => /* @__PURE__ */ l.createElement(l.Fragment, null, /* @__PURE__ */ l.createElement(
|
|
73
|
+
"input",
|
|
74
|
+
{
|
|
75
|
+
id: p,
|
|
76
|
+
name: N,
|
|
77
|
+
className: M,
|
|
78
|
+
type: "checkbox",
|
|
79
|
+
checked: o,
|
|
80
|
+
disabled: r,
|
|
81
|
+
value: S,
|
|
82
|
+
ref: W,
|
|
83
|
+
"aria-describedby": x["aria-describedby"] ?? void 0,
|
|
84
|
+
"aria-invalid": g,
|
|
85
|
+
required: z,
|
|
86
|
+
onChange: B,
|
|
87
|
+
...F
|
|
88
|
+
}
|
|
89
|
+
), /* @__PURE__ */ l.createElement("span", { className: O }, o && /* @__PURE__ */ l.createElement(Z, { color: _, className: e.checkbox__icon, svgIcon: ee, size: K.XSmall })));
|
|
90
|
+
return /* @__PURE__ */ l.createElement("div", { "data-testid": R, "data-analyticsid": J.Checkbox, className: j }, s && /* @__PURE__ */ l.createElement("p", { className: q }, s), oe(
|
|
91
|
+
m,
|
|
92
|
+
D(),
|
|
93
|
+
p,
|
|
94
|
+
n,
|
|
95
|
+
r,
|
|
96
|
+
A,
|
|
97
|
+
P,
|
|
98
|
+
e["checkbox-sublabel-wrapper"],
|
|
99
|
+
c
|
|
100
|
+
));
|
|
101
|
+
});
|
|
102
|
+
v.displayName = "Checkbox";
|
|
103
|
+
const de = v;
|
|
104
|
+
export {
|
|
105
|
+
v as Checkbox,
|
|
106
|
+
de as default
|
|
107
|
+
};
|
|
108
|
+
//# sourceMappingURL=Checkbox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.js","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"sourcesContent":["import React, { useEffect, useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId, FormMode, FormSize, IconSize } from '../../constants';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getColor } from '../../theme/currys/color';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport { uuid } from '../../utils/uuid';\nimport Icon from '../Icon';\nimport Check from '../Icons/Check';\nimport { getLabelText, renderLabelAsParent } from '../Label';\n\nimport checkboxStyles from './styles.module.scss';\n\nexport interface CheckboxProps\n extends Pick<\n React.InputHTMLAttributes<HTMLInputElement>,\n 'aria-describedby' | 'name' | 'value' | 'disabled' | 'checked' | 'required' | 'onChange'\n > {\n /** Adds custom classes to the element. */\n className?: string;\n /** The <Label/> next to the checkbox - sublabels kan ikke kombineres med large variant */\n label: React.ReactNode;\n /** input id of the checkbox */\n inputId?: string;\n /** Changes the visuals of the checkbox */\n mode?: keyof typeof FormMode;\n /** Changes the visuals of the checkbox */\n size?: keyof typeof FormSize;\n /** Activates Error style for the checkbox - This is can be true while errorText is empty, when in a FormGroup */\n error?: boolean;\n /** Error text to show above the component */\n errorText?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const Checkbox = React.forwardRef((props: CheckboxProps, ref: React.Ref<HTMLInputElement>) => {\n const {\n className,\n checked = false,\n disabled,\n label,\n inputId = uuid(),\n mode = FormMode.onwhite,\n name = inputId,\n size,\n errorText,\n error = !!errorText,\n value = getLabelText(label),\n testId,\n required,\n onChange,\n ...rest\n } = props;\n const [isChecked, setIsChecked] = useState(checked);\n const onWhite = mode === FormMode.onwhite;\n const onGrey = mode === FormMode.ongrey;\n const onBlueberry = mode === FormMode.onblueberry;\n const onInvalid = error || mode === FormMode.oninvalid;\n const onDark = mode === FormMode.ondark;\n const large = size === FormSize.large;\n const { refObject, isFocused } = usePseudoClasses<HTMLInputElement>(isMutableRefObject(ref) ? ref : null);\n const mergedRefs = mergeRefs([ref, refObject]);\n\n const checkboxWrapperClasses = classNames(checkboxStyles['checkbox-wrapper'], {\n [checkboxStyles['checkbox-wrapper--with-error']]: errorText,\n [checkboxStyles['checkbox-wrapper--large']]: large,\n });\n const checkboxLabelClasses = classNames(checkboxStyles['checkbox-label'], {\n [checkboxStyles['checkbox-label--disabled']]: disabled,\n [checkboxStyles['checkbox-label--on-dark']]: onDark,\n [checkboxStyles['checkbox-label--large']]: large,\n [checkboxStyles['checkbox-label__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__large--focus']]: large && isFocused,\n [checkboxStyles['checkbox-label__large--on-white']]: large && onWhite,\n [checkboxStyles['checkbox-label__large--on-grey']]: large && onGrey,\n [checkboxStyles['checkbox-label__large--on-blueberry']]: large && onBlueberry,\n [checkboxStyles['checkbox-label__large--on-invalid']]: large && onInvalid,\n [checkboxStyles['checkbox-label__large--disabled']]: large && disabled,\n });\n const checkboxClasses = classNames(checkboxStyles.checkbox, className);\n const checkboxIconWrapperClasses = classNames(checkboxStyles['checkbox__icon-wrapper'], {\n [checkboxStyles['checkbox__icon-wrapper--on-white']]: onWhite,\n [checkboxStyles['checkbox__icon-wrapper--on-grey']]: onGrey,\n [checkboxStyles['checkbox__icon-wrapper--on-invalid']]: onInvalid,\n [checkboxStyles['checkbox__icon-wrapper--disabled']]: disabled,\n [checkboxStyles['checkbox__icon-wrapper__regular--checked']]: !large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__regular--invalid']]: !large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__regular--on-dark']]: !large && isChecked && onDark,\n [checkboxStyles['checkbox__icon-wrapper__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__large--invalid']]: large && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper--on-dark']]: onDark,\n [checkboxStyles['checkbox__icon-wrapper--on-blueberry']]: onBlueberry,\n [checkboxStyles['checkbox__icon-wrapper--invalid']]: onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--disabled']]: disabled && large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__large--checked--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--checked--disabled']]: disabled && large && isChecked,\n });\n const labelTextClasses = classNames(checkboxStyles['checkbox-label__text'], {\n [checkboxStyles['checkbox-label__text__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__text__large--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox-label__text--on-dark']]: onDark,\n [checkboxStyles['checkbox-label__text--disabled']]: disabled,\n });\n const errorStyles = classNames(checkboxStyles['checkbox-errors']);\n\n let iconColor = getColor('white');\n if (onDark || (large && isChecked)) iconColor = getColor('blueberry', 900);\n if (onInvalid && large && isChecked) iconColor = getColor('white');\n if (disabled) iconColor = getColor('neutral', 400);\n\n useEffect(() => {\n setIsChecked(checked);\n }, [checked]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLInputElement>): void => {\n if (onChange) {\n onChange(e);\n }\n\n setIsChecked(!isChecked);\n };\n\n const getLabelContent = (): React.ReactNode => {\n return (\n <>\n <input\n id={inputId}\n name={name}\n className={checkboxClasses}\n type=\"checkbox\"\n checked={isChecked}\n disabled={disabled}\n value={value}\n ref={mergedRefs}\n aria-describedby={props['aria-describedby'] ?? undefined}\n aria-invalid={error}\n required={required}\n onChange={onChangeHandler}\n {...rest}\n />\n <span className={checkboxIconWrapperClasses}>\n {isChecked && <Icon color={iconColor} className={checkboxStyles['checkbox__icon']} svgIcon={Check} size={IconSize.XSmall} />}\n </span>\n </>\n );\n };\n\n return (\n <div data-testid={testId} data-analyticsid={AnalyticsId.Checkbox} className={checkboxWrapperClasses}>\n {errorText && <p className={errorStyles}>{errorText}</p>}\n {renderLabelAsParent(\n label,\n getLabelContent(),\n inputId,\n mode as FormMode,\n disabled,\n checkboxLabelClasses,\n labelTextClasses,\n checkboxStyles['checkbox-sublabel-wrapper'],\n large\n )}\n </div>\n );\n});\n\nCheckbox.displayName = 'Checkbox';\n\nexport default Checkbox;\n"],"names":["Checkbox","React","props","ref","className","checked","disabled","label","inputId","uuid","mode","FormMode","name","size","errorText","error","value","getLabelText","testId","required","onChange","rest","isChecked","setIsChecked","useState","onWhite","onGrey","onBlueberry","onInvalid","onDark","large","FormSize","refObject","isFocused","usePseudoClasses","isMutableRefObject","mergedRefs","mergeRefs","checkboxWrapperClasses","classNames","checkboxStyles","checkboxLabelClasses","checkboxClasses","checkboxIconWrapperClasses","labelTextClasses","errorStyles","iconColor","getColor","useEffect","onChangeHandler","e","getLabelContent","Icon","Check","IconSize","AnalyticsId","renderLabelAsParent","Checkbox$1"],"mappings":"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"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./Checkbox.js";
|
|
2
|
+
import { Checkbox as x } from "./Checkbox.js";
|
|
3
|
+
export {
|
|
4
|
+
x as Checkbox,
|
|
5
|
+
e as default
|
|
6
|
+
};
|
|
2
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -27,11 +27,11 @@ $checkbox-icon-size: 1.625rem;
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
&--with-error#{&}--
|
|
30
|
+
&--with-error#{&}--large {
|
|
31
31
|
padding: getSpacer(m) getSpacer(m);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
&--
|
|
34
|
+
&--large {
|
|
35
35
|
margin: getSpacer(2xs) 0 getSpacer(2xs) 0;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -56,7 +56,7 @@ $checkbox-icon-size: 1.625rem;
|
|
|
56
56
|
color: $white;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
&
|
|
59
|
+
&__large {
|
|
60
60
|
&--checked {
|
|
61
61
|
color: $white;
|
|
62
62
|
}
|
|
@@ -77,7 +77,7 @@ $checkbox-icon-size: 1.625rem;
|
|
|
77
77
|
cursor: default;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
&
|
|
80
|
+
&__large {
|
|
81
81
|
&--focus {
|
|
82
82
|
box-shadow: 0 0 0 getSpacer(3xs);
|
|
83
83
|
}
|
|
@@ -179,16 +179,16 @@ $checkbox-icon-size: 1.625rem;
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
&--
|
|
182
|
+
&--large {
|
|
183
183
|
padding: getSpacer(s);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
&--
|
|
186
|
+
&--large#{&}--on-dark {
|
|
187
187
|
background-color: $blueberry800;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
@media (min-width: map.get($grid-breakpoints, md)) {
|
|
191
|
-
&--
|
|
191
|
+
&--large {
|
|
192
192
|
padding: 1.68rem getSpacer(l);
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -298,7 +298,7 @@ $checkbox-icon-size: 1.625rem;
|
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
&
|
|
301
|
+
&__large {
|
|
302
302
|
&--checked {
|
|
303
303
|
background-color: $blueberry50;
|
|
304
304
|
box-shadow: none;
|
|
@@ -354,7 +354,7 @@ $checkbox-icon-size: 1.625rem;
|
|
|
354
354
|
color: $black;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
&
|
|
357
|
+
&__large {
|
|
358
358
|
&--checked {
|
|
359
359
|
background-color: $blueberry200;
|
|
360
360
|
box-shadow: 0 0 0 getSpacer(3xs);
|
|
@@ -2,11 +2,11 @@ export type Styles = {
|
|
|
2
2
|
checkbox: string;
|
|
3
3
|
checkbox__icon: string;
|
|
4
4
|
'checkbox__icon-wrapper': string;
|
|
5
|
-
'checkbox__icon-
|
|
6
|
-
'checkbox__icon-
|
|
7
|
-
'checkbox__icon-
|
|
8
|
-
'checkbox__icon-
|
|
9
|
-
'checkbox__icon-
|
|
5
|
+
'checkbox__icon-wrapper__large--checked': string;
|
|
6
|
+
'checkbox__icon-wrapper__large--checked--disabled': string;
|
|
7
|
+
'checkbox__icon-wrapper__large--checked--invalid': string;
|
|
8
|
+
'checkbox__icon-wrapper__large--disabled': string;
|
|
9
|
+
'checkbox__icon-wrapper__large--invalid': string;
|
|
10
10
|
'checkbox__icon-wrapper__regular--checked': string;
|
|
11
11
|
'checkbox__icon-wrapper__regular--invalid': string;
|
|
12
12
|
'checkbox__icon-wrapper__regular--on-dark': string;
|
|
@@ -19,26 +19,26 @@ export type Styles = {
|
|
|
19
19
|
'checkbox__icon-wrapper--on-white': string;
|
|
20
20
|
'checkbox-errors': string;
|
|
21
21
|
'checkbox-label': string;
|
|
22
|
-
'checkbox-
|
|
23
|
-
'checkbox-
|
|
24
|
-
'checkbox-
|
|
25
|
-
'checkbox-
|
|
26
|
-
'checkbox-
|
|
27
|
-
'checkbox-
|
|
28
|
-
'checkbox-
|
|
29
|
-
'checkbox-
|
|
22
|
+
'checkbox-label__large--checked': string;
|
|
23
|
+
'checkbox-label__large--disabled': string;
|
|
24
|
+
'checkbox-label__large--focus': string;
|
|
25
|
+
'checkbox-label__large--on-blueberry': string;
|
|
26
|
+
'checkbox-label__large--on-grey': string;
|
|
27
|
+
'checkbox-label__large--on-invalid': string;
|
|
28
|
+
'checkbox-label__large--on-white': string;
|
|
29
|
+
'checkbox-label__large--white': string;
|
|
30
30
|
'checkbox-label__text': string;
|
|
31
|
-
'checkbox-
|
|
32
|
-
'checkbox-
|
|
33
|
-
'checkbox-
|
|
31
|
+
'checkbox-label__text__large--checked': string;
|
|
32
|
+
'checkbox-label__text__large--disabled': string;
|
|
33
|
+
'checkbox-label__text__large--invalid': string;
|
|
34
34
|
'checkbox-label__text--disabled': string;
|
|
35
35
|
'checkbox-label__text--on-dark': string;
|
|
36
|
-
'checkbox-label--bigform': string;
|
|
37
36
|
'checkbox-label--disabled': string;
|
|
37
|
+
'checkbox-label--large': string;
|
|
38
38
|
'checkbox-label--on-dark': string;
|
|
39
39
|
'checkbox-sublabel-wrapper': string;
|
|
40
40
|
'checkbox-wrapper': string;
|
|
41
|
-
'checkbox-wrapper--
|
|
41
|
+
'checkbox-wrapper--large': string;
|
|
42
42
|
'checkbox-wrapper--with-error': string;
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import o from "react";
|
|
2
|
+
import b from "classnames";
|
|
3
|
+
import { AnalyticsId as k } from "../../constants.js";
|
|
4
|
+
import { useBreakpoint as y, Breakpoint as C } from "../../hooks/useBreakpoint.js";
|
|
5
|
+
import { useHover as R } from "../../hooks/useHover.js";
|
|
6
|
+
import { palette as v } from "../../theme/palette.js";
|
|
7
|
+
import { mergeRefs as I } from "../../utils/refs.js";
|
|
8
|
+
import { Icon as B } from "../Icon/Icon.js";
|
|
9
|
+
import N from "../Icons/X.js";
|
|
10
|
+
import t from "./styles.module.scss";
|
|
11
|
+
const g = o.forwardRef(function(r, s) {
|
|
12
|
+
const { small: e, testId: a, ariaLabel: m = "Lukk", onClick: l, className: i, color: c = v.blueberry600 } = r, n = y(), { hoverRef: f, isHovered: p } = R(), d = n === C.xs || e ? 38 : 48, u = b(t.close, { [t["close--small"]]: e }, i);
|
|
13
|
+
return /* @__PURE__ */ o.createElement(
|
|
14
|
+
"button",
|
|
15
|
+
{
|
|
16
|
+
ref: I([s, f]),
|
|
17
|
+
"data-testid": a,
|
|
18
|
+
"data-analyticsid": k.Close,
|
|
19
|
+
className: u,
|
|
20
|
+
"aria-label": m,
|
|
21
|
+
onClick: l,
|
|
22
|
+
type: "button"
|
|
23
|
+
},
|
|
24
|
+
/* @__PURE__ */ o.createElement(B, { svgIcon: N, color: c, size: d, isHovered: p })
|
|
25
|
+
);
|
|
26
|
+
}), $ = g;
|
|
27
|
+
export {
|
|
28
|
+
$ as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=Close.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Close.js","sources":["../../../src/components/Close/Close.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport { Breakpoint, useBreakpoint } from '../../hooks/useBreakpoint';\nimport { useHover } from '../../hooks/useHover';\nimport { palette } from '../../theme/palette';\nimport { mergeRefs } from '../../utils/refs';\nimport Icon from '../Icon';\nimport X from '../Icons/X';\n\nimport styles from './styles.module.scss';\n\nexport interface CloseProps {\n /** Keeps the icon small for all screen sizes */\n small?: boolean;\n /** Function is called when user clicks the button */\n onClick?: (e?: React.MouseEvent<HTMLElement, MouseEvent>) => void;\n /** Sets the aria-label of the button */\n ariaLabel?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Gives color to the svg */\n color?: string;\n}\n\nconst Close = React.forwardRef(function ButtonForwardedRef(props: CloseProps, ref: React.ForwardedRef<HTMLButtonElement>) {\n const { small, testId, ariaLabel = 'Lukk', onClick, className, color = palette.blueberry600 } = props;\n const breakpoint = useBreakpoint();\n const { hoverRef, isHovered } = useHover();\n\n const iconSize = breakpoint === Breakpoint.xs || small ? 38 : 48;\n\n const closeClasses = classNames(styles.close, { [styles['close--small']]: small }, className);\n\n return (\n <button\n ref={mergeRefs([ref, hoverRef])}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Close}\n className={closeClasses}\n aria-label={ariaLabel}\n onClick={onClick}\n type=\"button\"\n >\n <Icon svgIcon={X} color={color} size={iconSize} isHovered={isHovered} />\n </button>\n );\n});\n\nexport default Close;\n"],"names":["Close","React","props","ref","small","testId","ariaLabel","onClick","className","color","palette","breakpoint","useBreakpoint","hoverRef","isHovered","useHover","iconSize","Breakpoint","closeClasses","classNames","styles","mergeRefs","AnalyticsId","Icon","X","Close$1"],"mappings":";;;;;;;;;;AA6BA,MAAMA,IAAQC,EAAM,WAAW,SAA4BC,GAAmBC,GAA4C;AAClH,QAAA,EAAE,OAAAC,GAAO,QAAAC,GAAQ,WAAAC,IAAY,QAAQ,SAAAC,GAAS,WAAAC,GAAW,OAAAC,IAAQC,EAAQ,aAAA,IAAiBR,GAC1FS,IAAaC,KACb,EAAE,UAAAC,GAAU,WAAAC,EAAU,IAAIC,EAAS,GAEnCC,IAAWL,MAAeM,EAAW,MAAMb,IAAQ,KAAK,IAExDc,IAAeC,EAAWC,EAAO,OAAO,EAAE,CAACA,EAAO,cAAc,CAAC,GAAGhB,EAAM,GAAGI,CAAS;AAG1F,SAAA,gBAAAP,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,KAAKoB,EAAU,CAAClB,GAAKU,CAAQ,CAAC;AAAA,MAC9B,eAAaR;AAAA,MACb,oBAAkBiB,EAAY;AAAA,MAC9B,WAAWJ;AAAA,MACX,cAAYZ;AAAA,MACZ,SAAAC;AAAA,MACA,MAAK;AAAA,IAAA;AAAA,oCAEJgB,GAAK,EAAA,SAASC,GAAG,OAAAf,GAAc,MAAMO,GAAU,WAAAF,GAAsB;AAAA,EAAA;AAG5E,CAAC,GAEDW,IAAezB;"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./Close.js";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
2
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import r from "react";
|
|
2
|
+
import g from "classnames";
|
|
3
|
+
import { AnalyticsId as m } from "../../constants.js";
|
|
4
|
+
import d from "./styles.module.scss";
|
|
5
|
+
const t = r.forwardRef(
|
|
6
|
+
({ children: a, selected: i = !1, className: e, testId: o, ...s }, n) => {
|
|
7
|
+
const c = g(d.dictionarytrigger, e);
|
|
8
|
+
return /* @__PURE__ */ r.createElement(
|
|
9
|
+
"button",
|
|
10
|
+
{
|
|
11
|
+
type: "button",
|
|
12
|
+
"data-testid": o,
|
|
13
|
+
"data-analyticsid": m.DictionaryTrigger,
|
|
14
|
+
className: c,
|
|
15
|
+
"aria-expanded": i,
|
|
16
|
+
ref: n,
|
|
17
|
+
...s
|
|
18
|
+
},
|
|
19
|
+
a
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
t.displayName = "DictionaryTrigger";
|
|
24
|
+
const u = t;
|
|
25
|
+
export {
|
|
26
|
+
u as default
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=DictionaryTrigger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DictionaryTrigger.js","sources":["../../../src/components/DictionaryTrigger/DictionaryTrigger.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\n\nimport styles from './styles.module.scss';\n\ninterface DictionaryTriggerProps extends Pick<React.InputHTMLAttributes<HTMLButtonElement>, 'onClick' | 'onFocus' | 'onBlur'> {\n /**\n * Sets the content of the trigger.\n */\n children: React.ReactNode;\n /**\n * Indicates that the trigger is in use.\n */\n selected?: boolean;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Sets the data-testid attribute.\n */\n testId?: string;\n}\n\nconst DictionaryTrigger = React.forwardRef<HTMLButtonElement, DictionaryTriggerProps>(\n ({ children, selected = false, className, testId, ...rest }, ref) => {\n const triggerClasses = classNames(styles.dictionarytrigger, className);\n\n return (\n <button\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.DictionaryTrigger}\n className={triggerClasses}\n aria-expanded={selected}\n ref={ref}\n {...rest}\n >\n {children}\n </button>\n );\n }\n);\n\nDictionaryTrigger.displayName = 'DictionaryTrigger';\n\nexport default DictionaryTrigger;\n"],"names":["DictionaryTrigger","React","children","selected","className","testId","rest","ref","triggerClasses","classNames","styles","AnalyticsId","DictionaryTrigger$1"],"mappings":";;;;AA2BA,MAAMA,IAAoBC,EAAM;AAAA,EAC9B,CAAC,EAAE,UAAAC,GAAU,UAAAC,IAAW,IAAO,WAAAC,GAAW,QAAAC,GAAQ,GAAGC,EAAK,GAAGC,MAAQ;AACnE,UAAMC,IAAiBC,EAAWC,EAAO,mBAAmBN,CAAS;AAGnE,WAAA,gBAAAH,EAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,MAAK;AAAA,QACL,eAAaI;AAAA,QACb,oBAAkBM,EAAY;AAAA,QAC9B,WAAWH;AAAA,QACX,iBAAeL;AAAA,QACf,KAAAI;AAAA,QACC,GAAGD;AAAA,MAAA;AAAA,MAEHJ;AAAA,IAAA;AAAA,EAGP;AACF;AAEAF,EAAkB,cAAc;AAEhC,MAAAY,IAAeZ;"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import i from "./DictionaryTrigger.js";
|
|
2
|
+
export {
|
|
3
|
+
i as default
|
|
4
|
+
};
|
|
2
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import t, { useRef as g, useState as V } from "react";
|
|
2
|
+
import v from "classnames";
|
|
3
|
+
import { theme as C } from "../../theme/index.js";
|
|
4
|
+
import "../../hooks/useBreakpoint.js";
|
|
5
|
+
import { useHover as W } from "../../hooks/useHover.js";
|
|
6
|
+
import { useSize as X } from "../../hooks/useSize.js";
|
|
7
|
+
import { useToggle as j } from "../../hooks/useToggle.js";
|
|
8
|
+
import { useKeyboardEvent as q } from "../../hooks/useKeyboardEvent.js";
|
|
9
|
+
import { useOutsideEvent as F } from "../../hooks/useOutsideEvent.js";
|
|
10
|
+
import { useUuid as _ } from "../../hooks/useUuid.js";
|
|
11
|
+
import { KeyboardEventKey as r, AnalyticsId as G, IconSize as J } from "../../constants.js";
|
|
12
|
+
import Q from "../Button/Button.js";
|
|
13
|
+
import { Icon as Y } from "../Icon/Icon.js";
|
|
14
|
+
import Z from "../Icons/PlusSmall.js";
|
|
15
|
+
import e from "./styles.module.scss";
|
|
16
|
+
var M = /* @__PURE__ */ ((s) => (s.onwhite = "onwhite", s.ongrey = "ongrey", s.onblueberry = "onblueberry", s.oncherry = "oncherry", s))(M || {});
|
|
17
|
+
const ee = (s) => {
|
|
18
|
+
const {
|
|
19
|
+
label: R,
|
|
20
|
+
placeholder: $,
|
|
21
|
+
closeText: A = "Lukk",
|
|
22
|
+
noCloseButton: K = !1,
|
|
23
|
+
onToggle: S,
|
|
24
|
+
open: H = !1,
|
|
25
|
+
children: y,
|
|
26
|
+
mode: i = "onwhite",
|
|
27
|
+
transparent: O = !1,
|
|
28
|
+
fluid: b = !1,
|
|
29
|
+
testId: z,
|
|
30
|
+
disabled: c
|
|
31
|
+
} = s, p = g(null), w = g(null), { hoverRef: u, isHovered: D } = W(), { value: a, toggleValue: h } = j(!c && H, S), d = g(t.Children.map(y, () => t.createRef())), [m, L] = V(), { width: T } = X(u) || {}, E = _(), I = _(), x = _(), N = () => {
|
|
32
|
+
var o;
|
|
33
|
+
h(), (o = w.current) == null || o.focus();
|
|
34
|
+
}, f = () => {
|
|
35
|
+
var o;
|
|
36
|
+
h(), (o = u.current) == null || o.focus();
|
|
37
|
+
};
|
|
38
|
+
q(p, (o) => {
|
|
39
|
+
var k;
|
|
40
|
+
if (o.preventDefault(), !d.current)
|
|
41
|
+
return;
|
|
42
|
+
if (a) {
|
|
43
|
+
if (o.key === r.Escape && a) {
|
|
44
|
+
f();
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
N();
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
const n = d.current.findIndex((P) => P.current === o.target);
|
|
52
|
+
let l = n;
|
|
53
|
+
o.key === r.Home ? l = 0 : o.key === r.End ? l = d.current.length - 1 : o.key === r.ArrowDown && n < d.current.length - 1 ? l = n + 1 : o.key === r.ArrowUp && n > 0 ? l = n - 1 : o.key === r.Enter && n !== -1 && (l = n), l !== -1 && ((k = d.current[l].current) == null || k.focus(), L(l));
|
|
54
|
+
}, [
|
|
55
|
+
r.ArrowDown,
|
|
56
|
+
r.ArrowUp,
|
|
57
|
+
r.End,
|
|
58
|
+
r.Enter,
|
|
59
|
+
r.Escape,
|
|
60
|
+
r.Home
|
|
61
|
+
]), F(p, () => a && f());
|
|
62
|
+
const U = v(
|
|
63
|
+
e.dropdown__toggle,
|
|
64
|
+
!c && {
|
|
65
|
+
[e["dropdown__toggle--on-white"]]: i === "onwhite",
|
|
66
|
+
[e["dropdown__toggle--on-grey"]]: i === "ongrey",
|
|
67
|
+
[e["dropdown__toggle--on-blueberry"]]: i === "onblueberry",
|
|
68
|
+
[e["dropdown__toggle--on-cherry"]]: i === "oncherry",
|
|
69
|
+
[e["dropdown__toggle--transparent"]]: O,
|
|
70
|
+
[e["dropdown__toggle--fluid"]]: b,
|
|
71
|
+
[e["dropdown__toggle--open"]]: a
|
|
72
|
+
}
|
|
73
|
+
), B = v(e.dropdown__content, a && e["dropdown__content--open"]);
|
|
74
|
+
return /* @__PURE__ */ t.createElement("div", { className: e.dropdown, ref: p }, /* @__PURE__ */ t.createElement("span", { id: E, className: e.dropdown__label }, R), /* @__PURE__ */ t.createElement(
|
|
75
|
+
"button",
|
|
76
|
+
{
|
|
77
|
+
type: "button",
|
|
78
|
+
onClick: () => !a && N(),
|
|
79
|
+
className: U,
|
|
80
|
+
ref: u,
|
|
81
|
+
"data-testid": z,
|
|
82
|
+
"data-analyticsid": G.Dropdown,
|
|
83
|
+
disabled: c,
|
|
84
|
+
"aria-labelledby": I,
|
|
85
|
+
"aria-haspopup": "listbox",
|
|
86
|
+
"aria-expanded": a
|
|
87
|
+
},
|
|
88
|
+
/* @__PURE__ */ t.createElement("span", { id: I, className: e.dropdown__toggle__label }, $),
|
|
89
|
+
/* @__PURE__ */ t.createElement(
|
|
90
|
+
Y,
|
|
91
|
+
{
|
|
92
|
+
color: c ? C.palette.neutral500 : C.palette.blueberry600,
|
|
93
|
+
svgIcon: Z,
|
|
94
|
+
className: e.dropdown__icon,
|
|
95
|
+
isHovered: D,
|
|
96
|
+
size: J.XSmall
|
|
97
|
+
}
|
|
98
|
+
)
|
|
99
|
+
), /* @__PURE__ */ t.createElement("div", { className: B, style: { width: b ? "100%" : `${T}px` } }, /* @__PURE__ */ t.createElement(
|
|
100
|
+
"ul",
|
|
101
|
+
{
|
|
102
|
+
className: e.dropdown__options,
|
|
103
|
+
role: "listbox",
|
|
104
|
+
"aria-labelledby": E,
|
|
105
|
+
tabIndex: -1,
|
|
106
|
+
"aria-activedescendant": typeof m < "u" ? `${x}-${m}` : void 0,
|
|
107
|
+
ref: w
|
|
108
|
+
},
|
|
109
|
+
t.Children.map(y, (o, n) => {
|
|
110
|
+
var l;
|
|
111
|
+
return /* @__PURE__ */ t.createElement("li", { className: e.dropdown__input, role: "option", id: `${x}-${n}`, "aria-selected": n === m }, t.cloneElement(o, { ref: (l = d.current) == null ? void 0 : l[n] }));
|
|
112
|
+
})
|
|
113
|
+
), !K && /* @__PURE__ */ t.createElement("div", { className: e.dropdown__close }, /* @__PURE__ */ t.createElement(Q, { onClick: f, fluid: !0, "aria-expanded": a }, A))));
|
|
114
|
+
}, ye = ee;
|
|
115
|
+
export {
|
|
116
|
+
M as DropdownMode,
|
|
117
|
+
ye as default
|
|
118
|
+
};
|
|
119
|
+
//# sourceMappingURL=Dropdown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.js","sources":["../../../src/components/Dropdown/Dropdown.tsx"],"sourcesContent":["import React, { useRef, useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport {\n AnalyticsId,\n IconSize,\n KeyboardEventKey,\n theme,\n useHover,\n useKeyboardEvent,\n useOutsideEvent,\n useSize,\n useToggle,\n useUuid,\n} from '../..';\nimport Button from '../Button';\nimport Icon from '../Icon';\nimport PlusSmall from '../Icons/PlusSmall';\n\nimport styles from './styles.module.scss';\n\nexport enum DropdownMode {\n onwhite = 'onwhite',\n ongrey = 'ongrey',\n onblueberry = 'onblueberry',\n oncherry = 'oncherry',\n}\n\nexport interface DropdownProps {\n /** Label for dropdown. Synlig for skjermlesere. */\n label: string;\n /** Tekst på knappen som åpner dropdownen */\n placeholder: string;\n /** Sets the dropdown content */\n children: React.ReactNode;\n /** Close button text */\n closeText?: string;\n /** No close button */\n noCloseButton?: boolean;\n /** Called when dropdown is open/closed. */\n onToggle?: (isOpen: boolean) => void;\n /** Om dropdown er åpen */\n open?: boolean;\n /** Changes the visuals of the dropdown */\n mode?: keyof typeof DropdownMode;\n /** Makes the background transparent */\n transparent?: boolean;\n /** Makes the background transparent */\n fluid?: boolean;\n /** Makes the dropdown disabled */\n disabled?: boolean;\n /** Sets the data-testid attribute on the dropdown button. */\n testId?: string;\n}\n\nconst Dropdown: React.FC<DropdownProps> = props => {\n const {\n label,\n placeholder,\n closeText = 'Lukk',\n noCloseButton = false,\n onToggle,\n open = false,\n children,\n mode = DropdownMode.onwhite,\n transparent = false,\n fluid = false,\n testId,\n disabled,\n } = props;\n const dropdownRef = useRef<HTMLDivElement>(null);\n const optionsRef = useRef<HTMLUListElement>(null);\n const { hoverRef: buttonRef, isHovered } = useHover<HTMLButtonElement>();\n const { value: isOpen, toggleValue: toggleIsOpen } = useToggle(!disabled && open, onToggle);\n const inputRefList = useRef(React.Children.map(children, () => React.createRef<HTMLElement>()));\n const [currentIndex, setCurrentIndex] = useState<number>();\n const { width: buttonWidth } = useSize(buttonRef) || {};\n const labelId = useUuid();\n const toggleLabelId = useUuid();\n const optionIdPrefix = useUuid();\n\n const handleOpen = (): void => {\n toggleIsOpen();\n optionsRef.current?.focus();\n };\n\n const handleClose = (): void => {\n toggleIsOpen();\n buttonRef.current?.focus();\n };\n\n const handleKeyboardNavigation = (event: KeyboardEvent): void => {\n event.preventDefault();\n\n if (!inputRefList.current) {\n return;\n }\n\n if (!isOpen) {\n handleOpen();\n return;\n } else if (event.key === KeyboardEventKey.Escape && isOpen) {\n handleClose();\n return;\n }\n\n const index = inputRefList.current.findIndex(x => x.current === event.target);\n let nextIndex = index;\n\n if (event.key === KeyboardEventKey.Home) {\n nextIndex = 0;\n } else if (event.key === KeyboardEventKey.End) {\n nextIndex = inputRefList.current.length - 1;\n } else if (event.key === KeyboardEventKey.ArrowDown && index < inputRefList.current.length - 1) {\n nextIndex = index + 1;\n } else if (event.key === KeyboardEventKey.ArrowUp && index > 0) {\n nextIndex = index - 1;\n } else if (event.key === KeyboardEventKey.Enter && index !== -1) {\n nextIndex = index;\n }\n if (nextIndex !== -1) {\n inputRefList.current[nextIndex].current?.focus();\n setCurrentIndex(nextIndex);\n }\n };\n\n useKeyboardEvent(dropdownRef, handleKeyboardNavigation, [\n KeyboardEventKey.ArrowDown,\n KeyboardEventKey.ArrowUp,\n KeyboardEventKey.End,\n KeyboardEventKey.Enter,\n KeyboardEventKey.Escape,\n KeyboardEventKey.Home,\n ]);\n\n useOutsideEvent(dropdownRef, () => isOpen && handleClose());\n\n const toggleClasses = classNames(\n styles.dropdown__toggle,\n !disabled && {\n [styles['dropdown__toggle--on-white']]: mode === DropdownMode.onwhite,\n [styles['dropdown__toggle--on-grey']]: mode === DropdownMode.ongrey,\n [styles['dropdown__toggle--on-blueberry']]: mode === DropdownMode.onblueberry,\n [styles['dropdown__toggle--on-cherry']]: mode === DropdownMode.oncherry,\n [styles['dropdown__toggle--transparent']]: transparent,\n [styles['dropdown__toggle--fluid']]: fluid,\n [styles['dropdown__toggle--open']]: isOpen,\n }\n );\n\n const contentClasses = classNames(styles.dropdown__content, isOpen && styles['dropdown__content--open']);\n\n return (\n <div className={styles.dropdown} ref={dropdownRef}>\n <span id={labelId} className={styles.dropdown__label}>\n {label}\n </span>\n <button\n type=\"button\"\n onClick={() => !isOpen && handleOpen()}\n className={toggleClasses}\n ref={buttonRef}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Dropdown}\n disabled={disabled}\n aria-labelledby={toggleLabelId}\n aria-haspopup=\"listbox\"\n aria-expanded={isOpen}\n >\n <span id={toggleLabelId} className={styles.dropdown__toggle__label}>\n {placeholder}\n </span>\n <Icon\n color={disabled ? theme.palette.neutral500 : theme.palette.blueberry600}\n svgIcon={PlusSmall}\n className={styles.dropdown__icon}\n isHovered={isHovered}\n size={IconSize.XSmall}\n />\n </button>\n <div className={contentClasses} style={{ width: fluid ? '100%' : `${buttonWidth}px` }}>\n <ul\n className={styles.dropdown__options}\n role=\"listbox\"\n aria-labelledby={labelId}\n tabIndex={-1}\n aria-activedescendant={typeof currentIndex !== 'undefined' ? `${optionIdPrefix}-${currentIndex}` : undefined}\n ref={optionsRef}\n >\n {React.Children.map(children, (child, index) => (\n <li className={styles.dropdown__input} role=\"option\" id={`${optionIdPrefix}-${index}`} aria-selected={index === currentIndex}>\n {React.cloneElement(child as React.ReactElement, { ref: inputRefList.current?.[index] })}\n </li>\n ))}\n </ul>\n {!noCloseButton && (\n <div className={styles.dropdown__close}>\n <Button onClick={handleClose} fluid aria-expanded={isOpen}>\n {closeText}\n </Button>\n </div>\n )}\n </div>\n </div>\n );\n};\n\nexport default Dropdown;\n"],"names":["DropdownMode","Dropdown","props","label","placeholder","closeText","noCloseButton","onToggle","open","children","mode","transparent","fluid","testId","disabled","dropdownRef","useRef","optionsRef","buttonRef","isHovered","useHover","isOpen","toggleIsOpen","useToggle","inputRefList","React","currentIndex","setCurrentIndex","useState","buttonWidth","useSize","labelId","useUuid","toggleLabelId","optionIdPrefix","handleOpen","_a","handleClose","useKeyboardEvent","event","KeyboardEventKey","index","x","nextIndex","useOutsideEvent","toggleClasses","classNames","styles","contentClasses","AnalyticsId","Icon","theme","PlusSmall","IconSize","child","Button","Dropdown$1"],"mappings":"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"}
|