@helsenorge/designsystem-react 1.0.0-beta.7 → 1.0.0-beta101
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/AlertSignFill-e607ff43.js +2 -0
- package/AlertSignFill-e607ff43.js.map +1 -0
- package/Button-af3b4953.js +2 -0
- package/Button-af3b4953.js.map +1 -0
- package/CHANGELOG.md +52 -52
- package/Check-6291ad09.js +2 -0
- package/Check-6291ad09.js.map +1 -0
- package/Checkbox-cd0b7d68.js +2 -0
- package/Checkbox-cd0b7d68.js.map +1 -0
- package/ChevronUp-4b6797ef.js +2 -0
- package/ChevronUp-4b6797ef.js.map +1 -0
- package/Close-007fca15.js +2 -0
- package/Close-007fca15.js.map +1 -0
- package/FormGroup-8372d8fb.js +2 -0
- package/FormGroup-8372d8fb.js.map +1 -0
- package/Icon-89da8de4.js +2 -0
- package/Icon-89da8de4.js.map +1 -0
- package/Input-78fb6d0d.js +2 -0
- package/Input-78fb6d0d.js.map +1 -0
- package/Loader-b7486541.js +2 -0
- package/Loader-b7486541.js.map +1 -0
- package/Modal-99b652f4.js +2 -0
- package/Modal-99b652f4.js.map +1 -0
- package/README.md +69 -65
- package/RadioButton-d3ed3858.js +2 -0
- package/RadioButton-d3ed3858.js.map +1 -0
- package/Textarea-e48685fc.js +2 -0
- package/Textarea-e48685fc.js.map +1 -0
- package/Title-fab4097d.js +2 -0
- package/Title-fab4097d.js.map +1 -0
- package/Validation-56f0e37c.js +2 -0
- package/Validation-56f0e37c.js.map +1 -0
- package/_rollupPluginBabelHelpers-d0752906.js +2 -0
- package/_rollupPluginBabelHelpers-d0752906.js.map +1 -0
- package/_tslib-51c8a283.js +16 -0
- package/_tslib-51c8a283.js.map +1 -0
- package/color-a10c7892.js +2 -0
- package/color-a10c7892.js.map +1 -0
- package/components/AnchorLink/AnchorLink.d.ts +19 -0
- package/components/AnchorLink/AnchorLink.d.ts.map +1 -0
- package/components/AnchorLink/componentdata.json +133 -0
- package/components/AnchorLink/index.d.ts +4 -0
- package/components/AnchorLink/index.d.ts.map +1 -0
- package/components/AnchorLink/index.js +2 -0
- package/components/AnchorLink/index.js.map +1 -0
- package/components/AnchorLink/styles.module.scss +63 -0
- package/components/AnchorLink/styles.module.scss.d.ts +10 -0
- package/components/Avatar/Avatar.d.ts +16 -0
- package/components/Avatar/Avatar.d.ts.map +1 -0
- package/components/Avatar/componentdata.json +111 -0
- package/components/Avatar/index.d.ts +4 -0
- package/components/Avatar/index.d.ts.map +1 -0
- package/components/Avatar/index.js +2 -0
- package/components/Avatar/index.js.map +1 -0
- package/components/Avatar/styles.module.scss +22 -0
- package/components/Avatar/styles.module.scss.d.ts +11 -0
- package/components/Badge/Badge.d.ts +17 -0
- package/components/Badge/Badge.d.ts.map +1 -0
- package/components/Badge/componentdata.json +110 -0
- package/components/Badge/index.d.ts +4 -0
- package/components/Badge/index.d.ts.map +1 -0
- package/components/Badge/index.js +2 -0
- package/components/Badge/index.js.map +1 -0
- package/components/Badge/styles.module.scss +41 -0
- package/components/Badge/styles.module.scss.d.ts +17 -0
- package/components/Button/Button.d.ts +40 -0
- package/components/Button/Button.d.ts.map +1 -0
- package/components/Button/componentdata.json +668 -0
- package/components/Button/index.d.ts +4 -0
- package/components/Button/index.d.ts.map +1 -0
- package/components/Button/index.js +2 -0
- package/components/Button/index.js.map +1 -0
- package/components/Button/styles.module.scss +434 -0
- package/components/Button/styles.module.scss.d.ts +34 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts +11 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts.map +1 -0
- package/components/ButtonWithModal/componentdata.json +455 -0
- package/components/ButtonWithModal/index.d.ts +4 -0
- package/components/ButtonWithModal/index.d.ts.map +1 -0
- package/components/ButtonWithModal/index.js +2 -0
- package/components/ButtonWithModal/index.js.map +1 -0
- package/components/Checkbox/Checkbox.d.ts +31 -0
- package/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/components/Checkbox/componentdata.json +265 -0
- package/components/Checkbox/index.d.ts +4 -0
- package/components/Checkbox/index.d.ts.map +1 -0
- package/components/Checkbox/index.js +2 -0
- package/components/Checkbox/index.js.map +1 -0
- package/components/Checkbox/styles.module.scss +204 -0
- package/components/Checkbox/styles.module.scss.d.ts +26 -0
- package/components/Close/Close.d.ts +12 -0
- package/components/Close/Close.d.ts.map +1 -0
- package/components/Close/componentdata.json +61 -0
- package/components/Close/index.d.ts +4 -0
- package/components/Close/index.d.ts.map +1 -0
- package/components/Close/index.js +2 -0
- package/components/Close/index.js.map +1 -0
- package/components/Close/styles.module.scss +32 -0
- package/components/Close/styles.module.scss.d.ts +9 -0
- package/components/Expander/Expander.d.ts +33 -0
- package/components/Expander/Expander.d.ts.map +1 -0
- package/components/Expander/componentdata.json +237 -0
- package/components/Expander/index.d.ts +4 -0
- package/components/Expander/index.d.ts.map +1 -0
- package/components/Expander/index.js +2 -0
- package/components/Expander/index.js.map +1 -0
- package/components/Expander/styles.module.scss +165 -0
- package/components/Expander/styles.module.scss.d.ts +42 -0
- package/components/ExpanderList/ExpanderList.d.ts +46 -0
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -0
- package/components/ExpanderList/componentdata.json +224 -0
- package/components/ExpanderList/index.d.ts +4 -0
- package/components/ExpanderList/index.d.ts.map +1 -0
- package/components/ExpanderList/index.js +2 -0
- package/components/ExpanderList/index.js.map +1 -0
- package/components/ExpanderList/styles.module.scss +155 -0
- package/components/ExpanderList/styles.module.scss.d.ts +27 -0
- package/components/FormExample/FormExample.d.ts +16 -0
- package/components/FormExample/FormExample.d.ts.map +1 -0
- package/components/FormExample/componentdata.json +72 -0
- package/components/FormExample/index.d.ts +4 -0
- package/components/FormExample/index.d.ts.map +1 -0
- package/components/FormExample/index.js +2 -0
- package/components/FormExample/index.js.map +1 -0
- package/components/FormGroup/FormGroup.d.ts +25 -0
- package/components/FormGroup/FormGroup.d.ts.map +1 -0
- package/components/FormGroup/componentdata.json +208 -0
- package/components/FormGroup/index.d.ts +4 -0
- package/components/FormGroup/index.d.ts.map +1 -0
- package/components/FormGroup/index.js +2 -0
- package/components/FormGroup/index.js.map +1 -0
- package/components/FormGroup/styles.module.scss +67 -0
- package/components/FormGroup/styles.module.scss.d.ts +16 -0
- package/components/HighlightBox/HighlightBox.d.ts +24 -0
- package/components/HighlightBox/HighlightBox.d.ts.map +1 -0
- package/components/HighlightBox/componentdata.json +484 -0
- package/components/HighlightBox/index.d.ts +4 -0
- package/components/HighlightBox/index.d.ts.map +1 -0
- package/components/HighlightBox/index.js +2 -0
- package/components/HighlightBox/index.js.map +1 -0
- package/components/HighlightBox/styles.module.scss +89 -0
- package/components/Icons/ActiveMonitoring.d.ts +5 -0
- package/components/Icons/ActiveMonitoring.d.ts.map +1 -0
- package/components/Icons/ActiveMonitoring.js +2 -0
- package/components/Icons/ActiveMonitoring.js.map +1 -0
- package/components/Icons/AcupunctureBack.d.ts +5 -0
- package/components/Icons/AcupunctureBack.d.ts.map +1 -0
- package/components/Icons/AcupunctureBack.js +2 -0
- package/components/Icons/AcupunctureBack.js.map +1 -0
- package/components/Icons/AdditionalIconInformation.js +263 -0
- package/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/components/Icons/AlarmClock.d.ts +5 -0
- package/components/Icons/AlarmClock.d.ts.map +1 -0
- package/components/Icons/AlarmClock.js +2 -0
- package/components/Icons/AlarmClock.js.map +1 -0
- package/components/Icons/AlertSignFill.d.ts +5 -0
- package/components/Icons/AlertSignFill.d.ts.map +1 -0
- package/components/Icons/AlertSignFill.js +2 -0
- package/components/Icons/AlertSignFill.js.map +1 -0
- package/components/Icons/AlertSignStroke.d.ts +5 -0
- package/components/Icons/AlertSignStroke.d.ts.map +1 -0
- package/components/Icons/AlertSignStroke.js +2 -0
- package/components/Icons/AlertSignStroke.js.map +1 -0
- package/components/Icons/Amputation.d.ts +5 -0
- package/components/Icons/Amputation.d.ts.map +1 -0
- package/components/Icons/Amputation.js +2 -0
- package/components/Icons/Amputation.js.map +1 -0
- package/components/Icons/Anxiety.d.ts +5 -0
- package/components/Icons/Anxiety.d.ts.map +1 -0
- package/components/Icons/Anxiety.js +2 -0
- package/components/Icons/Anxiety.js.map +1 -0
- package/components/Icons/Apple.d.ts +5 -0
- package/components/Icons/Apple.d.ts.map +1 -0
- package/components/Icons/Apple.js +2 -0
- package/components/Icons/Apple.js.map +1 -0
- package/components/Icons/Archive.d.ts +5 -0
- package/components/Icons/Archive.d.ts.map +1 -0
- package/components/Icons/Archive.js +2 -0
- package/components/Icons/Archive.js.map +1 -0
- package/components/Icons/ArmFlexing.d.ts +5 -0
- package/components/Icons/ArmFlexing.d.ts.map +1 -0
- package/components/Icons/ArmFlexing.js +2 -0
- package/components/Icons/ArmFlexing.js.map +1 -0
- package/components/Icons/ArrowLeft.d.ts +5 -0
- package/components/Icons/ArrowLeft.d.ts.map +1 -0
- package/components/Icons/ArrowLeft.js +2 -0
- package/components/Icons/ArrowLeft.js.map +1 -0
- package/components/Icons/ArrowRight.d.ts +5 -0
- package/components/Icons/ArrowRight.d.ts.map +1 -0
- package/components/Icons/ArrowRight.js +2 -0
- package/components/Icons/ArrowRight.js.map +1 -0
- package/components/Icons/ArrowUpRight.d.ts +5 -0
- package/components/Icons/ArrowUpRight.d.ts.map +1 -0
- package/components/Icons/ArrowUpRight.js +2 -0
- package/components/Icons/ArrowUpRight.js.map +1 -0
- package/components/Icons/Attachment.d.ts +5 -0
- package/components/Icons/Attachment.d.ts.map +1 -0
- package/components/Icons/Attachment.js +2 -0
- package/components/Icons/Attachment.js.map +1 -0
- package/components/Icons/Atv.d.ts +5 -0
- package/components/Icons/Atv.d.ts.map +1 -0
- package/components/Icons/Atv.js +2 -0
- package/components/Icons/Atv.js.map +1 -0
- package/components/Icons/Avatar.d.ts +5 -0
- package/components/Icons/Avatar.d.ts.map +1 -0
- package/components/Icons/Avatar.js +2 -0
- package/components/Icons/Avatar.js.map +1 -0
- package/components/Icons/AwakePersonOnPillow.d.ts +5 -0
- package/components/Icons/AwakePersonOnPillow.d.ts.map +1 -0
- package/components/Icons/AwakePersonOnPillow.js +2 -0
- package/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/components/Icons/Baby.d.ts +5 -0
- package/components/Icons/Baby.d.ts.map +1 -0
- package/components/Icons/Baby.js +2 -0
- package/components/Icons/Baby.js.map +1 -0
- package/components/Icons/BandAid.d.ts +5 -0
- package/components/Icons/BandAid.d.ts.map +1 -0
- package/components/Icons/BandAid.js +2 -0
- package/components/Icons/BandAid.js.map +1 -0
- package/components/Icons/BeerAndPills.d.ts +5 -0
- package/components/Icons/BeerAndPills.d.ts.map +1 -0
- package/components/Icons/BeerAndPills.js +2 -0
- package/components/Icons/BeerAndPills.js.map +1 -0
- package/components/Icons/Bell.d.ts +5 -0
- package/components/Icons/Bell.d.ts.map +1 -0
- package/components/Icons/Bell.js +2 -0
- package/components/Icons/Bell.js.map +1 -0
- package/components/Icons/Bike.d.ts +5 -0
- package/components/Icons/Bike.d.ts.map +1 -0
- package/components/Icons/Bike.js +2 -0
- package/components/Icons/Bike.js.map +1 -0
- package/components/Icons/BirthControl.d.ts +5 -0
- package/components/Icons/BirthControl.d.ts.map +1 -0
- package/components/Icons/BirthControl.js +2 -0
- package/components/Icons/BirthControl.js.map +1 -0
- package/components/Icons/BirthdayCake.d.ts +5 -0
- package/components/Icons/BirthdayCake.d.ts.map +1 -0
- package/components/Icons/BirthdayCake.js +2 -0
- package/components/Icons/BirthdayCake.js.map +1 -0
- package/components/Icons/Boat.d.ts +5 -0
- package/components/Icons/Boat.d.ts.map +1 -0
- package/components/Icons/Boat.js +2 -0
- package/components/Icons/Boat.js.map +1 -0
- package/components/Icons/Body.d.ts +5 -0
- package/components/Icons/Body.d.ts.map +1 -0
- package/components/Icons/Body.js +2 -0
- package/components/Icons/Body.js.map +1 -0
- package/components/Icons/Brain.d.ts +5 -0
- package/components/Icons/Brain.d.ts.map +1 -0
- package/components/Icons/Brain.js +2 -0
- package/components/Icons/Brain.js.map +1 -0
- package/components/Icons/BreastReconstruction.d.ts +5 -0
- package/components/Icons/BreastReconstruction.d.ts.map +1 -0
- package/components/Icons/BreastReconstruction.js +2 -0
- package/components/Icons/BreastReconstruction.js.map +1 -0
- package/components/Icons/BreastRemoval.d.ts +5 -0
- package/components/Icons/BreastRemoval.d.ts.map +1 -0
- package/components/Icons/BreastRemoval.js +2 -0
- package/components/Icons/BreastRemoval.js.map +1 -0
- package/components/Icons/Breasts.d.ts +5 -0
- package/components/Icons/Breasts.d.ts.map +1 -0
- package/components/Icons/Breasts.js +2 -0
- package/components/Icons/Breasts.js.map +1 -0
- package/components/Icons/BrokenHeart.d.ts +5 -0
- package/components/Icons/BrokenHeart.d.ts.map +1 -0
- package/components/Icons/BrokenHeart.js +2 -0
- package/components/Icons/BrokenHeart.js.map +1 -0
- package/components/Icons/BrokenPuzzle.d.ts +5 -0
- package/components/Icons/BrokenPuzzle.d.ts.map +1 -0
- package/components/Icons/BrokenPuzzle.js +2 -0
- package/components/Icons/BrokenPuzzle.js.map +1 -0
- package/components/Icons/Bus.d.ts +5 -0
- package/components/Icons/Bus.d.ts.map +1 -0
- package/components/Icons/Bus.js +2 -0
- package/components/Icons/Bus.js.map +1 -0
- package/components/Icons/Calendar.d.ts +5 -0
- package/components/Icons/Calendar.d.ts.map +1 -0
- package/components/Icons/Calendar.js +2 -0
- package/components/Icons/Calendar.js.map +1 -0
- package/components/Icons/CalendarChange.d.ts +5 -0
- package/components/Icons/CalendarChange.d.ts.map +1 -0
- package/components/Icons/CalendarChange.js +2 -0
- package/components/Icons/CalendarChange.js.map +1 -0
- package/components/Icons/CalendarCheck.d.ts +5 -0
- package/components/Icons/CalendarCheck.d.ts.map +1 -0
- package/components/Icons/CalendarCheck.js +2 -0
- package/components/Icons/CalendarCheck.js.map +1 -0
- package/components/Icons/CalendarEvent.d.ts +5 -0
- package/components/Icons/CalendarEvent.d.ts.map +1 -0
- package/components/Icons/CalendarEvent.js +2 -0
- package/components/Icons/CalendarEvent.js.map +1 -0
- package/components/Icons/CalendarSave.d.ts +5 -0
- package/components/Icons/CalendarSave.d.ts.map +1 -0
- package/components/Icons/CalendarSave.js +2 -0
- package/components/Icons/CalendarSave.js.map +1 -0
- package/components/Icons/Cancer.d.ts +5 -0
- package/components/Icons/Cancer.d.ts.map +1 -0
- package/components/Icons/Cancer.js +2 -0
- package/components/Icons/Cancer.js.map +1 -0
- package/components/Icons/Car.d.ts +5 -0
- package/components/Icons/Car.d.ts.map +1 -0
- package/components/Icons/Car.js +2 -0
- package/components/Icons/Car.js.map +1 -0
- package/components/Icons/Change.d.ts +5 -0
- package/components/Icons/Change.d.ts.map +1 -0
- package/components/Icons/Change.js +2 -0
- package/components/Icons/Change.js.map +1 -0
- package/components/Icons/Check.d.ts +5 -0
- package/components/Icons/Check.d.ts.map +1 -0
- package/components/Icons/Check.js +2 -0
- package/components/Icons/Check.js.map +1 -0
- package/components/Icons/CheckOutline.d.ts +5 -0
- package/components/Icons/CheckOutline.d.ts.map +1 -0
- package/components/Icons/CheckOutline.js +2 -0
- package/components/Icons/CheckOutline.js.map +1 -0
- package/components/Icons/Chest.d.ts +5 -0
- package/components/Icons/Chest.d.ts.map +1 -0
- package/components/Icons/Chest.js +2 -0
- package/components/Icons/Chest.js.map +1 -0
- package/components/Icons/ChevronDown.d.ts +5 -0
- package/components/Icons/ChevronDown.d.ts.map +1 -0
- package/components/Icons/ChevronDown.js +2 -0
- package/components/Icons/ChevronDown.js.map +1 -0
- package/components/Icons/ChevronLeft.d.ts +5 -0
- package/components/Icons/ChevronLeft.d.ts.map +1 -0
- package/components/Icons/ChevronLeft.js +2 -0
- package/components/Icons/ChevronLeft.js.map +1 -0
- package/components/Icons/ChevronRight.d.ts +5 -0
- package/components/Icons/ChevronRight.d.ts.map +1 -0
- package/components/Icons/ChevronRight.js +2 -0
- package/components/Icons/ChevronRight.js.map +1 -0
- package/components/Icons/ChevronUp.d.ts +5 -0
- package/components/Icons/ChevronUp.d.ts.map +1 -0
- package/components/Icons/ChevronUp.js +2 -0
- package/components/Icons/ChevronUp.js.map +1 -0
- package/components/Icons/ChevronsDown.d.ts +5 -0
- package/components/Icons/ChevronsDown.d.ts.map +1 -0
- package/components/Icons/ChevronsDown.js +2 -0
- package/components/Icons/ChevronsDown.js.map +1 -0
- package/components/Icons/ChevronsUp.d.ts +5 -0
- package/components/Icons/ChevronsUp.d.ts.map +1 -0
- package/components/Icons/ChevronsUp.js +2 -0
- package/components/Icons/ChevronsUp.js.map +1 -0
- package/components/Icons/ChildPlaying.d.ts +5 -0
- package/components/Icons/ChildPlaying.d.ts.map +1 -0
- package/components/Icons/ChildPlaying.js +2 -0
- package/components/Icons/ChildPlaying.js.map +1 -0
- package/components/Icons/Cigarette.d.ts +5 -0
- package/components/Icons/Cigarette.d.ts.map +1 -0
- package/components/Icons/Cigarette.js +2 -0
- package/components/Icons/Cigarette.js.map +1 -0
- package/components/Icons/Contacts.d.ts +5 -0
- package/components/Icons/Contacts.d.ts.map +1 -0
- package/components/Icons/Contacts.js +2 -0
- package/components/Icons/Contacts.js.map +1 -0
- package/components/Icons/Copy.d.ts +5 -0
- package/components/Icons/Copy.d.ts.map +1 -0
- package/components/Icons/Copy.js +2 -0
- package/components/Icons/Copy.js.map +1 -0
- package/components/Icons/CoronaCertificate.d.ts +5 -0
- package/components/Icons/CoronaCertificate.d.ts.map +1 -0
- package/components/Icons/CoronaCertificate.js +2 -0
- package/components/Icons/CoronaCertificate.js.map +1 -0
- package/components/Icons/Coronavirus.d.ts +5 -0
- package/components/Icons/Coronavirus.d.ts.map +1 -0
- package/components/Icons/Coronavirus.js +2 -0
- package/components/Icons/Coronavirus.js.map +1 -0
- package/components/Icons/Cough.d.ts +5 -0
- package/components/Icons/Cough.d.ts.map +1 -0
- package/components/Icons/Cough.js +2 -0
- package/components/Icons/Cough.js.map +1 -0
- package/components/Icons/CriticalHealthInfo.d.ts +5 -0
- package/components/Icons/CriticalHealthInfo.d.ts.map +1 -0
- package/components/Icons/CriticalHealthInfo.js +2 -0
- package/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/components/Icons/Cross.d.ts +5 -0
- package/components/Icons/Cross.d.ts.map +1 -0
- package/components/Icons/Cross.js +2 -0
- package/components/Icons/Cross.js.map +1 -0
- package/components/Icons/DataExchange.d.ts +5 -0
- package/components/Icons/DataExchange.d.ts.map +1 -0
- package/components/Icons/DataExchange.js +2 -0
- package/components/Icons/DataExchange.js.map +1 -0
- package/components/Icons/DataReceived.d.ts +5 -0
- package/components/Icons/DataReceived.d.ts.map +1 -0
- package/components/Icons/DataReceived.js +2 -0
- package/components/Icons/DataReceived.js.map +1 -0
- package/components/Icons/DataSent.d.ts +5 -0
- package/components/Icons/DataSent.d.ts.map +1 -0
- package/components/Icons/DataSent.js +2 -0
- package/components/Icons/DataSent.js.map +1 -0
- package/components/Icons/Depression.d.ts +5 -0
- package/components/Icons/Depression.d.ts.map +1 -0
- package/components/Icons/Depression.js +2 -0
- package/components/Icons/Depression.js.map +1 -0
- package/components/Icons/DigestiveSystem.d.ts +5 -0
- package/components/Icons/DigestiveSystem.d.ts.map +1 -0
- package/components/Icons/DigestiveSystem.js +2 -0
- package/components/Icons/DigestiveSystem.js.map +1 -0
- package/components/Icons/Dizzy.d.ts +5 -0
- package/components/Icons/Dizzy.d.ts.map +1 -0
- package/components/Icons/Dizzy.js +2 -0
- package/components/Icons/Dizzy.js.map +1 -0
- package/components/Icons/Documents.d.ts +5 -0
- package/components/Icons/Documents.d.ts.map +1 -0
- package/components/Icons/Documents.js +2 -0
- package/components/Icons/Documents.js.map +1 -0
- package/components/Icons/Dog.d.ts +5 -0
- package/components/Icons/Dog.d.ts.map +1 -0
- package/components/Icons/Dog.js +2 -0
- package/components/Icons/Dog.js.map +1 -0
- package/components/Icons/DonorCard.d.ts +5 -0
- package/components/Icons/DonorCard.d.ts.map +1 -0
- package/components/Icons/DonorCard.js +2 -0
- package/components/Icons/DonorCard.js.map +1 -0
- package/components/Icons/Download.d.ts +5 -0
- package/components/Icons/Download.d.ts.map +1 -0
- package/components/Icons/Download.js +2 -0
- package/components/Icons/Download.js.map +1 -0
- package/components/Icons/Draft.d.ts +5 -0
- package/components/Icons/Draft.d.ts.map +1 -0
- package/components/Icons/Draft.js +2 -0
- package/components/Icons/Draft.js.map +1 -0
- package/components/Icons/EChat.d.ts +5 -0
- package/components/Icons/EChat.d.ts.map +1 -0
- package/components/Icons/EChat.js +2 -0
- package/components/Icons/EChat.js.map +1 -0
- package/components/Icons/EarNoseThroat.d.ts +5 -0
- package/components/Icons/EarNoseThroat.d.ts.map +1 -0
- package/components/Icons/EarNoseThroat.js +2 -0
- package/components/Icons/EarNoseThroat.js.map +1 -0
- package/components/Icons/ElderlyPerson.d.ts +5 -0
- package/components/Icons/ElderlyPerson.d.ts.map +1 -0
- package/components/Icons/ElderlyPerson.js +2 -0
- package/components/Icons/ElderlyPerson.js.map +1 -0
- package/components/Icons/Embolization.d.ts +5 -0
- package/components/Icons/Embolization.d.ts.map +1 -0
- package/components/Icons/Embolization.js +2 -0
- package/components/Icons/Embolization.js.map +1 -0
- package/components/Icons/EnterFullScreen.d.ts +5 -0
- package/components/Icons/EnterFullScreen.d.ts.map +1 -0
- package/components/Icons/EnterFullScreen.js +2 -0
- package/components/Icons/EnterFullScreen.js.map +1 -0
- package/components/Icons/Envelope.d.ts +5 -0
- package/components/Icons/Envelope.d.ts.map +1 -0
- package/components/Icons/Envelope.js +2 -0
- package/components/Icons/Envelope.js.map +1 -0
- package/components/Icons/Epilepsy.d.ts +5 -0
- package/components/Icons/Epilepsy.d.ts.map +1 -0
- package/components/Icons/Epilepsy.js +2 -0
- package/components/Icons/Epilepsy.js.map +1 -0
- package/components/Icons/Eraser.d.ts +5 -0
- package/components/Icons/Eraser.d.ts.map +1 -0
- package/components/Icons/Eraser.js +2 -0
- package/components/Icons/Eraser.js.map +1 -0
- package/components/Icons/ErrorSignFill.d.ts +5 -0
- package/components/Icons/ErrorSignFill.d.ts.map +1 -0
- package/components/Icons/ErrorSignFill.js +2 -0
- package/components/Icons/ErrorSignFill.js.map +1 -0
- package/components/Icons/ErrorSignStroke.d.ts +5 -0
- package/components/Icons/ErrorSignStroke.d.ts.map +1 -0
- package/components/Icons/ErrorSignStroke.js +2 -0
- package/components/Icons/ErrorSignStroke.js.map +1 -0
- package/components/Icons/EuropeanHealthCard.d.ts +5 -0
- package/components/Icons/EuropeanHealthCard.d.ts.map +1 -0
- package/components/Icons/EuropeanHealthCard.js +2 -0
- package/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/components/Icons/ExitFullScreen.d.ts +5 -0
- package/components/Icons/ExitFullScreen.d.ts.map +1 -0
- package/components/Icons/ExitFullScreen.js +2 -0
- package/components/Icons/ExitFullScreen.js.map +1 -0
- package/components/Icons/Eye.d.ts +5 -0
- package/components/Icons/Eye.d.ts.map +1 -0
- package/components/Icons/Eye.js +2 -0
- package/components/Icons/Eye.js.map +1 -0
- package/components/Icons/Facebook.d.ts +5 -0
- package/components/Icons/Facebook.d.ts.map +1 -0
- package/components/Icons/Facebook.js +2 -0
- package/components/Icons/Facebook.js.map +1 -0
- package/components/Icons/Female.d.ts +5 -0
- package/components/Icons/Female.d.ts.map +1 -0
- package/components/Icons/Female.js +2 -0
- package/components/Icons/Female.js.map +1 -0
- package/components/Icons/FemaleDoctor.d.ts +5 -0
- package/components/Icons/FemaleDoctor.d.ts.map +1 -0
- package/components/Icons/FemaleDoctor.js +2 -0
- package/components/Icons/FemaleDoctor.js.map +1 -0
- package/components/Icons/Ferry.d.ts +5 -0
- package/components/Icons/Ferry.d.ts.map +1 -0
- package/components/Icons/Ferry.js +2 -0
- package/components/Icons/Ferry.js.map +1 -0
- package/components/Icons/FingerBleed.d.ts +5 -0
- package/components/Icons/FingerBleed.d.ts.map +1 -0
- package/components/Icons/FingerBleed.js +2 -0
- package/components/Icons/FingerBleed.js.map +1 -0
- package/components/Icons/FirstAidKit.d.ts +5 -0
- package/components/Icons/FirstAidKit.d.ts.map +1 -0
- package/components/Icons/FirstAidKit.js +2 -0
- package/components/Icons/FirstAidKit.js.map +1 -0
- package/components/Icons/FloppyDisk.d.ts +5 -0
- package/components/Icons/FloppyDisk.d.ts.map +1 -0
- package/components/Icons/FloppyDisk.js +2 -0
- package/components/Icons/FloppyDisk.js.map +1 -0
- package/components/Icons/Football.d.ts +5 -0
- package/components/Icons/Football.d.ts.map +1 -0
- package/components/Icons/Football.js +2 -0
- package/components/Icons/Football.js.map +1 -0
- package/components/Icons/Form.d.ts +5 -0
- package/components/Icons/Form.d.ts.map +1 -0
- package/components/Icons/Form.js +2 -0
- package/components/Icons/Form.js.map +1 -0
- package/components/Icons/Forward.d.ts +5 -0
- package/components/Icons/Forward.d.ts.map +1 -0
- package/components/Icons/Forward.js +2 -0
- package/components/Icons/Forward.js.map +1 -0
- package/components/Icons/Gallery.d.ts +5 -0
- package/components/Icons/Gallery.d.ts.map +1 -0
- package/components/Icons/Gallery.js +2 -0
- package/components/Icons/Gallery.js.map +1 -0
- package/components/Icons/Garden.d.ts +5 -0
- package/components/Icons/Garden.d.ts.map +1 -0
- package/components/Icons/Garden.js +2 -0
- package/components/Icons/Garden.js.map +1 -0
- package/components/Icons/GasCan.d.ts +5 -0
- package/components/Icons/GasCan.d.ts.map +1 -0
- package/components/Icons/GasCan.js +2 -0
- package/components/Icons/GasCan.js.map +1 -0
- package/components/Icons/GenderIdentity.d.ts +5 -0
- package/components/Icons/GenderIdentity.d.ts.map +1 -0
- package/components/Icons/GenderIdentity.js +2 -0
- package/components/Icons/GenderIdentity.js.map +1 -0
- package/components/Icons/Globe.d.ts +5 -0
- package/components/Icons/Globe.d.ts.map +1 -0
- package/components/Icons/Globe.js +2 -0
- package/components/Icons/Globe.js.map +1 -0
- package/components/Icons/HandWaving.d.ts +5 -0
- package/components/Icons/HandWaving.d.ts.map +1 -0
- package/components/Icons/HandWaving.js +2 -0
- package/components/Icons/HandWaving.js.map +1 -0
- package/components/Icons/HandWithDisease.d.ts +5 -0
- package/components/Icons/HandWithDisease.d.ts.map +1 -0
- package/components/Icons/HandWithDisease.js +2 -0
- package/components/Icons/HandWithDisease.js.map +1 -0
- package/components/Icons/HealthClinic.d.ts +5 -0
- package/components/Icons/HealthClinic.d.ts.map +1 -0
- package/components/Icons/HealthClinic.js +2 -0
- package/components/Icons/HealthClinic.js.map +1 -0
- package/components/Icons/HealthWarning.d.ts +5 -0
- package/components/Icons/HealthWarning.d.ts.map +1 -0
- package/components/Icons/HealthWarning.js +2 -0
- package/components/Icons/HealthWarning.js.map +1 -0
- package/components/Icons/Heart.d.ts +5 -0
- package/components/Icons/Heart.d.ts.map +1 -0
- package/components/Icons/Heart.js +2 -0
- package/components/Icons/Heart.js.map +1 -0
- package/components/Icons/HelpSign.d.ts +5 -0
- package/components/Icons/HelpSign.d.ts.map +1 -0
- package/components/Icons/HelpSign.js +2 -0
- package/components/Icons/HelpSign.js.map +1 -0
- package/components/Icons/HelpingHand.d.ts +5 -0
- package/components/Icons/HelpingHand.d.ts.map +1 -0
- package/components/Icons/HelpingHand.js +2 -0
- package/components/Icons/HelpingHand.js.map +1 -0
- package/components/Icons/Hemodialysis.d.ts +5 -0
- package/components/Icons/Hemodialysis.d.ts.map +1 -0
- package/components/Icons/Hemodialysis.js +2 -0
- package/components/Icons/Hemodialysis.js.map +1 -0
- package/components/Icons/Hiker.d.ts +5 -0
- package/components/Icons/Hiker.d.ts.map +1 -0
- package/components/Icons/Hiker.js +2 -0
- package/components/Icons/Hiker.js.map +1 -0
- package/components/Icons/Hipprosthesis.d.ts +5 -0
- package/components/Icons/Hipprosthesis.d.ts.map +1 -0
- package/components/Icons/Hipprosthesis.js +2 -0
- package/components/Icons/Hipprosthesis.js.map +1 -0
- package/components/Icons/History.d.ts +5 -0
- package/components/Icons/History.d.ts.map +1 -0
- package/components/Icons/History.js +2 -0
- package/components/Icons/History.js.map +1 -0
- package/components/Icons/HivAndAids.d.ts +5 -0
- package/components/Icons/HivAndAids.d.ts.map +1 -0
- package/components/Icons/HivAndAids.js +2 -0
- package/components/Icons/HivAndAids.js.map +1 -0
- package/components/Icons/Home.d.ts +5 -0
- package/components/Icons/Home.d.ts.map +1 -0
- package/components/Icons/Home.js +2 -0
- package/components/Icons/Home.js.map +1 -0
- package/components/Icons/Hormone.d.ts +5 -0
- package/components/Icons/Hormone.d.ts.map +1 -0
- package/components/Icons/Hormone.js +2 -0
- package/components/Icons/Hormone.js.map +1 -0
- package/components/Icons/Hospital.d.ts +5 -0
- package/components/Icons/Hospital.d.ts.map +1 -0
- package/components/Icons/Hospital.js +2 -0
- package/components/Icons/Hospital.js.map +1 -0
- package/components/Icons/Hourglass.d.ts +5 -0
- package/components/Icons/Hourglass.d.ts.map +1 -0
- package/components/Icons/Hourglass.js +2 -0
- package/components/Icons/Hourglass.js.map +1 -0
- package/components/Icons/Icon.d.ts +23 -0
- package/components/Icons/Icon.d.ts.map +1 -0
- package/components/Icons/Icon.js +2 -0
- package/components/Icons/Icon.js.map +1 -0
- package/components/Icons/ImgFile.d.ts +5 -0
- package/components/Icons/ImgFile.d.ts.map +1 -0
- package/components/Icons/ImgFile.js +2 -0
- package/components/Icons/ImgFile.js.map +1 -0
- package/components/Icons/Inbox.d.ts +5 -0
- package/components/Icons/Inbox.d.ts.map +1 -0
- package/components/Icons/Inbox.js +2 -0
- package/components/Icons/Inbox.js.map +1 -0
- package/components/Icons/InfoSignFill.d.ts +5 -0
- package/components/Icons/InfoSignFill.d.ts.map +1 -0
- package/components/Icons/InfoSignFill.js +2 -0
- package/components/Icons/InfoSignFill.js.map +1 -0
- package/components/Icons/InfoSignStroke.d.ts +5 -0
- package/components/Icons/InfoSignStroke.d.ts.map +1 -0
- package/components/Icons/InfoSignStroke.js +2 -0
- package/components/Icons/InfoSignStroke.js.map +1 -0
- package/components/Icons/Instagram.d.ts +5 -0
- package/components/Icons/Instagram.d.ts.map +1 -0
- package/components/Icons/Instagram.js +2 -0
- package/components/Icons/Instagram.js.map +1 -0
- package/components/Icons/Intravenous.d.ts +5 -0
- package/components/Icons/Intravenous.d.ts.map +1 -0
- package/components/Icons/Intravenous.js +2 -0
- package/components/Icons/Intravenous.js.map +1 -0
- package/components/Icons/JointPain.d.ts +5 -0
- package/components/Icons/JointPain.d.ts.map +1 -0
- package/components/Icons/JointPain.js +2 -0
- package/components/Icons/JointPain.js.map +1 -0
- package/components/Icons/Journal.d.ts +5 -0
- package/components/Icons/Journal.d.ts.map +1 -0
- package/components/Icons/Journal.js +2 -0
- package/components/Icons/Journal.js.map +1 -0
- package/components/Icons/JpgFile.d.ts +5 -0
- package/components/Icons/JpgFile.d.ts.map +1 -0
- package/components/Icons/JpgFile.js +2 -0
- package/components/Icons/JpgFile.js.map +1 -0
- package/components/Icons/Kidney.d.ts +5 -0
- package/components/Icons/Kidney.d.ts.map +1 -0
- package/components/Icons/Kidney.js +2 -0
- package/components/Icons/Kidney.js.map +1 -0
- package/components/Icons/KitchenScale.d.ts +5 -0
- package/components/Icons/KitchenScale.d.ts.map +1 -0
- package/components/Icons/KitchenScale.js +2 -0
- package/components/Icons/KitchenScale.js.map +1 -0
- package/components/Icons/Kjernejournal.d.ts +5 -0
- package/components/Icons/Kjernejournal.d.ts.map +1 -0
- package/components/Icons/Kjernejournal.js +2 -0
- package/components/Icons/Kjernejournal.js.map +1 -0
- package/components/Icons/Laboratory.d.ts +5 -0
- package/components/Icons/Laboratory.d.ts.map +1 -0
- package/components/Icons/Laboratory.js +2 -0
- package/components/Icons/Laboratory.js.map +1 -0
- package/components/Icons/LaptopBlog.d.ts +5 -0
- package/components/Icons/LaptopBlog.d.ts.map +1 -0
- package/components/Icons/LaptopBlog.js +2 -0
- package/components/Icons/LaptopBlog.js.map +1 -0
- package/components/Icons/LawBook.d.ts +5 -0
- package/components/Icons/LawBook.d.ts.map +1 -0
- package/components/Icons/LawBook.js +2 -0
- package/components/Icons/LawBook.js.map +1 -0
- package/components/Icons/LightBulb.d.ts +5 -0
- package/components/Icons/LightBulb.d.ts.map +1 -0
- package/components/Icons/LightBulb.js +2 -0
- package/components/Icons/LightBulb.js.map +1 -0
- package/components/Icons/List.d.ts +5 -0
- package/components/Icons/List.d.ts.map +1 -0
- package/components/Icons/List.js +2 -0
- package/components/Icons/List.js.map +1 -0
- package/components/Icons/Location.d.ts +5 -0
- package/components/Icons/Location.d.ts.map +1 -0
- package/components/Icons/Location.js +2 -0
- package/components/Icons/Location.js.map +1 -0
- package/components/Icons/Lock.d.ts +5 -0
- package/components/Icons/Lock.d.ts.map +1 -0
- package/components/Icons/Lock.js +2 -0
- package/components/Icons/Lock.js.map +1 -0
- package/components/Icons/Lungs.d.ts +5 -0
- package/components/Icons/Lungs.d.ts.map +1 -0
- package/components/Icons/Lungs.js +2 -0
- package/components/Icons/Lungs.js.map +1 -0
- package/components/Icons/Makeup.d.ts +5 -0
- package/components/Icons/Makeup.d.ts.map +1 -0
- package/components/Icons/Makeup.js +2 -0
- package/components/Icons/Makeup.js.map +1 -0
- package/components/Icons/MaleDoctor.d.ts +5 -0
- package/components/Icons/MaleDoctor.d.ts.map +1 -0
- package/components/Icons/MaleDoctor.js +2 -0
- package/components/Icons/MaleDoctor.js.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts +5 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.js +2 -0
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/components/Icons/MaleGenitalia.d.ts +5 -0
- package/components/Icons/MaleGenitalia.d.ts.map +1 -0
- package/components/Icons/MaleGenitalia.js +2 -0
- package/components/Icons/MaleGenitalia.js.map +1 -0
- package/components/Icons/Medicine.d.ts +5 -0
- package/components/Icons/Medicine.d.ts.map +1 -0
- package/components/Icons/Medicine.js +2 -0
- package/components/Icons/Medicine.js.map +1 -0
- package/components/Icons/MedicineWarning.d.ts +5 -0
- package/components/Icons/MedicineWarning.d.ts.map +1 -0
- package/components/Icons/MedicineWarning.js +2 -0
- package/components/Icons/MedicineWarning.js.map +1 -0
- package/components/Icons/MentalHealthAdult.d.ts +5 -0
- package/components/Icons/MentalHealthAdult.d.ts.map +1 -0
- package/components/Icons/MentalHealthAdult.js +2 -0
- package/components/Icons/MentalHealthAdult.js.map +1 -0
- package/components/Icons/MentalHealthChild.d.ts +5 -0
- package/components/Icons/MentalHealthChild.d.ts.map +1 -0
- package/components/Icons/MentalHealthChild.js +2 -0
- package/components/Icons/MentalHealthChild.js.map +1 -0
- package/components/Icons/Menu.d.ts +5 -0
- package/components/Icons/Menu.d.ts.map +1 -0
- package/components/Icons/Menu.js +2 -0
- package/components/Icons/Menu.js.map +1 -0
- package/components/Icons/Microscope.d.ts +5 -0
- package/components/Icons/Microscope.d.ts.map +1 -0
- package/components/Icons/Microscope.js +2 -0
- package/components/Icons/Microscope.js.map +1 -0
- package/components/Icons/Minus.d.ts +5 -0
- package/components/Icons/Minus.d.ts.map +1 -0
- package/components/Icons/Minus.js +2 -0
- package/components/Icons/Minus.js.map +1 -0
- package/components/Icons/Mirror.d.ts +5 -0
- package/components/Icons/Mirror.d.ts.map +1 -0
- package/components/Icons/Mirror.js +2 -0
- package/components/Icons/Mirror.js.map +1 -0
- package/components/Icons/MobilePhone.d.ts +5 -0
- package/components/Icons/MobilePhone.d.ts.map +1 -0
- package/components/Icons/MobilePhone.js +2 -0
- package/components/Icons/MobilePhone.js.map +1 -0
- package/components/Icons/MotherHoldingBaby.d.ts +5 -0
- package/components/Icons/MotherHoldingBaby.d.ts.map +1 -0
- package/components/Icons/MotherHoldingBaby.js +2 -0
- package/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/components/Icons/MuscleBack.d.ts +5 -0
- package/components/Icons/MuscleBack.d.ts.map +1 -0
- package/components/Icons/MuscleBack.js +2 -0
- package/components/Icons/MuscleBack.js.map +1 -0
- package/components/Icons/MuscleLeg.d.ts +5 -0
- package/components/Icons/MuscleLeg.d.ts.map +1 -0
- package/components/Icons/MuscleLeg.js +2 -0
- package/components/Icons/MuscleLeg.js.map +1 -0
- package/components/Icons/Mushroom.d.ts +5 -0
- package/components/Icons/Mushroom.d.ts.map +1 -0
- package/components/Icons/Mushroom.js +2 -0
- package/components/Icons/Mushroom.js.map +1 -0
- package/components/Icons/Music.d.ts +5 -0
- package/components/Icons/Music.d.ts.map +1 -0
- package/components/Icons/Music.js +2 -0
- package/components/Icons/Music.js.map +1 -0
- package/components/Icons/MusselsAndSalt.d.ts +5 -0
- package/components/Icons/MusselsAndSalt.d.ts.map +1 -0
- package/components/Icons/MusselsAndSalt.js +2 -0
- package/components/Icons/MusselsAndSalt.js.map +1 -0
- package/components/Icons/NoEye.d.ts +5 -0
- package/components/Icons/NoEye.d.ts.map +1 -0
- package/components/Icons/NoEye.js +2 -0
- package/components/Icons/NoEye.js.map +1 -0
- package/components/Icons/NoFilter.d.ts +5 -0
- package/components/Icons/NoFilter.d.ts.map +1 -0
- package/components/Icons/NoFilter.js +2 -0
- package/components/Icons/NoFilter.js.map +1 -0
- package/components/Icons/Notepad.d.ts +5 -0
- package/components/Icons/Notepad.d.ts.map +1 -0
- package/components/Icons/Notepad.js +2 -0
- package/components/Icons/Notepad.js.map +1 -0
- package/components/Icons/Osteotomy.d.ts +5 -0
- package/components/Icons/Osteotomy.d.ts.map +1 -0
- package/components/Icons/Osteotomy.js +2 -0
- package/components/Icons/Osteotomy.js.map +1 -0
- package/components/Icons/PaintRoller.d.ts +5 -0
- package/components/Icons/PaintRoller.d.ts.map +1 -0
- package/components/Icons/PaintRoller.js +2 -0
- package/components/Icons/PaintRoller.js.map +1 -0
- package/components/Icons/PaperPlane.d.ts +5 -0
- package/components/Icons/PaperPlane.d.ts.map +1 -0
- package/components/Icons/PaperPlane.js +2 -0
- package/components/Icons/PaperPlane.js.map +1 -0
- package/components/Icons/PatientAndPerson.d.ts +5 -0
- package/components/Icons/PatientAndPerson.d.ts.map +1 -0
- package/components/Icons/PatientAndPerson.js +2 -0
- package/components/Icons/PatientAndPerson.js.map +1 -0
- package/components/Icons/Pause.d.ts +5 -0
- package/components/Icons/Pause.d.ts.map +1 -0
- package/components/Icons/Pause.js +2 -0
- package/components/Icons/Pause.js.map +1 -0
- package/components/Icons/PdfFile.d.ts +5 -0
- package/components/Icons/PdfFile.d.ts.map +1 -0
- package/components/Icons/PdfFile.js +2 -0
- package/components/Icons/PdfFile.js.map +1 -0
- package/components/Icons/Pencil.d.ts +5 -0
- package/components/Icons/Pencil.d.ts.map +1 -0
- package/components/Icons/Pencil.js +2 -0
- package/components/Icons/Pencil.js.map +1 -0
- package/components/Icons/PeopleTalking.d.ts +5 -0
- package/components/Icons/PeopleTalking.d.ts.map +1 -0
- package/components/Icons/PeopleTalking.js +2 -0
- package/components/Icons/PeopleTalking.js.map +1 -0
- package/components/Icons/Peritonealdialysis.d.ts +5 -0
- package/components/Icons/Peritonealdialysis.d.ts.map +1 -0
- package/components/Icons/Peritonealdialysis.js +2 -0
- package/components/Icons/Peritonealdialysis.js.map +1 -0
- package/components/Icons/Person.d.ts +5 -0
- package/components/Icons/Person.d.ts.map +1 -0
- package/components/Icons/Person.js +2 -0
- package/components/Icons/Person.js.map +1 -0
- package/components/Icons/PersonAndPatient.d.ts +5 -0
- package/components/Icons/PersonAndPatient.d.ts.map +1 -0
- package/components/Icons/PersonAndPatient.js +2 -0
- package/components/Icons/PersonAndPatient.js.map +1 -0
- package/components/Icons/PersonInXRayMachine.d.ts +5 -0
- package/components/Icons/PersonInXRayMachine.d.ts.map +1 -0
- package/components/Icons/PersonInXRayMachine.js +2 -0
- package/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/components/Icons/PersonOverweight.d.ts +5 -0
- package/components/Icons/PersonOverweight.d.ts.map +1 -0
- package/components/Icons/PersonOverweight.js +2 -0
- package/components/Icons/PersonOverweight.js.map +1 -0
- package/components/Icons/PersonRelaxing.d.ts +5 -0
- package/components/Icons/PersonRelaxing.d.ts.map +1 -0
- package/components/Icons/PersonRelaxing.js +2 -0
- package/components/Icons/PersonRelaxing.js.map +1 -0
- package/components/Icons/PersonWithBrain.d.ts +5 -0
- package/components/Icons/PersonWithBrain.d.ts.map +1 -0
- package/components/Icons/PersonWithBrain.js +2 -0
- package/components/Icons/PersonWithBrain.js.map +1 -0
- package/components/Icons/PersonWithBrokenArm.d.ts +5 -0
- package/components/Icons/PersonWithBrokenArm.d.ts.map +1 -0
- package/components/Icons/PersonWithBrokenArm.js +2 -0
- package/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/components/Icons/PersonWithCrutches.d.ts +5 -0
- package/components/Icons/PersonWithCrutches.d.ts.map +1 -0
- package/components/Icons/PersonWithCrutches.js +2 -0
- package/components/Icons/PersonWithCrutches.js.map +1 -0
- package/components/Icons/PersonWithJaw.d.ts +5 -0
- package/components/Icons/PersonWithJaw.d.ts.map +1 -0
- package/components/Icons/PersonWithJaw.js +2 -0
- package/components/Icons/PersonWithJaw.js.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +5 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.js +2 -0
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/components/Icons/PersonWithSenses.d.ts +5 -0
- package/components/Icons/PersonWithSenses.d.ts.map +1 -0
- package/components/Icons/PersonWithSenses.js +2 -0
- package/components/Icons/PersonWithSenses.js.map +1 -0
- package/components/Icons/PersonWorking.d.ts +5 -0
- package/components/Icons/PersonWorking.d.ts.map +1 -0
- package/components/Icons/PersonWorking.js +2 -0
- package/components/Icons/PersonWorking.js.map +1 -0
- package/components/Icons/PizzaSlice.d.ts +5 -0
- package/components/Icons/PizzaSlice.d.ts.map +1 -0
- package/components/Icons/PizzaSlice.js +2 -0
- package/components/Icons/PizzaSlice.js.map +1 -0
- package/components/Icons/Plane.d.ts +5 -0
- package/components/Icons/Plane.d.ts.map +1 -0
- package/components/Icons/Plane.js +2 -0
- package/components/Icons/Plane.js.map +1 -0
- package/components/Icons/Plant.d.ts +5 -0
- package/components/Icons/Plant.d.ts.map +1 -0
- package/components/Icons/Plant.js +2 -0
- package/components/Icons/Plant.js.map +1 -0
- package/components/Icons/Play.d.ts +5 -0
- package/components/Icons/Play.d.ts.map +1 -0
- package/components/Icons/Play.js +2 -0
- package/components/Icons/Play.js.map +1 -0
- package/components/Icons/PlusLarge.d.ts +5 -0
- package/components/Icons/PlusLarge.d.ts.map +1 -0
- package/components/Icons/PlusLarge.js +2 -0
- package/components/Icons/PlusLarge.js.map +1 -0
- package/components/Icons/PlusSmall.d.ts +5 -0
- package/components/Icons/PlusSmall.d.ts.map +1 -0
- package/components/Icons/PlusSmall.js +2 -0
- package/components/Icons/PlusSmall.js.map +1 -0
- package/components/Icons/PngFile.d.ts +5 -0
- package/components/Icons/PngFile.d.ts.map +1 -0
- package/components/Icons/PngFile.js +2 -0
- package/components/Icons/PngFile.js.map +1 -0
- package/components/Icons/Podcast.d.ts +5 -0
- package/components/Icons/Podcast.d.ts.map +1 -0
- package/components/Icons/Podcast.js +2 -0
- package/components/Icons/Podcast.js.map +1 -0
- package/components/Icons/PoisonInformation.d.ts +5 -0
- package/components/Icons/PoisonInformation.d.ts.map +1 -0
- package/components/Icons/PoisonInformation.js +2 -0
- package/components/Icons/PoisonInformation.js.map +1 -0
- package/components/Icons/Pregnant.d.ts +5 -0
- package/components/Icons/Pregnant.d.ts.map +1 -0
- package/components/Icons/Pregnant.js +2 -0
- package/components/Icons/Pregnant.js.map +1 -0
- package/components/Icons/Printer.d.ts +5 -0
- package/components/Icons/Printer.d.ts.map +1 -0
- package/components/Icons/Printer.js +2 -0
- package/components/Icons/Printer.js.map +1 -0
- package/components/Icons/Psychosis.d.ts +5 -0
- package/components/Icons/Psychosis.d.ts.map +1 -0
- package/components/Icons/Psychosis.js +2 -0
- package/components/Icons/Psychosis.js.map +1 -0
- package/components/Icons/Publication.d.ts +5 -0
- package/components/Icons/Publication.d.ts.map +1 -0
- package/components/Icons/Publication.js +2 -0
- package/components/Icons/Publication.js.map +1 -0
- package/components/Icons/Puzzle.d.ts +5 -0
- package/components/Icons/Puzzle.d.ts.map +1 -0
- package/components/Icons/Puzzle.js +2 -0
- package/components/Icons/Puzzle.js.map +1 -0
- package/components/Icons/QrCode.d.ts +5 -0
- package/components/Icons/QrCode.d.ts.map +1 -0
- package/components/Icons/QrCode.js +2 -0
- package/components/Icons/QrCode.js.map +1 -0
- package/components/Icons/Quarrel.d.ts +5 -0
- package/components/Icons/Quarrel.d.ts.map +1 -0
- package/components/Icons/Quarrel.js +2 -0
- package/components/Icons/Quarrel.js.map +1 -0
- package/components/Icons/RadioTherapy.d.ts +5 -0
- package/components/Icons/RadioTherapy.d.ts.map +1 -0
- package/components/Icons/RadioTherapy.js +2 -0
- package/components/Icons/RadioTherapy.js.map +1 -0
- package/components/Icons/RadioactiveTreatment.d.ts +5 -0
- package/components/Icons/RadioactiveTreatment.d.ts.map +1 -0
- package/components/Icons/RadioactiveTreatment.js +2 -0
- package/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/components/Icons/Radioiodine.d.ts +5 -0
- package/components/Icons/Radioiodine.d.ts.map +1 -0
- package/components/Icons/Radioiodine.js +2 -0
- package/components/Icons/Radioiodine.js.map +1 -0
- package/components/Icons/Receipt.d.ts +5 -0
- package/components/Icons/Receipt.d.ts.map +1 -0
- package/components/Icons/Receipt.js +2 -0
- package/components/Icons/Receipt.js.map +1 -0
- package/components/Icons/Receptionist.d.ts +5 -0
- package/components/Icons/Receptionist.d.ts.map +1 -0
- package/components/Icons/Receptionist.js +2 -0
- package/components/Icons/Receptionist.js.map +1 -0
- package/components/Icons/Recovery.d.ts +5 -0
- package/components/Icons/Recovery.d.ts.map +1 -0
- package/components/Icons/Recovery.js +2 -0
- package/components/Icons/Recovery.js.map +1 -0
- package/components/Icons/Referral.d.ts +5 -0
- package/components/Icons/Referral.d.ts.map +1 -0
- package/components/Icons/Referral.js +2 -0
- package/components/Icons/Referral.js.map +1 -0
- package/components/Icons/Refresh.d.ts +5 -0
- package/components/Icons/Refresh.d.ts.map +1 -0
- package/components/Icons/Refresh.js +2 -0
- package/components/Icons/Refresh.js.map +1 -0
- package/components/Icons/Refund.d.ts +5 -0
- package/components/Icons/Refund.d.ts.map +1 -0
- package/components/Icons/Refund.js +2 -0
- package/components/Icons/Refund.js.map +1 -0
- package/components/Icons/Reply.d.ts +5 -0
- package/components/Icons/Reply.d.ts.map +1 -0
- package/components/Icons/Reply.js +2 -0
- package/components/Icons/Reply.js.map +1 -0
- package/components/Icons/Rocket.d.ts +5 -0
- package/components/Icons/Rocket.d.ts.map +1 -0
- package/components/Icons/Rocket.js +2 -0
- package/components/Icons/Rocket.js.map +1 -0
- package/components/Icons/RtfFile.d.ts +5 -0
- package/components/Icons/RtfFile.d.ts.map +1 -0
- package/components/Icons/RtfFile.js +2 -0
- package/components/Icons/RtfFile.js.map +1 -0
- package/components/Icons/STDs.d.ts +5 -0
- package/components/Icons/STDs.d.ts.map +1 -0
- package/components/Icons/STDs.js +2 -0
- package/components/Icons/STDs.js.map +1 -0
- package/components/Icons/Save.d.ts +5 -0
- package/components/Icons/Save.d.ts.map +1 -0
- package/components/Icons/Save.js +2 -0
- package/components/Icons/Save.js.map +1 -0
- package/components/Icons/Scale.d.ts +5 -0
- package/components/Icons/Scale.d.ts.map +1 -0
- package/components/Icons/Scale.js +2 -0
- package/components/Icons/Scale.js.map +1 -0
- package/components/Icons/Search.d.ts +5 -0
- package/components/Icons/Search.d.ts.map +1 -0
- package/components/Icons/Search.js +2 -0
- package/components/Icons/Search.js.map +1 -0
- package/components/Icons/SectionSign.d.ts +5 -0
- package/components/Icons/SectionSign.d.ts.map +1 -0
- package/components/Icons/SectionSign.js +2 -0
- package/components/Icons/SectionSign.js.map +1 -0
- package/components/Icons/Settings.d.ts +5 -0
- package/components/Icons/Settings.d.ts.map +1 -0
- package/components/Icons/Settings.js +2 -0
- package/components/Icons/Settings.js.map +1 -0
- package/components/Icons/Sexualorientation.d.ts +5 -0
- package/components/Icons/Sexualorientation.d.ts.map +1 -0
- package/components/Icons/Sexualorientation.js +2 -0
- package/components/Icons/Sexualorientation.js.map +1 -0
- package/components/Icons/ShakingHand.d.ts +5 -0
- package/components/Icons/ShakingHand.d.ts.map +1 -0
- package/components/Icons/ShakingHand.js +2 -0
- package/components/Icons/ShakingHand.js.map +1 -0
- package/components/Icons/Share.d.ts +5 -0
- package/components/Icons/Share.d.ts.map +1 -0
- package/components/Icons/Share.js +2 -0
- package/components/Icons/Share.js.map +1 -0
- package/components/Icons/Shield.d.ts +5 -0
- package/components/Icons/Shield.d.ts.map +1 -0
- package/components/Icons/Shield.js +2 -0
- package/components/Icons/Shield.js.map +1 -0
- package/components/Icons/ShuntOperation.d.ts +5 -0
- package/components/Icons/ShuntOperation.d.ts.map +1 -0
- package/components/Icons/ShuntOperation.js +2 -0
- package/components/Icons/ShuntOperation.js.map +1 -0
- package/components/Icons/Skeleton.d.ts +5 -0
- package/components/Icons/Skeleton.d.ts.map +1 -0
- package/components/Icons/Skeleton.js +2 -0
- package/components/Icons/Skeleton.js.map +1 -0
- package/components/Icons/Skin.d.ts +5 -0
- package/components/Icons/Skin.d.ts.map +1 -0
- package/components/Icons/Skin.js +2 -0
- package/components/Icons/Skin.js.map +1 -0
- package/components/Icons/Snake.d.ts +5 -0
- package/components/Icons/Snake.d.ts.map +1 -0
- package/components/Icons/Snake.js +2 -0
- package/components/Icons/Snake.js.map +1 -0
- package/components/Icons/Snapchat.d.ts +5 -0
- package/components/Icons/Snapchat.d.ts.map +1 -0
- package/components/Icons/Snapchat.js +2 -0
- package/components/Icons/Snapchat.js.map +1 -0
- package/components/Icons/SpeechBubble.d.ts +5 -0
- package/components/Icons/SpeechBubble.d.ts.map +1 -0
- package/components/Icons/SpeechBubble.js +2 -0
- package/components/Icons/SpeechBubble.js.map +1 -0
- package/components/Icons/Spray.d.ts +5 -0
- package/components/Icons/Spray.d.ts.map +1 -0
- package/components/Icons/Spray.js +2 -0
- package/components/Icons/Spray.js.map +1 -0
- package/components/Icons/Stopwatch.d.ts +5 -0
- package/components/Icons/Stopwatch.d.ts.map +1 -0
- package/components/Icons/Stopwatch.js +2 -0
- package/components/Icons/Stopwatch.js.map +1 -0
- package/components/Icons/SupportingPerson.d.ts +5 -0
- package/components/Icons/SupportingPerson.d.ts.map +1 -0
- package/components/Icons/SupportingPerson.js +2 -0
- package/components/Icons/SupportingPerson.js.map +1 -0
- package/components/Icons/Surgery.d.ts +5 -0
- package/components/Icons/Surgery.d.ts.map +1 -0
- package/components/Icons/Surgery.js +2 -0
- package/components/Icons/Surgery.js.map +1 -0
- package/components/Icons/Syringe.d.ts +5 -0
- package/components/Icons/Syringe.d.ts.map +1 -0
- package/components/Icons/Syringe.js +2 -0
- package/components/Icons/Syringe.js.map +1 -0
- package/components/Icons/Taxi.d.ts +5 -0
- package/components/Icons/Taxi.d.ts.map +1 -0
- package/components/Icons/Taxi.js +2 -0
- package/components/Icons/Taxi.js.map +1 -0
- package/components/Icons/TeddyBear.d.ts +5 -0
- package/components/Icons/TeddyBear.d.ts.map +1 -0
- package/components/Icons/TeddyBear.js +2 -0
- package/components/Icons/TeddyBear.js.map +1 -0
- package/components/Icons/Teenagers.d.ts +5 -0
- package/components/Icons/Teenagers.d.ts.map +1 -0
- package/components/Icons/Teenagers.js +2 -0
- package/components/Icons/Teenagers.js.map +1 -0
- package/components/Icons/ThinkingAboutBaby.d.ts +5 -0
- package/components/Icons/ThinkingAboutBaby.d.ts.map +1 -0
- package/components/Icons/ThinkingAboutBaby.js +2 -0
- package/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/components/Icons/Ticket.d.ts +5 -0
- package/components/Icons/Ticket.d.ts.map +1 -0
- package/components/Icons/Ticket.js +2 -0
- package/components/Icons/Ticket.js.map +1 -0
- package/components/Icons/TimePassing.d.ts +5 -0
- package/components/Icons/TimePassing.d.ts.map +1 -0
- package/components/Icons/TimePassing.js +2 -0
- package/components/Icons/TimePassing.js.map +1 -0
- package/components/Icons/Toolbox.d.ts +5 -0
- package/components/Icons/Toolbox.d.ts.map +1 -0
- package/components/Icons/Toolbox.js +2 -0
- package/components/Icons/Toolbox.js.map +1 -0
- package/components/Icons/Tooth.d.ts +5 -0
- package/components/Icons/Tooth.d.ts.map +1 -0
- package/components/Icons/Tooth.js +2 -0
- package/components/Icons/Tooth.js.map +1 -0
- package/components/Icons/TotalKneeProsthesis.d.ts +5 -0
- package/components/Icons/TotalKneeProsthesis.d.ts.map +1 -0
- package/components/Icons/TotalKneeProsthesis.js +2 -0
- package/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/components/Icons/Train.d.ts +5 -0
- package/components/Icons/Train.d.ts.map +1 -0
- package/components/Icons/Train.js +2 -0
- package/components/Icons/Train.js.map +1 -0
- package/components/Icons/Transplantation.d.ts +5 -0
- package/components/Icons/Transplantation.d.ts.map +1 -0
- package/components/Icons/Transplantation.js +2 -0
- package/components/Icons/Transplantation.js.map +1 -0
- package/components/Icons/TrashCan.d.ts +5 -0
- package/components/Icons/TrashCan.d.ts.map +1 -0
- package/components/Icons/TrashCan.js +2 -0
- package/components/Icons/TrashCan.js.map +1 -0
- package/components/Icons/Twitter.d.ts +5 -0
- package/components/Icons/Twitter.d.ts.map +1 -0
- package/components/Icons/Twitter.js +2 -0
- package/components/Icons/Twitter.js.map +1 -0
- package/components/Icons/Undo.d.ts +5 -0
- package/components/Icons/Undo.d.ts.map +1 -0
- package/components/Icons/Undo.js +2 -0
- package/components/Icons/Undo.js.map +1 -0
- package/components/Icons/UniProsthesis.d.ts +5 -0
- package/components/Icons/UniProsthesis.d.ts.map +1 -0
- package/components/Icons/UniProsthesis.js +2 -0
- package/components/Icons/UniProsthesis.js.map +1 -0
- package/components/Icons/Upload.d.ts +5 -0
- package/components/Icons/Upload.d.ts.map +1 -0
- package/components/Icons/Upload.js +2 -0
- package/components/Icons/Upload.js.map +1 -0
- package/components/Icons/UserOrganization.d.ts +5 -0
- package/components/Icons/UserOrganization.d.ts.map +1 -0
- package/components/Icons/UserOrganization.js +2 -0
- package/components/Icons/UserOrganization.js.map +1 -0
- package/components/Icons/Vaccine.d.ts +5 -0
- package/components/Icons/Vaccine.d.ts.map +1 -0
- package/components/Icons/Vaccine.js +2 -0
- package/components/Icons/Vaccine.js.map +1 -0
- package/components/Icons/VerticalDots.d.ts +5 -0
- package/components/Icons/VerticalDots.d.ts.map +1 -0
- package/components/Icons/VerticalDots.js +2 -0
- package/components/Icons/VerticalDots.js.map +1 -0
- package/components/Icons/VideoCamera.d.ts +5 -0
- package/components/Icons/VideoCamera.d.ts.map +1 -0
- package/components/Icons/VideoCamera.js +2 -0
- package/components/Icons/VideoCamera.js.map +1 -0
- package/components/Icons/VideoChat.d.ts +5 -0
- package/components/Icons/VideoChat.d.ts.map +1 -0
- package/components/Icons/VideoChat.js +2 -0
- package/components/Icons/VideoChat.js.map +1 -0
- package/components/Icons/Wallet.d.ts +5 -0
- package/components/Icons/Wallet.d.ts.map +1 -0
- package/components/Icons/Wallet.js +2 -0
- package/components/Icons/Wallet.js.map +1 -0
- package/components/Icons/Watch.d.ts +5 -0
- package/components/Icons/Watch.d.ts.map +1 -0
- package/components/Icons/Watch.js +2 -0
- package/components/Icons/Watch.js.map +1 -0
- package/components/Icons/Website.d.ts +5 -0
- package/components/Icons/Website.d.ts.map +1 -0
- package/components/Icons/Website.js +2 -0
- package/components/Icons/Website.js.map +1 -0
- package/components/Icons/Wheelchair.d.ts +5 -0
- package/components/Icons/Wheelchair.d.ts.map +1 -0
- package/components/Icons/Wheelchair.js +2 -0
- package/components/Icons/Wheelchair.js.map +1 -0
- package/components/Icons/WheelchairActive.d.ts +5 -0
- package/components/Icons/WheelchairActive.d.ts.map +1 -0
- package/components/Icons/WheelchairActive.js +2 -0
- package/components/Icons/WheelchairActive.js.map +1 -0
- package/components/Icons/Window.d.ts +5 -0
- package/components/Icons/Window.d.ts.map +1 -0
- package/components/Icons/Window.js +2 -0
- package/components/Icons/Window.js.map +1 -0
- package/components/Icons/WordDocument.d.ts +5 -0
- package/components/Icons/WordDocument.d.ts.map +1 -0
- package/components/Icons/WordDocument.js +2 -0
- package/components/Icons/WordDocument.js.map +1 -0
- package/components/Icons/WorkSuitcase.d.ts +5 -0
- package/components/Icons/WorkSuitcase.d.ts.map +1 -0
- package/components/Icons/WorkSuitcase.js +2 -0
- package/components/Icons/WorkSuitcase.js.map +1 -0
- package/components/Icons/X.d.ts +5 -0
- package/components/Icons/X.d.ts.map +1 -0
- package/components/Icons/X.js +2 -0
- package/components/Icons/X.js.map +1 -0
- package/components/Icons/XOutline.d.ts +5 -0
- package/components/Icons/XOutline.d.ts.map +1 -0
- package/components/Icons/XOutline.js +2 -0
- package/components/Icons/XOutline.js.map +1 -0
- package/components/Icons/XmlFile.d.ts +5 -0
- package/components/Icons/XmlFile.d.ts.map +1 -0
- package/components/Icons/XmlFile.js +2 -0
- package/components/Icons/XmlFile.js.map +1 -0
- package/components/Icons/YouTube.d.ts +5 -0
- package/components/Icons/YouTube.d.ts.map +1 -0
- package/components/Icons/YouTube.js +2 -0
- package/components/Icons/YouTube.js.map +1 -0
- package/components/Icons/Zoom.d.ts +5 -0
- package/components/Icons/Zoom.d.ts.map +1 -0
- package/components/Icons/Zoom.js +2 -0
- package/components/Icons/Zoom.js.map +1 -0
- package/components/Icons/componentdata.json +194 -0
- package/components/Icons/index.d.ts +5 -0
- package/components/Icons/index.d.ts.map +1 -0
- package/components/Icons/index.js +2 -0
- package/components/Icons/index.js.map +1 -0
- package/components/Input/Input.d.ts +55 -0
- package/components/Input/Input.d.ts.map +1 -0
- package/components/Input/componentdata.json +425 -0
- package/components/Input/index.d.ts +4 -0
- package/components/Input/index.d.ts.map +1 -0
- package/components/Input/index.js +2 -0
- package/components/Input/index.js.map +1 -0
- package/components/Input/styles.module.scss +59 -0
- package/components/Input/styles.module.scss.d.ts +23 -0
- package/components/LinkList/LinkList.d.ts +42 -0
- package/components/LinkList/LinkList.d.ts.map +1 -0
- package/components/LinkList/componentdata.json +198 -0
- package/components/LinkList/index.d.ts +4 -0
- package/components/LinkList/index.d.ts.map +1 -0
- package/components/LinkList/index.js +2 -0
- package/components/LinkList/index.js.map +1 -0
- package/components/LinkList/styles.module.scss +147 -0
- package/components/LinkList/styles.module.scss.d.ts +26 -0
- package/components/List/List.d.ts +10 -0
- package/components/List/List.d.ts.map +1 -0
- package/components/List/componentdata.json +42 -0
- package/components/List/index.d.ts +4 -0
- package/components/List/index.d.ts.map +1 -0
- package/components/List/index.js +2 -0
- package/components/List/index.js.map +1 -0
- package/components/List/styles.module.scss +11 -0
- package/components/List/styles.module.scss.d.ts +10 -0
- package/components/Loader/Loader.d.ts +33 -0
- package/components/Loader/Loader.d.ts.map +1 -0
- package/components/Loader/componentdata.json +254 -0
- package/components/Loader/index.d.ts +4 -0
- package/components/Loader/index.d.ts.map +1 -0
- package/components/Loader/index.js +2 -0
- package/components/Loader/index.js.map +1 -0
- package/components/Loader/styles.module.scss +194 -0
- package/components/Loader/styles.module.scss.d.ts +34 -0
- package/components/Logo/Logo.d.ts +18 -0
- package/components/Logo/Logo.d.ts.map +1 -0
- package/components/Logo/componentdata.json +135 -0
- package/components/Logo/index.d.ts +4 -0
- package/components/Logo/index.d.ts.map +1 -0
- package/components/Logo/index.js +2 -0
- package/components/Logo/index.js.map +1 -0
- package/components/Modal/Modal.d.ts +70 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts +6 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +1 -0
- package/components/Modal/componentdata.json +448 -0
- package/components/Modal/index.d.ts +4 -0
- package/components/Modal/index.d.ts.map +1 -0
- package/components/Modal/index.js +2 -0
- package/components/Modal/index.js.map +1 -0
- package/components/Modal/styles.module.scss +241 -0
- package/components/Modal/styles.module.scss.d.ts +41 -0
- package/components/NotificationPanel/NotificationPanel.d.ts +48 -0
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -0
- package/components/NotificationPanel/componentdata.json +246 -0
- package/components/NotificationPanel/index.d.ts +4 -0
- package/components/NotificationPanel/index.d.ts.map +1 -0
- package/components/NotificationPanel/index.js +2 -0
- package/components/NotificationPanel/index.js.map +1 -0
- package/components/NotificationPanel/styles.module.scss +138 -0
- package/components/NotificationPanel/styles.module.scss.d.ts +34 -0
- package/components/Portal/componentdata.json +80 -0
- package/components/Portal/index.d.ts +13 -0
- package/components/Portal/index.d.ts.map +1 -0
- package/components/Portal/index.js +2 -0
- package/components/Portal/index.js.map +1 -0
- package/components/RadioButton/RadioButton.d.ts +31 -0
- package/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/components/RadioButton/componentdata.json +265 -0
- package/components/RadioButton/index.d.ts +4 -0
- package/components/RadioButton/index.d.ts.map +1 -0
- package/components/RadioButton/index.js +2 -0
- package/components/RadioButton/index.js.map +1 -0
- package/components/RadioButton/styles.module.scss +236 -0
- package/components/RadioButton/styles.module.scss.d.ts +23 -0
- package/components/Slider/Slider.d.ts +20 -0
- package/components/Slider/Slider.d.ts.map +1 -0
- package/components/Slider/SliderUtils.d.ts +41 -0
- package/components/Slider/SliderUtils.d.ts.map +1 -0
- package/components/Slider/componentdata.json +137 -0
- package/components/Slider/index.d.ts +4 -0
- package/components/Slider/index.d.ts.map +1 -0
- package/components/Slider/index.js +2 -0
- package/components/Slider/index.js.map +1 -0
- package/components/Slider/styles.module.scss +85 -0
- package/components/Slider/styles.module.scss.d.ts +19 -0
- package/components/Spacer/Spacer.d.ts +13 -0
- package/components/Spacer/Spacer.d.ts.map +1 -0
- package/components/Spacer/componentdata.json +106 -0
- package/components/Spacer/index.d.ts +4 -0
- package/components/Spacer/index.d.ts.map +1 -0
- package/components/Spacer/index.js +2 -0
- package/components/Spacer/index.js.map +1 -0
- package/components/Spacer/styles.module.scss +47 -0
- package/components/Spacer/styles.module.scss.d.ts +22 -0
- package/components/Textarea/Textarea.d.ts +37 -0
- package/components/Textarea/Textarea.d.ts.map +1 -0
- package/components/Textarea/componentdata.json +584 -0
- package/components/Textarea/index.d.ts +4 -0
- package/components/Textarea/index.d.ts.map +1 -0
- package/components/Textarea/index.js +2 -0
- package/components/Textarea/index.js.map +1 -0
- package/components/Textarea/styles.module.scss +57 -0
- package/components/Textarea/styles.module.scss.d.ts +26 -0
- package/components/Tile/Tile.d.ts +34 -0
- package/components/Tile/Tile.d.ts.map +1 -0
- package/components/Tile/componentdata.json +341 -0
- package/components/Tile/index.d.ts +4 -0
- package/components/Tile/index.d.ts.map +1 -0
- package/components/Tile/index.js +2 -0
- package/components/Tile/index.js.map +1 -0
- package/components/Tile/styles.module.scss +115 -0
- package/components/Tile/styles.module.scss.d.ts +18 -0
- package/components/Title/Title.d.ts +26 -0
- package/components/Title/Title.d.ts.map +1 -0
- package/components/Title/componentdata.json +3 -0
- package/components/Title/index.d.ts +4 -0
- package/components/Title/index.d.ts.map +1 -0
- package/components/Title/index.js +2 -0
- package/components/Title/index.js.map +1 -0
- package/components/Title/styles.module.scss +27 -0
- package/components/Title/styles.module.scss.d.ts +15 -0
- package/components/Validation/Validation.d.ts +17 -0
- package/components/Validation/Validation.d.ts.map +1 -0
- package/components/Validation/componentdata.json +111 -0
- package/components/Validation/index.d.ts +4 -0
- package/components/Validation/index.d.ts.map +1 -0
- package/components/Validation/index.js +2 -0
- package/components/Validation/index.js.map +1 -0
- package/components/Validation/styles.module.scss +18 -0
- package/components/Validation/styles.module.scss.d.ts +10 -0
- package/components/__mocks__/index.js +2 -0
- package/components/__mocks__/index.js.map +1 -0
- package/constants-ad6c82db.js +2 -0
- package/constants-ad6c82db.js.map +1 -0
- package/constants.d.ts +91 -0
- package/constants.d.ts.map +1 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/fonts/source-sans-pro-300-light.woff +0 -0
- package/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular.woff +0 -0
- package/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold.woff +0 -0
- package/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/fonts/source-sans-pro-900-black.woff +0 -0
- package/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/grid-11a70eb7.js +2 -0
- package/grid-11a70eb7.js.map +1 -0
- package/hooks/focus-utils.d.ts +7 -0
- package/hooks/focus-utils.d.ts.map +1 -0
- package/hooks/useBreakpoint.d.ts +9 -0
- package/hooks/useBreakpoint.d.ts.map +1 -0
- package/hooks/useFocusToggle.d.ts +14 -0
- package/hooks/useFocusToggle.d.ts.map +1 -0
- package/hooks/useFocusTrap.d.ts +3 -0
- package/hooks/useFocusTrap.d.ts.map +1 -0
- package/hooks/useHover.d.ts +12 -0
- package/hooks/useHover.d.ts.map +1 -0
- package/hooks/useIcons.d.ts +4 -0
- package/hooks/useIcons.d.ts.map +1 -0
- package/hooks/useIntersectionObserver.d.ts +11 -0
- package/hooks/useIntersectionObserver.d.ts.map +1 -0
- package/hooks/useIsVisible.d.ts +10 -0
- package/hooks/useIsVisible.d.ts.map +1 -0
- package/hooks/useLayoutEvent.d.ts +9 -0
- package/hooks/useLayoutEvent.d.ts.map +1 -0
- package/hooks/useSticky.d.ts +21 -0
- package/hooks/useSticky.d.ts.map +1 -0
- package/hooks/useWindowSize.d.ts +5 -0
- package/hooks/useWindowSize.d.ts.map +1 -0
- package/index-0e78dfa0.js +2 -0
- package/index-0e78dfa0.js.map +1 -0
- package/index-9b84fabc.js +8 -0
- package/index-9b84fabc.js.map +1 -0
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/package.json +44 -59
- package/palette-f206f488.js +2 -0
- package/palette-f206f488.js.map +1 -0
- package/scss/_body.scss +11 -0
- package/{dist/scss → scss}/_breakpoints.scss +16 -14
- package/scss/_font-settings.scss +8 -0
- package/{dist/scss → scss}/_fonts.scss +112 -120
- package/{dist/scss → scss}/_grid.scss +1 -1
- package/scss/_input.scss +175 -0
- package/{dist/scss → scss}/_palette.scss +136 -133
- package/scss/_print.scss +176 -0
- package/scss/_reset.scss +13 -0
- package/scss/_spacers.scss +40 -0
- package/scss/_title.scss +59 -0
- package/{dist/scss → scss}/helsenorge.scss +8 -9
- package/scss/typography.module.scss +154 -0
- package/scss/typography.module.scss.d.ts +25 -0
- package/theme/currys/color.d.ts +4 -0
- package/theme/currys/color.d.ts.map +1 -0
- package/theme/currys/index.d.ts +3 -0
- package/theme/currys/index.d.ts.map +1 -0
- package/theme/currys/spacing.d.ts +4 -0
- package/theme/currys/spacing.d.ts.map +1 -0
- package/theme/grid.d.ts +21 -0
- package/theme/grid.d.ts.map +1 -0
- package/theme/index.d.ts +99 -0
- package/theme/index.d.ts.map +1 -0
- package/theme/palette.d.ts +68 -0
- package/theme/palette.d.ts.map +1 -0
- package/theme/spacers.d.ts +19 -0
- package/theme/spacers.d.ts.map +1 -0
- package/useBreakpoint-324a9b14.js +2 -0
- package/useBreakpoint-324a9b14.js.map +1 -0
- package/useHover-037be19d.js +2 -0
- package/useHover-037be19d.js.map +1 -0
- package/useWindowSize-73b47451.js +2 -0
- package/useWindowSize-73b47451.js.map +1 -0
- package/utils/debounce.d.ts +8 -0
- package/utils/debounce.d.ts.map +1 -0
- package/utils/uuid.d.ts +3 -0
- package/utils/uuid.d.ts.map +1 -0
- package/utils/viewport.d.ts +2 -0
- package/utils/viewport.d.ts.map +1 -0
- package/uuid-fe7442b7.js +2 -0
- package/uuid-fe7442b7.js.map +1 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/dist/index.d.ts +0 -258
- package/dist/js/helsenorge.esm.js +0 -8687
- package/dist/js/helsenorge.esm.js.map +0 -1
- package/dist/js/helsenorge.js +0 -8710
- package/dist/js/helsenorge.js.map +0 -1
- package/dist/scss/_body.scss +0 -10
- package/dist/scss/_reset.scss +0 -1
- package/dist/scss/_spacers.scss +0 -15
- package/dist/scss/_typography.scss +0 -125
- package/dist/scss/_variables.scss +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import a from"react";var e=function(e){var t=e.isExtraSmall,m=e.isHovered,z=a.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),r=a.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),v=a.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z"});return t?m?a.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z"}):v:m?r:z},t=function(e){var t=e.isExtraSmall,m=e.isHovered,z=a.createElement("path",{d:"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),r=a.createElement("path",{d:"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),v=a.createElement("path",{d:"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"});return t?m?a.createElement("path",{d:"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"}):v:m?r:z};export{t as A,e as a};
|
|
2
|
+
//# sourceMappingURL=AlertSignFill-e607ff43.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertSignFill-e607ff43.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as t,a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import{_ as n}from"./_tslib-51c8a283.js";import o from"react";import{A as r,I as l}from"./constants-ad6c82db.js";import{g as i}from"./color-a10c7892.js";import"./Icon-89da8de4.js";import{L as a}from"./Loader-b7486541.js";import{u as s}from"./useHover-037be19d.js";import{u as d}from"./useWindowSize-73b47451.js";import{b as u}from"./grid-11a70eb7.js";import{c}from"./index-9b84fabc.js";import m from"./components/Button/styles.module.scss";var b={primary:"blueberry",warning:"banana",danger:"cherry"},f=function(t,e){return e&&e<u.md&&t?l.Small:t?l.Medium:l.XSmall},p=o.forwardRef((function(u,p){var v,_,g,h=u.children,j=u.className,w=void 0===j?"":j,E=u.fluid,y=void 0!==E&&E,k=u.intent,N=void 0===k?"primary":k,I=u.inverted,B=void 0!==I&&I,C=u.htmlMarkup,H=void 0===C?"button":C,O=u.onClick,S=u.large,z=void 0!==S&&S,F=u.loading,M=void 0!==F&&F,x=u.variant,A=void 0===x?"fill":x,L=u.disabled,R=void 0!==L&&L,X=u.ellipsis,P=void 0!==X&&X,W=u.testId,q=u.href,D=u.target,G=n(u,["children","className","fluid","intent","inverted","htmlMarkup","onClick","large","loading","variant","disabled","ellipsis","testId","href","target"]),J=function(t){var e,n,o,r,l=null,i=null;void 0!==(null===(n=null===(e=t[0])||void 0===e?void 0:e.props)||void 0===n?void 0:n.svgIcon)&&(l=t.shift()),void 0!==(null===(r=null===(o=t[t.length-1])||void 0===o?void 0:o.props)||void 0===r?void 0:r.svgIcon)&&(i=t.pop());var a=t.filter((function(t){return t}));return[l,i,a.length>0?a:null]}(o.Children.toArray(h)),K=t(J,3),Q=K[0],T=K[1],U=K[2],V=s(p),Y=V.hoverRef,Z=V.isHovered,$=function(t,e,n,o,r){return e?i("neutral",600):t&&!o||!t&&o?"white":i(b[n],r?700:600)}("fill"===A,R,N,B,Z),tt=d(),et="fill"===A,nt="outline"===A,ot="borderless"===A,rt="warning"===N,lt="danger"===N,it=!(!Q&&!T||M),at=Object.assign({},G),st=c(m.button,(e(v={},m["button--fluid"],y),e(v,m["button--large"],z),e(v,m["button--warning"],rt),e(v,m["button--danger"],lt),e(v,m["button--inverted"],B),e(v,m["button--fill"],et),e(v,m["button--outline"],nt),e(v,m["button--borderless"],ot),e(v,m["button--with-icon"],it),e(v,m["button--ellipsis"],P),v),w),dt=c(m.button__content,(e(_={},m["button__content--warning"],rt),e(_,m["button__content--danger"],lt),e(_,m["button__content--fill"],et),e(_,m["button__content--borderless"],ot),e(_,m["button__content--with-icon"],it),e(_,m["button__content--large"],z),e(_,m["button__content--ellipsis"],P),e(_,m["button__content--inverted"],B),e(_,m["button__content--fluid"],y),_)),ut=c(m["button__left-fluid-content"],(e(g={},m["button__left-fluid-content--with-icon"],it),e(g,m["button__left-fluid-content--large"],z),g));function ct(t,e,n,r){var l=t&&t.props&&t.props.color?t.props.color:n;return t&&Object.keys(t).length>0?o.cloneElement(t,{size:e,color:l,isHovered:r}):null}var mt=function(){return U?o.createElement("span",{className:dt},U):null},bt=function(){return o.createElement("span",{className:m["content-wrapper"]},M?o.createElement("div",{className:m["button__left-fluid-content"]},o.createElement(a,{testId:"test-id-loader",color:"fill"!==A||B?b[N]:"white",size:"tiny"})):o.createElement(o.Fragment,null,y?o.createElement("div",{className:ut},ct(Q,f(z,tt.width),$,Z),mt()):o.createElement(o.Fragment,null,ct(Q,f(z,tt.width),$,Z),mt()),ct(T,l.XSmall,$,Z)))};return o.createElement(o.Fragment,null,"button"===H&&o.createElement("button",Object.assign({onClick:O,disabled:R,"data-testid":W,"data-analyticsid":r.Button,className:st,ref:Y},at),bt()),"a"===H&&o.createElement("a",Object.assign({onClick:O,"data-testid":W,"data-analyticsid":r.Button,className:st,href:q,target:D,rel:"_blank"===D?"noopener noreferrer":u.rel,ref:Y},G),bt()))}));export{p as B,b as i};
|
|
2
|
+
//# sourceMappingURL=Button-af3b4953.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button-af3b4953.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.0.3-dev.3](https://github.com/helsenorge/designsystem/compare/v0.0.3-dev.2...v0.0.3-dev.3) (2020-02-04)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* replace badge width with min-width ([#112](https://github.com/helsenorge/designsystem/issues/112)) ([275bd03](https://github.com/helsenorge/designsystem/commit/275bd0300007660767ea2bfcd9c677ea5e23b725))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [0.0.3-dev.2](https://github.com/helsenorge/designsystem/compare/v0.0.3-dev.1...v0.0.3-dev.2) (2020-02-04)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @helsenorge/designsystem-react
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [0.0.2-dev.2](https://github.com/helsenorge/designsystem/compare/v0.0.2-dev.1...v0.0.2-dev.2) (2019-12-04)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* add diveboard to story ([a332f9e](https://github.com/helsenorge/designsystem/commit/a332f9e40b912bfde97e48103dc4ba817cc711d7))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [0.0.1-dev.34](https://github.com/helsenorge/designsystem/compare/v0.0.1-dev.33...v0.0.1-dev.34) (2019-11-19)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* trigger a change ([e8ad1bf](https://github.com/helsenorge/designsystem/commit/e8ad1bfa806811133ea648ee87ef1f7a9a72b645))
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [0.0.1-dev.33](https://github.com/helsenorge/designsystem/compare/v0.0.1-dev.32...v0.0.1-dev.33) (2019-11-19)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* test to trigger release ([69aee84](https://github.com/helsenorge/designsystem/commit/69aee84c9fbfa26089b7a4f9769799f394d45617))
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.0.3-dev.3](https://github.com/helsenorge/designsystem/compare/v0.0.3-dev.2...v0.0.3-dev.3) (2020-02-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* replace badge width with min-width ([#112](https://github.com/helsenorge/designsystem/issues/112)) ([275bd03](https://github.com/helsenorge/designsystem/commit/275bd0300007660767ea2bfcd9c677ea5e23b725))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.0.3-dev.2](https://github.com/helsenorge/designsystem/compare/v0.0.3-dev.1...v0.0.3-dev.2) (2020-02-04)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @helsenorge/designsystem-react
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [0.0.2-dev.2](https://github.com/helsenorge/designsystem/compare/v0.0.2-dev.1...v0.0.2-dev.2) (2019-12-04)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* add diveboard to story ([a332f9e](https://github.com/helsenorge/designsystem/commit/a332f9e40b912bfde97e48103dc4ba817cc711d7))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [0.0.1-dev.34](https://github.com/helsenorge/designsystem/compare/v0.0.1-dev.33...v0.0.1-dev.34) (2019-11-19)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* trigger a change ([e8ad1bf](https://github.com/helsenorge/designsystem/commit/e8ad1bfa806811133ea648ee87ef1f7a9a72b645))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [0.0.1-dev.33](https://github.com/helsenorge/designsystem/compare/v0.0.1-dev.32...v0.0.1-dev.33) (2019-11-19)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* test to trigger release ([69aee84](https://github.com/helsenorge/designsystem/commit/69aee84c9fbfa26089b7a4f9769799f394d45617))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";var t=function(t){var a=t.isExtraSmall,r=t.isHovered,l=e.createElement("path",{d:"M22.504 31.198l-9.59-9.966 1.441-1.387 8.149 8.468 14.455-15.016 1.441 1.386z"}),m=e.createElement("path",{d:"M22.504 31.198l-7.816-8.121 1.441-1.387 6.375 6.623 15.859-16.474 1.44 1.386z"}),n=e.createElement("path",{d:"M22.504 31.578l-9.781-10.162 1.822-1.752 7.959 8.269 14.265-14.819 1.821 1.752z"});return a?r?e.createElement("path",{d:"M22.504 31.578l-7.816-8.124 1.82-1.75 5.996 6.229 16.321-16.956 1.821 1.752z"}):n:r?m:l};export{t as C};
|
|
2
|
+
//# sourceMappingURL=Check-6291ad09.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Check-6291ad09.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,a as r}from"./_rollupPluginBabelHelpers-d0752906.js";import a,{useState as o,useEffect as c}from"react";import{c as l}from"./index-9b84fabc.js";import{u as i}from"./uuid-fe7442b7.js";import{C as b}from"./Check-6291ad09.js";import{I as s}from"./Icon-89da8de4.js";import{F as n,a as t,A as d}from"./constants-ad6c82db.js";import{g as m}from"./color-a10c7892.js";import p from"./components/Checkbox/styles.module.scss";var h=a.forwardRef((function(h,k){var x,f,u,v=h.className,_=h.checked,w=void 0!==_&&_,y=h.disabled,g=h.label,j=h.inputId,N=void 0===j?i():j,C=h.mode,E=h.name,I=void 0===E?N:E,F=h.variant,z=h.errorText,A=h.error,B=void 0===A?!!z:A,H=h.value,P=void 0===H?g:H,R=o(w),T=e(R,2),q=T[0],D=T[1],G=B||C===n.oninvalid,J=C===n.ondark,K=C===n.onblueberry,L=F===t.bigform,M=l(p["checkbox-wrapper"],(r(x={},p["checkbox-wrapper--with-error"],z),r(x,p["checkbox-wrapper--bigform"],L),x)),O=l(p["checkbox-label"],(r(f={},p["checkbox-label--disabled"],y),r(f,p["checkbox-label--on-dark"],J),r(f,p["checkbox-label--on-blueberry"],K),r(f,p["checkbox-label--invalid"],G),r(f,p["checkbox-label--bigform"],L),f)),Q=l(p.checkbox,v),S=l(p["checkbox__icon-wrapper"],(r(u={},p["checkbox__icon-wrapper--checked"],q),r(u,p["checkbox__icon-wrapper--disabled"],y),r(u,p["checkbox__icon-wrapper--on-dark"],J),r(u,p["checkbox__icon-wrapper--on-blueberry"],K),r(u,p["checkbox__icon-wrapper--invalid"],G),u)),U=l(p["checkbox-errors"],r({},p["checkbox-errors--bigform"],L)),V=m("blueberry",500);return y&&(V=m("neutral",400)),J&&(V=m("blueberry",200)),G&&(V=m("cherry",500)),c((function(){D(w)}),[w]),a.createElement("div",{"data-testid":h.testId,"data-analyticsid":d.Checkbox,className:M},z&&a.createElement("p",{className:U},z),a.createElement("label",{htmlFor:N,className:O},a.createElement("input",{id:N,name:I,className:Q,type:"checkbox",checked:q,disabled:y,onChange:function(){D(!q)},value:P,ref:k,"aria-invalid":B}),a.createElement("span",{className:S},q&&a.createElement(s,{color:V,className:p.checkbox__icon,svgIcon:b,size:38})),g))}));export{h as C};
|
|
2
|
+
//# sourceMappingURL=Checkbox-cd0b7d68.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox-cd0b7d68.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";var t=function(t){var a=t.isExtraSmall,l=t.isHovered,r=e.createElement("path",{d:"M32.951 18.788l1.419 1.409-10.371 10.451L13.63 20.197l1.419-1.409L24 27.809z"}),n=e.createElement("path",{d:"M25 13v20.083l9.951-10.013 1.419 1.409L23.999 36.93 11.63 24.479l1.419-1.409L23 33.085V13z"}),L=e.createElement("path",{d:"M32.577 17.885l1.793 1.779-10.371 10.451L13.63 19.664l1.793-1.779 8.576 8.644z"});return a?l?e.createElement("path",{d:"M25 13v20.083l9.951-10.013 1.419 1.409L23.999 36.93 11.63 24.479l1.419-1.409L23 33.085V13z"}):L:l?n:r},a=function(t){var a=t.isExtraSmall,l=t.isHovered,r=e.createElement("path",{d:"M15.049 30.277l-1.419-1.409 10.371-10.451L34.37 28.868l-1.419 1.409L24 21.257z"}),n=e.createElement("path",{d:"M24.001 10.14L36.37 22.591 34.951 24 25 13.985V35h-2V13.985L13.049 24l-1.419-1.409z"}),L=e.createElement("path",{d:"M32.577 30.115l1.793-1.779-10.371-10.451L13.63 28.336l1.793 1.779 8.576-8.644z"});return a?l?e.createElement("path",{d:"M23.999 9.043L36.897 22.02l-1.794 1.78-9.841-9.9.001 20.205h-2.526L22.736 13.9l-9.839 9.9-1.794-1.78z"}):L:l?n:r};export{a as C,t as a};
|
|
2
|
+
//# sourceMappingURL=ChevronUp-4b6797ef.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronUp-4b6797ef.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import{p as t}from"./palette-f206f488.js";import{I as a}from"./Icon-89da8de4.js";import{A as l}from"./constants-ad6c82db.js";import r from"./components/Close/styles.module.scss";import{u as o,B as s}from"./useBreakpoint-324a9b14.js";var n=function(t){var a=t.isExtraSmall,l=t.isHovered,r=e.createElement("path",{d:"M25.403 24l10.259-10.259-1.403-1.403L24 22.597l-10.259-10.26-1.403 1.403L22.597 24 12.338 34.26l1.403 1.403L24 25.403l10.259 10.259 1.403-1.403z"}),o=e.createElement("path",{d:"M24 22.597L12.327 10.924l-1.403 1.402L22.597 24 10.923 35.674l1.403 1.402L24 25.403l11.674 11.673 1.403-1.402L25.403 24l11.673-11.674-1.403-1.402z"}),s=e.createElement("path",{d:"M25.773 24l10.432-10.432-1.772-1.773-10.432 10.433-10.433-10.433-1.773 1.772L22.229 24 11.795 34.433l1.773 1.772 10.433-10.433 10.432 10.433 1.772-1.773z"});return a?l?e.createElement("path",{d:"M24 22.227L11.781 10.008l-1.772 1.772 12.219 12.219-12.22 12.22 1.772 1.772L24 25.771l12.22 12.22 1.772-1.772-12.22-12.22L37.991 11.78l-1.772-1.772z"}):s:l?o:r},m=function(m){var c=o()===s.Xs?38:48;return e.createElement("button",{"data-testid":m.testId,"data-analyticsid":l.Close,className:r.close,"aria-label":m.ariaLabel||"Lukk",onClick:m.onClick,role:"button"},e.createElement(a,{svgIcon:n,color:t.blueberry600,size:c}))};export{m as C};
|
|
2
|
+
//# sourceMappingURL=Close-007fca15.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Close-007fca15.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import r from"react";import{c as a}from"./index-9b84fabc.js";import o from"./components/FormGroup/styles.module.scss";import{C as t}from"./Checkbox-cd0b7d68.js";import{F as m,a as n,A as l}from"./constants-ad6c82db.js";import{R as i}from"./RadioButton-d3ed3858.js";import{I as p}from"./Input-78fb6d0d.js";import{T as s}from"./Title-fab4097d.js";var d=r.forwardRef((function(d,f){var u,c,g,v=d.className,_=d.mode,b=void 0===_?m.onwhite:_,w=d.variant,E=void 0===w?n.normal:w,y=d.error,j=d.name,N=b===m.ondark,h=E===n.bigform,k=a(o["form-group-wrapper"],(e(u={},o["form-group-wrapper--on-dark"],N),e(u,o["form-group-wrapper--invalid"],y),u),v),F=a(o["form-group-wrapper__title"],(e(c={},o["form-group-wrapper__title--on-dark"],N&&!y),e(c,o["form-group-wrapper__title--bigform"],h),c)),x=a(o["form-group"],e({},o["form-group--invalid"],y)),B=a(o["form-group-wrapper__errors"],e({},o["form-group-wrapper__errors--bigform"],h)),C=a(o["field-set__legend"],(e(g={},o["field-set__legend--on-dark"],N&&!y),e(g,o["field-set__legend--bigform"],h),g));return r.createElement("div",{"data-testid":d.testId,"data-analyticsid":l.FormGroup,className:k},d.title&&r.createElement(s,{className:F,htmlMarkup:"h4",appearance:"title4",margin:{marginTop:0,marginBottom:2}},d.title),r.createElement("div",{className:x},y&&r.createElement("p",{className:B},y),r.createElement("fieldset",{name:d.title,className:o["field-set"]},d.legend&&r.createElement("legend",{className:C},d.legend),r.Children.map(d.children,(function(e){if(e.type===t){var a=e.type===t;return r.cloneElement(e,{name:null!=j?j:a.valueOf.name,mode:b,variant:E,error:!!y})}if(e.type===i){var o=e.type===i;return r.cloneElement(e,{name:null!=j?j:o.valueOf.name,mode:b,variant:E,error:!!y})}if(e.type===p){var m=e.type===p;return r.cloneElement(e,{name:null!=j?j:m.valueOf.name,mode:b,variant:E,error:!!y})}return e})))))}));export{d as F};
|
|
2
|
+
//# sourceMappingURL=FormGroup-8372d8fb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGroup-8372d8fb.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/Icon-89da8de4.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as a}from"./_tslib-51c8a283.js";import e from"react";import{I as i,A as t}from"./constants-ad6c82db.js";var o=function(a,e,i,t,o,r){return a&&o&&r?e?r:o:e?t:i},r=e.forwardRef((function(o,r){var l=o.svgIcon,s=o.ariaLabel,d=o.id,c=o.className,n=void 0===c?"":c,m=o.size,v=void 0===m?i.Small:m,b=o.color,f=void 0===b?"black":b,h=o.hoverColor,I=void 0===h?f||"black":h,g=o.isHovered,p=void 0!==g&&g,u=o.testId,y=a(o,["svgIcon","ariaLabel","id","className","size","color","hoverColor","isHovered","testId"]),E=e.createElement(l,{isExtraSmall:v<=i.XSmall,isHovered:p}),H=d&&s?"title-".concat(d):void 0;return e.createElement("svg",Object.assign({id:d,"data-testid":u,"data-analyticsid":t.Icon,ref:r,className:"hnds-style-icon ".concat(n),role:"img","aria-label":!d&&s?s:void 0,"aria-labelledby":H,"aria-hidden":"true",viewBox:"0 0 48 48",style:{minWidth:v,minHeight:v},width:v,height:v,fill:p?I:f},y),H&&e.createElement("title",{id:H},s),E)}));r.displayName="Icon";export{r as I,o as r};
|
|
2
|
+
//# sourceMappingURL=Icon-89da8de4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon-89da8de4.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import{_ as r}from"./_tslib-51c8a283.js";import a,{useRef as t}from"react";import{c as n}from"./index-9b84fabc.js";import{F as l,a as o,A as i,I as p}from"./constants-ad6c82db.js";import{u as s}from"./uuid-fe7442b7.js";import{I as d}from"./Icon-89da8de4.js";import{g as c}from"./color-a10c7892.js";import{u as m,B as u}from"./useBreakpoint-324a9b14.js";import b from"./components/Input/styles.module.scss";var f;!function(e){e.text="text",e.number="number",e.email="email",e.password="password",e.search="search",e.tel="tel",e.url="url"}(f||(f={}));var w=a.forwardRef((function(w,v){var _,h,I,y=w.defaultValue,g=w.placeholder,j=w.type,E=void 0===j?f.text:j,k=w.inputId,x=void 0===k?s():k,C=w.name,N=w.transparent,L=void 0!==N&&N,O=w.icon,B=w.iconRight,R=w.mode,V=w.variant,F=w.label,S=w.error,T=w.errorText,X=w.testId,z=w.disabled,A=w.readOnly,H=w.autocomplete,P=w.afterLabelChildren,q=w.belowLabelChildren,D=r(w,["defaultValue","placeholder","type","inputId","name","transparent","icon","iconRight","mode","variant","label","error","errorText","testId","disabled","readOnly","autocomplete","afterLabelChildren","belowLabelChildren"]),G=m(),J=t(null),K=R===l.ondark,M=R===l.onblueberry,Q=R===l.oninvalid||T||S,U=V===o.bigform,W=L&&R!==l.ondark&&!Q,Y=n(b["input-wrapper"],e({},b["input-wrapper--invalid"],T)),Z=n(b["input-wrapper__label-wrapper"],(e(_={},b["input-wrapper__label-wrapper--on-dark"],K),e(_,b["input-wrapper__label-wrapper--disabled"],z),_)),$=n(b["content-wrapper"],(e(h={},b["content-wrapper--transparent"],W),e(h,b["content-wrapper--on-blueberry"],M),e(h,b["content-wrapper--on-dark"],K),e(h,b["content-wrapper--invalid"],Q),e(h,b["content-wrapper--bigform"],U),e(h,b["content-wrapper--disabled"],z),e(h,b["content-wrapper--with-icon"],O),h)),ee=n(b["content-wrapper__input"],(e(I={},b["content-wrapper__input--bigform"],U),e(I,b["content-wrapper__input--disabled"],z),I)),re=z?c("neutral",500):c("black"),ae=function(){var e=G!==u.Xs&&U?p.Small:p.XSmall;return void 0!==O?a.createElement(d,{color:re,size:e,svgIcon:O}):null};return a.createElement("div",{"data-testid":X,"data-analyticsid":i.Input,className:Y},F&&a.createElement("div",{className:Z},a.createElement("label",{htmlFor:x},F),P&&a.createElement("div",{className:b["input-wrapper__after-label-children"]},P)),q&&a.createElement("div",null,q),a.createElement("div",{onClick:function(){if(J&&J.current&&O){var e=B?0:1;J.current.children[e].focus()}},ref:J,className:$},!B&&ae(),a.createElement("input",Object.assign({name:C,type:E,defaultValue:y,id:x,className:ee,ref:v,"aria-invalid":!!Q,disabled:z,placeholder:g,readOnly:A,autoComplete:H||"off"},D)),B&&ae()))}));export{w as I,f as a};
|
|
2
|
+
//# sourceMappingURL=Input-78fb6d0d.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input-78fb6d0d.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,a}from"./_rollupPluginBabelHelpers-d0752906.js";import r,{useState as l,useRef as t,useEffect as o}from"react";import{c as d}from"./index-9b84fabc.js";import{u as n}from"./uuid-fe7442b7.js";import i from"./components/Loader/styles.module.scss";import{A as s}from"./constants-ad6c82db.js";var m;!function(e){e.screen="screen",e.parent="parent"}(m||(m={}));var c=r.forwardRef((function(c,p){var v,u,_,b=c.overlay,f=c.color,y=void 0===f?b?"black":"neutral":f,w=c.size,E=void 0===w?"small":w,N=c.className,L=void 0===N?"":N,g=c.labelId,h=void 0===g?n():g,k=c.testId,j=c.center,x=c.inline,I=c.ariaLabelledById,B=c.ariaLabel,z=void 0===B?"Laster inn":B,A=l(b!==m.parent&&!x),H=e(A,2),O=H[0],P=H[1],R="small"===E,q="medium"===E,C="large"===E,D=d(i["loader-wrapper"],(a(v={},i["loader-wrapper--center"],j),a(v,i["loader-wrapper--overlay"],b),a(v,i["loader-wrapper--overlay-screen"],b===m.screen),a(v,i["loader-wrapper--overlay-parent"],b===m.parent&&O),a(v,i["loader-wrapper--inline"],x&&O),v)),F=d(i.loader,(a(u={},i["loader--small"],R),a(u,i["loader--medium"],q),a(u,i["loader--large"],C),u),L),G=d(i.loader__dot,(a(_={},i["loader__dot--small"],R),a(_,i["loader__dot--medium"],q),a(_,i["loader__dot--large"],C),a(_,i["loader__dot--banana"],"banana"===y),a(_,i["loader__dot--cherry"],"cherry"===y),a(_,i["loader__dot--kiwi"],"kiwi"===y),a(_,i["loader__dot--neutral"],"neutral"===y),a(_,i["loader__dot--plum"],"plum"===y),a(_,i["loader__dot--black"],"black"===y),a(_,i["loader__dot--white"],"white"===y),_)),J=t(null);return o((function(){var e,a,r,l;b===m.parent&&(null===(a=null===(e=J.current)||void 0===e?void 0:e.parentElement)||void 0===a?void 0:a.style)&&(J.current.parentElement.style.position="relative",P(!0)),x&&(null===(l=null===(r=J.current)||void 0===r?void 0:r.parentElement)||void 0===l?void 0:l.style)&&(J.current.parentElement.style.display="flex",P(!0))}),[]),r.createElement("div",{role:"progressbar",className:D,ref:J},O&&r.createElement("div",{"data-testid":k,"data-analyticsid":s.Loader,"aria-labelledby":I||h,className:F},r.createElement("div",{className:G}),r.createElement("div",{className:G}),r.createElement("div",{className:G}),r.createElement("div",{className:G}),!I&&r.createElement("span",{id:h,className:i["loader__hidden-text"]},z)))}));export{c as L,m as O};
|
|
2
|
+
//# sourceMappingURL=Loader-b7486541.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader-b7486541.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,a as t}from"./_rollupPluginBabelHelpers-d0752906.js";import a,{useRef as r,useEffect as n,useState as l}from"react";import{c as o}from"./index-9b84fabc.js";import{p as i}from"./palette-f206f488.js";import{B as c}from"./Button-af3b4953.js";import{I as s}from"./Icon-89da8de4.js";import{A as d,Z as m,I as u}from"./constants-ad6c82db.js";import v from"./components/Modal/styles.module.scss";import{A as p,a as f}from"./AlertSignFill-e607ff43.js";import{T as _}from"./Title-fab4097d.js";import{u as E}from"./uuid-fe7442b7.js";import{C as h}from"./Close-007fca15.js";import{createPortal as b}from"react-dom";function y(){var e=r(null);function t(t){var a=e.current,r="Tab"===t.key;if(a&&r){var n=function(e){try{return("string"==typeof e?document.querySelector(e):e).getRootNode().activeElement}catch(t){return console.error("Feil ved å ta tak i active element basert på angitt node: ",e,t),null}}(a),l=null==a?void 0:a.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),o=l[0],i=1===l.length?o:l[l.length-1];t.shiftKey?n===o&&(i.focus(),t.preventDefault()):n===i&&(o.focus(),t.preventDefault())}}function a(t){var a=e.current;if(a){var r=a.querySelectorAll('a[href], button, textarea, input[type="text"], input[type="radio"], input[type="checkbox"], select');1===r.length&&(r[0].focus(),t.preventDefault())}}return n((function(){var r=e.current;return r.addEventListener("keydown",t),r.addEventListener("click",a),function(){r.removeEventListener("keydown",t),r.removeEventListener("click",a)}}),[]),e}var g,N,C=function(e,t,a){n((function(){var r=new IntersectionObserver(t,a);return(null==e?void 0:e.current)&&r.observe(e.current),function(){(null==e?void 0:e.current)&&r.unobserve(e.current)}}),[e])},x=function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=l(!1),n=e(r,2),o=n[0],i=n[1],c=function(e){i(e[0].intersectionRatio>=a)};return C(t,c,{threshold:a}),o},w=function(e){e.isExtraSmall;var t=e.isHovered,r=a.createElement("path",{d:"m9.16 23.421 2.883-2.773 8.262 8.584L35.958 12.97l2.882 2.774-18.536 19.257-11.143-11.58zm26.744-13.279-15.6 16.206-8.206-8.529-5.766 5.547 13.973 14.518 21.362-22.193-5.764-5.549z","fill-rule":"evenodd"});return t?a.createElement("path",{d:"m11.128 25.394 2.88-2.771 6.291 6.613 17.071-17.68 2.882 2.775-19.944 20.668-9.18-9.605zM37.318 8.73 20.31 26.345l-6.239-6.558-5.766 5.548 11.996 12.552 22.781-23.609-5.764-5.548z","fill-rule":"evenodd"}):r};function k(e){var t=e.children,r=e.parent,n=e.className,l=e.testId,o=a.useMemo((function(){return document.createElement("div")}),[]);return o.setAttribute("data-analyticsid",d.Portal),l&&o.setAttribute("data-testid",l),a.useEffect((function(){var e=r&&r.appendChild?r:document.body,t=["portal-container"];return n&&n.split(" ").forEach((function(e){return t.push(e)})),t.forEach((function(e){return o.classList.add(e)})),e.appendChild(o),function(){e.removeChild(o)}}),[o,r,n]),b(t,o)}!function(e){e.normal="normal",e.warning="warning",e.error="error",e.success="success",e.image="image"}(g||(g={})),function(e){e.large="large",e.medium="medium"}(N||(N={}));var L={variant:g.normal,primaryButtonText:"OK",titleId:E(),className:"",size:N.large,zIndex:m.Modal},B=function(e,t){var r=function(e){return e===g.error?a.createElement(s,{size:u.Small,svgIcon:p,color:i.cherry500}):e===g.warning?a.createElement(s,{size:u.Small,svgIcon:f,color:i.black}):e===g.success?a.createElement(s,{size:u.Small,svgIcon:w,color:i.kiwi900}):null}(e);return r?a.createElement("div",{className:v.modal__iconWrapper},r):t?a.createElement("div",{className:v.modal__iconWrapper},a.cloneElement(t,{size:u.Small})):null},I=function(r){var l,i,s,m=a.useState(0),u=e(m,2),p=u[0],f=u[1],E=a.useRef(null),b=a.useRef(null),N=a.useRef(null),C=x(b),w=a.useRef(null),L=x(w),I=N.current&&N.current.scrollHeight>N.current.clientHeight;function z(e){"Escape"===e.key&&r.onClose&&(e.stopPropagation(),r.onClose())}function S(e){e.target&&W.current===e.target&&r.onClose&&(e.stopPropagation(),r.onClose())}var T=r.variant===g.image,W=a.useRef(null),j=r.secondaryButtonText&&(null===(i=r.secondaryButtonText)||void 0===i?void 0:i.length)>0||r.onSuccess,A=r.ariaLabelledBy?void 0:r.ariaLabel,M=r.ariaLabelledBy?r.ariaLabelledBy:r.ariaLabel?void 0:r.titleId;n((function(){var e,t=W.current;return null===(e=E.current)||void 0===e||e.focus(),document.body.style.overflow="hidden",r.disableCloseEvents||!t||j||(t.addEventListener("keydown",z),t.addEventListener("click",S)),function(){document.body.style.removeProperty("overflow"),r.disableCloseEvents||!t||j||(t.removeEventListener("keydown",z),t.removeEventListener("click",S))}}),[]);var R=o((t(l={},v["modal__title--error"],r.variant===g.error),t(l,v["modal__title--success"],r.variant===g.success),l)),P=a.createElement("div",{"data-testid":"dialog-container"},a.createElement("div",{ref:W,className:v["modal-overlay"],"data-testid":r.testId,"data-analyticsid":d.Modal,style:{zIndex:r.zIndex}},a.createElement("div",{className:v.align,ref:y()},a.createElement("div",{className:o(r.className,v.modal,v["modal--".concat(r.variant)],v["modal--".concat(r.size)]),role:"dialog","aria-label":A,"aria-labelledby":M},a.createElement("div",{tabIndex:p,ref:E,onBlur:function(){return f(-1)}}),a.createElement("div",{className:o(v.modal__shadow,v["modal__shadow--top"],t({},v["modal__shadow--show"],!C&&I))}),a.createElement("div",{className:o(v.modal__contentWrapper,t({},v["modal__contentWrapper--image"],T)),ref:N},!r.noCloseButton&&a.createElement("div",{className:v.modal__closeWrapper},a.createElement("div",{className:o(v.modal__closeWrapper__close)},a.createElement(h,{onClick:r.onClose,ariaLabel:r.ariaLabelCloseBtn}))),a.createElement("div",{className:o(v["modal__contentWrapper__scroll--".concat(r.size)],t({},v["modal__contentWrapper__scroll--image"],T))},a.createElement("div",{ref:b}),a.createElement("div",{className:v.modal__contentWrapper__title},B(r.variant,r.icon),a.createElement(_,{id:M,htmlMarkup:"h3",appearance:"title3",className:R},r.title),r.afterTitleChildren&&a.createElement("div",{className:v.modal__afterTitleChildren},r.afterTitleChildren)),T&&a.createElement("div",null,a.createElement("div",{className:v.modal__contentWrapper__imageWrapper},r.children),a.createElement("span",{className:v.modal__contentWrapper__imageDescription},r.description)),!T&&r.children&&a.createElement("div",null,r.children),!T&&!r.children&&a.createElement("p",{className:v.modal__description},r.description),a.createElement("div",{ref:w}))),a.createElement("div",{className:o(v.modal__shadow,v["modal__shadow--bottom"],t({},v["modal__shadow--show"],!L&&I))}),j&&a.createElement("div",{className:o(v["modal__call-to-action"],v["modal__call-to-action--".concat(r.size)])},r.onSuccess&&a.createElement(c,{onClick:r.onSuccess},r.primaryButtonText),r.secondaryButtonText&&(null===(s=r.secondaryButtonText)||void 0===s?void 0:s.length)>0&&a.createElement(c,{variant:"borderless",onClick:r.onClose},r.secondaryButtonText))))));if(r.printable){return a.createElement(k,{className:"print-modal",testId:"print-modal"},a.createElement("style",{media:"print"},"body > *:not(.".concat("print-modal",") {display: none;}")),P)}return P};I.defaultProps=L;export{I as M,g as a,N as b};
|
|
2
|
+
//# sourceMappingURL=Modal-99b652f4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal-99b652f4.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/README.md
CHANGED
|
@@ -1,65 +1,69 @@
|
|
|
1
|
-
# `designsystem-react`
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
import '
|
|
38
|
-
|
|
39
|
-
import
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
1
|
+
# `designsystem-react`
|
|
2
|
+
|
|
3
|
+
<h1>OUTDATED -> should refer to confluence for now</h1>
|
|
4
|
+
|
|
5
|
+
<a href="https://www.npmjs.com/package/@helsenorge/designsystem-react/v/latest">
|
|
6
|
+
<img src="https://img.shields.io/npm/v/@helsenorge/designsystem-react/latest" />
|
|
7
|
+
</a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/@helsenorge/designsystem-react/v/next">
|
|
9
|
+
<img src="https://img.shields.io/npm/v/@helsenorge/designsystem-react/next" />
|
|
10
|
+
</a>
|
|
11
|
+
|
|
12
|
+
## 👋 Introduction
|
|
13
|
+
|
|
14
|
+
**TODO: Add introduction text**
|
|
15
|
+
|
|
16
|
+
## 🚀 Quick start
|
|
17
|
+
|
|
18
|
+
To install and use our React components simply run the following commands in your favorite terminal:
|
|
19
|
+
|
|
20
|
+
### yarn
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
yarn add @helsenorge/designsystem-react
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### npm
|
|
27
|
+
|
|
28
|
+
```npm
|
|
29
|
+
npm install @helsenorge/designsystem-react
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Usage example
|
|
33
|
+
|
|
34
|
+
This is example takes basis in the file `App.tsx/js` from the out-of-the-box project using CRA.
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import React from 'react';
|
|
38
|
+
import logo from './logo.svg';
|
|
39
|
+
import './App.css';
|
|
40
|
+
|
|
41
|
+
import { CommonButton } from '@helsenorge/designsystem-react';
|
|
42
|
+
|
|
43
|
+
const App: React.FC = () => {
|
|
44
|
+
return (
|
|
45
|
+
<div className="App">
|
|
46
|
+
<header className="App-header">
|
|
47
|
+
<img src={logo} className="App-logo" alt="logo" />
|
|
48
|
+
<p>
|
|
49
|
+
Edit <code>src/App.tsx</code> and save to reload.
|
|
50
|
+
</p>
|
|
51
|
+
<a className="App-link" href="https://reactjs.org" target="_blank" rel="noopener noreferrer">
|
|
52
|
+
Learn React
|
|
53
|
+
</a>
|
|
54
|
+
</header>
|
|
55
|
+
<CommonButton>Hello world!</CommonButton>
|
|
56
|
+
</div>
|
|
57
|
+
);
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export default App;
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## 📓 Documentation
|
|
64
|
+
|
|
65
|
+
A more detailed getting started manual can be viewed [here](https://helsenorge.design/pattern-library). For a full overview of all the
|
|
66
|
+
available components and their specification, head over [here](https://helsenorge.design/pattern-library/components)
|
|
67
|
+
|
|
68
|
+
To read the full design system documentation head over to our web page [Helsenorge Design](https://helsenorge.design/). Here you can read
|
|
69
|
+
about our use of design principles, design language, patterns, compositions, live code examples and techincal component specifications.
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a}from"./_rollupPluginBabelHelpers-d0752906.js";import r from"react";import{c as o}from"./index-9b84fabc.js";import{u as e}from"./uuid-fe7442b7.js";import t from"./components/RadioButton/styles.module.scss";import{F as i,a as d,A as l}from"./constants-ad6c82db.js";var n=r.forwardRef((function(n,b){var s,u,m,c=n.className,p=n.defaultChecked,f=void 0!==p&&p,v=n.disabled,y=n.label,g=n.inputId,k=void 0===g?e():g,w=n.mode,N=n.name,h=void 0===N?k:N,j=n.variant,E=n.errorText,R=n.error,x=void 0===R?!!E:R,B=n.value,C=void 0===B?y:B,F=x||w===i.oninvalid,I=w===i.ondark,A=w===i.onblueberry,H=j===d.bigform,P=o(t["radio-button-wrapper"],(a(s={},t["radio-button-wrapper--with-error"],E),a(s,t["radio-button-wrapper--bigform"],H),s)),T=o(t["radio-button-label"],(a(u={},t["radio-button-label--disabled"],v),a(u,t["radio-button-label--on-dark"],I),a(u,t["radio-button-label--on-blueberry"],A),a(u,t["radio-button-label--invalid"],F),a(u,t["radio-button-label--bigform"],H),u)),_=o(t["radio-button"],(a(m={},t["radio-button--on-dark"],I),a(m,t["radio-button--disabled"],v),a(m,t["radio-button--on-blueberry"],A),a(m,t["radio-button--invalid"],F),m),c),q=o(t["radio-button-errors"],a({},t["radio-button-errors--bigform"],H));return r.createElement("div",{"data-testid":n.testId,"data-analyticsid":l.RadioButton,className:P},E&&r.createElement("p",{className:q},E),r.createElement("label",{htmlFor:k,className:T},r.createElement("input",{id:k,name:h,className:_,type:"radio",disabled:v,value:C,ref:b,"aria-invalid":x,defaultChecked:f}),y))}));export{n as R};
|
|
2
|
+
//# sourceMappingURL=RadioButton-d3ed3858.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButton-d3ed3858.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,a}from"./_rollupPluginBabelHelpers-d0752906.js";import{_ as r}from"./_tslib-51c8a283.js";import t,{useState as n,useRef as l,useEffect as o}from"react";import{c as i}from"./index-9b84fabc.js";import s from"./components/Textarea/styles.module.scss";import{F as d,A as c}from"./constants-ad6c82db.js";import{u as m}from"./uuid-fe7442b7.js";var p=t.forwardRef((function(p,u){var b,v,w,x=p.maxCharacters,f=p.maxText,_=p.testId,h=p.defaultValue,g=p.marginBottom,E=p.transparent,T=p.mode,C=p.label,j=p.textareaId,N=void 0===j?m():j,R=p.minRows,k=void 0===R?3:R,y=p.maxRows,B=void 0===y?10:y,I=p.grow,L=p.errorText,H=p.afterLabelChildren,V=p.belowLabelChildren,F=r(p,["maxCharacters","maxText","testId","defaultValue","marginBottom","transparent","mode","label","textareaId","minRows","maxRows","grow","errorText","afterLabelChildren","belowLabelChildren"]),A=n(k),M=e(A,2),O=M[0],P=M[1],q=n(h||""),z=e(q,2),D=z[0],G=z[1],J=l(null),K=function(e){var a=e.rows;e.rows=k;var r=Math.floor((e.scrollHeight-16)/28);r===a&&(e.rows=r),r>=B&&(e.rows=B,e.scrollTop=e.scrollHeight),P(r<B?r:B)},Q=T===d.ondark,S=T===d.onblueberry,U=x&&D.length>x,W=T===d.oninvalid||L||U,X=i(s.textarea,(a(b={},s["textarea--gutterBottom"],g),a(b,s["textarea--invalid"],L),b)),Y=i(s["textarea__label-wrapper"],a({},s["textarea__label-wrapper--on-dark"],Q)),Z=i(s["content-wrapper"],(a(v={},s["content-wrapper--transparent"],E),a(v,s["content-wrapper--on-blueberry"],S),a(v,s["content-wrapper--on-dark"],Q),a(v,s["content-wrapper--invalid"],W),a(v,s["content-wrapper--disabled"],p.disabled),v)),$=i(s["content-wrapper__input"],a({},s["content-wrapper__input--disabled"],p.disabled)),ee=i(s["textarea__counter-wrapper"],(a(w={},s["textarea__counter-wrapper--on-dark"],Q),a(w,s["textarea__counter-wrapper--invalid"],W),w));return o((function(){var e,a,r;if(I&&(null===(e=J.current)||void 0===e?void 0:e.children)&&(null===(a=J.current)||void 0===a?void 0:a.children[0])){var t=null===(r=J.current)||void 0===r?void 0:r.children[0];K(t)}}),[]),t.createElement("div",{"data-testid":_,"data-analyticsid":c.Textarea,className:X},C&&t.createElement("div",{className:Y},t.createElement("label",{htmlFor:N},C),H&&t.createElement("div",{className:s["textarea__after-label-children"]},H)),V&&t.createElement("div",null,V),t.createElement("div",{className:Z,ref:J},t.createElement("textarea",Object.assign({rows:O,defaultValue:h,id:N,className:$,ref:u,onChange:function(e){I&&K(e.target),G(e.target.value)},"aria-invalid":!!W},F))),x&&t.createElement("div",{className:ee},t.createElement("p",null,"".concat(D.length,"/").concat(x," ").concat(f||"tegn"))))}));export{p as T};
|
|
2
|
+
//# sourceMappingURL=Textarea-e48685fc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea-e48685fc.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as t}from"./_rollupPluginBabelHelpers-d0752906.js";import e from"react";import{c as i}from"./index-9b84fabc.js";import a from"./components/Title/styles.module.scss";import{A as r}from"./constants-ad6c82db.js";var o=function(t){return Object.prototype.hasOwnProperty.call(t,"marginTop")&&Object.prototype.hasOwnProperty.call(t,"marginBottom")},l=e.forwardRef((function(l,m){var n,c=l.id,s=l.children,p=l.className,d=l.htmlMarkup,f=void 0===d?"h1":d,g=l.appearance,u=void 0===g?"title1":g,y=l.margin,T=void 0===y?0:y,b=l.testId,h=i(a.title,(t(n={},a["title--feature"],"titleFeature"===u),t(n,a["title--title1"],"title1"===u),t(n,a["title--title2"],"title2"===u),t(n,a["title--title3"],"title3"===u),t(n,a["title--title4"],"title4"===u),t(n,a["title--title5"],"title5"===u),n),p),j=f,v=o(T)?{marginTop:"".concat(T.marginTop,"rem"),marginBottom:"".concat(T.marginBottom,"rem")}:{marginTop:"".concat(T,"rem"),marginBottom:"".concat(T,"rem")};return e.createElement(j,{id:c,className:h,style:v,ref:m,"data-testid":b,"data-analyticsid":r.Title},s)}));export{l as T,o as i};
|
|
2
|
+
//# sourceMappingURL=Title-fab4097d.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title-fab4097d.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import{c as a}from"./index-9b84fabc.js";import{F as e}from"./FormGroup-8372d8fb.js";import t from"./components/Validation/styles.module.scss";import{A as o}from"./constants-ad6c82db.js";var s=r.forwardRef((function(s,m){var n=s.errorSummary,i=s.className,l=a(t.validation,i);return r.createElement(r.Fragment,null,r.createElement("div",{"data-testid":s.testId,"data-analyticsid":o.Validation,className:l},r.Children.map(s.children,(function(a){return a.type===e?r.cloneElement(a,{className:n?t["form-group-wrapper--error-sibling"]:""}):a}))),n&&r.createElement("p",{className:t.validation__errors},n))}));export{s as V};
|
|
2
|
+
//# sourceMappingURL=Validation-56f0e37c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Validation-56f0e37c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r})(t)}function t(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")}function n(r,t){for(var n=0;n<t.length;n++){var e=t[n];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(r,e.key,e)}}function e(r,t,e){return t&&n(r.prototype,t),e&&n(r,e),r}function o(r,t,n){return t in r?Object.defineProperty(r,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):r[t]=n,r}function a(r,t){return function(r){if(Array.isArray(r))return r}(r)||function(r,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(r)))return;var n=[],e=!0,o=!1,a=void 0;try{for(var i,u=r[Symbol.iterator]();!(e=(i=u.next()).done)&&(n.push(i.value),!t||n.length!==t);e=!0);}catch(r){o=!0,a=r}finally{try{e||null==u.return||u.return()}finally{if(o)throw a}}return n}(r,t)||function(r,t){if(!r)return;if("string"==typeof r)return i(r,t);var n=Object.prototype.toString.call(r).slice(8,-1);"Object"===n&&r.constructor&&(n=r.constructor.name);if("Map"===n||"Set"===n)return Array.from(r);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i(r,t)}(r,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(r,t){(null==t||t>r.length)&&(t=r.length);for(var n=0,e=new Array(t);n<t;n++)e[n]=r[n];return e}export{a as _,o as a,r as b,e as c,t as d};
|
|
2
|
+
//# sourceMappingURL=_rollupPluginBabelHelpers-d0752906.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollupPluginBabelHelpers-d0752906.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
function e(e,t){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]])}return r}export{e as _};
|
|
16
|
+
//# sourceMappingURL=_tslib-51c8a283.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_tslib-51c8a283.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-a10c7892.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type AnchorLinkTargets = '_self' | '_blank' | '_parent';
|
|
3
|
+
interface AnchorLinkProps {
|
|
4
|
+
/** Sets the content of the <a> tag */
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
/** URL to link to */
|
|
7
|
+
href: string;
|
|
8
|
+
/** Gives a unique id to the anchor-link :) */
|
|
9
|
+
id?: string;
|
|
10
|
+
/** Adds custom classes to the element. */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** Sets the target type of the <a> tag. _blank adds an arrow icon at the end of the link */
|
|
13
|
+
target?: AnchorLinkTargets;
|
|
14
|
+
/** Sets the data-testid attribute. */
|
|
15
|
+
testId?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const AnchorLink: React.ForwardRefExoticComponent<AnchorLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
18
|
+
export default AnchorLink;
|
|
19
|
+
//# sourceMappingURL=AnchorLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnchorLink.d.ts","sourceRoot":"","sources":["../../../src/components/AnchorLink/AnchorLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,oBAAY,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE/D,UAAU,eAAe;IACvB,sCAAsC;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qBAAqB;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,8CAA8C;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4FAA4F;IAC5F,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,2FA8Bd,CAAC;AAEH,eAAe,UAAU,CAAC"}
|