@helsenorge/designsystem-react 0.0.3-dev.6 → 1.0.0-alpha-nye-spacers
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-64bfef57.js +2 -0
- package/AlertSignFill-64bfef57.js.map +1 -0
- package/Button-a455487c.js +2 -0
- package/Button-a455487c.js.map +1 -0
- package/Check-6291ad09.js +2 -0
- package/Check-6291ad09.js.map +1 -0
- package/Checkbox-54d546a5.js +2 -0
- package/Checkbox-54d546a5.js.map +1 -0
- package/FormGroup-b96b616e.js +2 -0
- package/FormGroup-b96b616e.js.map +1 -0
- package/Loader-9e099b42.js +2 -0
- package/Loader-9e099b42.js.map +1 -0
- package/Modal-0c2e925c.js +2 -0
- package/Modal-0c2e925c.js.map +1 -0
- package/README.md +7 -3
- package/Title-863af332.js +2 -0
- package/Title-863af332.js.map +1 -0
- package/Validation-e113da7e.js +2 -0
- package/Validation-e113da7e.js.map +1 -0
- package/_rollupPluginBabelHelpers-e1c7fe69.js +2 -0
- package/_rollupPluginBabelHelpers-e1c7fe69.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 +17 -0
- package/components/AnchorLink/AnchorLink.d.ts.map +1 -0
- package/components/AnchorLink/componentdata.json +114 -0
- package/components/AnchorLink/index.d.ts +3 -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 +14 -0
- package/components/Avatar/Avatar.d.ts.map +1 -0
- package/components/Avatar/componentdata.json +92 -0
- package/components/Avatar/index.d.ts +3 -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 +15 -0
- package/components/Badge/Badge.d.ts.map +1 -0
- package/components/Badge/componentdata.json +91 -0
- package/components/Badge/index.d.ts +3 -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 +3 -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 +415 -0
- package/components/Button/styles.module.scss.d.ts +34 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts +9 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts.map +1 -0
- package/components/ButtonWithModal/componentdata.json +345 -0
- package/components/ButtonWithModal/index.d.ts +3 -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 +259 -0
- package/components/Checkbox/index.d.ts +3 -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 +191 -0
- package/components/Checkbox/styles.module.scss.d.ts +25 -0
- package/components/ExpanderList/ExpanderList.d.ts +44 -0
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -0
- package/components/ExpanderList/componentdata.json +205 -0
- package/components/ExpanderList/index.d.ts +3 -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 +13 -0
- package/components/FormExample/FormExample.d.ts.map +1 -0
- package/components/FormExample/componentdata.json +63 -0
- package/components/FormExample/index.d.ts +3 -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 +26 -0
- package/components/FormGroup/FormGroup.d.ts.map +1 -0
- package/components/FormGroup/componentdata.json +183 -0
- package/components/FormGroup/index.d.ts +3 -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 +79 -0
- package/components/FormGroup/styles.module.scss.d.ts +22 -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/LinkList/LinkList.d.ts +36 -0
- package/components/LinkList/LinkList.d.ts.map +1 -0
- package/components/LinkList/componentdata.json +179 -0
- package/components/LinkList/index.d.ts +3 -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 +8 -0
- package/components/List/List.d.ts.map +1 -0
- package/components/List/componentdata.json +23 -0
- package/components/List/index.d.ts +3 -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 +25 -0
- package/components/Loader/Loader.d.ts.map +1 -0
- package/components/Loader/componentdata.json +204 -0
- package/components/Loader/index.d.ts +3 -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 +177 -0
- package/components/Loader/styles.module.scss.d.ts +34 -0
- package/components/Logo/Logo.d.ts +16 -0
- package/components/Logo/Logo.d.ts.map +1 -0
- package/components/Logo/componentdata.json +116 -0
- package/components/Logo/index.d.ts +3 -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 +44 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/componentdata.json +334 -0
- package/components/Modal/index.d.ts +3 -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 +196 -0
- package/components/Modal/styles.module.scss.d.ts +32 -0
- package/components/NotificationPanel/NotificationPanel.d.ts +46 -0
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -0
- package/components/NotificationPanel/componentdata.json +227 -0
- package/components/NotificationPanel/index.d.ts +3 -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 +189 -0
- package/components/NotificationPanel/styles.module.scss.d.ts +36 -0
- package/components/Slider/Slider.d.ts +18 -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 +118 -0
- package/components/Slider/index.d.ts +3 -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 +11 -0
- package/components/Spacer/Spacer.d.ts.map +1 -0
- package/components/Spacer/componentdata.json +87 -0
- package/components/Spacer/index.d.ts +3 -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/Tile/Tile.d.ts +32 -0
- package/components/Tile/Tile.d.ts.map +1 -0
- package/components/Tile/componentdata.json +322 -0
- package/components/Tile/index.d.ts +3 -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 +19 -0
- package/components/Title/Title.d.ts.map +1 -0
- package/components/Title/componentdata.json +147 -0
- package/components/Title/index.d.ts +3 -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 +3 -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 +15 -0
- package/components/Validation/styles.module.scss.d.ts +10 -0
- package/constants-d919236e.js +2 -0
- package/constants-d919236e.js.map +1 -0
- package/constants.d.ts +32 -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/useBreakpoint.d.ts +9 -0
- package/hooks/useBreakpoint.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/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 +4 -0
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/package.json +50 -58
- package/palette-f206f488.js +2 -0
- package/palette-f206f488.js.map +1 -0
- package/scss/_body.scss +11 -0
- package/{dist/scss/_overrides.scss → scss/_breakpoints.scss} +7 -4
- package/scss/_font-settings.scss +8 -0
- package/scss/_fonts.scss +112 -0
- package/scss/_grid.scss +1 -0
- package/scss/_palette.scss +136 -0
- package/scss/_print.scss +176 -0
- package/scss/_reset.scss +13 -0
- package/scss/_spacers.scss +40 -0
- package/scss/_title.scss +55 -0
- package/scss/helsenorge.scss +8 -0
- 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-a8fa8a61.js +2 -0
- package/useBreakpoint-a8fa8a61.js.map +1 -0
- package/useHover-57ad4df9.js +2 -0
- package/useHover-57ad4df9.js.map +1 -0
- package/useWindowSize-c22d7634.js +2 -0
- package/useWindowSize-c22d7634.js.map +1 -0
- package/utils/uuid.d.ts +2 -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-484288be.js +2 -0
- package/uuid-484288be.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 -207
- package/dist/js/helsenorge.esm.js +0 -1825
- package/dist/js/helsenorge.esm.js.map +0 -1
- package/dist/js/helsenorge.js +0 -1841
- package/dist/js/helsenorge.js.map +0 -1
- package/dist/scss/_grid.scss +0 -33
- package/dist/scss/_palette.scss +0 -56
- package/dist/scss/_reset.scss +0 -1
- package/dist/scss/_typography.scss +0 -157
- package/dist/scss/_variables.scss +0 -0
- package/dist/scss/helsenorge.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/_functions.scss +0 -135
- package/dist/scss/vendor/bootstrap-grid/_grid.scss +0 -68
- package/dist/scss/vendor/bootstrap-grid/_variables.scss +0 -1113
- package/dist/scss/vendor/bootstrap-grid/mixins/_alert.scss +0 -13
- package/dist/scss/vendor/bootstrap-grid/mixins/_background-variant.scss +0 -22
- package/dist/scss/vendor/bootstrap-grid/mixins/_badge.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_border-radius.scss +0 -62
- package/dist/scss/vendor/bootstrap-grid/mixins/_box-shadow.scss +0 -20
- package/dist/scss/vendor/bootstrap-grid/mixins/_breakpoints.scss +0 -123
- package/dist/scss/vendor/bootstrap-grid/mixins/_buttons.scss +0 -122
- package/dist/scss/vendor/bootstrap-grid/mixins/_caret.scss +0 -62
- package/dist/scss/vendor/bootstrap-grid/mixins/_clearfix.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_deprecate.scss +0 -10
- package/dist/scss/vendor/bootstrap-grid/mixins/_float.scss +0 -14
- package/dist/scss/vendor/bootstrap-grid/mixins/_forms.scss +0 -182
- package/dist/scss/vendor/bootstrap-grid/mixins/_gradients.scss +0 -54
- package/dist/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss +0 -78
- package/dist/scss/vendor/bootstrap-grid/mixins/_grid.scss +0 -68
- package/dist/scss/vendor/bootstrap-grid/mixins/_hover.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/mixins/_image.scss +0 -35
- package/dist/scss/vendor/bootstrap-grid/mixins/_list-group.scss +0 -21
- package/dist/scss/vendor/bootstrap-grid/mixins/_lists.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_nav-divider.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/mixins/_pagination.scss +0 -22
- package/dist/scss/vendor/bootstrap-grid/mixins/_reset-text.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_resize.scss +0 -6
- package/dist/scss/vendor/bootstrap-grid/mixins/_screen-reader.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/mixins/_size.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_table-row.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-emphasis.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-hide.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-truncate.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/mixins/_transition.scss +0 -16
- package/dist/scss/vendor/bootstrap-grid/mixins/_visibility.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/utilities/_align.scss +0 -20
- package/dist/scss/vendor/bootstrap-grid/utilities/_background.scss +0 -19
- package/dist/scss/vendor/bootstrap-grid/utilities/_borders.scss +0 -95
- package/dist/scss/vendor/bootstrap-grid/utilities/_clearfix.scss +0 -3
- package/dist/scss/vendor/bootstrap-grid/utilities/_display.scss +0 -29
- package/dist/scss/vendor/bootstrap-grid/utilities/_embed.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/utilities/_flex.scss +0 -119
- package/dist/scss/vendor/bootstrap-grid/utilities/_float.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/utilities/_overflow.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/utilities/_position.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/utilities/_screenreaders.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/utilities/_shadows.scss +0 -14
- package/dist/scss/vendor/bootstrap-grid/utilities/_sizing.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/utilities/_spacing.scss +0 -79
- package/dist/scss/vendor/bootstrap-grid/utilities/_stretched-link.scss +0 -19
- package/dist/scss/vendor/bootstrap-grid/utilities/_text.scss +0 -120
- package/dist/scss/vendor/bootstrap-grid/utilities/_visibility.scss +0 -13
- package/dist/scss/vendor/normalize/normalize.css +0 -349
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";var a=function(a){var t=a.isExtraSmall,l=a.isHovered,m=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"}),r=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"}),z=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 t?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"}):z:l?r:m},t=function(a){var t=a.isExtraSmall,l=a.isHovered,m=e.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=e.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"}),z=e.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?l?e.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"}):z:l?r:m},l=function(a){var t=a.isExtraSmall,l=a.isHovered,m=e.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=e.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"}),z=e.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?l?e.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"}):z:l?r:m};export{l as A,a as X,t as a};
|
|
2
|
+
//# sourceMappingURL=AlertSignFill-64bfef57.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertSignFill-64bfef57.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as t,a as e}from"./_rollupPluginBabelHelpers-e1c7fe69.js";import{_ as n}from"./_tslib-51c8a283.js";import o from"react";import{g as r}from"./color-a10c7892.js";import{a as l}from"./constants-d919236e.js";import{L as i}from"./Loader-9e099b42.js";import{u as a}from"./useHover-57ad4df9.js";import{u as s}from"./useWindowSize-c22d7634.js";import{b as d}from"./grid-11a70eb7.js";import{c as u}from"./index-9b84fabc.js";import c from"./components/Button/styles.module.scss";var m={primary:"blueberry",warning:"banana",danger:"cherry"};var b=function(t,e){return e&&e<d.md&&t?l.Small:t?l.Medium:l.XSmall},f=o.forwardRef((function(d,f){var v,p,_,g=d.children,h=d.className,w=void 0===h?"":h,j=d.fluid,E=void 0!==j&&j,y=d.intent,N=void 0===y?"primary":y,k=d.inverted,C=void 0!==k&&k,I=d.htmlMarkup,H=void 0===I?"button":I,O=d.onClick,S=d.large,z=void 0!==S&&S,B=d.loading,F=void 0!==B&&B,M=d.variant,x=void 0===M?"fill":M,L=d.disabled,R=void 0!==L&&L,X=d.ellipsis,A=void 0!==X&&X,P=d.testId,W=d.href,q=d.target,D=n(d,["children","className","fluid","intent","inverted","htmlMarkup","onClick","large","loading","variant","disabled","ellipsis","testId","href","target"]),G=function(t){var e,n,o,r,l=null,i=null;return 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()),[l,i,t]}(o.Children.toArray(g)),J=t(G,3),K=J[0],Q=J[1],T=J[2],U=a(f),V=U.hoverRef,Y=U.isHovered,Z=function(t,e,n,o,l){return e?r("neutral",600):t&&!o||!t&&o?"white":r(m[n],l?700:600)}("fill"===x,R,N,C,Y),$=s(),tt="fill"===x,et="outline"===x,nt="borderless"===x,ot="warning"===N,rt="danger"===N,lt=!(!K&&!Q||F),it=Object.assign({},D),at=u(c.button,(e(v={},c["button--fluid"],E),e(v,c["button--large"],z),e(v,c["button--warning"],ot),e(v,c["button--danger"],rt),e(v,c["button--inverted"],C),e(v,c["button--fill"],tt),e(v,c["button--outline"],et),e(v,c["button--borderless"],nt),e(v,c["button--with-icon"],lt),e(v,c["button--ellipsis"],A),v),w),st=u(c.button__content,(e(p={},c["button__content--warning"],ot),e(p,c["button__content--danger"],rt),e(p,c["button__content--fill"],tt),e(p,c["button__content--borderless"],nt),e(p,c["button__content--with-icon"],lt),e(p,c["button__content--large"],z),e(p,c["button__content--ellipsis"],A),e(p,c["button__content--inverted"],C),e(p,c["button__content--fluid"],E),p)),dt=u(c["button__left-fluid-content"],(e(_={},c["button__left-fluid-content--with-icon"],lt),e(_,c["button__left-fluid-content--large"],z),_));function ut(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 ct=function(){return o.createElement("span",{className:st},T)},mt=function(){return o.createElement("span",{className:c["content-wrapper"]},F?o.createElement("div",{className:c["button__left-fluid-content"]},o.createElement(i,{testId:"test-id-loader",color:"fill"!==x||C?m[N]:"white",size:"tiny"})):o.createElement(o.Fragment,null,E?o.createElement("div",{className:dt},ut(K,b(z,$.width),Z,Y),ct()):o.createElement(o.Fragment,null,ut(K,b(z,$.width),Z,Y),ct()),ut(Q,l.XSmall,Z,Y)))};return o.createElement(o.Fragment,null,"button"===H&&o.createElement("button",Object.assign({onClick:O,disabled:R,"data-testid":P,className:at,ref:V},it),mt()),"a"===H&&o.createElement("a",Object.assign({onClick:O,"data-testid":P,className:at,href:W,target:q,ref:V},D),mt()))}));export{f as B};
|
|
2
|
+
//# sourceMappingURL=Button-a455487c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button-a455487c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -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-e1c7fe69.js";import c,{useState as o,useEffect as a}from"react";import{c as l}from"./index-9b84fabc.js";import{u as b}from"./uuid-484288be.js";import{C as i}from"./Check-6291ad09.js";import{I as s}from"./constants-d919236e.js";import{g as n}from"./color-a10c7892.js";import t from"./components/Checkbox/styles.module.scss";var m=c.forwardRef((function(m,d){var p,h,k,x=m.className,f=m.checked,u=void 0!==f&&f,_=m.disabled,v=m.label,w=m.inputid,g=void 0===w?b():w,y=m.mode,N=m.name,j=void 0===N?g:N,E=m.variant,C=m.errorText,I=m.error,z=void 0===I?!!C:I,B=m.value,F=void 0===B?v:B,H=o(u),P=e(H,2),R=P[0],T=P[1],q=z,A="on-dark"===y,D="on-blueberry"===y,G="bigform"===E,J=l(t["checkbox-wrapper"],(r(p={},t["checkbox-wrapper--with-error"],C),r(p,t["checkbox-wrapper--bigform"],G),p)),K=l(t["checkbox-label"],(r(h={},t["checkbox-label--disabled"],_),r(h,t["checkbox-label--on-dark"],A),r(h,t["checkbox-label--on-blueberry"],D),r(h,t["checkbox-label--invalid"],q),r(h,t["checkbox-label--bigform"],G),h)),L=l(t.checkbox,x),M=l(t["checkbox__icon-wrapper"],(r(k={},t["checkbox__icon-wrapper--checked"],R),r(k,t["checkbox__icon-wrapper--disabled"],_),r(k,t["checkbox__icon-wrapper--on-dark"],A),r(k,t["checkbox__icon-wrapper--on-blueberry"],D),r(k,t["checkbox__icon-wrapper--invalid"],q),k)),O=l(t["checkbox-errors"],r({},t["checkbox-errors--bigform"],G)),Q=n("blueberry",500);return _&&(Q=n("neutral",400)),A&&(Q=n("blueberry",200)),q&&(Q=n("cherry",500)),a((function(){T(u)}),[u]),c.createElement("div",{"data-testid":m.testId,className:J},C&&c.createElement("p",{className:O},C),c.createElement("label",{htmlFor:g,className:K},c.createElement("input",{id:g,name:j,className:L,type:"checkbox",checked:R,disabled:_,onChange:function(){T(!R)},value:F,ref:d,"aria-invalid":z}),c.createElement("span",{className:M},R&&c.createElement(s,{color:Q,className:t.checkbox__icon,svgIcon:i,size:38})),v))}));export{m as C};
|
|
2
|
+
//# sourceMappingURL=Checkbox-54d546a5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox-54d546a5.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as r}from"./_rollupPluginBabelHelpers-e1c7fe69.js";import e from"react";import{c as o}from"./index-9b84fabc.js";import a from"./components/FormGroup/styles.module.scss";import{C as m}from"./Checkbox-54d546a5.js";import{T as p}from"./Title-863af332.js";var t=e.forwardRef((function(t,l){var n,i,f,s=t.className,d=t.mode,g=void 0===d?"on-white":d,u=t.variant,c=void 0===u?"normal":u,_=t.error,b="on-dark"===g,w="on-blueberry"===g,v="bigform"===c,h=o(a["form-group-wrapper"],(r(n={},a["form-group-wrapper--on-blueberry"],w),r(n,a["form-group-wrapper--on-dark"],b),r(n,a["form-group-wrapper--bigform"],v),r(n,a["form-group-wrapper--invalid"],_),n),s),k=o(a["form-group-wrapper__title"],(r(i={},a["form-group-wrapper__title--on-dark"],b&&!_),r(i,a["form-group-wrapper__title--bigform"],v),i)),E=o(a["form-group-wrapper__errors"],r({},a["form-group-wrapper__errors--bigform"],v)),N=o(a["form-group__legend"],(r(f={},a["form-group__legend--on-dark"],b&&!_),r(f,a["form-group__legend--bigform"],v),f));return e.createElement("div",{"data-testid":t.testId,className:h},t.title&&e.createElement(p,{className:k,htmlMarkup:"h4",appearance:"title4"},t.title),_&&e.createElement("p",{className:E},_),e.createElement("fieldset",{name:t.title,className:a["form-group"]},t.legend&&e.createElement("legend",{className:N},t.legend),e.Children.map(t.children,(function(r){return r.type===m?e.cloneElement(r,{mode:g,variant:c,error:!!_}):r}))))}));export{t as F};
|
|
2
|
+
//# sourceMappingURL=FormGroup-b96b616e.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGroup-b96b616e.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e}from"./_rollupPluginBabelHelpers-e1c7fe69.js";import a from"react";import{c as r}from"./index-9b84fabc.js";import{u as l}from"./uuid-484288be.js";import o from"./components/Loader/styles.module.scss";var d=a.forwardRef((function(d,t){var s,m,i,c=d.overlay,n=d.color,_=void 0===n?c?"black":"neutral":n,p=d.size,u=void 0===p?"small":p,v=d.className,b=void 0===v?"":v,f=d.testId,w=void 0===f?"":f,N=d.center,y=d.ariaLabelledById,E=d.ariaLabel,g=void 0===E?"Laster inn":E,h="small"===u,k="medium"===u,L="large"===u,j=r(o["loader-wrapper"],(e(s={},o["loader-wrapper--center"],N),e(s,o["loader-wrapper--overlay"],c),s)),x=r(o.loader,(e(m={},o["loader--small"],h),e(m,o["loader--medium"],k),e(m,o["loader--large"],L),m),b),B=r(o.loader__dot,(e(i={},o["loader__dot--small"],h),e(i,o["loader__dot--medium"],k),e(i,o["loader__dot--large"],L),e(i,o["loader__dot--banana"],"banana"===_),e(i,o["loader__dot--cherry"],"cherry"===_),e(i,o["loader__dot--kiwi"],"kiwi"===_),e(i,o["loader__dot--neutral"],"neutral"===_),e(i,o["loader__dot--plum"],"plum"===_),e(i,o["loader__dot--black"],"black"===_),e(i,o["loader__dot--white"],"white"===_),i)),I="loader".concat(l());return a.createElement("div",{role:"progressbar",className:j},a.createElement("div",{"data-testid":w,"aria-labelledby":y||I,className:x},a.createElement("div",{className:B}),a.createElement("div",{className:B}),a.createElement("div",{className:B}),a.createElement("div",{className:B}),!y&&a.createElement("span",{id:I,className:o["loader__hidden-text"]},g)))}));export{d as L};
|
|
2
|
+
//# sourceMappingURL=Loader-9e099b42.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader-9e099b42.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e,{useRef as t,useEffect as a}from"react";import{c as n}from"./index-9b84fabc.js";import{u as r}from"./uuid-484288be.js";import{p as o}from"./palette-f206f488.js";import{B as l}from"./Button-a455487c.js";import{I as c}from"./constants-d919236e.js";import{X as i,A as s,a as m}from"./AlertSignFill-64bfef57.js";import d from"./components/Modal/styles.module.scss";import{T as u}from"./Title-863af332.js";function v(){var e=t(null);function n(t){var a=e.current.querySelectorAll('a[href], button, textarea, input[type="text"], input[type="radio"], input[type="checkbox"], select'),n=a[0],r=1===a.length?n:a[a.length-1];"Tab"===t.key&&(t.shiftKey?document.activeElement===n&&(r.focus(),t.preventDefault()):document.activeElement===r&&(n.focus(),t.preventDefault()))}function r(t){var a=e.current.querySelectorAll('a[href], button, textarea, input[type="text"], input[type="radio"], input[type="checkbox"], select');1===a.length&&(a[0].focus(),t.preventDefault())}return a((function(){var t=e.current;return t.addEventListener("keydown",n),t.addEventListener("click",r),function(){t.removeEventListener("keydown",n),t.removeEventListener("click",r)}}),[]),e}var p;!function(e){e.normal="normal",e.warning="warning",e.error="error",e.image="image"}(p||(p={}));var f={variant:p.normal,primaryButtonText:"OK",large:!1,className:""},y=function(t){return e.createElement("button",{className:d.modal__lukkekryss,"aria-label":t.ariaLabel||"Lukk",onClick:t.onClick,autoFocus:!0,role:"button"},e.createElement(c,{svgIcon:i,color:o.blueberry600,size:42}))},E=e.forwardRef((function(t,i){var f,E,g;function b(e){"Escape"===e.key&&t.onClose&&(e.stopPropagation(),t.onClose())}function _(e){e.target&&C.current===e.target&&t.onClose&&(e.stopPropagation(),t.onClose())}var k,h=t.variant===p.image,L=null!==(f=t.titleId)&&void 0!==f?f:r(),x=e.useRef(null),C=e.useRef(null),B=t.secondaryButtonText&&(null===(E=t.secondaryButtonText)||void 0===E?void 0:E.length)>0||t.onSuccess,N=t.ariaLabelledBy?void 0:t.ariaLabel,w=t.ariaLabelledBy?t.ariaLabelledBy:t.ariaLabel?void 0:L;return a((function(){var e=x.current,t=C.current;return document.body.style.overflow="hidden",e&&(e.addEventListener("keydown",b),t.addEventListener("click",_)),function(){document.body.style.removeProperty("overflow"),e.removeEventListener("keydown",b),t.removeEventListener("click",_)}})),e.createElement("div",{ref:x,"data-testid":"dialog-container"},e.createElement("div",{ref:C,className:d["modal-overlay"],"data-testid":t.testId},e.createElement("div",{className:d.align,ref:v()},e.createElement("div",{className:n(t.className,d.modal,d["modal--".concat(t.variant)],t.large?d["modal--large"]:""),role:"dialog","aria-label":N,"aria-labelledby":w},!t.noCloseButton&&e.createElement("div",{className:h?d["modal__close--image"]:d.modal__close},e.createElement(y,{onClick:t.onClose,ariaLabel:t.ariaLabelCloseBtn})),e.createElement("div",{className:h?d["modal__contentWrapper--image"]:d.modal__contentWrapper},e.createElement("div",{className:d.modal__contentWrapper__title},t.variant&&((k=t.variant)===p.error?e.createElement("div",null,e.createElement(c,{svgIcon:s,color:o.cherry500,hoverColor:o.cherry500})):k===p.warning?e.createElement("div",null,e.createElement(c,{svgIcon:m,color:o.black,hoverColor:o.black})):null),e.createElement("div",null,e.createElement(u,{id:L,htmlMarkup:"h3",appearance:"title3"},t.title))),e.createElement("div",{className:h?d["modal__contentWrapper__content--image"]:d.modal__contentWrapper__content},h?t.children&&e.createElement("div",null,e.createElement("div",{className:d["modal--image__img"]},t.children),e.createElement("span",{className:d["modal--image__text"]},t.description)):t.children&&e.createElement("div",null,t.children),t.description&&!t.children&&e.createElement("p",{className:d.modal__description},t.description)),B&&e.createElement("div",{className:d.modal__actions},t.onSuccess&&e.createElement(l,{onClick:t.onSuccess},t.primaryButtonText),t.secondaryButtonText&&(null===(g=t.secondaryButtonText)||void 0===g?void 0:g.length)>0&&e.createElement(l,{variant:"borderless",onClick:t.onClose},t.secondaryButtonText)))))))}));E.defaultProps=f;export{E as M};
|
|
2
|
+
//# sourceMappingURL=Modal-0c2e925c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal-0c2e925c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `designsystem-react`
|
|
2
2
|
|
|
3
|
+
<h1>OUTDATED -> should refer to confluence for now</h1>
|
|
4
|
+
|
|
3
5
|
<a href="https://www.npmjs.com/package/@helsenorge/designsystem-react/v/latest">
|
|
4
6
|
<img src="https://img.shields.io/npm/v/@helsenorge/designsystem-react/latest" />
|
|
5
7
|
</a>
|
|
@@ -36,7 +38,7 @@ import React from 'react';
|
|
|
36
38
|
import logo from './logo.svg';
|
|
37
39
|
import './App.css';
|
|
38
40
|
|
|
39
|
-
import {CommonButton} from '@helsenorge/designsystem-react';
|
|
41
|
+
import { CommonButton } from '@helsenorge/designsystem-react';
|
|
40
42
|
|
|
41
43
|
const App: React.FC = () => {
|
|
42
44
|
return (
|
|
@@ -60,6 +62,8 @@ export default App;
|
|
|
60
62
|
|
|
61
63
|
## 📓 Documentation
|
|
62
64
|
|
|
63
|
-
A more detailed getting started manual can be viewed [here](https://helsenorge.design/pattern-library). For a full overview of all the
|
|
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)
|
|
64
67
|
|
|
65
|
-
To read the full design system documentation head over to our web page [Helsenorge Design](https://helsenorge.design/). Here you can read
|
|
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 as t}from"./_rollupPluginBabelHelpers-e1c7fe69.js";import e from"react";import{c as i}from"./index-9b84fabc.js";import l from"./components/Title/styles.module.scss";var r=e.forwardRef((function(r,a){var o,m=r.id,s=r.children,c=r.className,n=r.htmlMarkup,p=void 0===n?"h1":n,f=r.appearance,d=void 0===f?"title1":f,u=r.margin,v=void 0===u?0:u,g=i(l.title,(t(o={},l["title--feature"],"titleFeature"===d),t(o,l["title--title1"],"title1"===d),t(o,l["title--title2"],"title2"===d),t(o,l["title--title3"],"title3"===d),t(o,l["title--title4"],"title4"===d),t(o,l["title--title5"],"title5"===d),o),c),b=p;return e.createElement(b,{id:m,className:g,style:{marginTop:"".concat(v,"rem"),marginBottom:"".concat(v,"rem")},ref:a},s)}));export{r as T};
|
|
2
|
+
//# sourceMappingURL=Title-863af332.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title-863af332.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as r}from"./_rollupPluginBabelHelpers-e1c7fe69.js";import e from"react";import{c as a}from"./index-9b84fabc.js";import t from"./components/Validation/styles.module.scss";var o=e.forwardRef((function(o,s){var i=o.errorSummary,m=o.className,l="bigform"===o.variant,n=a(t.validation,m),c=a(t.validation__errors,r({},t["validation__errors--bigform"],l));return e.createElement(e.Fragment,null,e.createElement("div",{"data-testid":o.testId,className:n},o.children),i&&e.createElement("p",{className:c},i))}));export{o as V};
|
|
2
|
+
//# sourceMappingURL=Validation-e113da7e.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Validation-e113da7e.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
function t(r){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(r)}function r(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function n(t,r){return function(t){if(Array.isArray(t))return t}(t)||function(t,r){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var n=[],e=!0,o=!1,u=void 0;try{for(var i,a=t[Symbol.iterator]();!(e=(i=a.next()).done)&&(n.push(i.value),!r||n.length!==r);e=!0);}catch(t){o=!0,u=t}finally{try{e||null==a.return||a.return()}finally{if(o)throw u}}return n}(t,r)||function(t,r){if(!t)return;if("string"==typeof t)return e(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return e(t,r)}(t,r)||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 e(t,r){(null==r||r>t.length)&&(r=t.length);for(var n=0,e=new Array(r);n<r;n++)e[n]=t[n];return e}export{n as _,r as a,t as b};
|
|
2
|
+
//# sourceMappingURL=_rollupPluginBabelHelpers-e1c7fe69.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollupPluginBabelHelpers-e1c7fe69.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,17 @@
|
|
|
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
|
+
}
|
|
15
|
+
declare const AnchorLink: React.ForwardRefExoticComponent<AnchorLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
16
|
+
export default AnchorLink;
|
|
17
|
+
//# 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;AAS1B,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;CAC5B;AAED,QAAA,MAAM,UAAU,2FAqBd,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"props": {
|
|
3
|
+
"children": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": "Sets the content of the <a> tag",
|
|
6
|
+
"name": "children",
|
|
7
|
+
"parent": {
|
|
8
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
9
|
+
"name": "AnchorLinkProps"
|
|
10
|
+
},
|
|
11
|
+
"declarations": [
|
|
12
|
+
{
|
|
13
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
14
|
+
"name": "AnchorLinkProps"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": {
|
|
19
|
+
"name": "ReactNode"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"href": {
|
|
23
|
+
"defaultValue": null,
|
|
24
|
+
"description": "URL to link to",
|
|
25
|
+
"name": "href",
|
|
26
|
+
"parent": {
|
|
27
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
28
|
+
"name": "AnchorLinkProps"
|
|
29
|
+
},
|
|
30
|
+
"declarations": [
|
|
31
|
+
{
|
|
32
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
33
|
+
"name": "AnchorLinkProps"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"required": true,
|
|
37
|
+
"type": {
|
|
38
|
+
"name": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"id": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "Gives a unique id to the anchor-link :)",
|
|
44
|
+
"name": "id",
|
|
45
|
+
"parent": {
|
|
46
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
47
|
+
"name": "AnchorLinkProps"
|
|
48
|
+
},
|
|
49
|
+
"declarations": [
|
|
50
|
+
{
|
|
51
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
52
|
+
"name": "AnchorLinkProps"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"required": false,
|
|
56
|
+
"type": {
|
|
57
|
+
"name": "string"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"className": {
|
|
61
|
+
"defaultValue": null,
|
|
62
|
+
"description": "Adds custom classes to the element.",
|
|
63
|
+
"name": "className",
|
|
64
|
+
"parent": {
|
|
65
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
66
|
+
"name": "AnchorLinkProps"
|
|
67
|
+
},
|
|
68
|
+
"declarations": [
|
|
69
|
+
{
|
|
70
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
71
|
+
"name": "AnchorLinkProps"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"required": false,
|
|
75
|
+
"type": {
|
|
76
|
+
"name": "string"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"target": {
|
|
80
|
+
"defaultValue": null,
|
|
81
|
+
"description": "Sets the target type of the <a> tag. _blank adds an arrow icon at the end of the link",
|
|
82
|
+
"name": "target",
|
|
83
|
+
"parent": {
|
|
84
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
85
|
+
"name": "AnchorLinkProps"
|
|
86
|
+
},
|
|
87
|
+
"declarations": [
|
|
88
|
+
{
|
|
89
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
90
|
+
"name": "AnchorLinkProps"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"required": false,
|
|
94
|
+
"type": {
|
|
95
|
+
"name": "enum",
|
|
96
|
+
"raw": "\"_self\" | \"_blank\" | \"_parent\" | undefined",
|
|
97
|
+
"value": [
|
|
98
|
+
{
|
|
99
|
+
"value": "undefined"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"value": "\"_self\""
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"value": "\"_blank\""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"value": "\"_parent\""
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AnchorLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import{I as r,a}from"../../constants-d919236e.js";import{g as t}from"../../color-a10c7892.js";import{u as o}from"../../useHover-57ad4df9.js";import l from"./styles.module.scss";import{c as s}from"../../index-9b84fabc.js";import"../../_tslib-51c8a283.js";import"../../index-0e78dfa0.js";import"../../palette-f206f488.js";import"../../grid-11a70eb7.js";import"../../_rollupPluginBabelHelpers-e1c7fe69.js";var i=function(r){var a=r.isExtraSmall,t=r.isHovered,o=e.createElement("path",{d:"M33.305 14.659v14.546h-1.3V16.948L15.804 33.149l-.919-.92 16.27-16.27-12.394.001v-1.301z"}),l=e.createElement("path",{d:"M36.52 11.537v14.545h-1.3l-.001-12.347-19.415 19.414-.919-.92 19.393-19.392-12.302.001v-1.301z"}),s=e.createElement("path",{d:"M18.76 14.426v1.768h11.83L14.719 32.065l1.251 1.25 15.801-15.801v11.691h1.768V14.426z"});return a?t?e.createElement("path",{d:"M22.076 11.122v1.769h11.736L14.819 31.884l1.252 1.25 19.015-19.015v11.782h1.769V11.122z"}):s:t?l:o},m=e.forwardRef((function(m,c){var n=m.id,d=m.href,f=m.children,v=m.className,p=m.target,h=void 0===p?"_self":p,u="_blank"===h,b=o(c,void 0,!1),j=b.hoverRef,E=b.isHovered,g=s(l.anchorlink,null!=v?v:"");return e.createElement("a",{id:n,href:d,className:g,target:h,ref:j},f,u&&e.createElement(r,{className:l.anchorlink__icon,svgIcon:i,color:t("blueberry",600),hoverColor:t("blueberry",700),size:a.XSmall,isHovered:E}))}));export default m;
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
@import '../../scss/_spacers.scss';
|
|
2
|
+
@import '../../scss/_breakpoints.scss';
|
|
3
|
+
@import '../../scss/_palette.scss';
|
|
4
|
+
|
|
5
|
+
@mixin anchorlink {
|
|
6
|
+
display: inline;
|
|
7
|
+
-webkit-box-decoration-break: clone;
|
|
8
|
+
box-decoration-break: clone;
|
|
9
|
+
overflow-wrap: break-word;
|
|
10
|
+
word-break: break-word;
|
|
11
|
+
text-align: left;
|
|
12
|
+
text-decoration: none;
|
|
13
|
+
color: $blueberry600;
|
|
14
|
+
padding: 0.15rem;
|
|
15
|
+
border-bottom: 1px solid $neutral300;
|
|
16
|
+
|
|
17
|
+
&:hover {
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
color: $blueberry700;
|
|
20
|
+
background-color: $blueberry50;
|
|
21
|
+
border-bottom-color: $blueberry600;
|
|
22
|
+
}
|
|
23
|
+
&:focus {
|
|
24
|
+
padding: 0 0 0.15rem 0;
|
|
25
|
+
outline: none;
|
|
26
|
+
border: 0.15rem solid $black;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&__icon {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
vertical-align: bottom;
|
|
32
|
+
margin-right: -0.4rem;
|
|
33
|
+
margin-top: -2rem;
|
|
34
|
+
margin-bottom: -0.3rem;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@mixin anchorlink-font {
|
|
39
|
+
font-size: 1.125rem;
|
|
40
|
+
line-height: 1.875rem;
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
@media (min-width: map-get($grid-breakpoints, md)) {
|
|
43
|
+
font-size: 1.25rem;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin anchorlink-icon {
|
|
48
|
+
&[target='_blank'] {
|
|
49
|
+
&:after {
|
|
50
|
+
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38px' height='38px' viewBox='0 0 48 48' fill='%2308667c'><polygon points='33.305,14.659,33.305,29.205,32.005,29.205,32.005,16.948,15.804,33.149,14.885,32.229,31.155,15.959,18.761,15.96,18.761,14.659' /></svg>");
|
|
51
|
+
display: inline-block;
|
|
52
|
+
vertical-align: bottom;
|
|
53
|
+
margin-right: -0.4rem;
|
|
54
|
+
margin-top: -2rem;
|
|
55
|
+
margin-bottom: -0.8rem;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.anchorlink {
|
|
61
|
+
@include anchorlink;
|
|
62
|
+
@include anchorlink-font;
|
|
63
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AvatarProps {
|
|
3
|
+
/** Name to display in the avatar. Will be truncated to the first two characters. */
|
|
4
|
+
children: string;
|
|
5
|
+
/** Displays a check icon to indicated the selected state. */
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
/** background and color will be determined on variant. */
|
|
8
|
+
variant?: 'normal' | 'black';
|
|
9
|
+
/** Adds custom classes to the element. */
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLElement>>;
|
|
13
|
+
export default Avatar;
|
|
14
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,UAAU,WAAW;IACnB,oFAAoF;IACpF,QAAQ,EAAE,MAAM,CAAC;IACjB,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0DAA0D;IAC1D,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7B,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,MAAM,iFAeV,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"props": {
|
|
3
|
+
"children": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": "Name to display in the avatar. Will be truncated to the first two characters.",
|
|
6
|
+
"name": "children",
|
|
7
|
+
"parent": {
|
|
8
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
9
|
+
"name": "AvatarProps"
|
|
10
|
+
},
|
|
11
|
+
"declarations": [
|
|
12
|
+
{
|
|
13
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
14
|
+
"name": "AvatarProps"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": {
|
|
19
|
+
"name": "string"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"selected": {
|
|
23
|
+
"defaultValue": null,
|
|
24
|
+
"description": "Displays a check icon to indicated the selected state.",
|
|
25
|
+
"name": "selected",
|
|
26
|
+
"parent": {
|
|
27
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
28
|
+
"name": "AvatarProps"
|
|
29
|
+
},
|
|
30
|
+
"declarations": [
|
|
31
|
+
{
|
|
32
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
33
|
+
"name": "AvatarProps"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"required": false,
|
|
37
|
+
"type": {
|
|
38
|
+
"name": "boolean"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"variant": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "background and color will be determined on variant.",
|
|
44
|
+
"name": "variant",
|
|
45
|
+
"parent": {
|
|
46
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
47
|
+
"name": "AvatarProps"
|
|
48
|
+
},
|
|
49
|
+
"declarations": [
|
|
50
|
+
{
|
|
51
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
52
|
+
"name": "AvatarProps"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"required": false,
|
|
56
|
+
"type": {
|
|
57
|
+
"name": "enum",
|
|
58
|
+
"raw": "\"normal\" | \"black\" | undefined",
|
|
59
|
+
"value": [
|
|
60
|
+
{
|
|
61
|
+
"value": "undefined"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"value": "\"normal\""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"value": "\"black\""
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"className": {
|
|
73
|
+
"defaultValue": null,
|
|
74
|
+
"description": "Adds custom classes to the element.",
|
|
75
|
+
"name": "className",
|
|
76
|
+
"parent": {
|
|
77
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
78
|
+
"name": "AvatarProps"
|
|
79
|
+
},
|
|
80
|
+
"declarations": [
|
|
81
|
+
{
|
|
82
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
83
|
+
"name": "AvatarProps"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"required": false,
|
|
87
|
+
"type": {
|
|
88
|
+
"name": "string"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import a from"react";import{I as e,a as r}from"../../constants-d919236e.js";import{C as t}from"../../Check-6291ad09.js";import{c as s}from"../../index-9b84fabc.js";import o from"./styles.module.scss";import{p as c}from"../../palette-f206f488.js";import"../../_tslib-51c8a283.js";var l=a.forwardRef((function(l,m){var i=l.children,n=l.className,f=void 0===n?"":n,p=l.selected,d=void 0!==p&&p,v=l.variant,b=void 0===v?"normal":v,u=i.charAt(0).toLocaleUpperCase()+i.substring(1,2);return a.createElement("span",{className:s(o.avatar,d&&o["avatar--selected"],"black"===b&&o["avatar--black"],f),ref:m},d?a.createElement(e,{svgIcon:t,size:r.Small,color:"black"===b?c.neutral900:c.blueberry600}):u)}));export default l;
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import '../../scss/_palette.scss';
|
|
2
|
+
|
|
3
|
+
.avatar {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: 3rem;
|
|
8
|
+
height: 3rem;
|
|
9
|
+
font-size: 1.5rem;
|
|
10
|
+
font-weight: 600;
|
|
11
|
+
background-color: $blueberry500;
|
|
12
|
+
color: $white;
|
|
13
|
+
&--selected {
|
|
14
|
+
background-color: transparent;
|
|
15
|
+
}
|
|
16
|
+
&--black {
|
|
17
|
+
background-color: $neutral900;
|
|
18
|
+
}
|
|
19
|
+
&--selected#{&}--black {
|
|
20
|
+
background-color: transparent;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PaletteNames } from '../../theme/palette';
|
|
3
|
+
export declare type BadgeColors = PaletteNames;
|
|
4
|
+
export declare type BadgeChildren = string | number;
|
|
5
|
+
interface BadgeProps {
|
|
6
|
+
/** Sets the content of the badge. */
|
|
7
|
+
children: BadgeChildren;
|
|
8
|
+
/** Adds custom classes to the element. */
|
|
9
|
+
className?: string;
|
|
10
|
+
/** Changes the badge background color. */
|
|
11
|
+
color?: BadgeColors;
|
|
12
|
+
}
|
|
13
|
+
declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLElement>>;
|
|
14
|
+
export default Badge;
|
|
15
|
+
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAInD,oBAAY,WAAW,GAAG,YAAY,CAAC;AACvC,oBAAY,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5C,UAAU,UAAU;IAClB,qCAAqC;IACrC,QAAQ,EAAE,aAAa,CAAC;IACxB,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,QAAA,MAAM,KAAK,gFAwBT,CAAC;AAEH,eAAe,KAAK,CAAC"}
|