@helsenorge/designsystem-react 1.0.0-beta103 → 1.0.0-beta107
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/Button-7e82091f.js +2 -0
- package/Button-7e82091f.js.map +1 -0
- package/CHANGELOG.md +52 -52
- package/Checkbox-f2418dc5.js +2 -0
- package/Checkbox-f2418dc5.js.map +1 -0
- package/Close-d81081c8.js +2 -0
- package/Close-d81081c8.js.map +1 -0
- package/FormGroup-af33981a.js +2 -0
- package/FormGroup-af33981a.js.map +1 -0
- package/Input-31d7accc.js +2 -0
- package/Input-31d7accc.js.map +1 -0
- package/{Loader-fa16a352.js → Loader-bc13d060.js} +2 -2
- package/Loader-bc13d060.js.map +1 -0
- package/Modal-ff546be0.js +2 -0
- package/Modal-ff546be0.js.map +1 -0
- package/README.md +69 -69
- package/{RadioButton-fe4bbd36.js → RadioButton-c173d440.js} +2 -2
- package/RadioButton-c173d440.js.map +1 -0
- package/{Textarea-e1d1144c.js → Textarea-78e20c9a.js} +2 -2
- package/Textarea-78e20c9a.js.map +1 -0
- package/{Title-af53f589.js → Title-9df559dd.js} +2 -2
- package/Title-9df559dd.js.map +1 -0
- package/{Validation-fd3f7f58.js → Validation-4041c083.js} +2 -2
- package/Validation-4041c083.js.map +1 -0
- package/components/AnchorLink/AnchorLink.d.ts +18 -18
- package/components/AnchorLink/index.d.ts +3 -3
- package/components/AnchorLink/index.js +1 -1
- package/components/AnchorLink/styles.module.scss +63 -63
- package/components/AnchorLink/styles.module.scss.d.ts +10 -10
- package/components/Avatar/Avatar.d.ts +15 -15
- package/components/Avatar/index.d.ts +3 -3
- package/components/Avatar/index.js +1 -1
- package/components/Avatar/styles.module.scss +22 -22
- package/components/Avatar/styles.module.scss.d.ts +11 -11
- package/components/Badge/Badge.d.ts +16 -16
- package/components/Badge/index.d.ts +3 -3
- package/components/Badge/index.js +1 -1
- package/components/Badge/styles.module.scss +41 -41
- package/components/Badge/styles.module.scss.d.ts +17 -17
- package/components/Button/Button.d.ts +41 -39
- package/components/Button/Button.d.ts.map +1 -1
- package/components/Button/componentdata.json +19 -0
- package/components/Button/index.d.ts +3 -3
- package/components/Button/index.js +1 -1
- package/components/Button/styles.module.scss +434 -434
- package/components/Button/styles.module.scss.d.ts +34 -34
- package/components/ButtonWithModal/ButtonWithModal.d.ts +10 -10
- package/components/ButtonWithModal/index.d.ts +3 -3
- package/components/ButtonWithModal/index.js +1 -1
- package/components/Checkbox/Checkbox.d.ts +30 -30
- package/components/Checkbox/index.d.ts +3 -3
- package/components/Checkbox/index.js +1 -1
- package/components/Checkbox/styles.module.scss +204 -204
- package/components/Checkbox/styles.module.scss.d.ts +26 -26
- package/components/Close/Close.d.ts +11 -11
- package/components/Close/index.d.ts +3 -3
- package/components/Close/index.js +1 -1
- package/components/Close/styles.module.scss +32 -32
- package/components/Close/styles.module.scss.d.ts +9 -9
- package/components/Expander/Expander.d.ts +32 -32
- package/components/Expander/Expander.d.ts.map +1 -1
- package/components/Expander/index.d.ts +3 -3
- package/components/Expander/index.js +1 -1
- package/components/Expander/styles.module.scss +165 -165
- package/components/Expander/styles.module.scss.d.ts +42 -42
- package/components/ExpanderList/ExpanderList.d.ts +47 -45
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -1
- package/components/ExpanderList/index.d.ts +3 -3
- package/components/ExpanderList/index.js +1 -1
- package/components/ExpanderList/styles.module.scss +160 -155
- package/components/ExpanderList/styles.module.scss.d.ts +28 -27
- package/components/FormExample/FormExample.d.ts +15 -15
- package/components/FormExample/index.d.ts +3 -3
- package/components/FormExample/index.js +1 -1
- package/components/FormExample/index.js.map +1 -1
- package/components/FormGroup/FormGroup.d.ts +24 -24
- package/components/FormGroup/index.d.ts +3 -3
- package/components/FormGroup/index.js +1 -1
- package/components/FormGroup/styles.module.scss +67 -67
- package/components/FormGroup/styles.module.scss.d.ts +16 -16
- package/components/HighlightBox/HighlightBox.d.ts +26 -23
- package/components/HighlightBox/HighlightBox.d.ts.map +1 -1
- package/components/HighlightBox/componentdata.json +19 -0
- package/components/HighlightBox/index.d.ts +3 -3
- package/components/HighlightBox/index.js +1 -1
- package/components/HighlightBox/styles.module.scss +174 -89
- package/components/Icons/ActiveMonitoring.d.ts +4 -4
- package/components/Icons/AcupunctureBack.d.ts +4 -4
- package/components/Icons/AcupunctureBack.js +1 -1
- package/components/Icons/AdditionalIconInformation.js +263 -263
- package/components/Icons/AdditionalIconInformation.js.map +1 -1
- package/components/Icons/AlarmClock.d.ts +4 -4
- package/components/Icons/AlertSignFill.d.ts +4 -4
- package/components/Icons/AlertSignStroke.d.ts +4 -4
- package/components/Icons/Amputation.d.ts +4 -4
- package/components/Icons/Anxiety.d.ts +4 -4
- package/components/Icons/Apple.d.ts +4 -4
- package/components/Icons/Archive.d.ts +4 -4
- package/components/Icons/ArmFlexing.d.ts +4 -4
- package/components/Icons/ArrowLeft.d.ts +4 -4
- package/components/Icons/ArrowRight.d.ts +4 -4
- package/components/Icons/ArrowUpRight.d.ts +4 -4
- package/components/Icons/Attachment.d.ts +4 -4
- package/components/Icons/Atv.d.ts +4 -4
- package/components/Icons/Avatar.d.ts +4 -4
- package/components/Icons/AwakePersonOnPillow.d.ts +4 -4
- package/components/Icons/Baby.d.ts +4 -4
- package/components/Icons/BandAid.d.ts +4 -4
- package/components/Icons/BeerAndPills.d.ts +4 -4
- package/components/Icons/Bell.d.ts +4 -4
- package/components/Icons/Bike.d.ts +4 -4
- package/components/Icons/BirthControl.d.ts +4 -4
- package/components/Icons/BirthdayCake.d.ts +4 -4
- package/components/Icons/Boat.d.ts +4 -4
- package/components/Icons/Body.d.ts +4 -4
- package/components/Icons/Brain.d.ts +4 -4
- package/components/Icons/BreastReconstruction.d.ts +4 -4
- package/components/Icons/BreastRemoval.d.ts +4 -4
- package/components/Icons/Breasts.d.ts +4 -4
- package/components/Icons/BrokenHeart.d.ts +4 -4
- package/components/Icons/BrokenPuzzle.d.ts +4 -4
- package/components/Icons/Bus.d.ts +4 -4
- package/components/Icons/Calendar.d.ts +4 -4
- package/components/Icons/CalendarChange.d.ts +4 -4
- package/components/Icons/CalendarCheck.d.ts +4 -4
- package/components/Icons/CalendarEvent.d.ts +4 -4
- package/components/Icons/CalendarSave.d.ts +4 -4
- package/components/Icons/Cancer.d.ts +4 -4
- package/components/Icons/Car.d.ts +4 -4
- package/components/Icons/Change.d.ts +4 -4
- package/components/Icons/Check.d.ts +4 -4
- package/components/Icons/CheckOutline.d.ts +4 -4
- package/components/Icons/Chest.d.ts +4 -4
- package/components/Icons/ChevronDown.d.ts +4 -4
- package/components/Icons/ChevronLeft.d.ts +4 -4
- package/components/Icons/ChevronRight.d.ts +4 -4
- package/components/Icons/ChevronUp.d.ts +4 -4
- package/components/Icons/ChevronsDown.d.ts +4 -4
- package/components/Icons/ChevronsUp.d.ts +4 -4
- package/components/Icons/ChildPlaying.d.ts +4 -4
- package/components/Icons/Cigarette.d.ts +4 -4
- package/components/Icons/Contacts.d.ts +4 -4
- package/components/Icons/Copy.d.ts +4 -4
- package/components/Icons/CoronaCertificate.d.ts +4 -4
- package/components/Icons/Coronavirus.d.ts +4 -4
- package/components/Icons/Cough.d.ts +4 -4
- package/components/Icons/CriticalHealthInfo.d.ts +4 -4
- package/components/Icons/Cross.d.ts +4 -4
- package/components/Icons/DataExchange.d.ts +4 -4
- package/components/Icons/DataReceived.d.ts +4 -4
- package/components/Icons/DataSent.d.ts +4 -4
- package/components/Icons/Depression.d.ts +4 -4
- package/components/Icons/DigestiveSystem.d.ts +4 -4
- package/components/Icons/Dizzy.d.ts +4 -4
- package/components/Icons/Documents.d.ts +4 -4
- package/components/Icons/Dog.d.ts +4 -4
- package/components/Icons/DonorCard.d.ts +4 -4
- package/components/Icons/Download.d.ts +4 -4
- package/components/Icons/Draft.d.ts +4 -4
- package/components/Icons/EChat.d.ts +4 -4
- package/components/Icons/EarNoseThroat.d.ts +4 -4
- package/components/Icons/ElderlyPerson.d.ts +4 -4
- package/components/Icons/Embolization.d.ts +4 -4
- package/components/Icons/EnterFullScreen.d.ts +4 -4
- package/components/Icons/Envelope.d.ts +4 -4
- package/components/Icons/Epilepsy.d.ts +4 -4
- package/components/Icons/Eraser.d.ts +4 -4
- package/components/Icons/ErrorSignFill.d.ts +4 -4
- package/components/Icons/ErrorSignStroke.d.ts +4 -4
- package/components/Icons/EuropeanHealthCard.d.ts +4 -4
- package/components/Icons/ExitFullScreen.d.ts +4 -4
- package/components/Icons/Eye.d.ts +4 -4
- package/components/Icons/Facebook.d.ts +4 -4
- package/components/Icons/Female.d.ts +4 -4
- package/components/Icons/FemaleDoctor.d.ts +4 -4
- package/components/Icons/Ferry.d.ts +4 -4
- package/components/Icons/FingerBleed.d.ts +4 -4
- package/components/Icons/FirstAidKit.d.ts +4 -4
- package/components/Icons/FloppyDisk.d.ts +4 -4
- package/components/Icons/Football.d.ts +4 -4
- package/components/Icons/Form.d.ts +4 -4
- package/components/Icons/Forward.d.ts +4 -4
- package/components/Icons/Gallery.d.ts +4 -4
- package/components/Icons/Garden.d.ts +4 -4
- package/components/Icons/GasCan.d.ts +4 -4
- package/components/Icons/GenderIdentity.d.ts +4 -4
- package/components/Icons/Globe.d.ts +4 -4
- package/components/Icons/HandWaving.d.ts +4 -4
- package/components/Icons/HandWithDisease.d.ts +4 -4
- package/components/Icons/HealthClinic.d.ts +4 -4
- package/components/Icons/HealthWarning.d.ts +4 -4
- package/components/Icons/Heart.d.ts +4 -4
- package/components/Icons/HelpSign.d.ts +4 -4
- package/components/Icons/HelpingHand.d.ts +4 -4
- package/components/Icons/Hemodialysis.d.ts +4 -4
- package/components/Icons/Hiker.d.ts +4 -4
- package/components/Icons/Hipprosthesis.d.ts +4 -4
- package/components/Icons/History.d.ts +4 -4
- package/components/Icons/HivAndAids.d.ts +4 -4
- package/components/Icons/Home.d.ts +4 -4
- package/components/Icons/Hormone.d.ts +4 -4
- package/components/Icons/Hospital.d.ts +4 -4
- package/components/Icons/Hourglass.d.ts +4 -4
- package/components/Icons/Icon.d.ts +22 -22
- package/components/Icons/Icon.js +1 -1
- package/components/Icons/ImgFile.d.ts +4 -4
- package/components/Icons/Inbox.d.ts +4 -4
- package/components/Icons/InfoSignFill.d.ts +4 -4
- package/components/Icons/InfoSignStroke.d.ts +4 -4
- package/components/Icons/Instagram.d.ts +4 -4
- package/components/Icons/Intravenous.d.ts +4 -4
- package/components/Icons/JointPain.d.ts +4 -4
- package/components/Icons/Journal.d.ts +4 -4
- package/components/Icons/JpgFile.d.ts +4 -4
- package/components/Icons/Kidney.d.ts +4 -4
- package/components/Icons/KitchenScale.d.ts +4 -4
- package/components/Icons/Kjernejournal.d.ts +4 -4
- package/components/Icons/Laboratory.d.ts +4 -4
- package/components/Icons/LaptopBlog.d.ts +4 -4
- package/components/Icons/LawBook.d.ts +4 -4
- package/components/Icons/LightBulb.d.ts +4 -4
- package/components/Icons/List.d.ts +4 -4
- package/components/Icons/Location.d.ts +4 -4
- package/components/Icons/Lock.d.ts +4 -4
- package/components/Icons/Lungs.d.ts +4 -4
- package/components/Icons/Makeup.d.ts +4 -4
- package/components/Icons/MaleDoctor.d.ts +4 -4
- package/components/Icons/MaleDoctorAndPerson.d.ts +4 -4
- package/components/Icons/MaleGenitalia.d.ts +4 -4
- package/components/Icons/Medicine.d.ts +4 -4
- package/components/Icons/MedicineWarning.d.ts +4 -4
- package/components/Icons/MentalHealthAdult.d.ts +4 -4
- package/components/Icons/MentalHealthChild.d.ts +4 -4
- package/components/Icons/Menu.d.ts +4 -4
- package/components/Icons/Microscope.d.ts +4 -4
- package/components/Icons/Minus.d.ts +4 -4
- package/components/Icons/Mirror.d.ts +4 -4
- package/components/Icons/MobilePhone.d.ts +4 -4
- package/components/Icons/MotherHoldingBaby.d.ts +4 -4
- package/components/Icons/MuscleBack.d.ts +4 -4
- package/components/Icons/MuscleLeg.d.ts +4 -4
- package/components/Icons/Mushroom.d.ts +4 -4
- package/components/Icons/Music.d.ts +4 -4
- package/components/Icons/MusselsAndSalt.d.ts +4 -4
- package/components/Icons/NoEye.d.ts +4 -4
- package/components/Icons/NoEye.js +1 -1
- package/components/Icons/NoFilter.d.ts +4 -4
- package/components/Icons/Notepad.d.ts +4 -4
- package/components/Icons/Osteotomy.d.ts +4 -4
- package/components/Icons/PaintRoller.d.ts +4 -4
- package/components/Icons/PaperPlane.d.ts +4 -4
- package/components/Icons/PatientAndPerson.d.ts +4 -4
- package/components/Icons/Pause.d.ts +4 -4
- package/components/Icons/PdfFile.d.ts +4 -4
- package/components/Icons/Pencil.d.ts +4 -4
- package/components/Icons/PeopleTalking.d.ts +4 -4
- package/components/Icons/Peritonealdialysis.d.ts +4 -4
- package/components/Icons/Person.d.ts +4 -4
- package/components/Icons/PersonAndPatient.d.ts +4 -4
- package/components/Icons/PersonInXRayMachine.d.ts +4 -4
- package/components/Icons/PersonOverweight.d.ts +4 -4
- package/components/Icons/PersonRelaxing.d.ts +4 -4
- package/components/Icons/PersonWithBrain.d.ts +4 -4
- package/components/Icons/PersonWithBrokenArm.d.ts +4 -4
- package/components/Icons/PersonWithCrutches.d.ts +4 -4
- package/components/Icons/PersonWithJaw.d.ts +4 -4
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -4
- package/components/Icons/PersonWithSenses.d.ts +4 -4
- package/components/Icons/PersonWorking.d.ts +4 -4
- package/components/Icons/PizzaSlice.d.ts +4 -4
- package/components/Icons/Plane.d.ts +4 -4
- package/components/Icons/Plant.d.ts +4 -4
- package/components/Icons/Play.d.ts +4 -4
- package/components/Icons/PlusLarge.d.ts +4 -4
- package/components/Icons/PlusSmall.d.ts +4 -4
- package/components/Icons/PngFile.d.ts +4 -4
- package/components/Icons/Podcast.d.ts +4 -4
- package/components/Icons/PoisonInformation.d.ts +4 -4
- package/components/Icons/Pregnant.d.ts +4 -4
- package/components/Icons/Printer.d.ts +4 -4
- package/components/Icons/Psychosis.d.ts +4 -4
- package/components/Icons/Publication.d.ts +4 -4
- package/components/Icons/Puzzle.d.ts +4 -4
- package/components/Icons/QrCode.d.ts +4 -4
- package/components/Icons/Quarrel.d.ts +4 -4
- package/components/Icons/RadioTherapy.d.ts +4 -4
- package/components/Icons/RadioactiveTreatment.d.ts +4 -4
- package/components/Icons/Radioiodine.d.ts +4 -4
- package/components/Icons/Receipt.d.ts +4 -4
- package/components/Icons/Receptionist.d.ts +4 -4
- package/components/Icons/Recovery.d.ts +4 -4
- package/components/Icons/Referral.d.ts +4 -4
- package/components/Icons/Refresh.d.ts +4 -4
- package/components/Icons/Refund.d.ts +4 -4
- package/components/Icons/Reply.d.ts +4 -4
- package/components/Icons/Rocket.d.ts +4 -4
- package/components/Icons/RtfFile.d.ts +4 -4
- package/components/Icons/STDs.d.ts +4 -4
- package/components/Icons/Save.d.ts +4 -4
- package/components/Icons/Scale.d.ts +4 -4
- package/components/Icons/Search.d.ts +4 -4
- package/components/Icons/SectionSign.d.ts +4 -4
- package/components/Icons/SectionSign.js +1 -1
- package/components/Icons/Settings.d.ts +4 -4
- package/components/Icons/Sexualorientation.d.ts +4 -4
- package/components/Icons/ShakingHand.d.ts +4 -4
- package/components/Icons/Share.d.ts +4 -4
- package/components/Icons/Shield.d.ts +4 -4
- package/components/Icons/ShuntOperation.d.ts +4 -4
- package/components/Icons/Skeleton.d.ts +4 -4
- package/components/Icons/Skin.d.ts +4 -4
- package/components/Icons/Snake.d.ts +4 -4
- package/components/Icons/Snapchat.d.ts +4 -4
- package/components/Icons/SpeechBubble.d.ts +4 -4
- package/components/Icons/SpeechBubble.js +1 -1
- package/components/Icons/Spray.d.ts +4 -4
- package/components/Icons/Stopwatch.d.ts +4 -4
- package/components/Icons/SupportingPerson.d.ts +4 -4
- package/components/Icons/SupportingPerson.js +1 -1
- package/components/Icons/Surgery.d.ts +4 -4
- package/components/Icons/Syringe.d.ts +4 -4
- package/components/Icons/Syringe.js +1 -1
- package/components/Icons/Taxi.d.ts +4 -4
- package/components/Icons/TeddyBear.d.ts +4 -4
- package/components/Icons/Teenagers.d.ts +4 -4
- package/components/Icons/ThinkingAboutBaby.d.ts +4 -4
- package/components/Icons/Ticket.d.ts +4 -4
- package/components/Icons/TimePassing.d.ts +4 -4
- package/components/Icons/Toolbox.d.ts +4 -4
- package/components/Icons/Tooth.d.ts +4 -4
- package/components/Icons/TotalKneeProsthesis.d.ts +4 -4
- package/components/Icons/Train.d.ts +4 -4
- package/components/Icons/Transplantation.d.ts +4 -4
- package/components/Icons/TrashCan.d.ts +4 -4
- package/components/Icons/Twitter.d.ts +4 -4
- package/components/Icons/Undo.d.ts +4 -4
- package/components/Icons/UniProsthesis.d.ts +4 -4
- package/components/Icons/Upload.d.ts +4 -4
- package/components/Icons/UserOrganization.d.ts +4 -4
- package/components/Icons/Vaccine.d.ts +4 -4
- package/components/Icons/VerticalDots.d.ts +4 -4
- package/components/Icons/VideoCamera.d.ts +4 -4
- package/components/Icons/VideoChat.d.ts +4 -4
- package/components/Icons/Wallet.d.ts +4 -4
- package/components/Icons/Watch.d.ts +4 -4
- package/components/Icons/Website.d.ts +4 -4
- package/components/Icons/Wheelchair.d.ts +4 -4
- package/components/Icons/WheelchairActive.d.ts +4 -4
- package/components/Icons/Window.d.ts +4 -4
- package/components/Icons/WordDocument.d.ts +4 -4
- package/components/Icons/WorkSuitcase.d.ts +4 -4
- package/components/Icons/X.d.ts +4 -4
- package/components/Icons/XOutline.d.ts +4 -4
- package/components/Icons/XmlFile.d.ts +4 -4
- package/components/Icons/YouTube.d.ts +4 -4
- package/components/Icons/Zoom.d.ts +4 -4
- package/components/Icons/index.d.ts +4 -4
- package/components/Icons/index.js +1 -1
- package/components/Input/Input.d.ts +54 -54
- package/components/Input/index.d.ts +3 -3
- package/components/Input/index.js +1 -1
- package/components/Input/styles.module.scss +59 -59
- package/components/Input/styles.module.scss.d.ts +23 -23
- package/components/LinkList/LinkList.d.ts +41 -41
- package/components/LinkList/index.d.ts +3 -3
- package/components/LinkList/index.js +1 -1
- package/components/LinkList/styles.module.scss +147 -147
- package/components/LinkList/styles.module.scss.d.ts +26 -26
- package/components/List/List.d.ts +9 -9
- package/components/List/index.d.ts +3 -3
- package/components/List/index.js +1 -1
- package/components/List/styles.module.scss +11 -11
- package/components/List/styles.module.scss.d.ts +10 -10
- package/components/Loader/Loader.d.ts +32 -32
- package/components/Loader/index.d.ts +3 -3
- package/components/Loader/index.js +1 -1
- package/components/Loader/styles.module.scss +194 -194
- package/components/Logo/Logo.d.ts +17 -17
- package/components/Logo/index.d.ts +3 -3
- package/components/Logo/index.js +1 -1
- package/components/Modal/Modal.d.ts +69 -69
- package/components/Modal/__mocks__/IntersectionObserver.d.ts +5 -5
- package/components/Modal/index.d.ts +3 -3
- package/components/Modal/index.js +1 -1
- package/components/Modal/styles.module.scss +243 -243
- package/components/Modal/styles.module.scss.d.ts +41 -41
- package/components/NotificationPanel/NotificationPanel.d.ts +47 -47
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -1
- package/components/NotificationPanel/componentdata.json +1 -1
- package/components/NotificationPanel/index.d.ts +3 -3
- package/components/NotificationPanel/index.js +1 -1
- package/components/NotificationPanel/styles.module.scss +153 -138
- package/components/NotificationPanel/styles.module.scss.d.ts +33 -34
- package/components/Portal/index.d.ts +12 -12
- package/components/Portal/index.js +1 -1
- package/components/RadioButton/RadioButton.d.ts +30 -30
- package/components/RadioButton/index.d.ts +3 -3
- package/components/RadioButton/index.js +1 -1
- package/components/RadioButton/styles.module.scss +236 -236
- package/components/RadioButton/styles.module.scss.d.ts +23 -23
- package/components/Slider/Slider.d.ts +19 -19
- package/components/Slider/SliderUtils.d.ts +40 -40
- package/components/Slider/index.d.ts +3 -3
- package/components/Slider/index.js +1 -1
- package/components/Slider/styles.module.scss +85 -85
- package/components/Slider/styles.module.scss.d.ts +19 -19
- package/components/Spacer/Spacer.d.ts +12 -12
- package/components/Spacer/index.d.ts +3 -3
- package/components/Spacer/index.js +1 -1
- package/components/Spacer/styles.module.scss +47 -47
- package/components/Spacer/styles.module.scss.d.ts +22 -22
- package/components/Textarea/Textarea.d.ts +36 -36
- package/components/Textarea/index.d.ts +3 -3
- package/components/Textarea/index.js +1 -1
- package/components/Textarea/styles.module.scss +57 -57
- package/components/Textarea/styles.module.scss.d.ts +26 -26
- package/components/Tile/Tile.d.ts +33 -33
- package/components/Tile/index.d.ts +3 -3
- package/components/Tile/index.js +1 -1
- package/components/Tile/styles.module.scss +115 -115
- package/components/Tile/styles.module.scss.d.ts +18 -18
- package/components/Title/Title.d.ts +25 -25
- package/components/Title/index.d.ts +3 -3
- package/components/Title/index.js +1 -1
- package/components/Title/styles.module.scss +27 -27
- package/components/Title/styles.module.scss.d.ts +15 -15
- package/components/Validation/Validation.d.ts +16 -16
- package/components/Validation/index.d.ts +3 -3
- package/components/Validation/index.js +1 -1
- package/components/Validation/styles.module.scss +18 -18
- package/components/Validation/styles.module.scss.d.ts +10 -10
- package/constants-eb74321e.js +2 -0
- package/constants-eb74321e.js.map +1 -0
- package/constants.d.ts +91 -90
- package/constants.d.ts.map +1 -1
- package/hooks/focus-utils.d.ts +6 -6
- package/hooks/useBreakpoint.d.ts +12 -12
- package/hooks/useFocusToggle.d.ts +13 -13
- package/hooks/useFocusTrap.d.ts +3 -3
- package/hooks/useHover.d.ts +11 -11
- package/hooks/useIcons.d.ts +3 -3
- package/hooks/useIntersectionObserver.d.ts +10 -10
- package/hooks/useIsVisible.d.ts +9 -9
- package/hooks/useLayoutEvent.d.ts +8 -8
- package/hooks/usePrevious.d.ts +7 -0
- package/hooks/usePrevious.d.ts.map +1 -0
- package/hooks/useSize.d.ts +9 -0
- package/hooks/useSize.d.ts.map +1 -0
- package/hooks/useSticky.d.ts +20 -20
- package/hooks/useWindowSize.d.ts +4 -4
- package/index.d.ts +13 -11
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/package.json +2 -6
- package/scss/_body.scss +11 -11
- package/scss/_breakpoints.scss +16 -16
- package/scss/_font-settings.scss +8 -8
- package/scss/_fonts.scss +112 -112
- package/scss/_grid.scss +1 -1
- package/scss/_input.scss +176 -175
- package/scss/_palette.scss +136 -136
- package/scss/_print.scss +176 -176
- package/scss/_reset.scss +13 -13
- package/scss/_spacers.scss +40 -40
- package/scss/_title.scss +59 -59
- package/scss/helsenorge.scss +8 -8
- package/scss/typography.module.scss +154 -154
- package/theme/currys/color.d.ts +3 -3
- package/theme/currys/index.d.ts +2 -2
- package/theme/currys/spacing.d.ts +3 -3
- package/theme/grid.d.ts +20 -20
- package/theme/index.d.ts +98 -98
- package/theme/palette.d.ts +67 -67
- package/theme/spacers.d.ts +18 -18
- package/usePrevious-ae293b10.js +2 -0
- package/usePrevious-ae293b10.js.map +1 -0
- package/useSticky-d61d1f0b.js +2 -0
- package/useSticky-d61d1f0b.js.map +1 -0
- package/utils/debounce.d.ts +7 -7
- package/utils/uuid.d.ts +2 -2
- package/utils/viewport.d.ts +1 -1
- package/AlertSignFill-e607ff43.js +0 -2
- package/AlertSignFill-e607ff43.js.map +0 -1
- package/Button-d5147e38.js +0 -2
- package/Button-d5147e38.js.map +0 -1
- package/Check-6291ad09.js +0 -2
- package/Check-6291ad09.js.map +0 -1
- package/Checkbox-798282e4.js +0 -2
- package/Checkbox-798282e4.js.map +0 -1
- package/ChevronUp-4b6797ef.js +0 -2
- package/ChevronUp-4b6797ef.js.map +0 -1
- package/Close-35ad7d35.js +0 -2
- package/Close-35ad7d35.js.map +0 -1
- package/FormGroup-0577b07f.js +0 -2
- package/FormGroup-0577b07f.js.map +0 -1
- package/Icon-89da8de4.js +0 -2
- package/Icon-89da8de4.js.map +0 -1
- package/Input-19650c24.js +0 -2
- package/Input-19650c24.js.map +0 -1
- package/Loader-fa16a352.js.map +0 -1
- package/Modal-ad02991b.js +0 -2
- package/Modal-ad02991b.js.map +0 -1
- package/RadioButton-fe4bbd36.js.map +0 -1
- package/Textarea-e1d1144c.js.map +0 -1
- package/Title-af53f589.js.map +0 -1
- package/Validation-fd3f7f58.js.map +0 -1
- package/constants-ad6c82db.js +0 -2
- package/constants-ad6c82db.js.map +0 -1
- package/useSticky-194f2b78.js +0 -2
- package/useSticky-194f2b78.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const MobilePhone: React.FC<SvgPathProps>;
|
|
4
|
-
export default MobilePhone;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const MobilePhone: React.FC<SvgPathProps>;
|
|
4
|
+
export default MobilePhone;
|
|
5
5
|
//# sourceMappingURL=MobilePhone.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const MotherHoldingBaby: React.FC<SvgPathProps>;
|
|
4
|
-
export default MotherHoldingBaby;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const MotherHoldingBaby: React.FC<SvgPathProps>;
|
|
4
|
+
export default MotherHoldingBaby;
|
|
5
5
|
//# sourceMappingURL=MotherHoldingBaby.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const MuscleBack: React.FC<SvgPathProps>;
|
|
4
|
-
export default MuscleBack;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const MuscleBack: React.FC<SvgPathProps>;
|
|
4
|
+
export default MuscleBack;
|
|
5
5
|
//# sourceMappingURL=MuscleBack.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const MuscleLeg: React.FC<SvgPathProps>;
|
|
4
|
-
export default MuscleLeg;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const MuscleLeg: React.FC<SvgPathProps>;
|
|
4
|
+
export default MuscleLeg;
|
|
5
5
|
//# sourceMappingURL=MuscleLeg.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Mushroom: React.FC<SvgPathProps>;
|
|
4
|
-
export default Mushroom;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Mushroom: React.FC<SvgPathProps>;
|
|
4
|
+
export default Mushroom;
|
|
5
5
|
//# sourceMappingURL=Mushroom.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Music: React.FC<SvgPathProps>;
|
|
4
|
-
export default Music;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Music: React.FC<SvgPathProps>;
|
|
4
|
+
export default Music;
|
|
5
5
|
//# sourceMappingURL=Music.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const MusselsAndSalt: React.FC<SvgPathProps>;
|
|
4
|
-
export default MusselsAndSalt;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const MusselsAndSalt: React.FC<SvgPathProps>;
|
|
4
|
+
export default MusselsAndSalt;
|
|
5
5
|
//# sourceMappingURL=MusselsAndSalt.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const NoEye: React.FC<SvgPathProps>;
|
|
4
|
-
export default NoEye;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const NoEye: React.FC<SvgPathProps>;
|
|
4
|
+
export default NoEye;
|
|
5
5
|
//# sourceMappingURL=NoEye.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import l from"react";import{
|
|
1
|
+
import l from"react";import{returnIcon as c}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-eb74321e.js";export default function(a){var e=a.isExtraSmall,t=a.isHovered;return c(e,t,l.createElement("path",{d:"M23.478 33.617c-2.67 0-4.927-.572-6.829-1.43l.955-.971a9.265 9.265 0 0 0 5.874 2.095c5.134 0 9.311-4.177 9.311-9.311 0-2.285-.83-4.377-2.2-6l1.324-1.347c4.185 2.503 6.224 6.312 6.714 7.347-.747 1.577-5.056 9.617-15.149 9.617Zm-1.347-7.008c.405.21.86.34 1.347.34a2.949 2.949 0 0 0 2.95-2.95c0-.506-.14-.975-.365-1.392l3.612-3.676A7.97 7.97 0 0 1 31.49 24c0 4.417-3.594 8.01-8.01 8.01a7.967 7.967 0 0 1-4.957-1.728l3.61-3.673Zm3.316-4.791a2.928 2.928 0 0 0-1.969-.767A2.949 2.949 0 0 0 20.53 24c0 .779.307 1.482.801 2.009l-3.55 3.613A7.98 7.98 0 0 1 15.466 24c0-4.417 3.595-8.011 8.012-8.011 2.14 0 4.08.847 5.518 2.218l-3.549 3.61ZM8.328 24c.748-1.577 5.057-9.617 15.15-9.617 3.011 0 5.496.723 7.536 1.769l-1.108 1.128a9.271 9.271 0 0 0-6.428-2.592c-5.134 0-9.312 4.178-9.312 9.312a9.28 9.28 0 0 0 2.702 6.549l-1.164 1.185c-4.643-2.477-6.86-6.645-7.376-7.734Zm31.612-.253c-.03-.072-2.129-4.89-7.113-8.024l5.984-6.09-.708-.696-6.156 6.266c-2.268-1.246-5.068-2.121-8.469-2.121-11.83 0-16.417 10.558-16.462 10.665L6.91 24l.107.253c.031.074 2.312 5.31 7.77 8.416l-5.598 5.697.708.695 5.804-5.906c2.14 1.05 4.714 1.763 7.778 1.763 11.83 0 16.417-10.56 16.462-10.665l.106-.253-.106-.253Z","fill-rule":"evenodd"}),l.createElement("path",{d:"M23.478 33.617c-2.67 0-4.927-.572-6.829-1.43l.955-.971a9.265 9.265 0 0 0 5.874 2.095c5.134 0 9.311-4.177 9.311-9.311 0-2.285-.83-4.377-2.2-6l1.324-1.347c4.181 2.5 6.22 6.304 6.713 7.344-.748 1.535-5.162 9.62-15.148 9.62Zm.197-8.58a2.944 2.944 0 1 0 3.74-3.805l2.26-2.301A7.97 7.97 0 0 1 31.49 24c0 4.417-3.594 8.01-8.01 8.01a7.967 7.967 0 0 1-4.957-1.728l5.153-5.245Zm2.501-3.961a2.931 2.931 0 0 0-2.678 2.726l-5.718 5.82A7.981 7.981 0 0 1 15.467 24c0-4.417 3.594-8.011 8.011-8.011 2.14 0 4.08.847 5.518 2.218l-2.82 2.869ZM8.328 24c.748-1.577 5.057-9.617 15.15-9.617 3.011 0 5.496.723 7.536 1.769l-1.108 1.128a9.271 9.271 0 0 0-6.428-2.592c-5.134 0-9.31 4.178-9.31 9.312a9.28 9.28 0 0 0 2.7 6.549l-1.164 1.185c-4.643-2.477-6.86-6.645-7.376-7.734Zm31.612-.252c-.03-.072-2.129-4.89-7.113-8.025l5.984-6.09-.708-.696-6.156 6.266c-2.268-1.246-5.068-2.121-8.469-2.121-11.83 0-16.417 10.558-16.462 10.665L6.91 24l.107.253c.031.074 2.312 5.31 7.77 8.416l-5.598 5.697.708.695 5.804-5.906c2.14 1.05 4.714 1.763 7.778 1.763 11.83 0 16.417-10.56 16.462-10.666l.106-.252-.106-.252Z","fill-rule":"evenodd"}),l.createElement("path",{d:"M30.215 31.395A9.647 9.647 0 0 0 33.667 24c0-2.47-.938-4.72-2.469-6.432l.32-.327c3.788 2.087 5.848 5.34 6.602 6.76-.839 1.577-3.28 5.406-7.905 7.394ZM9.88 24c.838-1.577 3.28-5.407 7.906-7.394A9.647 9.647 0 0 0 14.332 24c0 2.471.94 4.72 2.471 6.432l-.322.327C12.694 28.673 10.634 25.42 9.88 24ZM24 16.102a7.86 7.86 0 0 1 5.067 1.846l-3.47 3.532a2.963 2.963 0 0 0-1.596-.47A2.99 2.99 0 0 0 21.009 24c0 .608.185 1.172.497 1.645l-3.464 3.525a7.862 7.862 0 0 1-1.94-5.17c0-4.356 3.543-7.898 7.899-7.898Zm0 15.797a7.866 7.866 0 0 1-5.067-1.847l3.47-3.532c.463.295 1.008.47 1.598.47a2.99 2.99 0 0 0 2.494-4.634l3.464-3.526a7.857 7.857 0 0 1 1.94 5.17c0 4.356-3.543 7.899-7.898 7.899Zm8.798-15.959 5.461-5.56-.894-.877-5.717 5.818C29.55 14.29 27.025 13.588 24 13.588 12.302 13.588 7.914 24 7.914 24s2.11 4.99 7.289 8.06L9.74 37.62l.894.878 5.717-5.82c2.098 1.032 4.625 1.734 7.649 1.734C35.697 34.412 40.087 24 40.087 24s-2.11-4.99-7.289-8.06Z","fill-rule":"evenodd"}),l.createElement("path",{d:"M30.214 31.395A9.65 9.65 0 0 0 33.668 24c0-2.47-.94-4.72-2.47-6.43l.321-.328c3.787 2.087 5.847 5.34 6.601 6.758-.838 1.58-3.28 5.408-7.906 7.396ZM9.88 24.001c.839-1.58 3.28-5.408 7.905-7.396a9.65 9.65 0 0 0-3.452 7.394c0 2.472.938 4.722 2.47 6.434l-.322.326c-3.787-2.086-5.847-5.34-6.601-6.758ZM24 16.1a7.86 7.86 0 0 1 5.067 1.848l-3.048 3.1a2.975 2.975 0 0 0-2.549 2.597l-5.427 5.525a7.857 7.857 0 0 1-1.942-5.172c0-4.355 3.543-7.898 7.899-7.898Zm0 15.798a7.862 7.862 0 0 1-5.067-1.847l4.76-4.845A2.989 2.989 0 0 0 29.416 24c0-1.24-.754-2.304-1.829-2.758l2.37-2.412a7.856 7.856 0 0 1 1.941 5.168c0 4.357-3.543 7.9-7.898 7.9Zm8.798-15.959 5.461-5.559-.894-.878-5.717 5.818C29.55 14.29 27.024 13.587 24 13.587c-11.698 0-16.087 10.414-16.087 10.414s2.111 4.988 7.289 8.06l-5.46 5.558.893.879 5.717-5.82c2.097 1.033 4.625 1.735 7.648 1.735C35.698 34.413 40.086 24 40.086 24s-2.11-4.99-7.288-8.06Z","fill-rule":"evenodd"}))}
|
|
2
2
|
//# sourceMappingURL=NoEye.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const NoFilter: React.FC<SvgPathProps>;
|
|
4
|
-
export default NoFilter;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const NoFilter: React.FC<SvgPathProps>;
|
|
4
|
+
export default NoFilter;
|
|
5
5
|
//# sourceMappingURL=NoFilter.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Notepad: React.FC<SvgPathProps>;
|
|
4
|
-
export default Notepad;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Notepad: React.FC<SvgPathProps>;
|
|
4
|
+
export default Notepad;
|
|
5
5
|
//# sourceMappingURL=Notepad.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Osteotomy: React.FC<SvgPathProps>;
|
|
4
|
-
export default Osteotomy;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Osteotomy: React.FC<SvgPathProps>;
|
|
4
|
+
export default Osteotomy;
|
|
5
5
|
//# sourceMappingURL=Osteotomy.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PaintRoller: React.FC<SvgPathProps>;
|
|
4
|
-
export default PaintRoller;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PaintRoller: React.FC<SvgPathProps>;
|
|
4
|
+
export default PaintRoller;
|
|
5
5
|
//# sourceMappingURL=PaintRoller.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PaperPlane: React.FC<SvgPathProps>;
|
|
4
|
-
export default PaperPlane;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PaperPlane: React.FC<SvgPathProps>;
|
|
4
|
+
export default PaperPlane;
|
|
5
5
|
//# sourceMappingURL=PaperPlane.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PatientAndPerson: React.FC<SvgPathProps>;
|
|
4
|
-
export default PatientAndPerson;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PatientAndPerson: React.FC<SvgPathProps>;
|
|
4
|
+
export default PatientAndPerson;
|
|
5
5
|
//# sourceMappingURL=PatientAndPerson.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Pause: React.FC<SvgPathProps>;
|
|
4
|
-
export default Pause;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Pause: React.FC<SvgPathProps>;
|
|
4
|
+
export default Pause;
|
|
5
5
|
//# sourceMappingURL=Pause.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PdfFile: React.FC<SvgPathProps>;
|
|
4
|
-
export default PdfFile;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PdfFile: React.FC<SvgPathProps>;
|
|
4
|
+
export default PdfFile;
|
|
5
5
|
//# sourceMappingURL=PdfFile.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Pencil: React.FC<SvgPathProps>;
|
|
4
|
-
export default Pencil;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Pencil: React.FC<SvgPathProps>;
|
|
4
|
+
export default Pencil;
|
|
5
5
|
//# sourceMappingURL=Pencil.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PeopleTalking: React.FC<SvgPathProps>;
|
|
4
|
-
export default PeopleTalking;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PeopleTalking: React.FC<SvgPathProps>;
|
|
4
|
+
export default PeopleTalking;
|
|
5
5
|
//# sourceMappingURL=PeopleTalking.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Peritonealdialysis: React.FC<SvgPathProps>;
|
|
4
|
-
export default Peritonealdialysis;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Peritonealdialysis: React.FC<SvgPathProps>;
|
|
4
|
+
export default Peritonealdialysis;
|
|
5
5
|
//# sourceMappingURL=Peritonealdialysis.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Person: React.FC<SvgPathProps>;
|
|
4
|
-
export default Person;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Person: React.FC<SvgPathProps>;
|
|
4
|
+
export default Person;
|
|
5
5
|
//# sourceMappingURL=Person.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonAndPatient: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonAndPatient;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonAndPatient: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonAndPatient;
|
|
5
5
|
//# sourceMappingURL=PersonAndPatient.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonInXRayMachine: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonInXRayMachine;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonInXRayMachine: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonInXRayMachine;
|
|
5
5
|
//# sourceMappingURL=PersonInXRayMachine.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonOverweight: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonOverweight;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonOverweight: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonOverweight;
|
|
5
5
|
//# sourceMappingURL=PersonOverweight.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonRelaxing: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonRelaxing;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonRelaxing: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonRelaxing;
|
|
5
5
|
//# sourceMappingURL=PersonRelaxing.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithBrain: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithBrain;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithBrain: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithBrain;
|
|
5
5
|
//# sourceMappingURL=PersonWithBrain.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithBrokenArm: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithBrokenArm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithBrokenArm: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithBrokenArm;
|
|
5
5
|
//# sourceMappingURL=PersonWithBrokenArm.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithCrutches: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithCrutches;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithCrutches: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithCrutches;
|
|
5
5
|
//# sourceMappingURL=PersonWithCrutches.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithJaw: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithJaw;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithJaw: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithJaw;
|
|
5
5
|
//# sourceMappingURL=PersonWithJaw.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithMagnifyingGlass: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithMagnifyingGlass;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithMagnifyingGlass: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithMagnifyingGlass;
|
|
5
5
|
//# sourceMappingURL=PersonWithMagnifyingGlass.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWithSenses: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWithSenses;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWithSenses: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWithSenses;
|
|
5
5
|
//# sourceMappingURL=PersonWithSenses.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PersonWorking: React.FC<SvgPathProps>;
|
|
4
|
-
export default PersonWorking;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PersonWorking: React.FC<SvgPathProps>;
|
|
4
|
+
export default PersonWorking;
|
|
5
5
|
//# sourceMappingURL=PersonWorking.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PizzaSlice: React.FC<SvgPathProps>;
|
|
4
|
-
export default PizzaSlice;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PizzaSlice: React.FC<SvgPathProps>;
|
|
4
|
+
export default PizzaSlice;
|
|
5
5
|
//# sourceMappingURL=PizzaSlice.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Plane: React.FC<SvgPathProps>;
|
|
4
|
-
export default Plane;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Plane: React.FC<SvgPathProps>;
|
|
4
|
+
export default Plane;
|
|
5
5
|
//# sourceMappingURL=Plane.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Plant: React.FC<SvgPathProps>;
|
|
4
|
-
export default Plant;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Plant: React.FC<SvgPathProps>;
|
|
4
|
+
export default Plant;
|
|
5
5
|
//# sourceMappingURL=Plant.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Play: React.FC<SvgPathProps>;
|
|
4
|
-
export default Play;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Play: React.FC<SvgPathProps>;
|
|
4
|
+
export default Play;
|
|
5
5
|
//# sourceMappingURL=Play.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PlusLarge: React.FC<SvgPathProps>;
|
|
4
|
-
export default PlusLarge;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PlusLarge: React.FC<SvgPathProps>;
|
|
4
|
+
export default PlusLarge;
|
|
5
5
|
//# sourceMappingURL=PlusLarge.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PlusSmall: React.FC<SvgPathProps>;
|
|
4
|
-
export default PlusSmall;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PlusSmall: React.FC<SvgPathProps>;
|
|
4
|
+
export default PlusSmall;
|
|
5
5
|
//# sourceMappingURL=PlusSmall.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PngFile: React.FC<SvgPathProps>;
|
|
4
|
-
export default PngFile;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PngFile: React.FC<SvgPathProps>;
|
|
4
|
+
export default PngFile;
|
|
5
5
|
//# sourceMappingURL=PngFile.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Podcast: React.FC<SvgPathProps>;
|
|
4
|
-
export default Podcast;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Podcast: React.FC<SvgPathProps>;
|
|
4
|
+
export default Podcast;
|
|
5
5
|
//# sourceMappingURL=Podcast.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const PoisonInformation: React.FC<SvgPathProps>;
|
|
4
|
-
export default PoisonInformation;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const PoisonInformation: React.FC<SvgPathProps>;
|
|
4
|
+
export default PoisonInformation;
|
|
5
5
|
//# sourceMappingURL=PoisonInformation.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Pregnant: React.FC<SvgPathProps>;
|
|
4
|
-
export default Pregnant;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Pregnant: React.FC<SvgPathProps>;
|
|
4
|
+
export default Pregnant;
|
|
5
5
|
//# sourceMappingURL=Pregnant.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Printer: React.FC<SvgPathProps>;
|
|
4
|
-
export default Printer;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Printer: React.FC<SvgPathProps>;
|
|
4
|
+
export default Printer;
|
|
5
5
|
//# sourceMappingURL=Printer.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Psychosis: React.FC<SvgPathProps>;
|
|
4
|
-
export default Psychosis;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Psychosis: React.FC<SvgPathProps>;
|
|
4
|
+
export default Psychosis;
|
|
5
5
|
//# sourceMappingURL=Psychosis.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Publication: React.FC<SvgPathProps>;
|
|
4
|
-
export default Publication;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Publication: React.FC<SvgPathProps>;
|
|
4
|
+
export default Publication;
|
|
5
5
|
//# sourceMappingURL=Publication.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Puzzle: React.FC<SvgPathProps>;
|
|
4
|
-
export default Puzzle;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Puzzle: React.FC<SvgPathProps>;
|
|
4
|
+
export default Puzzle;
|
|
5
5
|
//# sourceMappingURL=Puzzle.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const QrCode: React.FC<SvgPathProps>;
|
|
4
|
-
export default QrCode;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const QrCode: React.FC<SvgPathProps>;
|
|
4
|
+
export default QrCode;
|
|
5
5
|
//# sourceMappingURL=QrCode.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Quarrel: React.FC<SvgPathProps>;
|
|
4
|
-
export default Quarrel;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Quarrel: React.FC<SvgPathProps>;
|
|
4
|
+
export default Quarrel;
|
|
5
5
|
//# sourceMappingURL=Quarrel.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const RadioTherapy: React.FC<SvgPathProps>;
|
|
4
|
-
export default RadioTherapy;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const RadioTherapy: React.FC<SvgPathProps>;
|
|
4
|
+
export default RadioTherapy;
|
|
5
5
|
//# sourceMappingURL=RadioTherapy.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const RadioactiveTreatment: React.FC<SvgPathProps>;
|
|
4
|
-
export default RadioactiveTreatment;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const RadioactiveTreatment: React.FC<SvgPathProps>;
|
|
4
|
+
export default RadioactiveTreatment;
|
|
5
5
|
//# sourceMappingURL=RadioactiveTreatment.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Radioiodine: React.FC<SvgPathProps>;
|
|
4
|
-
export default Radioiodine;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Radioiodine: React.FC<SvgPathProps>;
|
|
4
|
+
export default Radioiodine;
|
|
5
5
|
//# sourceMappingURL=Radioiodine.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Receipt: React.FC<SvgPathProps>;
|
|
4
|
-
export default Receipt;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Receipt: React.FC<SvgPathProps>;
|
|
4
|
+
export default Receipt;
|
|
5
5
|
//# sourceMappingURL=Receipt.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Receptionist: React.FC<SvgPathProps>;
|
|
4
|
-
export default Receptionist;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Receptionist: React.FC<SvgPathProps>;
|
|
4
|
+
export default Receptionist;
|
|
5
5
|
//# sourceMappingURL=Receptionist.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgPathProps } from './Icon';
|
|
3
|
-
declare const Recovery: React.FC<SvgPathProps>;
|
|
4
|
-
export default Recovery;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgPathProps } from './Icon';
|
|
3
|
+
declare const Recovery: React.FC<SvgPathProps>;
|
|
4
|
+
export default Recovery;
|
|
5
5
|
//# sourceMappingURL=Recovery.d.ts.map
|