@helsenorge/designsystem-react 0.0.3-dev.7 → 1.0.0-alpha-nye-spacers-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AlertSignFill-e607ff43.js +2 -0
- package/AlertSignFill-e607ff43.js.map +1 -0
- package/Button-57425ed2.js +2 -0
- package/Button-57425ed2.js.map +1 -0
- package/Check-6291ad09.js +2 -0
- package/Check-6291ad09.js.map +1 -0
- package/Checkbox-00f52a28.js +2 -0
- package/Checkbox-00f52a28.js.map +1 -0
- package/Close-a6cbd165.js +2 -0
- package/Close-a6cbd165.js.map +1 -0
- package/FormGroup-a81166f4.js +2 -0
- package/FormGroup-a81166f4.js.map +1 -0
- package/Loader-6ff0d481.js +2 -0
- package/Loader-6ff0d481.js.map +1 -0
- package/Modal-01c51ba1.js +2 -0
- package/Modal-01c51ba1.js.map +1 -0
- package/README.md +7 -3
- package/Title-72851d51.js +2 -0
- package/Title-72851d51.js.map +1 -0
- package/Validation-55b5b893.js +2 -0
- package/Validation-55b5b893.js.map +1 -0
- package/X-8d8ff918.js +2 -0
- package/X-8d8ff918.js.map +1 -0
- package/_rollupPluginBabelHelpers-d0752906.js +2 -0
- package/_rollupPluginBabelHelpers-d0752906.js.map +1 -0
- package/_tslib-51c8a283.js +16 -0
- package/_tslib-51c8a283.js.map +1 -0
- package/color-a10c7892.js +2 -0
- package/color-a10c7892.js.map +1 -0
- package/components/AnchorLink/AnchorLink.d.ts +19 -0
- package/components/AnchorLink/AnchorLink.d.ts.map +1 -0
- package/components/AnchorLink/componentdata.json +133 -0
- package/components/AnchorLink/index.d.ts +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 +16 -0
- package/components/Avatar/Avatar.d.ts.map +1 -0
- package/components/Avatar/componentdata.json +111 -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 +17 -0
- package/components/Badge/Badge.d.ts.map +1 -0
- package/components/Badge/componentdata.json +110 -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 +11 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts.map +1 -0
- package/components/ButtonWithModal/componentdata.json +376 -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 +203 -0
- package/components/Checkbox/styles.module.scss.d.ts +26 -0
- package/components/Close/Close.d.ts +12 -0
- package/components/Close/Close.d.ts.map +1 -0
- package/components/Close/componentdata.json +61 -0
- package/components/Close/index.d.ts +3 -0
- package/components/Close/index.d.ts.map +1 -0
- package/components/Close/index.js +2 -0
- package/components/Close/index.js.map +1 -0
- package/components/Close/styles.module.scss +32 -0
- package/components/Close/styles.module.scss.d.ts +9 -0
- package/components/ExpanderList/ExpanderList.d.ts +46 -0
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -0
- package/components/ExpanderList/componentdata.json +224 -0
- package/components/ExpanderList/index.d.ts +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 +58 -0
- package/components/FormGroup/styles.module.scss.d.ts +16 -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 +40 -0
- package/components/LinkList/LinkList.d.ts.map +1 -0
- package/components/LinkList/componentdata.json +198 -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 +10 -0
- package/components/List/List.d.ts.map +1 -0
- package/components/List/componentdata.json +42 -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 +18 -0
- package/components/Logo/Logo.d.ts.map +1 -0
- package/components/Logo/componentdata.json +135 -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 +59 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts +6 -0
- package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +1 -0
- package/components/Modal/componentdata.json +365 -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 +210 -0
- package/components/Modal/styles.module.scss.d.ts +38 -0
- package/components/NotificationPanel/NotificationPanel.d.ts +48 -0
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -0
- package/components/NotificationPanel/componentdata.json +246 -0
- package/components/NotificationPanel/index.d.ts +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/RadioButton/componentdata.json +259 -0
- package/components/Slider/Slider.d.ts +20 -0
- package/components/Slider/Slider.d.ts.map +1 -0
- package/components/Slider/SliderUtils.d.ts +41 -0
- package/components/Slider/SliderUtils.d.ts.map +1 -0
- package/components/Slider/componentdata.json +137 -0
- package/components/Slider/index.d.ts +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 +13 -0
- package/components/Spacer/Spacer.d.ts.map +1 -0
- package/components/Spacer/componentdata.json +106 -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 +34 -0
- package/components/Tile/Tile.d.ts.map +1 -0
- package/components/Tile/componentdata.json +341 -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 +26 -0
- package/components/Title/Title.d.ts.map +1 -0
- package/components/Title/componentdata.json +3 -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 +18 -0
- package/components/Validation/styles.module.scss.d.ts +10 -0
- package/components/__mocks__/index.js +2 -0
- package/components/__mocks__/index.js.map +1 -0
- package/constants-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/focus-utils.d.ts +7 -0
- package/hooks/focus-utils.d.ts.map +1 -0
- package/hooks/useBreakpoint.d.ts +9 -0
- package/hooks/useBreakpoint.d.ts.map +1 -0
- package/hooks/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/useVisibility.d.ts +3 -0
- package/hooks/useVisibility.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-324a9b14.js +2 -0
- package/useBreakpoint-324a9b14.js.map +1 -0
- package/useHover-037be19d.js +2 -0
- package/useHover-037be19d.js.map +1 -0
- package/useWindowSize-73b47451.js +2 -0
- package/useWindowSize-73b47451.js.map +1 -0
- package/utils/uuid.d.ts +3 -0
- package/utils/uuid.d.ts.map +1 -0
- package/utils/viewport.d.ts +2 -0
- package/utils/viewport.d.ts.map +1 -0
- package/uuid-8870ab4b.js +2 -0
- package/uuid-8870ab4b.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 -146
- 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 a from"react";var e=function(e){var t=e.isExtraSmall,m=e.isHovered,z=a.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),r=a.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),v=a.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z"});return t?m?a.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z"}):v:m?r:z},t=function(e){var t=e.isExtraSmall,m=e.isHovered,z=a.createElement("path",{d:"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),r=a.createElement("path",{d:"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),v=a.createElement("path",{d:"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"});return t?m?a.createElement("path",{d:"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"}):v:m?r:z};export{t as A,e as a};
|
|
2
|
+
//# sourceMappingURL=AlertSignFill-e607ff43.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertSignFill-e607ff43.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as t,a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import{_ as n}from"./_tslib-51c8a283.js";import o from"react";import{g as r}from"./color-a10c7892.js";import{a as l}from"./constants-d919236e.js";import{L as i}from"./Loader-6ff0d481.js";import{u as a}from"./useHover-037be19d.js";import{u as s}from"./useWindowSize-73b47451.js";import{b as u}from"./grid-11a70eb7.js";import{c as d}from"./index-9b84fabc.js";import c from"./components/Button/styles.module.scss";var m={primary:"blueberry",warning:"banana",danger:"cherry"};var f=function(t,e){return e&&e<u.md&&t?l.Small:t?l.Medium:l.XSmall},b=o.forwardRef((function(u,b){var v,p,g,_=u.children,h=u.className,w=void 0===h?"":h,j=u.fluid,E=void 0!==j&&j,y=u.intent,N=void 0===y?"primary":y,k=u.inverted,C=void 0!==k&&k,I=u.htmlMarkup,H=void 0===I?"button":I,O=u.onClick,S=u.large,z=void 0!==S&&S,B=u.loading,F=void 0!==B&&B,M=u.variant,x=void 0===M?"fill":M,L=u.disabled,R=void 0!==L&&L,X=u.ellipsis,A=void 0!==X&&X,P=u.testId,W=u.href,q=u.target,D=n(u,["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;void 0!==(null===(n=null===(e=t[0])||void 0===e?void 0:e.props)||void 0===n?void 0:n.svgIcon)&&(l=t.shift()),void 0!==(null===(r=null===(o=t[t.length-1])||void 0===o?void 0:o.props)||void 0===r?void 0:r.svgIcon)&&(i=t.pop());var a=t.filter((function(t){return t}));return[l,i,a.length>0?a:null]}(o.Children.toArray(_)),J=t(G,3),K=J[0],Q=J[1],T=J[2],U=a(b),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=d(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=d(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)),ut=d(c["button__left-fluid-content"],(e(g={},c["button__left-fluid-content--with-icon"],lt),e(g,c["button__left-fluid-content--large"],z),g));function dt(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 T?o.createElement("span",{className:st},T):null},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:ut},dt(K,f(z,$.width),Z,Y),ct()):o.createElement(o.Fragment,null,dt(K,f(z,$.width),Z,Y),ct()),dt(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{b as B};
|
|
2
|
+
//# sourceMappingURL=Button-57425ed2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button-57425ed2.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-d0752906.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-8870ab4b.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,u=m.checked,f=void 0!==u&&u,_=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(f),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(f)}),[f]),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-00f52a28.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox-00f52a28.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import{p as t}from"./palette-f206f488.js";import{I as o}from"./constants-d919236e.js";import{X as r}from"./X-8d8ff918.js";import s from"./components/Close/styles.module.scss";import{u as a,B as m}from"./useBreakpoint-324a9b14.js";var l=function(l){var n=a()===m.Xs?38:48;return e.createElement("button",{"data-testid":l.testId,className:s.close,"aria-label":l.ariaLabel||"Lukk",onClick:l.onClick,role:"button"},e.createElement(o,{svgIcon:r,color:t.blueberry600,size:n}))};export{l as C};
|
|
2
|
+
//# sourceMappingURL=Close-a6cbd165.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Close-a6cbd165.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import r from"react";import{c as o}from"./index-9b84fabc.js";import a from"./components/FormGroup/styles.module.scss";import{C as t}from"./Checkbox-00f52a28.js";import{T as m}from"./Title-72851d51.js";var l=r.forwardRef((function(l,i){var p,n,s,d=l.className,f=l.mode,c=void 0===f?"on-white":f,g=l.variant,u=void 0===g?"normal":g,_=l.error,v="on-dark"===c,w="bigform"===u,b=o(a["form-group-wrapper"],(e(p={},a["form-group-wrapper--on-dark"],v),e(p,a["form-group-wrapper--invalid"],_),p),d),E=o(a["form-group-wrapper__title"],(e(n={},a["form-group-wrapper__title--on-dark"],v&&!_),e(n,a["form-group-wrapper__title--bigform"],w),n)),N=o(a["form-group"],e({},a["form-group--invalid"],_)),h=o(a["form-group-wrapper__errors"],e({},a["form-group-wrapper__errors--bigform"],w)),k=o(a["field-set__legend"],(e(s={},a["field-set__legend--on-dark"],v&&!_),e(s,a["field-set__legend--bigform"],w),s));return r.createElement("div",{"data-testid":l.testId,className:b},l.title&&r.createElement(m,{className:E,htmlMarkup:"h4",appearance:"title4",margin:{marginTop:0,marginBottom:2}},l.title),r.createElement("div",{className:N},_&&r.createElement("p",{className:h},_),r.createElement("fieldset",{name:l.title,className:a["field-set"]},l.legend&&r.createElement("legend",{className:k},l.legend),r.Children.map(l.children,(function(e){return e.type===t?r.cloneElement(e,{mode:c,variant:u,error:!!_}):e})))))}));export{l as F};
|
|
2
|
+
//# sourceMappingURL=FormGroup-a81166f4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormGroup-a81166f4.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as e}from"./_rollupPluginBabelHelpers-d0752906.js";import a from"react";import{c as r}from"./index-9b84fabc.js";import{u as l}from"./uuid-8870ab4b.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,b=d.className,v=void 0===b?"":b,f=d.testId,w=d.center,N=d.ariaLabelledById,y=d.ariaLabel,E=void 0===y?"Laster inn":y,g="small"===u,h="medium"===u,k="large"===u,L=r(o["loader-wrapper"],(e(s={},o["loader-wrapper--center"],w),e(s,o["loader-wrapper--overlay"],c),s)),j=r(o.loader,(e(m={},o["loader--small"],g),e(m,o["loader--medium"],h),e(m,o["loader--large"],k),m),v),x=r(o.loader__dot,(e(i={},o["loader__dot--small"],g),e(i,o["loader__dot--medium"],h),e(i,o["loader__dot--large"],k),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)),B="loader".concat(l());return a.createElement("div",{role:"progressbar",className:L},a.createElement("div",{"data-testid":f,"aria-labelledby":N||B,className:j},a.createElement("div",{className:x}),a.createElement("div",{className:x}),a.createElement("div",{className:x}),a.createElement("div",{className:x}),!N&&a.createElement("span",{id:B,className:o["loader__hidden-text"]},E)))}));export{d as L};
|
|
2
|
+
//# sourceMappingURL=Loader-6ff0d481.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader-6ff0d481.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,a as t}from"./_rollupPluginBabelHelpers-d0752906.js";import r,{useRef as a,useEffect as n,useState as o}from"react";import{c as l}from"./index-9b84fabc.js";import{p as c}from"./palette-f206f488.js";import{B as i}from"./Button-57425ed2.js";import{a as s,I as d}from"./constants-d919236e.js";import m from"./components/Modal/styles.module.scss";import{A as u,a as v}from"./AlertSignFill-e607ff43.js";import{T as p}from"./Title-72851d51.js";import{u as f}from"./uuid-8870ab4b.js";import{C as _}from"./Close-a6cbd165.js";function E(){var e=a(null);function t(t){var r=e.current,a="Tab"===t.key;if(r&&a){var n=function(e){try{return("string"==typeof e?document.querySelector(e):e).getRootNode().activeElement}catch(t){return console.error("Feil ved å ta tak i active element basert på angitt node: ",e,t),null}}(r),o=null==r?void 0:r.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),l=o[0],c=1===o.length?l:o[o.length-1];t.shiftKey?n===l&&(c.focus(),t.preventDefault()):n===c&&(l.focus(),t.preventDefault())}}function r(t){var r=e.current;if(r){var a=r.querySelectorAll('a[href], button, textarea, input[type="text"], input[type="radio"], input[type="checkbox"], select');1===a.length&&(a[0].focus(),t.preventDefault())}}return n((function(){var a=e.current;return a.addEventListener("keydown",t),a.addEventListener("click",r),function(){a.removeEventListener("keydown",t),a.removeEventListener("click",r)}}),[]),e}var g,y,h=function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,a=o(!1),l=e(a,2),c=l[0],i=l[1];return n((function(){var e=new IntersectionObserver((function(e){i(e[0].intersectionRatio>=r)}),{threshold:r});return(null==t?void 0:t.current)&&e.observe(t.current),function(){(null==t?void 0:t.current)&&e.unobserve(t.current)}}),[t]),c};!function(e){e.normal="normal",e.warning="warning",e.error="error",e.image="image"}(g||(g={})),function(e){e.large="large",e.medium="medium"}(y||(y={}));var b={variant:g.normal,primaryButtonText:"OK",large:!1,className:"",size:y.large},N=function(e,t){var a=function(e){return e===g.error?r.createElement(d,{size:s.Small,svgIcon:u,color:c.cherry500,hoverColor:c.cherry500}):e===g.warning?r.createElement(d,{size:s.Small,svgIcon:v,color:c.black,hoverColor:c.black}):null}(e);return a?r.createElement("div",{className:m.modal__iconWrapper},a):t?r.createElement("div",{className:m.modal__iconWrapper},r.cloneElement(t,{size:s.Small})):null},k=function(a){var o,c,s,d=r.useState(0),u=e(d,2),v=u[0],y=u[1],b=r.useState(f()),k=e(b,1)[0],w=r.useRef(null),x=r.useRef(null),B=r.useRef(null),C=h(x),L=r.useRef(null),S=h(L),W=B.current&&B.current.scrollHeight>B.current.clientHeight;function T(e){"Escape"===e.key&&a.onClose&&(e.stopPropagation(),a.onClose())}function j(e){e.target&&R.current===e.target&&a.onClose&&(e.stopPropagation(),a.onClose())}var z=a.variant===g.image,I=null!==(o=a.titleId)&&void 0!==o?o:k,R=r.useRef(null),P=a.secondaryButtonText&&(null===(c=a.secondaryButtonText)||void 0===c?void 0:c.length)>0||a.onSuccess,A=a.ariaLabelledBy?void 0:a.ariaLabel,D=a.ariaLabelledBy?a.ariaLabelledBy:a.ariaLabel?void 0:I;return n((function(){var e,t=R.current;return null===(e=w.current)||void 0===e||e.focus(),document.body.style.overflow="hidden",t&&!P&&(t.addEventListener("keydown",T),t.addEventListener("click",j)),function(){document.body.style.removeProperty("overflow"),t&&!P&&(t.removeEventListener("keydown",T),t.removeEventListener("click",j))}}),[]),r.createElement("div",{"data-testid":"dialog-container"},r.createElement("div",{ref:R,className:m["modal-overlay"],"data-testid":a.testId},r.createElement("div",{className:m.align,ref:E()},r.createElement("div",{className:l(a.className,m.modal,m["modal--".concat(a.variant)],m["modal--".concat(a.size)]),role:"dialog","aria-label":A,"aria-labelledby":D},r.createElement("div",{tabIndex:v,ref:w,onBlur:function(){return y(-1)}}),r.createElement("div",{className:l(m.modal__shadow,m["modal__shadow--top"],t({},m["modal__shadow--show"],!C&&W))}),r.createElement("div",{className:l(m.modal__contentWrapper,t({},m["modal__contentWrapper--image"],z)),ref:B},!a.noCloseButton&&r.createElement("div",{className:m.modal__closeWrapper},r.createElement("div",{className:l(m.modal__closeWrapper__close)},r.createElement(_,{onClick:a.onClose,ariaLabel:a.ariaLabelCloseBtn}))),r.createElement("div",{className:l(m["modal__contentWrapper__scroll--".concat(a.size)],t({},m["modal__contentWrapper__scroll--image"],z))},r.createElement("div",{ref:x}),r.createElement("div",{className:m.modal__contentWrapper__title},N(a.variant,a.icon),r.createElement("div",{className:a.variant===g.error?m["modal__title--error"]:""},r.createElement(p,{id:I,htmlMarkup:"h3",appearance:"title3"},a.title))),z&&r.createElement("div",null,r.createElement("div",{className:m.modal__contentWrapper__imageWrapper},a.children),r.createElement("span",{className:m.modal__contentWrapper__imageDescription},a.description)),!z&&a.children&&r.createElement("div",null,a.children),!z&&!a.children&&r.createElement("p",{className:m.modal__description},a.description),r.createElement("div",{ref:L}))),r.createElement("div",{className:l(m.modal__shadow,m["modal__shadow--bottom"],t({},m["modal__shadow--show"],!S&&W))}),P&&r.createElement("div",{className:l(m["modal__call-to-action"],m["modal__call-to-action--".concat(a.size)])},a.onSuccess&&r.createElement(i,{onClick:a.onSuccess},a.primaryButtonText),a.secondaryButtonText&&(null===(s=a.secondaryButtonText)||void 0===s?void 0:s.length)>0&&r.createElement(i,{variant:"borderless",onClick:a.onClose},a.secondaryButtonText))))))};k.defaultProps=b;export{k as M};
|
|
2
|
+
//# sourceMappingURL=Modal-01c51ba1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal-01c51ba1.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-d0752906.js";import e from"react";import{c as r}from"./index-9b84fabc.js";import i from"./components/Title/styles.module.scss";var o=e.forwardRef((function(o,a){var l,m=o.id,n=o.children,c=o.className,p=o.htmlMarkup,s=void 0===p?"h1":p,d=o.appearance,f=void 0===d?"title1":d,g=o.margin,u=void 0===g?0:g,y=o.testId,T=r(i.title,(t(l={},i["title--feature"],"titleFeature"===f),t(l,i["title--title1"],"title1"===f),t(l,i["title--title2"],"title2"===f),t(l,i["title--title3"],"title3"===f),t(l,i["title--title4"],"title4"===f),t(l,i["title--title5"],"title5"===f),l),c),b=s,h=function(t){return Object.prototype.hasOwnProperty.call(t,"marginTop")&&Object.prototype.hasOwnProperty.call(t,"marginBottom")}(u)?{marginTop:"".concat(u.marginTop,"rem"),marginBottom:"".concat(u.marginBottom,"rem")}:{marginTop:"".concat(u,"rem"),marginBottom:"".concat(u,"rem")};return e.createElement(b,{id:m,className:T,style:h,ref:a,"data-testid":y},n)}));export{o as T};
|
|
2
|
+
//# sourceMappingURL=Title-72851d51.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title-72851d51.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import{c as e}from"./index-9b84fabc.js";import{F as a}from"./FormGroup-a81166f4.js";import t from"./components/Validation/styles.module.scss";var o=r.forwardRef((function(o,m){var n=o.errorSummary,s=o.className;o.variant;var i=e(t.validation,s);return r.createElement(r.Fragment,null,r.createElement("div",{"data-testid":o.testId,className:i},r.Children.map(o.children,(function(e){return e.type===a?r.cloneElement(e,{className:n?t["form-group-wrapper--error-sibling"]:""}):e}))),n&&r.createElement("p",{className:t.validation__errors},n))}));export{o as V};
|
|
2
|
+
//# sourceMappingURL=Validation-55b5b893.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Validation-55b5b893.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/X-8d8ff918.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";var l=function(l){var t=l.isExtraSmall,r=l.isHovered,a=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"}),L=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"}),m=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?r?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"}):m:r?L:a};export{l as X};
|
|
2
|
+
//# sourceMappingURL=X-8d8ff918.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"X-8d8ff918.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r})(t)}function t(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")}function n(r,t){for(var n=0;n<t.length;n++){var e=t[n];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(r,e.key,e)}}function e(r,t,e){return t&&n(r.prototype,t),e&&n(r,e),r}function o(r,t,n){return t in r?Object.defineProperty(r,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):r[t]=n,r}function a(r,t){return function(r){if(Array.isArray(r))return r}(r)||function(r,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(r)))return;var n=[],e=!0,o=!1,a=void 0;try{for(var i,u=r[Symbol.iterator]();!(e=(i=u.next()).done)&&(n.push(i.value),!t||n.length!==t);e=!0);}catch(r){o=!0,a=r}finally{try{e||null==u.return||u.return()}finally{if(o)throw a}}return n}(r,t)||function(r,t){if(!r)return;if("string"==typeof r)return i(r,t);var n=Object.prototype.toString.call(r).slice(8,-1);"Object"===n&&r.constructor&&(n=r.constructor.name);if("Map"===n||"Set"===n)return Array.from(r);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i(r,t)}(r,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(r,t){(null==t||t>r.length)&&(t=r.length);for(var n=0,e=new Array(t);n<t;n++)e[n]=r[n];return e}export{a as _,o as a,r as b,e as c,t as d};
|
|
2
|
+
//# sourceMappingURL=_rollupPluginBabelHelpers-d0752906.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollupPluginBabelHelpers-d0752906.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
function e(e,t){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]])}return r}export{e as _};
|
|
16
|
+
//# sourceMappingURL=_tslib-51c8a283.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_tslib-51c8a283.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-a10c7892.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type AnchorLinkTargets = '_self' | '_blank' | '_parent';
|
|
3
|
+
interface AnchorLinkProps {
|
|
4
|
+
/** Sets the content of the <a> tag */
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
/** URL to link to */
|
|
7
|
+
href: string;
|
|
8
|
+
/** Gives a unique id to the anchor-link :) */
|
|
9
|
+
id?: string;
|
|
10
|
+
/** Adds custom classes to the element. */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** Sets the target type of the <a> tag. _blank adds an arrow icon at the end of the link */
|
|
13
|
+
target?: AnchorLinkTargets;
|
|
14
|
+
/** Sets the data-testid attribute. */
|
|
15
|
+
testId?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const AnchorLink: React.ForwardRefExoticComponent<AnchorLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
18
|
+
export default AnchorLink;
|
|
19
|
+
//# sourceMappingURL=AnchorLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnchorLink.d.ts","sourceRoot":"","sources":["../../../src/components/AnchorLink/AnchorLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;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;IAC3B,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,2FAqBd,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
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
|
+
"testId": {
|
|
114
|
+
"defaultValue": null,
|
|
115
|
+
"description": "Sets the data-testid attribute.",
|
|
116
|
+
"name": "testId",
|
|
117
|
+
"parent": {
|
|
118
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
119
|
+
"name": "AnchorLinkProps"
|
|
120
|
+
},
|
|
121
|
+
"declarations": [
|
|
122
|
+
{
|
|
123
|
+
"fileName": "src/components/AnchorLink/AnchorLink.tsx",
|
|
124
|
+
"name": "AnchorLinkProps"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"required": false,
|
|
128
|
+
"type": {
|
|
129
|
+
"name": "string"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
@@ -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 as t}from"../../constants-d919236e.js";import{g as a}from"../../color-a10c7892.js";import{u as o}from"../../useHover-037be19d.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-d0752906.js";var i=function(r){var t=r.isExtraSmall,a=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 t?a?e.createElement("path",{d:"M22.076 11.122v1.769h11.736L14.819 31.884l1.252 1.25 19.015-19.015v11.782h1.769V11.122z"}):s:a?l:o},m=e.forwardRef((function(m,n){var c=m.id,d=m.href,f=m.children,v=m.className,p=m.target,h=void 0===p?"_self":p,u=m.testId,b="_blank"===h,j=o(n,void 0,!1),E=j.hoverRef,g=j.isHovered,_=s(l.anchorlink,null!=v?v:"");return e.createElement("a",{id:c,href:d,className:_,target:h,ref:E,"data-testid":u},f,b&&e.createElement(r,{className:l.anchorlink__icon,svgIcon:i,color:a("blueberry",600),hoverColor:a("blueberry",700),size:t.XSmall,isHovered:g}))}));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,16 @@
|
|
|
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
|
+
/** Sets the data-testid attribute. */
|
|
12
|
+
testId?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLElement>>;
|
|
15
|
+
export default Avatar;
|
|
16
|
+
//# 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;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,MAAM,iFAgBV,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
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
|
+
"testId": {
|
|
92
|
+
"defaultValue": null,
|
|
93
|
+
"description": "Sets the data-testid attribute.",
|
|
94
|
+
"name": "testId",
|
|
95
|
+
"parent": {
|
|
96
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
97
|
+
"name": "AvatarProps"
|
|
98
|
+
},
|
|
99
|
+
"declarations": [
|
|
100
|
+
{
|
|
101
|
+
"fileName": "src/components/Avatar/Avatar.tsx",
|
|
102
|
+
"name": "AvatarProps"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"required": false,
|
|
106
|
+
"type": {
|
|
107
|
+
"name": "string"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -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,d=l.className,n=void 0===d?"":d,f=l.selected,p=void 0!==f&&f,v=l.variant,b=void 0===v?"normal":v,u=l.testId,j=i.charAt(0).toLocaleUpperCase()+i.substring(1,2);return a.createElement("span",{className:s(o.avatar,p&&o["avatar--selected"],"black"===b&&o["avatar--black"],n),ref:m,"data-testid":u},p?a.createElement(e,{svgIcon:t,size:r.Small,color:"black"===b?c.neutral900:c.blueberry600}):j)}));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
|
+
}
|