@helsenorge/designsystem-react 0.0.3-dev.6 → 1.0.0-alpha-nye-spacers
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AlertSignFill-64bfef57.js +2 -0
- package/AlertSignFill-64bfef57.js.map +1 -0
- package/Button-a455487c.js +2 -0
- package/Button-a455487c.js.map +1 -0
- package/Check-6291ad09.js +2 -0
- package/Check-6291ad09.js.map +1 -0
- package/Checkbox-54d546a5.js +2 -0
- package/Checkbox-54d546a5.js.map +1 -0
- package/FormGroup-b96b616e.js +2 -0
- package/FormGroup-b96b616e.js.map +1 -0
- package/Loader-9e099b42.js +2 -0
- package/Loader-9e099b42.js.map +1 -0
- package/Modal-0c2e925c.js +2 -0
- package/Modal-0c2e925c.js.map +1 -0
- package/README.md +7 -3
- package/Title-863af332.js +2 -0
- package/Title-863af332.js.map +1 -0
- package/Validation-e113da7e.js +2 -0
- package/Validation-e113da7e.js.map +1 -0
- package/_rollupPluginBabelHelpers-e1c7fe69.js +2 -0
- package/_rollupPluginBabelHelpers-e1c7fe69.js.map +1 -0
- package/_tslib-51c8a283.js +16 -0
- package/_tslib-51c8a283.js.map +1 -0
- package/color-a10c7892.js +2 -0
- package/color-a10c7892.js.map +1 -0
- package/components/AnchorLink/AnchorLink.d.ts +17 -0
- package/components/AnchorLink/AnchorLink.d.ts.map +1 -0
- package/components/AnchorLink/componentdata.json +114 -0
- package/components/AnchorLink/index.d.ts +3 -0
- package/components/AnchorLink/index.d.ts.map +1 -0
- package/components/AnchorLink/index.js +2 -0
- package/components/AnchorLink/index.js.map +1 -0
- package/components/AnchorLink/styles.module.scss +63 -0
- package/components/AnchorLink/styles.module.scss.d.ts +10 -0
- package/components/Avatar/Avatar.d.ts +14 -0
- package/components/Avatar/Avatar.d.ts.map +1 -0
- package/components/Avatar/componentdata.json +92 -0
- package/components/Avatar/index.d.ts +3 -0
- package/components/Avatar/index.d.ts.map +1 -0
- package/components/Avatar/index.js +2 -0
- package/components/Avatar/index.js.map +1 -0
- package/components/Avatar/styles.module.scss +22 -0
- package/components/Avatar/styles.module.scss.d.ts +11 -0
- package/components/Badge/Badge.d.ts +15 -0
- package/components/Badge/Badge.d.ts.map +1 -0
- package/components/Badge/componentdata.json +91 -0
- package/components/Badge/index.d.ts +3 -0
- package/components/Badge/index.d.ts.map +1 -0
- package/components/Badge/index.js +2 -0
- package/components/Badge/index.js.map +1 -0
- package/components/Badge/styles.module.scss +41 -0
- package/components/Badge/styles.module.scss.d.ts +17 -0
- package/components/Button/Button.d.ts +40 -0
- package/components/Button/Button.d.ts.map +1 -0
- package/components/Button/componentdata.json +668 -0
- package/components/Button/index.d.ts +3 -0
- package/components/Button/index.d.ts.map +1 -0
- package/components/Button/index.js +2 -0
- package/components/Button/index.js.map +1 -0
- package/components/Button/styles.module.scss +415 -0
- package/components/Button/styles.module.scss.d.ts +34 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts +9 -0
- package/components/ButtonWithModal/ButtonWithModal.d.ts.map +1 -0
- package/components/ButtonWithModal/componentdata.json +345 -0
- package/components/ButtonWithModal/index.d.ts +3 -0
- package/components/ButtonWithModal/index.d.ts.map +1 -0
- package/components/ButtonWithModal/index.js +2 -0
- package/components/ButtonWithModal/index.js.map +1 -0
- package/components/Checkbox/Checkbox.d.ts +31 -0
- package/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/components/Checkbox/componentdata.json +259 -0
- package/components/Checkbox/index.d.ts +3 -0
- package/components/Checkbox/index.d.ts.map +1 -0
- package/components/Checkbox/index.js +2 -0
- package/components/Checkbox/index.js.map +1 -0
- package/components/Checkbox/styles.module.scss +191 -0
- package/components/Checkbox/styles.module.scss.d.ts +25 -0
- package/components/ExpanderList/ExpanderList.d.ts +44 -0
- package/components/ExpanderList/ExpanderList.d.ts.map +1 -0
- package/components/ExpanderList/componentdata.json +205 -0
- package/components/ExpanderList/index.d.ts +3 -0
- package/components/ExpanderList/index.d.ts.map +1 -0
- package/components/ExpanderList/index.js +2 -0
- package/components/ExpanderList/index.js.map +1 -0
- package/components/ExpanderList/styles.module.scss +155 -0
- package/components/ExpanderList/styles.module.scss.d.ts +27 -0
- package/components/FormExample/FormExample.d.ts +13 -0
- package/components/FormExample/FormExample.d.ts.map +1 -0
- package/components/FormExample/componentdata.json +63 -0
- package/components/FormExample/index.d.ts +3 -0
- package/components/FormExample/index.d.ts.map +1 -0
- package/components/FormExample/index.js +2 -0
- package/components/FormExample/index.js.map +1 -0
- package/components/FormGroup/FormGroup.d.ts +26 -0
- package/components/FormGroup/FormGroup.d.ts.map +1 -0
- package/components/FormGroup/componentdata.json +183 -0
- package/components/FormGroup/index.d.ts +3 -0
- package/components/FormGroup/index.d.ts.map +1 -0
- package/components/FormGroup/index.js +2 -0
- package/components/FormGroup/index.js.map +1 -0
- package/components/FormGroup/styles.module.scss +79 -0
- package/components/FormGroup/styles.module.scss.d.ts +22 -0
- package/components/Icons/ActiveMonitoring.d.ts +5 -0
- package/components/Icons/ActiveMonitoring.d.ts.map +1 -0
- package/components/Icons/ActiveMonitoring.js +2 -0
- package/components/Icons/ActiveMonitoring.js.map +1 -0
- package/components/Icons/AcupunctureBack.d.ts +5 -0
- package/components/Icons/AcupunctureBack.d.ts.map +1 -0
- package/components/Icons/AcupunctureBack.js +2 -0
- package/components/Icons/AcupunctureBack.js.map +1 -0
- package/components/Icons/AdditionalIconInformation.js +263 -0
- package/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/components/Icons/AlarmClock.d.ts +5 -0
- package/components/Icons/AlarmClock.d.ts.map +1 -0
- package/components/Icons/AlarmClock.js +2 -0
- package/components/Icons/AlarmClock.js.map +1 -0
- package/components/Icons/AlertSignFill.d.ts +5 -0
- package/components/Icons/AlertSignFill.d.ts.map +1 -0
- package/components/Icons/AlertSignFill.js +2 -0
- package/components/Icons/AlertSignFill.js.map +1 -0
- package/components/Icons/AlertSignStroke.d.ts +5 -0
- package/components/Icons/AlertSignStroke.d.ts.map +1 -0
- package/components/Icons/AlertSignStroke.js +2 -0
- package/components/Icons/AlertSignStroke.js.map +1 -0
- package/components/Icons/Amputation.d.ts +5 -0
- package/components/Icons/Amputation.d.ts.map +1 -0
- package/components/Icons/Amputation.js +2 -0
- package/components/Icons/Amputation.js.map +1 -0
- package/components/Icons/Anxiety.d.ts +5 -0
- package/components/Icons/Anxiety.d.ts.map +1 -0
- package/components/Icons/Anxiety.js +2 -0
- package/components/Icons/Anxiety.js.map +1 -0
- package/components/Icons/Apple.d.ts +5 -0
- package/components/Icons/Apple.d.ts.map +1 -0
- package/components/Icons/Apple.js +2 -0
- package/components/Icons/Apple.js.map +1 -0
- package/components/Icons/Archive.d.ts +5 -0
- package/components/Icons/Archive.d.ts.map +1 -0
- package/components/Icons/Archive.js +2 -0
- package/components/Icons/Archive.js.map +1 -0
- package/components/Icons/ArmFlexing.d.ts +5 -0
- package/components/Icons/ArmFlexing.d.ts.map +1 -0
- package/components/Icons/ArmFlexing.js +2 -0
- package/components/Icons/ArmFlexing.js.map +1 -0
- package/components/Icons/ArrowLeft.d.ts +5 -0
- package/components/Icons/ArrowLeft.d.ts.map +1 -0
- package/components/Icons/ArrowLeft.js +2 -0
- package/components/Icons/ArrowLeft.js.map +1 -0
- package/components/Icons/ArrowRight.d.ts +5 -0
- package/components/Icons/ArrowRight.d.ts.map +1 -0
- package/components/Icons/ArrowRight.js +2 -0
- package/components/Icons/ArrowRight.js.map +1 -0
- package/components/Icons/ArrowUpRight.d.ts +5 -0
- package/components/Icons/ArrowUpRight.d.ts.map +1 -0
- package/components/Icons/ArrowUpRight.js +2 -0
- package/components/Icons/ArrowUpRight.js.map +1 -0
- package/components/Icons/Attachment.d.ts +5 -0
- package/components/Icons/Attachment.d.ts.map +1 -0
- package/components/Icons/Attachment.js +2 -0
- package/components/Icons/Attachment.js.map +1 -0
- package/components/Icons/Atv.d.ts +5 -0
- package/components/Icons/Atv.d.ts.map +1 -0
- package/components/Icons/Atv.js +2 -0
- package/components/Icons/Atv.js.map +1 -0
- package/components/Icons/Avatar.d.ts +5 -0
- package/components/Icons/Avatar.d.ts.map +1 -0
- package/components/Icons/Avatar.js +2 -0
- package/components/Icons/Avatar.js.map +1 -0
- package/components/Icons/AwakePersonOnPillow.d.ts +5 -0
- package/components/Icons/AwakePersonOnPillow.d.ts.map +1 -0
- package/components/Icons/AwakePersonOnPillow.js +2 -0
- package/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/components/Icons/Baby.d.ts +5 -0
- package/components/Icons/Baby.d.ts.map +1 -0
- package/components/Icons/Baby.js +2 -0
- package/components/Icons/Baby.js.map +1 -0
- package/components/Icons/BandAid.d.ts +5 -0
- package/components/Icons/BandAid.d.ts.map +1 -0
- package/components/Icons/BandAid.js +2 -0
- package/components/Icons/BandAid.js.map +1 -0
- package/components/Icons/BeerAndPills.d.ts +5 -0
- package/components/Icons/BeerAndPills.d.ts.map +1 -0
- package/components/Icons/BeerAndPills.js +2 -0
- package/components/Icons/BeerAndPills.js.map +1 -0
- package/components/Icons/Bell.d.ts +5 -0
- package/components/Icons/Bell.d.ts.map +1 -0
- package/components/Icons/Bell.js +2 -0
- package/components/Icons/Bell.js.map +1 -0
- package/components/Icons/Bike.d.ts +5 -0
- package/components/Icons/Bike.d.ts.map +1 -0
- package/components/Icons/Bike.js +2 -0
- package/components/Icons/Bike.js.map +1 -0
- package/components/Icons/BirthControl.d.ts +5 -0
- package/components/Icons/BirthControl.d.ts.map +1 -0
- package/components/Icons/BirthControl.js +2 -0
- package/components/Icons/BirthControl.js.map +1 -0
- package/components/Icons/BirthdayCake.d.ts +5 -0
- package/components/Icons/BirthdayCake.d.ts.map +1 -0
- package/components/Icons/BirthdayCake.js +2 -0
- package/components/Icons/BirthdayCake.js.map +1 -0
- package/components/Icons/Boat.d.ts +5 -0
- package/components/Icons/Boat.d.ts.map +1 -0
- package/components/Icons/Boat.js +2 -0
- package/components/Icons/Boat.js.map +1 -0
- package/components/Icons/Body.d.ts +5 -0
- package/components/Icons/Body.d.ts.map +1 -0
- package/components/Icons/Body.js +2 -0
- package/components/Icons/Body.js.map +1 -0
- package/components/Icons/Brain.d.ts +5 -0
- package/components/Icons/Brain.d.ts.map +1 -0
- package/components/Icons/Brain.js +2 -0
- package/components/Icons/Brain.js.map +1 -0
- package/components/Icons/BreastReconstruction.d.ts +5 -0
- package/components/Icons/BreastReconstruction.d.ts.map +1 -0
- package/components/Icons/BreastReconstruction.js +2 -0
- package/components/Icons/BreastReconstruction.js.map +1 -0
- package/components/Icons/BreastRemoval.d.ts +5 -0
- package/components/Icons/BreastRemoval.d.ts.map +1 -0
- package/components/Icons/BreastRemoval.js +2 -0
- package/components/Icons/BreastRemoval.js.map +1 -0
- package/components/Icons/Breasts.d.ts +5 -0
- package/components/Icons/Breasts.d.ts.map +1 -0
- package/components/Icons/Breasts.js +2 -0
- package/components/Icons/Breasts.js.map +1 -0
- package/components/Icons/BrokenHeart.d.ts +5 -0
- package/components/Icons/BrokenHeart.d.ts.map +1 -0
- package/components/Icons/BrokenHeart.js +2 -0
- package/components/Icons/BrokenHeart.js.map +1 -0
- package/components/Icons/BrokenPuzzle.d.ts +5 -0
- package/components/Icons/BrokenPuzzle.d.ts.map +1 -0
- package/components/Icons/BrokenPuzzle.js +2 -0
- package/components/Icons/BrokenPuzzle.js.map +1 -0
- package/components/Icons/Bus.d.ts +5 -0
- package/components/Icons/Bus.d.ts.map +1 -0
- package/components/Icons/Bus.js +2 -0
- package/components/Icons/Bus.js.map +1 -0
- package/components/Icons/Calendar.d.ts +5 -0
- package/components/Icons/Calendar.d.ts.map +1 -0
- package/components/Icons/Calendar.js +2 -0
- package/components/Icons/Calendar.js.map +1 -0
- package/components/Icons/CalendarChange.d.ts +5 -0
- package/components/Icons/CalendarChange.d.ts.map +1 -0
- package/components/Icons/CalendarChange.js +2 -0
- package/components/Icons/CalendarChange.js.map +1 -0
- package/components/Icons/CalendarCheck.d.ts +5 -0
- package/components/Icons/CalendarCheck.d.ts.map +1 -0
- package/components/Icons/CalendarCheck.js +2 -0
- package/components/Icons/CalendarCheck.js.map +1 -0
- package/components/Icons/CalendarEvent.d.ts +5 -0
- package/components/Icons/CalendarEvent.d.ts.map +1 -0
- package/components/Icons/CalendarEvent.js +2 -0
- package/components/Icons/CalendarEvent.js.map +1 -0
- package/components/Icons/CalendarSave.d.ts +5 -0
- package/components/Icons/CalendarSave.d.ts.map +1 -0
- package/components/Icons/CalendarSave.js +2 -0
- package/components/Icons/CalendarSave.js.map +1 -0
- package/components/Icons/Cancer.d.ts +5 -0
- package/components/Icons/Cancer.d.ts.map +1 -0
- package/components/Icons/Cancer.js +2 -0
- package/components/Icons/Cancer.js.map +1 -0
- package/components/Icons/Car.d.ts +5 -0
- package/components/Icons/Car.d.ts.map +1 -0
- package/components/Icons/Car.js +2 -0
- package/components/Icons/Car.js.map +1 -0
- package/components/Icons/Change.d.ts +5 -0
- package/components/Icons/Change.d.ts.map +1 -0
- package/components/Icons/Change.js +2 -0
- package/components/Icons/Change.js.map +1 -0
- package/components/Icons/Check.d.ts +5 -0
- package/components/Icons/Check.d.ts.map +1 -0
- package/components/Icons/Check.js +2 -0
- package/components/Icons/Check.js.map +1 -0
- package/components/Icons/CheckOutline.d.ts +5 -0
- package/components/Icons/CheckOutline.d.ts.map +1 -0
- package/components/Icons/CheckOutline.js +2 -0
- package/components/Icons/CheckOutline.js.map +1 -0
- package/components/Icons/Chest.d.ts +5 -0
- package/components/Icons/Chest.d.ts.map +1 -0
- package/components/Icons/Chest.js +2 -0
- package/components/Icons/Chest.js.map +1 -0
- package/components/Icons/ChevronDown.d.ts +5 -0
- package/components/Icons/ChevronDown.d.ts.map +1 -0
- package/components/Icons/ChevronDown.js +2 -0
- package/components/Icons/ChevronDown.js.map +1 -0
- package/components/Icons/ChevronLeft.d.ts +5 -0
- package/components/Icons/ChevronLeft.d.ts.map +1 -0
- package/components/Icons/ChevronLeft.js +2 -0
- package/components/Icons/ChevronLeft.js.map +1 -0
- package/components/Icons/ChevronRight.d.ts +5 -0
- package/components/Icons/ChevronRight.d.ts.map +1 -0
- package/components/Icons/ChevronRight.js +2 -0
- package/components/Icons/ChevronRight.js.map +1 -0
- package/components/Icons/ChevronUp.d.ts +5 -0
- package/components/Icons/ChevronUp.d.ts.map +1 -0
- package/components/Icons/ChevronUp.js +2 -0
- package/components/Icons/ChevronUp.js.map +1 -0
- package/components/Icons/ChevronsDown.d.ts +5 -0
- package/components/Icons/ChevronsDown.d.ts.map +1 -0
- package/components/Icons/ChevronsDown.js +2 -0
- package/components/Icons/ChevronsDown.js.map +1 -0
- package/components/Icons/ChevronsUp.d.ts +5 -0
- package/components/Icons/ChevronsUp.d.ts.map +1 -0
- package/components/Icons/ChevronsUp.js +2 -0
- package/components/Icons/ChevronsUp.js.map +1 -0
- package/components/Icons/ChildPlaying.d.ts +5 -0
- package/components/Icons/ChildPlaying.d.ts.map +1 -0
- package/components/Icons/ChildPlaying.js +2 -0
- package/components/Icons/ChildPlaying.js.map +1 -0
- package/components/Icons/Cigarette.d.ts +5 -0
- package/components/Icons/Cigarette.d.ts.map +1 -0
- package/components/Icons/Cigarette.js +2 -0
- package/components/Icons/Cigarette.js.map +1 -0
- package/components/Icons/Contacts.d.ts +5 -0
- package/components/Icons/Contacts.d.ts.map +1 -0
- package/components/Icons/Contacts.js +2 -0
- package/components/Icons/Contacts.js.map +1 -0
- package/components/Icons/Copy.d.ts +5 -0
- package/components/Icons/Copy.d.ts.map +1 -0
- package/components/Icons/Copy.js +2 -0
- package/components/Icons/Copy.js.map +1 -0
- package/components/Icons/CoronaCertificate.d.ts +5 -0
- package/components/Icons/CoronaCertificate.d.ts.map +1 -0
- package/components/Icons/CoronaCertificate.js +2 -0
- package/components/Icons/CoronaCertificate.js.map +1 -0
- package/components/Icons/Coronavirus.d.ts +5 -0
- package/components/Icons/Coronavirus.d.ts.map +1 -0
- package/components/Icons/Coronavirus.js +2 -0
- package/components/Icons/Coronavirus.js.map +1 -0
- package/components/Icons/Cough.d.ts +5 -0
- package/components/Icons/Cough.d.ts.map +1 -0
- package/components/Icons/Cough.js +2 -0
- package/components/Icons/Cough.js.map +1 -0
- package/components/Icons/CriticalHealthInfo.d.ts +5 -0
- package/components/Icons/CriticalHealthInfo.d.ts.map +1 -0
- package/components/Icons/CriticalHealthInfo.js +2 -0
- package/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/components/Icons/Cross.d.ts +5 -0
- package/components/Icons/Cross.d.ts.map +1 -0
- package/components/Icons/Cross.js +2 -0
- package/components/Icons/Cross.js.map +1 -0
- package/components/Icons/DataExchange.d.ts +5 -0
- package/components/Icons/DataExchange.d.ts.map +1 -0
- package/components/Icons/DataExchange.js +2 -0
- package/components/Icons/DataExchange.js.map +1 -0
- package/components/Icons/DataReceived.d.ts +5 -0
- package/components/Icons/DataReceived.d.ts.map +1 -0
- package/components/Icons/DataReceived.js +2 -0
- package/components/Icons/DataReceived.js.map +1 -0
- package/components/Icons/DataSent.d.ts +5 -0
- package/components/Icons/DataSent.d.ts.map +1 -0
- package/components/Icons/DataSent.js +2 -0
- package/components/Icons/DataSent.js.map +1 -0
- package/components/Icons/Depression.d.ts +5 -0
- package/components/Icons/Depression.d.ts.map +1 -0
- package/components/Icons/Depression.js +2 -0
- package/components/Icons/Depression.js.map +1 -0
- package/components/Icons/DigestiveSystem.d.ts +5 -0
- package/components/Icons/DigestiveSystem.d.ts.map +1 -0
- package/components/Icons/DigestiveSystem.js +2 -0
- package/components/Icons/DigestiveSystem.js.map +1 -0
- package/components/Icons/Dizzy.d.ts +5 -0
- package/components/Icons/Dizzy.d.ts.map +1 -0
- package/components/Icons/Dizzy.js +2 -0
- package/components/Icons/Dizzy.js.map +1 -0
- package/components/Icons/Documents.d.ts +5 -0
- package/components/Icons/Documents.d.ts.map +1 -0
- package/components/Icons/Documents.js +2 -0
- package/components/Icons/Documents.js.map +1 -0
- package/components/Icons/Dog.d.ts +5 -0
- package/components/Icons/Dog.d.ts.map +1 -0
- package/components/Icons/Dog.js +2 -0
- package/components/Icons/Dog.js.map +1 -0
- package/components/Icons/DonorCard.d.ts +5 -0
- package/components/Icons/DonorCard.d.ts.map +1 -0
- package/components/Icons/DonorCard.js +2 -0
- package/components/Icons/DonorCard.js.map +1 -0
- package/components/Icons/Download.d.ts +5 -0
- package/components/Icons/Download.d.ts.map +1 -0
- package/components/Icons/Download.js +2 -0
- package/components/Icons/Download.js.map +1 -0
- package/components/Icons/Draft.d.ts +5 -0
- package/components/Icons/Draft.d.ts.map +1 -0
- package/components/Icons/Draft.js +2 -0
- package/components/Icons/Draft.js.map +1 -0
- package/components/Icons/EChat.d.ts +5 -0
- package/components/Icons/EChat.d.ts.map +1 -0
- package/components/Icons/EChat.js +2 -0
- package/components/Icons/EChat.js.map +1 -0
- package/components/Icons/EarNoseThroat.d.ts +5 -0
- package/components/Icons/EarNoseThroat.d.ts.map +1 -0
- package/components/Icons/EarNoseThroat.js +2 -0
- package/components/Icons/EarNoseThroat.js.map +1 -0
- package/components/Icons/ElderlyPerson.d.ts +5 -0
- package/components/Icons/ElderlyPerson.d.ts.map +1 -0
- package/components/Icons/ElderlyPerson.js +2 -0
- package/components/Icons/ElderlyPerson.js.map +1 -0
- package/components/Icons/Embolization.d.ts +5 -0
- package/components/Icons/Embolization.d.ts.map +1 -0
- package/components/Icons/Embolization.js +2 -0
- package/components/Icons/Embolization.js.map +1 -0
- package/components/Icons/EnterFullScreen.d.ts +5 -0
- package/components/Icons/EnterFullScreen.d.ts.map +1 -0
- package/components/Icons/EnterFullScreen.js +2 -0
- package/components/Icons/EnterFullScreen.js.map +1 -0
- package/components/Icons/Envelope.d.ts +5 -0
- package/components/Icons/Envelope.d.ts.map +1 -0
- package/components/Icons/Envelope.js +2 -0
- package/components/Icons/Envelope.js.map +1 -0
- package/components/Icons/Epilepsy.d.ts +5 -0
- package/components/Icons/Epilepsy.d.ts.map +1 -0
- package/components/Icons/Epilepsy.js +2 -0
- package/components/Icons/Epilepsy.js.map +1 -0
- package/components/Icons/Eraser.d.ts +5 -0
- package/components/Icons/Eraser.d.ts.map +1 -0
- package/components/Icons/Eraser.js +2 -0
- package/components/Icons/Eraser.js.map +1 -0
- package/components/Icons/ErrorSignFill.d.ts +5 -0
- package/components/Icons/ErrorSignFill.d.ts.map +1 -0
- package/components/Icons/ErrorSignFill.js +2 -0
- package/components/Icons/ErrorSignFill.js.map +1 -0
- package/components/Icons/ErrorSignStroke.d.ts +5 -0
- package/components/Icons/ErrorSignStroke.d.ts.map +1 -0
- package/components/Icons/ErrorSignStroke.js +2 -0
- package/components/Icons/ErrorSignStroke.js.map +1 -0
- package/components/Icons/EuropeanHealthCard.d.ts +5 -0
- package/components/Icons/EuropeanHealthCard.d.ts.map +1 -0
- package/components/Icons/EuropeanHealthCard.js +2 -0
- package/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/components/Icons/ExitFullScreen.d.ts +5 -0
- package/components/Icons/ExitFullScreen.d.ts.map +1 -0
- package/components/Icons/ExitFullScreen.js +2 -0
- package/components/Icons/ExitFullScreen.js.map +1 -0
- package/components/Icons/Eye.d.ts +5 -0
- package/components/Icons/Eye.d.ts.map +1 -0
- package/components/Icons/Eye.js +2 -0
- package/components/Icons/Eye.js.map +1 -0
- package/components/Icons/Facebook.d.ts +5 -0
- package/components/Icons/Facebook.d.ts.map +1 -0
- package/components/Icons/Facebook.js +2 -0
- package/components/Icons/Facebook.js.map +1 -0
- package/components/Icons/Female.d.ts +5 -0
- package/components/Icons/Female.d.ts.map +1 -0
- package/components/Icons/Female.js +2 -0
- package/components/Icons/Female.js.map +1 -0
- package/components/Icons/FemaleDoctor.d.ts +5 -0
- package/components/Icons/FemaleDoctor.d.ts.map +1 -0
- package/components/Icons/FemaleDoctor.js +2 -0
- package/components/Icons/FemaleDoctor.js.map +1 -0
- package/components/Icons/Ferry.d.ts +5 -0
- package/components/Icons/Ferry.d.ts.map +1 -0
- package/components/Icons/Ferry.js +2 -0
- package/components/Icons/Ferry.js.map +1 -0
- package/components/Icons/FingerBleed.d.ts +5 -0
- package/components/Icons/FingerBleed.d.ts.map +1 -0
- package/components/Icons/FingerBleed.js +2 -0
- package/components/Icons/FingerBleed.js.map +1 -0
- package/components/Icons/FirstAidKit.d.ts +5 -0
- package/components/Icons/FirstAidKit.d.ts.map +1 -0
- package/components/Icons/FirstAidKit.js +2 -0
- package/components/Icons/FirstAidKit.js.map +1 -0
- package/components/Icons/FloppyDisk.d.ts +5 -0
- package/components/Icons/FloppyDisk.d.ts.map +1 -0
- package/components/Icons/FloppyDisk.js +2 -0
- package/components/Icons/FloppyDisk.js.map +1 -0
- package/components/Icons/Football.d.ts +5 -0
- package/components/Icons/Football.d.ts.map +1 -0
- package/components/Icons/Football.js +2 -0
- package/components/Icons/Football.js.map +1 -0
- package/components/Icons/Form.d.ts +5 -0
- package/components/Icons/Form.d.ts.map +1 -0
- package/components/Icons/Form.js +2 -0
- package/components/Icons/Form.js.map +1 -0
- package/components/Icons/Forward.d.ts +5 -0
- package/components/Icons/Forward.d.ts.map +1 -0
- package/components/Icons/Forward.js +2 -0
- package/components/Icons/Forward.js.map +1 -0
- package/components/Icons/Gallery.d.ts +5 -0
- package/components/Icons/Gallery.d.ts.map +1 -0
- package/components/Icons/Gallery.js +2 -0
- package/components/Icons/Gallery.js.map +1 -0
- package/components/Icons/Garden.d.ts +5 -0
- package/components/Icons/Garden.d.ts.map +1 -0
- package/components/Icons/Garden.js +2 -0
- package/components/Icons/Garden.js.map +1 -0
- package/components/Icons/GasCan.d.ts +5 -0
- package/components/Icons/GasCan.d.ts.map +1 -0
- package/components/Icons/GasCan.js +2 -0
- package/components/Icons/GasCan.js.map +1 -0
- package/components/Icons/GenderIdentity.d.ts +5 -0
- package/components/Icons/GenderIdentity.d.ts.map +1 -0
- package/components/Icons/GenderIdentity.js +2 -0
- package/components/Icons/GenderIdentity.js.map +1 -0
- package/components/Icons/Globe.d.ts +5 -0
- package/components/Icons/Globe.d.ts.map +1 -0
- package/components/Icons/Globe.js +2 -0
- package/components/Icons/Globe.js.map +1 -0
- package/components/Icons/HandWaving.d.ts +5 -0
- package/components/Icons/HandWaving.d.ts.map +1 -0
- package/components/Icons/HandWaving.js +2 -0
- package/components/Icons/HandWaving.js.map +1 -0
- package/components/Icons/HandWithDisease.d.ts +5 -0
- package/components/Icons/HandWithDisease.d.ts.map +1 -0
- package/components/Icons/HandWithDisease.js +2 -0
- package/components/Icons/HandWithDisease.js.map +1 -0
- package/components/Icons/HealthClinic.d.ts +5 -0
- package/components/Icons/HealthClinic.d.ts.map +1 -0
- package/components/Icons/HealthClinic.js +2 -0
- package/components/Icons/HealthClinic.js.map +1 -0
- package/components/Icons/HealthWarning.d.ts +5 -0
- package/components/Icons/HealthWarning.d.ts.map +1 -0
- package/components/Icons/HealthWarning.js +2 -0
- package/components/Icons/HealthWarning.js.map +1 -0
- package/components/Icons/Heart.d.ts +5 -0
- package/components/Icons/Heart.d.ts.map +1 -0
- package/components/Icons/Heart.js +2 -0
- package/components/Icons/Heart.js.map +1 -0
- package/components/Icons/HelpSign.d.ts +5 -0
- package/components/Icons/HelpSign.d.ts.map +1 -0
- package/components/Icons/HelpSign.js +2 -0
- package/components/Icons/HelpSign.js.map +1 -0
- package/components/Icons/HelpingHand.d.ts +5 -0
- package/components/Icons/HelpingHand.d.ts.map +1 -0
- package/components/Icons/HelpingHand.js +2 -0
- package/components/Icons/HelpingHand.js.map +1 -0
- package/components/Icons/Hemodialysis.d.ts +5 -0
- package/components/Icons/Hemodialysis.d.ts.map +1 -0
- package/components/Icons/Hemodialysis.js +2 -0
- package/components/Icons/Hemodialysis.js.map +1 -0
- package/components/Icons/Hiker.d.ts +5 -0
- package/components/Icons/Hiker.d.ts.map +1 -0
- package/components/Icons/Hiker.js +2 -0
- package/components/Icons/Hiker.js.map +1 -0
- package/components/Icons/Hipprosthesis.d.ts +5 -0
- package/components/Icons/Hipprosthesis.d.ts.map +1 -0
- package/components/Icons/Hipprosthesis.js +2 -0
- package/components/Icons/Hipprosthesis.js.map +1 -0
- package/components/Icons/History.d.ts +5 -0
- package/components/Icons/History.d.ts.map +1 -0
- package/components/Icons/History.js +2 -0
- package/components/Icons/History.js.map +1 -0
- package/components/Icons/HivAndAids.d.ts +5 -0
- package/components/Icons/HivAndAids.d.ts.map +1 -0
- package/components/Icons/HivAndAids.js +2 -0
- package/components/Icons/HivAndAids.js.map +1 -0
- package/components/Icons/Home.d.ts +5 -0
- package/components/Icons/Home.d.ts.map +1 -0
- package/components/Icons/Home.js +2 -0
- package/components/Icons/Home.js.map +1 -0
- package/components/Icons/Hormone.d.ts +5 -0
- package/components/Icons/Hormone.d.ts.map +1 -0
- package/components/Icons/Hormone.js +2 -0
- package/components/Icons/Hormone.js.map +1 -0
- package/components/Icons/Hospital.d.ts +5 -0
- package/components/Icons/Hospital.d.ts.map +1 -0
- package/components/Icons/Hospital.js +2 -0
- package/components/Icons/Hospital.js.map +1 -0
- package/components/Icons/Hourglass.d.ts +5 -0
- package/components/Icons/Hourglass.d.ts.map +1 -0
- package/components/Icons/Hourglass.js +2 -0
- package/components/Icons/Hourglass.js.map +1 -0
- package/components/Icons/Icon.d.ts +23 -0
- package/components/Icons/Icon.d.ts.map +1 -0
- package/components/Icons/Icon.js +2 -0
- package/components/Icons/Icon.js.map +1 -0
- package/components/Icons/ImgFile.d.ts +5 -0
- package/components/Icons/ImgFile.d.ts.map +1 -0
- package/components/Icons/ImgFile.js +2 -0
- package/components/Icons/ImgFile.js.map +1 -0
- package/components/Icons/Inbox.d.ts +5 -0
- package/components/Icons/Inbox.d.ts.map +1 -0
- package/components/Icons/Inbox.js +2 -0
- package/components/Icons/Inbox.js.map +1 -0
- package/components/Icons/InfoSignFill.d.ts +5 -0
- package/components/Icons/InfoSignFill.d.ts.map +1 -0
- package/components/Icons/InfoSignFill.js +2 -0
- package/components/Icons/InfoSignFill.js.map +1 -0
- package/components/Icons/InfoSignStroke.d.ts +5 -0
- package/components/Icons/InfoSignStroke.d.ts.map +1 -0
- package/components/Icons/InfoSignStroke.js +2 -0
- package/components/Icons/InfoSignStroke.js.map +1 -0
- package/components/Icons/Instagram.d.ts +5 -0
- package/components/Icons/Instagram.d.ts.map +1 -0
- package/components/Icons/Instagram.js +2 -0
- package/components/Icons/Instagram.js.map +1 -0
- package/components/Icons/Intravenous.d.ts +5 -0
- package/components/Icons/Intravenous.d.ts.map +1 -0
- package/components/Icons/Intravenous.js +2 -0
- package/components/Icons/Intravenous.js.map +1 -0
- package/components/Icons/JointPain.d.ts +5 -0
- package/components/Icons/JointPain.d.ts.map +1 -0
- package/components/Icons/JointPain.js +2 -0
- package/components/Icons/JointPain.js.map +1 -0
- package/components/Icons/Journal.d.ts +5 -0
- package/components/Icons/Journal.d.ts.map +1 -0
- package/components/Icons/Journal.js +2 -0
- package/components/Icons/Journal.js.map +1 -0
- package/components/Icons/JpgFile.d.ts +5 -0
- package/components/Icons/JpgFile.d.ts.map +1 -0
- package/components/Icons/JpgFile.js +2 -0
- package/components/Icons/JpgFile.js.map +1 -0
- package/components/Icons/Kidney.d.ts +5 -0
- package/components/Icons/Kidney.d.ts.map +1 -0
- package/components/Icons/Kidney.js +2 -0
- package/components/Icons/Kidney.js.map +1 -0
- package/components/Icons/KitchenScale.d.ts +5 -0
- package/components/Icons/KitchenScale.d.ts.map +1 -0
- package/components/Icons/KitchenScale.js +2 -0
- package/components/Icons/KitchenScale.js.map +1 -0
- package/components/Icons/Kjernejournal.d.ts +5 -0
- package/components/Icons/Kjernejournal.d.ts.map +1 -0
- package/components/Icons/Kjernejournal.js +2 -0
- package/components/Icons/Kjernejournal.js.map +1 -0
- package/components/Icons/Laboratory.d.ts +5 -0
- package/components/Icons/Laboratory.d.ts.map +1 -0
- package/components/Icons/Laboratory.js +2 -0
- package/components/Icons/Laboratory.js.map +1 -0
- package/components/Icons/LaptopBlog.d.ts +5 -0
- package/components/Icons/LaptopBlog.d.ts.map +1 -0
- package/components/Icons/LaptopBlog.js +2 -0
- package/components/Icons/LaptopBlog.js.map +1 -0
- package/components/Icons/LawBook.d.ts +5 -0
- package/components/Icons/LawBook.d.ts.map +1 -0
- package/components/Icons/LawBook.js +2 -0
- package/components/Icons/LawBook.js.map +1 -0
- package/components/Icons/LightBulb.d.ts +5 -0
- package/components/Icons/LightBulb.d.ts.map +1 -0
- package/components/Icons/LightBulb.js +2 -0
- package/components/Icons/LightBulb.js.map +1 -0
- package/components/Icons/List.d.ts +5 -0
- package/components/Icons/List.d.ts.map +1 -0
- package/components/Icons/List.js +2 -0
- package/components/Icons/List.js.map +1 -0
- package/components/Icons/Location.d.ts +5 -0
- package/components/Icons/Location.d.ts.map +1 -0
- package/components/Icons/Location.js +2 -0
- package/components/Icons/Location.js.map +1 -0
- package/components/Icons/Lock.d.ts +5 -0
- package/components/Icons/Lock.d.ts.map +1 -0
- package/components/Icons/Lock.js +2 -0
- package/components/Icons/Lock.js.map +1 -0
- package/components/Icons/Lungs.d.ts +5 -0
- package/components/Icons/Lungs.d.ts.map +1 -0
- package/components/Icons/Lungs.js +2 -0
- package/components/Icons/Lungs.js.map +1 -0
- package/components/Icons/Makeup.d.ts +5 -0
- package/components/Icons/Makeup.d.ts.map +1 -0
- package/components/Icons/Makeup.js +2 -0
- package/components/Icons/Makeup.js.map +1 -0
- package/components/Icons/MaleDoctor.d.ts +5 -0
- package/components/Icons/MaleDoctor.d.ts.map +1 -0
- package/components/Icons/MaleDoctor.js +2 -0
- package/components/Icons/MaleDoctor.js.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts +5 -0
- package/components/Icons/MaleDoctorAndPerson.d.ts.map +1 -0
- package/components/Icons/MaleDoctorAndPerson.js +2 -0
- package/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/components/Icons/MaleGenitalia.d.ts +5 -0
- package/components/Icons/MaleGenitalia.d.ts.map +1 -0
- package/components/Icons/MaleGenitalia.js +2 -0
- package/components/Icons/MaleGenitalia.js.map +1 -0
- package/components/Icons/Medicine.d.ts +5 -0
- package/components/Icons/Medicine.d.ts.map +1 -0
- package/components/Icons/Medicine.js +2 -0
- package/components/Icons/Medicine.js.map +1 -0
- package/components/Icons/MedicineWarning.d.ts +5 -0
- package/components/Icons/MedicineWarning.d.ts.map +1 -0
- package/components/Icons/MedicineWarning.js +2 -0
- package/components/Icons/MedicineWarning.js.map +1 -0
- package/components/Icons/MentalHealthAdult.d.ts +5 -0
- package/components/Icons/MentalHealthAdult.d.ts.map +1 -0
- package/components/Icons/MentalHealthAdult.js +2 -0
- package/components/Icons/MentalHealthAdult.js.map +1 -0
- package/components/Icons/MentalHealthChild.d.ts +5 -0
- package/components/Icons/MentalHealthChild.d.ts.map +1 -0
- package/components/Icons/MentalHealthChild.js +2 -0
- package/components/Icons/MentalHealthChild.js.map +1 -0
- package/components/Icons/Menu.d.ts +5 -0
- package/components/Icons/Menu.d.ts.map +1 -0
- package/components/Icons/Menu.js +2 -0
- package/components/Icons/Menu.js.map +1 -0
- package/components/Icons/Microscope.d.ts +5 -0
- package/components/Icons/Microscope.d.ts.map +1 -0
- package/components/Icons/Microscope.js +2 -0
- package/components/Icons/Microscope.js.map +1 -0
- package/components/Icons/Minus.d.ts +5 -0
- package/components/Icons/Minus.d.ts.map +1 -0
- package/components/Icons/Minus.js +2 -0
- package/components/Icons/Minus.js.map +1 -0
- package/components/Icons/Mirror.d.ts +5 -0
- package/components/Icons/Mirror.d.ts.map +1 -0
- package/components/Icons/Mirror.js +2 -0
- package/components/Icons/Mirror.js.map +1 -0
- package/components/Icons/MobilePhone.d.ts +5 -0
- package/components/Icons/MobilePhone.d.ts.map +1 -0
- package/components/Icons/MobilePhone.js +2 -0
- package/components/Icons/MobilePhone.js.map +1 -0
- package/components/Icons/MotherHoldingBaby.d.ts +5 -0
- package/components/Icons/MotherHoldingBaby.d.ts.map +1 -0
- package/components/Icons/MotherHoldingBaby.js +2 -0
- package/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/components/Icons/MuscleBack.d.ts +5 -0
- package/components/Icons/MuscleBack.d.ts.map +1 -0
- package/components/Icons/MuscleBack.js +2 -0
- package/components/Icons/MuscleBack.js.map +1 -0
- package/components/Icons/MuscleLeg.d.ts +5 -0
- package/components/Icons/MuscleLeg.d.ts.map +1 -0
- package/components/Icons/MuscleLeg.js +2 -0
- package/components/Icons/MuscleLeg.js.map +1 -0
- package/components/Icons/Mushroom.d.ts +5 -0
- package/components/Icons/Mushroom.d.ts.map +1 -0
- package/components/Icons/Mushroom.js +2 -0
- package/components/Icons/Mushroom.js.map +1 -0
- package/components/Icons/Music.d.ts +5 -0
- package/components/Icons/Music.d.ts.map +1 -0
- package/components/Icons/Music.js +2 -0
- package/components/Icons/Music.js.map +1 -0
- package/components/Icons/MusselsAndSalt.d.ts +5 -0
- package/components/Icons/MusselsAndSalt.d.ts.map +1 -0
- package/components/Icons/MusselsAndSalt.js +2 -0
- package/components/Icons/MusselsAndSalt.js.map +1 -0
- package/components/Icons/NoEye.d.ts +5 -0
- package/components/Icons/NoEye.d.ts.map +1 -0
- package/components/Icons/NoEye.js +2 -0
- package/components/Icons/NoEye.js.map +1 -0
- package/components/Icons/NoFilter.d.ts +5 -0
- package/components/Icons/NoFilter.d.ts.map +1 -0
- package/components/Icons/NoFilter.js +2 -0
- package/components/Icons/NoFilter.js.map +1 -0
- package/components/Icons/Notepad.d.ts +5 -0
- package/components/Icons/Notepad.d.ts.map +1 -0
- package/components/Icons/Notepad.js +2 -0
- package/components/Icons/Notepad.js.map +1 -0
- package/components/Icons/Osteotomy.d.ts +5 -0
- package/components/Icons/Osteotomy.d.ts.map +1 -0
- package/components/Icons/Osteotomy.js +2 -0
- package/components/Icons/Osteotomy.js.map +1 -0
- package/components/Icons/PaintRoller.d.ts +5 -0
- package/components/Icons/PaintRoller.d.ts.map +1 -0
- package/components/Icons/PaintRoller.js +2 -0
- package/components/Icons/PaintRoller.js.map +1 -0
- package/components/Icons/PaperPlane.d.ts +5 -0
- package/components/Icons/PaperPlane.d.ts.map +1 -0
- package/components/Icons/PaperPlane.js +2 -0
- package/components/Icons/PaperPlane.js.map +1 -0
- package/components/Icons/PatientAndPerson.d.ts +5 -0
- package/components/Icons/PatientAndPerson.d.ts.map +1 -0
- package/components/Icons/PatientAndPerson.js +2 -0
- package/components/Icons/PatientAndPerson.js.map +1 -0
- package/components/Icons/Pause.d.ts +5 -0
- package/components/Icons/Pause.d.ts.map +1 -0
- package/components/Icons/Pause.js +2 -0
- package/components/Icons/Pause.js.map +1 -0
- package/components/Icons/PdfFile.d.ts +5 -0
- package/components/Icons/PdfFile.d.ts.map +1 -0
- package/components/Icons/PdfFile.js +2 -0
- package/components/Icons/PdfFile.js.map +1 -0
- package/components/Icons/Pencil.d.ts +5 -0
- package/components/Icons/Pencil.d.ts.map +1 -0
- package/components/Icons/Pencil.js +2 -0
- package/components/Icons/Pencil.js.map +1 -0
- package/components/Icons/PeopleTalking.d.ts +5 -0
- package/components/Icons/PeopleTalking.d.ts.map +1 -0
- package/components/Icons/PeopleTalking.js +2 -0
- package/components/Icons/PeopleTalking.js.map +1 -0
- package/components/Icons/Peritonealdialysis.d.ts +5 -0
- package/components/Icons/Peritonealdialysis.d.ts.map +1 -0
- package/components/Icons/Peritonealdialysis.js +2 -0
- package/components/Icons/Peritonealdialysis.js.map +1 -0
- package/components/Icons/Person.d.ts +5 -0
- package/components/Icons/Person.d.ts.map +1 -0
- package/components/Icons/Person.js +2 -0
- package/components/Icons/Person.js.map +1 -0
- package/components/Icons/PersonAndPatient.d.ts +5 -0
- package/components/Icons/PersonAndPatient.d.ts.map +1 -0
- package/components/Icons/PersonAndPatient.js +2 -0
- package/components/Icons/PersonAndPatient.js.map +1 -0
- package/components/Icons/PersonInXRayMachine.d.ts +5 -0
- package/components/Icons/PersonInXRayMachine.d.ts.map +1 -0
- package/components/Icons/PersonInXRayMachine.js +2 -0
- package/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/components/Icons/PersonOverweight.d.ts +5 -0
- package/components/Icons/PersonOverweight.d.ts.map +1 -0
- package/components/Icons/PersonOverweight.js +2 -0
- package/components/Icons/PersonOverweight.js.map +1 -0
- package/components/Icons/PersonRelaxing.d.ts +5 -0
- package/components/Icons/PersonRelaxing.d.ts.map +1 -0
- package/components/Icons/PersonRelaxing.js +2 -0
- package/components/Icons/PersonRelaxing.js.map +1 -0
- package/components/Icons/PersonWithBrain.d.ts +5 -0
- package/components/Icons/PersonWithBrain.d.ts.map +1 -0
- package/components/Icons/PersonWithBrain.js +2 -0
- package/components/Icons/PersonWithBrain.js.map +1 -0
- package/components/Icons/PersonWithBrokenArm.d.ts +5 -0
- package/components/Icons/PersonWithBrokenArm.d.ts.map +1 -0
- package/components/Icons/PersonWithBrokenArm.js +2 -0
- package/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/components/Icons/PersonWithCrutches.d.ts +5 -0
- package/components/Icons/PersonWithCrutches.d.ts.map +1 -0
- package/components/Icons/PersonWithCrutches.js +2 -0
- package/components/Icons/PersonWithCrutches.js.map +1 -0
- package/components/Icons/PersonWithJaw.d.ts +5 -0
- package/components/Icons/PersonWithJaw.d.ts.map +1 -0
- package/components/Icons/PersonWithJaw.js +2 -0
- package/components/Icons/PersonWithJaw.js.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts +5 -0
- package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +1 -0
- package/components/Icons/PersonWithMagnifyingGlass.js +2 -0
- package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/components/Icons/PersonWithSenses.d.ts +5 -0
- package/components/Icons/PersonWithSenses.d.ts.map +1 -0
- package/components/Icons/PersonWithSenses.js +2 -0
- package/components/Icons/PersonWithSenses.js.map +1 -0
- package/components/Icons/PersonWorking.d.ts +5 -0
- package/components/Icons/PersonWorking.d.ts.map +1 -0
- package/components/Icons/PersonWorking.js +2 -0
- package/components/Icons/PersonWorking.js.map +1 -0
- package/components/Icons/PizzaSlice.d.ts +5 -0
- package/components/Icons/PizzaSlice.d.ts.map +1 -0
- package/components/Icons/PizzaSlice.js +2 -0
- package/components/Icons/PizzaSlice.js.map +1 -0
- package/components/Icons/Plane.d.ts +5 -0
- package/components/Icons/Plane.d.ts.map +1 -0
- package/components/Icons/Plane.js +2 -0
- package/components/Icons/Plane.js.map +1 -0
- package/components/Icons/Plant.d.ts +5 -0
- package/components/Icons/Plant.d.ts.map +1 -0
- package/components/Icons/Plant.js +2 -0
- package/components/Icons/Plant.js.map +1 -0
- package/components/Icons/Play.d.ts +5 -0
- package/components/Icons/Play.d.ts.map +1 -0
- package/components/Icons/Play.js +2 -0
- package/components/Icons/Play.js.map +1 -0
- package/components/Icons/PlusLarge.d.ts +5 -0
- package/components/Icons/PlusLarge.d.ts.map +1 -0
- package/components/Icons/PlusLarge.js +2 -0
- package/components/Icons/PlusLarge.js.map +1 -0
- package/components/Icons/PlusSmall.d.ts +5 -0
- package/components/Icons/PlusSmall.d.ts.map +1 -0
- package/components/Icons/PlusSmall.js +2 -0
- package/components/Icons/PlusSmall.js.map +1 -0
- package/components/Icons/PngFile.d.ts +5 -0
- package/components/Icons/PngFile.d.ts.map +1 -0
- package/components/Icons/PngFile.js +2 -0
- package/components/Icons/PngFile.js.map +1 -0
- package/components/Icons/Podcast.d.ts +5 -0
- package/components/Icons/Podcast.d.ts.map +1 -0
- package/components/Icons/Podcast.js +2 -0
- package/components/Icons/Podcast.js.map +1 -0
- package/components/Icons/PoisonInformation.d.ts +5 -0
- package/components/Icons/PoisonInformation.d.ts.map +1 -0
- package/components/Icons/PoisonInformation.js +2 -0
- package/components/Icons/PoisonInformation.js.map +1 -0
- package/components/Icons/Pregnant.d.ts +5 -0
- package/components/Icons/Pregnant.d.ts.map +1 -0
- package/components/Icons/Pregnant.js +2 -0
- package/components/Icons/Pregnant.js.map +1 -0
- package/components/Icons/Printer.d.ts +5 -0
- package/components/Icons/Printer.d.ts.map +1 -0
- package/components/Icons/Printer.js +2 -0
- package/components/Icons/Printer.js.map +1 -0
- package/components/Icons/Psychosis.d.ts +5 -0
- package/components/Icons/Psychosis.d.ts.map +1 -0
- package/components/Icons/Psychosis.js +2 -0
- package/components/Icons/Psychosis.js.map +1 -0
- package/components/Icons/Publication.d.ts +5 -0
- package/components/Icons/Publication.d.ts.map +1 -0
- package/components/Icons/Publication.js +2 -0
- package/components/Icons/Publication.js.map +1 -0
- package/components/Icons/Puzzle.d.ts +5 -0
- package/components/Icons/Puzzle.d.ts.map +1 -0
- package/components/Icons/Puzzle.js +2 -0
- package/components/Icons/Puzzle.js.map +1 -0
- package/components/Icons/QrCode.d.ts +5 -0
- package/components/Icons/QrCode.d.ts.map +1 -0
- package/components/Icons/QrCode.js +2 -0
- package/components/Icons/QrCode.js.map +1 -0
- package/components/Icons/Quarrel.d.ts +5 -0
- package/components/Icons/Quarrel.d.ts.map +1 -0
- package/components/Icons/Quarrel.js +2 -0
- package/components/Icons/Quarrel.js.map +1 -0
- package/components/Icons/RadioTherapy.d.ts +5 -0
- package/components/Icons/RadioTherapy.d.ts.map +1 -0
- package/components/Icons/RadioTherapy.js +2 -0
- package/components/Icons/RadioTherapy.js.map +1 -0
- package/components/Icons/RadioactiveTreatment.d.ts +5 -0
- package/components/Icons/RadioactiveTreatment.d.ts.map +1 -0
- package/components/Icons/RadioactiveTreatment.js +2 -0
- package/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/components/Icons/Radioiodine.d.ts +5 -0
- package/components/Icons/Radioiodine.d.ts.map +1 -0
- package/components/Icons/Radioiodine.js +2 -0
- package/components/Icons/Radioiodine.js.map +1 -0
- package/components/Icons/Receipt.d.ts +5 -0
- package/components/Icons/Receipt.d.ts.map +1 -0
- package/components/Icons/Receipt.js +2 -0
- package/components/Icons/Receipt.js.map +1 -0
- package/components/Icons/Receptionist.d.ts +5 -0
- package/components/Icons/Receptionist.d.ts.map +1 -0
- package/components/Icons/Receptionist.js +2 -0
- package/components/Icons/Receptionist.js.map +1 -0
- package/components/Icons/Recovery.d.ts +5 -0
- package/components/Icons/Recovery.d.ts.map +1 -0
- package/components/Icons/Recovery.js +2 -0
- package/components/Icons/Recovery.js.map +1 -0
- package/components/Icons/Referral.d.ts +5 -0
- package/components/Icons/Referral.d.ts.map +1 -0
- package/components/Icons/Referral.js +2 -0
- package/components/Icons/Referral.js.map +1 -0
- package/components/Icons/Refresh.d.ts +5 -0
- package/components/Icons/Refresh.d.ts.map +1 -0
- package/components/Icons/Refresh.js +2 -0
- package/components/Icons/Refresh.js.map +1 -0
- package/components/Icons/Refund.d.ts +5 -0
- package/components/Icons/Refund.d.ts.map +1 -0
- package/components/Icons/Refund.js +2 -0
- package/components/Icons/Refund.js.map +1 -0
- package/components/Icons/Reply.d.ts +5 -0
- package/components/Icons/Reply.d.ts.map +1 -0
- package/components/Icons/Reply.js +2 -0
- package/components/Icons/Reply.js.map +1 -0
- package/components/Icons/Rocket.d.ts +5 -0
- package/components/Icons/Rocket.d.ts.map +1 -0
- package/components/Icons/Rocket.js +2 -0
- package/components/Icons/Rocket.js.map +1 -0
- package/components/Icons/RtfFile.d.ts +5 -0
- package/components/Icons/RtfFile.d.ts.map +1 -0
- package/components/Icons/RtfFile.js +2 -0
- package/components/Icons/RtfFile.js.map +1 -0
- package/components/Icons/STDs.d.ts +5 -0
- package/components/Icons/STDs.d.ts.map +1 -0
- package/components/Icons/STDs.js +2 -0
- package/components/Icons/STDs.js.map +1 -0
- package/components/Icons/Save.d.ts +5 -0
- package/components/Icons/Save.d.ts.map +1 -0
- package/components/Icons/Save.js +2 -0
- package/components/Icons/Save.js.map +1 -0
- package/components/Icons/Scale.d.ts +5 -0
- package/components/Icons/Scale.d.ts.map +1 -0
- package/components/Icons/Scale.js +2 -0
- package/components/Icons/Scale.js.map +1 -0
- package/components/Icons/Search.d.ts +5 -0
- package/components/Icons/Search.d.ts.map +1 -0
- package/components/Icons/Search.js +2 -0
- package/components/Icons/Search.js.map +1 -0
- package/components/Icons/SectionSign.d.ts +5 -0
- package/components/Icons/SectionSign.d.ts.map +1 -0
- package/components/Icons/SectionSign.js +2 -0
- package/components/Icons/SectionSign.js.map +1 -0
- package/components/Icons/Settings.d.ts +5 -0
- package/components/Icons/Settings.d.ts.map +1 -0
- package/components/Icons/Settings.js +2 -0
- package/components/Icons/Settings.js.map +1 -0
- package/components/Icons/Sexualorientation.d.ts +5 -0
- package/components/Icons/Sexualorientation.d.ts.map +1 -0
- package/components/Icons/Sexualorientation.js +2 -0
- package/components/Icons/Sexualorientation.js.map +1 -0
- package/components/Icons/ShakingHand.d.ts +5 -0
- package/components/Icons/ShakingHand.d.ts.map +1 -0
- package/components/Icons/ShakingHand.js +2 -0
- package/components/Icons/ShakingHand.js.map +1 -0
- package/components/Icons/Share.d.ts +5 -0
- package/components/Icons/Share.d.ts.map +1 -0
- package/components/Icons/Share.js +2 -0
- package/components/Icons/Share.js.map +1 -0
- package/components/Icons/Shield.d.ts +5 -0
- package/components/Icons/Shield.d.ts.map +1 -0
- package/components/Icons/Shield.js +2 -0
- package/components/Icons/Shield.js.map +1 -0
- package/components/Icons/ShuntOperation.d.ts +5 -0
- package/components/Icons/ShuntOperation.d.ts.map +1 -0
- package/components/Icons/ShuntOperation.js +2 -0
- package/components/Icons/ShuntOperation.js.map +1 -0
- package/components/Icons/Skeleton.d.ts +5 -0
- package/components/Icons/Skeleton.d.ts.map +1 -0
- package/components/Icons/Skeleton.js +2 -0
- package/components/Icons/Skeleton.js.map +1 -0
- package/components/Icons/Skin.d.ts +5 -0
- package/components/Icons/Skin.d.ts.map +1 -0
- package/components/Icons/Skin.js +2 -0
- package/components/Icons/Skin.js.map +1 -0
- package/components/Icons/Snake.d.ts +5 -0
- package/components/Icons/Snake.d.ts.map +1 -0
- package/components/Icons/Snake.js +2 -0
- package/components/Icons/Snake.js.map +1 -0
- package/components/Icons/Snapchat.d.ts +5 -0
- package/components/Icons/Snapchat.d.ts.map +1 -0
- package/components/Icons/Snapchat.js +2 -0
- package/components/Icons/Snapchat.js.map +1 -0
- package/components/Icons/SpeechBubble.d.ts +5 -0
- package/components/Icons/SpeechBubble.d.ts.map +1 -0
- package/components/Icons/SpeechBubble.js +2 -0
- package/components/Icons/SpeechBubble.js.map +1 -0
- package/components/Icons/Spray.d.ts +5 -0
- package/components/Icons/Spray.d.ts.map +1 -0
- package/components/Icons/Spray.js +2 -0
- package/components/Icons/Spray.js.map +1 -0
- package/components/Icons/Stopwatch.d.ts +5 -0
- package/components/Icons/Stopwatch.d.ts.map +1 -0
- package/components/Icons/Stopwatch.js +2 -0
- package/components/Icons/Stopwatch.js.map +1 -0
- package/components/Icons/SupportingPerson.d.ts +5 -0
- package/components/Icons/SupportingPerson.d.ts.map +1 -0
- package/components/Icons/SupportingPerson.js +2 -0
- package/components/Icons/SupportingPerson.js.map +1 -0
- package/components/Icons/Surgery.d.ts +5 -0
- package/components/Icons/Surgery.d.ts.map +1 -0
- package/components/Icons/Surgery.js +2 -0
- package/components/Icons/Surgery.js.map +1 -0
- package/components/Icons/Syringe.d.ts +5 -0
- package/components/Icons/Syringe.d.ts.map +1 -0
- package/components/Icons/Syringe.js +2 -0
- package/components/Icons/Syringe.js.map +1 -0
- package/components/Icons/Taxi.d.ts +5 -0
- package/components/Icons/Taxi.d.ts.map +1 -0
- package/components/Icons/Taxi.js +2 -0
- package/components/Icons/Taxi.js.map +1 -0
- package/components/Icons/TeddyBear.d.ts +5 -0
- package/components/Icons/TeddyBear.d.ts.map +1 -0
- package/components/Icons/TeddyBear.js +2 -0
- package/components/Icons/TeddyBear.js.map +1 -0
- package/components/Icons/Teenagers.d.ts +5 -0
- package/components/Icons/Teenagers.d.ts.map +1 -0
- package/components/Icons/Teenagers.js +2 -0
- package/components/Icons/Teenagers.js.map +1 -0
- package/components/Icons/ThinkingAboutBaby.d.ts +5 -0
- package/components/Icons/ThinkingAboutBaby.d.ts.map +1 -0
- package/components/Icons/ThinkingAboutBaby.js +2 -0
- package/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/components/Icons/Ticket.d.ts +5 -0
- package/components/Icons/Ticket.d.ts.map +1 -0
- package/components/Icons/Ticket.js +2 -0
- package/components/Icons/Ticket.js.map +1 -0
- package/components/Icons/TimePassing.d.ts +5 -0
- package/components/Icons/TimePassing.d.ts.map +1 -0
- package/components/Icons/TimePassing.js +2 -0
- package/components/Icons/TimePassing.js.map +1 -0
- package/components/Icons/Toolbox.d.ts +5 -0
- package/components/Icons/Toolbox.d.ts.map +1 -0
- package/components/Icons/Toolbox.js +2 -0
- package/components/Icons/Toolbox.js.map +1 -0
- package/components/Icons/Tooth.d.ts +5 -0
- package/components/Icons/Tooth.d.ts.map +1 -0
- package/components/Icons/Tooth.js +2 -0
- package/components/Icons/Tooth.js.map +1 -0
- package/components/Icons/TotalKneeProsthesis.d.ts +5 -0
- package/components/Icons/TotalKneeProsthesis.d.ts.map +1 -0
- package/components/Icons/TotalKneeProsthesis.js +2 -0
- package/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/components/Icons/Train.d.ts +5 -0
- package/components/Icons/Train.d.ts.map +1 -0
- package/components/Icons/Train.js +2 -0
- package/components/Icons/Train.js.map +1 -0
- package/components/Icons/Transplantation.d.ts +5 -0
- package/components/Icons/Transplantation.d.ts.map +1 -0
- package/components/Icons/Transplantation.js +2 -0
- package/components/Icons/Transplantation.js.map +1 -0
- package/components/Icons/TrashCan.d.ts +5 -0
- package/components/Icons/TrashCan.d.ts.map +1 -0
- package/components/Icons/TrashCan.js +2 -0
- package/components/Icons/TrashCan.js.map +1 -0
- package/components/Icons/Twitter.d.ts +5 -0
- package/components/Icons/Twitter.d.ts.map +1 -0
- package/components/Icons/Twitter.js +2 -0
- package/components/Icons/Twitter.js.map +1 -0
- package/components/Icons/Undo.d.ts +5 -0
- package/components/Icons/Undo.d.ts.map +1 -0
- package/components/Icons/Undo.js +2 -0
- package/components/Icons/Undo.js.map +1 -0
- package/components/Icons/UniProsthesis.d.ts +5 -0
- package/components/Icons/UniProsthesis.d.ts.map +1 -0
- package/components/Icons/UniProsthesis.js +2 -0
- package/components/Icons/UniProsthesis.js.map +1 -0
- package/components/Icons/Upload.d.ts +5 -0
- package/components/Icons/Upload.d.ts.map +1 -0
- package/components/Icons/Upload.js +2 -0
- package/components/Icons/Upload.js.map +1 -0
- package/components/Icons/UserOrganization.d.ts +5 -0
- package/components/Icons/UserOrganization.d.ts.map +1 -0
- package/components/Icons/UserOrganization.js +2 -0
- package/components/Icons/UserOrganization.js.map +1 -0
- package/components/Icons/Vaccine.d.ts +5 -0
- package/components/Icons/Vaccine.d.ts.map +1 -0
- package/components/Icons/Vaccine.js +2 -0
- package/components/Icons/Vaccine.js.map +1 -0
- package/components/Icons/VerticalDots.d.ts +5 -0
- package/components/Icons/VerticalDots.d.ts.map +1 -0
- package/components/Icons/VerticalDots.js +2 -0
- package/components/Icons/VerticalDots.js.map +1 -0
- package/components/Icons/VideoCamera.d.ts +5 -0
- package/components/Icons/VideoCamera.d.ts.map +1 -0
- package/components/Icons/VideoCamera.js +2 -0
- package/components/Icons/VideoCamera.js.map +1 -0
- package/components/Icons/VideoChat.d.ts +5 -0
- package/components/Icons/VideoChat.d.ts.map +1 -0
- package/components/Icons/VideoChat.js +2 -0
- package/components/Icons/VideoChat.js.map +1 -0
- package/components/Icons/Wallet.d.ts +5 -0
- package/components/Icons/Wallet.d.ts.map +1 -0
- package/components/Icons/Wallet.js +2 -0
- package/components/Icons/Wallet.js.map +1 -0
- package/components/Icons/Watch.d.ts +5 -0
- package/components/Icons/Watch.d.ts.map +1 -0
- package/components/Icons/Watch.js +2 -0
- package/components/Icons/Watch.js.map +1 -0
- package/components/Icons/Website.d.ts +5 -0
- package/components/Icons/Website.d.ts.map +1 -0
- package/components/Icons/Website.js +2 -0
- package/components/Icons/Website.js.map +1 -0
- package/components/Icons/Wheelchair.d.ts +5 -0
- package/components/Icons/Wheelchair.d.ts.map +1 -0
- package/components/Icons/Wheelchair.js +2 -0
- package/components/Icons/Wheelchair.js.map +1 -0
- package/components/Icons/WheelchairActive.d.ts +5 -0
- package/components/Icons/WheelchairActive.d.ts.map +1 -0
- package/components/Icons/WheelchairActive.js +2 -0
- package/components/Icons/WheelchairActive.js.map +1 -0
- package/components/Icons/Window.d.ts +5 -0
- package/components/Icons/Window.d.ts.map +1 -0
- package/components/Icons/Window.js +2 -0
- package/components/Icons/Window.js.map +1 -0
- package/components/Icons/WordDocument.d.ts +5 -0
- package/components/Icons/WordDocument.d.ts.map +1 -0
- package/components/Icons/WordDocument.js +2 -0
- package/components/Icons/WordDocument.js.map +1 -0
- package/components/Icons/WorkSuitcase.d.ts +5 -0
- package/components/Icons/WorkSuitcase.d.ts.map +1 -0
- package/components/Icons/WorkSuitcase.js +2 -0
- package/components/Icons/WorkSuitcase.js.map +1 -0
- package/components/Icons/X.d.ts +5 -0
- package/components/Icons/X.d.ts.map +1 -0
- package/components/Icons/X.js +2 -0
- package/components/Icons/X.js.map +1 -0
- package/components/Icons/XOutline.d.ts +5 -0
- package/components/Icons/XOutline.d.ts.map +1 -0
- package/components/Icons/XOutline.js +2 -0
- package/components/Icons/XOutline.js.map +1 -0
- package/components/Icons/XmlFile.d.ts +5 -0
- package/components/Icons/XmlFile.d.ts.map +1 -0
- package/components/Icons/XmlFile.js +2 -0
- package/components/Icons/XmlFile.js.map +1 -0
- package/components/Icons/YouTube.d.ts +5 -0
- package/components/Icons/YouTube.d.ts.map +1 -0
- package/components/Icons/YouTube.js +2 -0
- package/components/Icons/YouTube.js.map +1 -0
- package/components/Icons/Zoom.d.ts +5 -0
- package/components/Icons/Zoom.d.ts.map +1 -0
- package/components/Icons/Zoom.js +2 -0
- package/components/Icons/Zoom.js.map +1 -0
- package/components/Icons/componentdata.json +194 -0
- package/components/Icons/index.d.ts +5 -0
- package/components/Icons/index.d.ts.map +1 -0
- package/components/Icons/index.js +2 -0
- package/components/Icons/index.js.map +1 -0
- package/components/LinkList/LinkList.d.ts +36 -0
- package/components/LinkList/LinkList.d.ts.map +1 -0
- package/components/LinkList/componentdata.json +179 -0
- package/components/LinkList/index.d.ts +3 -0
- package/components/LinkList/index.d.ts.map +1 -0
- package/components/LinkList/index.js +2 -0
- package/components/LinkList/index.js.map +1 -0
- package/components/LinkList/styles.module.scss +147 -0
- package/components/LinkList/styles.module.scss.d.ts +26 -0
- package/components/List/List.d.ts +8 -0
- package/components/List/List.d.ts.map +1 -0
- package/components/List/componentdata.json +23 -0
- package/components/List/index.d.ts +3 -0
- package/components/List/index.d.ts.map +1 -0
- package/components/List/index.js +2 -0
- package/components/List/index.js.map +1 -0
- package/components/List/styles.module.scss +11 -0
- package/components/List/styles.module.scss.d.ts +10 -0
- package/components/Loader/Loader.d.ts +25 -0
- package/components/Loader/Loader.d.ts.map +1 -0
- package/components/Loader/componentdata.json +204 -0
- package/components/Loader/index.d.ts +3 -0
- package/components/Loader/index.d.ts.map +1 -0
- package/components/Loader/index.js +2 -0
- package/components/Loader/index.js.map +1 -0
- package/components/Loader/styles.module.scss +177 -0
- package/components/Loader/styles.module.scss.d.ts +34 -0
- package/components/Logo/Logo.d.ts +16 -0
- package/components/Logo/Logo.d.ts.map +1 -0
- package/components/Logo/componentdata.json +116 -0
- package/components/Logo/index.d.ts +3 -0
- package/components/Logo/index.d.ts.map +1 -0
- package/components/Logo/index.js +2 -0
- package/components/Logo/index.js.map +1 -0
- package/components/Modal/Modal.d.ts +44 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/componentdata.json +334 -0
- package/components/Modal/index.d.ts +3 -0
- package/components/Modal/index.d.ts.map +1 -0
- package/components/Modal/index.js +2 -0
- package/components/Modal/index.js.map +1 -0
- package/components/Modal/styles.module.scss +196 -0
- package/components/Modal/styles.module.scss.d.ts +32 -0
- package/components/NotificationPanel/NotificationPanel.d.ts +46 -0
- package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -0
- package/components/NotificationPanel/componentdata.json +227 -0
- package/components/NotificationPanel/index.d.ts +3 -0
- package/components/NotificationPanel/index.d.ts.map +1 -0
- package/components/NotificationPanel/index.js +2 -0
- package/components/NotificationPanel/index.js.map +1 -0
- package/components/NotificationPanel/styles.module.scss +189 -0
- package/components/NotificationPanel/styles.module.scss.d.ts +36 -0
- package/components/Slider/Slider.d.ts +18 -0
- package/components/Slider/Slider.d.ts.map +1 -0
- package/components/Slider/SliderUtils.d.ts +41 -0
- package/components/Slider/SliderUtils.d.ts.map +1 -0
- package/components/Slider/componentdata.json +118 -0
- package/components/Slider/index.d.ts +3 -0
- package/components/Slider/index.d.ts.map +1 -0
- package/components/Slider/index.js +2 -0
- package/components/Slider/index.js.map +1 -0
- package/components/Slider/styles.module.scss +85 -0
- package/components/Slider/styles.module.scss.d.ts +19 -0
- package/components/Spacer/Spacer.d.ts +11 -0
- package/components/Spacer/Spacer.d.ts.map +1 -0
- package/components/Spacer/componentdata.json +87 -0
- package/components/Spacer/index.d.ts +3 -0
- package/components/Spacer/index.d.ts.map +1 -0
- package/components/Spacer/index.js +2 -0
- package/components/Spacer/index.js.map +1 -0
- package/components/Spacer/styles.module.scss +47 -0
- package/components/Spacer/styles.module.scss.d.ts +22 -0
- package/components/Tile/Tile.d.ts +32 -0
- package/components/Tile/Tile.d.ts.map +1 -0
- package/components/Tile/componentdata.json +322 -0
- package/components/Tile/index.d.ts +3 -0
- package/components/Tile/index.d.ts.map +1 -0
- package/components/Tile/index.js +2 -0
- package/components/Tile/index.js.map +1 -0
- package/components/Tile/styles.module.scss +115 -0
- package/components/Tile/styles.module.scss.d.ts +18 -0
- package/components/Title/Title.d.ts +19 -0
- package/components/Title/Title.d.ts.map +1 -0
- package/components/Title/componentdata.json +147 -0
- package/components/Title/index.d.ts +3 -0
- package/components/Title/index.d.ts.map +1 -0
- package/components/Title/index.js +2 -0
- package/components/Title/index.js.map +1 -0
- package/components/Title/styles.module.scss +27 -0
- package/components/Title/styles.module.scss.d.ts +15 -0
- package/components/Validation/Validation.d.ts +17 -0
- package/components/Validation/Validation.d.ts.map +1 -0
- package/components/Validation/componentdata.json +111 -0
- package/components/Validation/index.d.ts +3 -0
- package/components/Validation/index.d.ts.map +1 -0
- package/components/Validation/index.js +2 -0
- package/components/Validation/index.js.map +1 -0
- package/components/Validation/styles.module.scss +15 -0
- package/components/Validation/styles.module.scss.d.ts +10 -0
- package/constants-d919236e.js +2 -0
- package/constants-d919236e.js.map +1 -0
- package/constants.d.ts +32 -0
- package/constants.d.ts.map +1 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/fonts/source-sans-pro-300-light.woff +0 -0
- package/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/fonts/source-sans-pro-400-regular.woff +0 -0
- package/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/fonts/source-sans-pro-700-bold.woff +0 -0
- package/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/fonts/source-sans-pro-900-black.woff +0 -0
- package/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/grid-11a70eb7.js +2 -0
- package/grid-11a70eb7.js.map +1 -0
- package/hooks/useBreakpoint.d.ts +9 -0
- package/hooks/useBreakpoint.d.ts.map +1 -0
- package/hooks/useFocusTrap.d.ts +3 -0
- package/hooks/useFocusTrap.d.ts.map +1 -0
- package/hooks/useHover.d.ts +12 -0
- package/hooks/useHover.d.ts.map +1 -0
- package/hooks/useWindowSize.d.ts +5 -0
- package/hooks/useWindowSize.d.ts.map +1 -0
- package/index-0e78dfa0.js +2 -0
- package/index-0e78dfa0.js.map +1 -0
- package/index-9b84fabc.js +8 -0
- package/index-9b84fabc.js.map +1 -0
- package/index.d.ts +4 -0
- package/index.d.ts.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/package.json +50 -58
- package/palette-f206f488.js +2 -0
- package/palette-f206f488.js.map +1 -0
- package/scss/_body.scss +11 -0
- package/{dist/scss/_overrides.scss → scss/_breakpoints.scss} +7 -4
- package/scss/_font-settings.scss +8 -0
- package/scss/_fonts.scss +112 -0
- package/scss/_grid.scss +1 -0
- package/scss/_palette.scss +136 -0
- package/scss/_print.scss +176 -0
- package/scss/_reset.scss +13 -0
- package/scss/_spacers.scss +40 -0
- package/scss/_title.scss +55 -0
- package/scss/helsenorge.scss +8 -0
- package/scss/typography.module.scss +154 -0
- package/scss/typography.module.scss.d.ts +25 -0
- package/theme/currys/color.d.ts +4 -0
- package/theme/currys/color.d.ts.map +1 -0
- package/theme/currys/index.d.ts +3 -0
- package/theme/currys/index.d.ts.map +1 -0
- package/theme/currys/spacing.d.ts +4 -0
- package/theme/currys/spacing.d.ts.map +1 -0
- package/theme/grid.d.ts +21 -0
- package/theme/grid.d.ts.map +1 -0
- package/theme/index.d.ts +99 -0
- package/theme/index.d.ts.map +1 -0
- package/theme/palette.d.ts +68 -0
- package/theme/palette.d.ts.map +1 -0
- package/theme/spacers.d.ts +19 -0
- package/theme/spacers.d.ts.map +1 -0
- package/useBreakpoint-a8fa8a61.js +2 -0
- package/useBreakpoint-a8fa8a61.js.map +1 -0
- package/useHover-57ad4df9.js +2 -0
- package/useHover-57ad4df9.js.map +1 -0
- package/useWindowSize-c22d7634.js +2 -0
- package/useWindowSize-c22d7634.js.map +1 -0
- package/utils/uuid.d.ts +2 -0
- package/utils/uuid.d.ts.map +1 -0
- package/utils/viewport.d.ts +2 -0
- package/utils/viewport.d.ts.map +1 -0
- package/uuid-484288be.js +2 -0
- package/uuid-484288be.js.map +1 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff +0 -0
- package/dist/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff +0 -0
- package/dist/fonts/source-sans-pro-300-light.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff +0 -0
- package/dist/fonts/source-sans-pro-400-regular.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff +0 -0
- package/dist/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff +0 -0
- package/dist/fonts/source-sans-pro-700-bold.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff +0 -0
- package/dist/fonts/source-sans-pro-900-black.woff2 +0 -0
- package/dist/index.d.ts +0 -207
- package/dist/js/helsenorge.esm.js +0 -1825
- package/dist/js/helsenorge.esm.js.map +0 -1
- package/dist/js/helsenorge.js +0 -1841
- package/dist/js/helsenorge.js.map +0 -1
- package/dist/scss/_grid.scss +0 -33
- package/dist/scss/_palette.scss +0 -56
- package/dist/scss/_reset.scss +0 -1
- package/dist/scss/_typography.scss +0 -157
- package/dist/scss/_variables.scss +0 -0
- package/dist/scss/helsenorge.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/_functions.scss +0 -135
- package/dist/scss/vendor/bootstrap-grid/_grid.scss +0 -68
- package/dist/scss/vendor/bootstrap-grid/_variables.scss +0 -1113
- package/dist/scss/vendor/bootstrap-grid/mixins/_alert.scss +0 -13
- package/dist/scss/vendor/bootstrap-grid/mixins/_background-variant.scss +0 -22
- package/dist/scss/vendor/bootstrap-grid/mixins/_badge.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_border-radius.scss +0 -62
- package/dist/scss/vendor/bootstrap-grid/mixins/_box-shadow.scss +0 -20
- package/dist/scss/vendor/bootstrap-grid/mixins/_breakpoints.scss +0 -123
- package/dist/scss/vendor/bootstrap-grid/mixins/_buttons.scss +0 -122
- package/dist/scss/vendor/bootstrap-grid/mixins/_caret.scss +0 -62
- package/dist/scss/vendor/bootstrap-grid/mixins/_clearfix.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_deprecate.scss +0 -10
- package/dist/scss/vendor/bootstrap-grid/mixins/_float.scss +0 -14
- package/dist/scss/vendor/bootstrap-grid/mixins/_forms.scss +0 -182
- package/dist/scss/vendor/bootstrap-grid/mixins/_gradients.scss +0 -54
- package/dist/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss +0 -78
- package/dist/scss/vendor/bootstrap-grid/mixins/_grid.scss +0 -68
- package/dist/scss/vendor/bootstrap-grid/mixins/_hover.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/mixins/_image.scss +0 -35
- package/dist/scss/vendor/bootstrap-grid/mixins/_list-group.scss +0 -21
- package/dist/scss/vendor/bootstrap-grid/mixins/_lists.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_nav-divider.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/mixins/_pagination.scss +0 -22
- package/dist/scss/vendor/bootstrap-grid/mixins/_reset-text.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_resize.scss +0 -6
- package/dist/scss/vendor/bootstrap-grid/mixins/_screen-reader.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/mixins/_size.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/mixins/_table-row.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-emphasis.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-hide.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/mixins/_text-truncate.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/mixins/_transition.scss +0 -16
- package/dist/scss/vendor/bootstrap-grid/mixins/_visibility.scss +0 -8
- package/dist/scss/vendor/bootstrap-grid/utilities/_align.scss +0 -20
- package/dist/scss/vendor/bootstrap-grid/utilities/_background.scss +0 -19
- package/dist/scss/vendor/bootstrap-grid/utilities/_borders.scss +0 -95
- package/dist/scss/vendor/bootstrap-grid/utilities/_clearfix.scss +0 -3
- package/dist/scss/vendor/bootstrap-grid/utilities/_display.scss +0 -29
- package/dist/scss/vendor/bootstrap-grid/utilities/_embed.scss +0 -39
- package/dist/scss/vendor/bootstrap-grid/utilities/_flex.scss +0 -119
- package/dist/scss/vendor/bootstrap-grid/utilities/_float.scss +0 -17
- package/dist/scss/vendor/bootstrap-grid/utilities/_overflow.scss +0 -7
- package/dist/scss/vendor/bootstrap-grid/utilities/_position.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/utilities/_screenreaders.scss +0 -11
- package/dist/scss/vendor/bootstrap-grid/utilities/_shadows.scss +0 -14
- package/dist/scss/vendor/bootstrap-grid/utilities/_sizing.scss +0 -34
- package/dist/scss/vendor/bootstrap-grid/utilities/_spacing.scss +0 -79
- package/dist/scss/vendor/bootstrap-grid/utilities/_stretched-link.scss +0 -19
- package/dist/scss/vendor/bootstrap-grid/utilities/_text.scss +0 -120
- package/dist/scss/vendor/bootstrap-grid/utilities/_visibility.scss +0 -13
- package/dist/scss/vendor/normalize/normalize.css +0 -349
|
@@ -1,1113 +0,0 @@
|
|
|
1
|
-
// Variables
|
|
2
|
-
//
|
|
3
|
-
// Variables should follow the `$component-state-property-size` formula for
|
|
4
|
-
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
|
|
5
|
-
|
|
6
|
-
// Color system
|
|
7
|
-
|
|
8
|
-
$white: #fff !default;
|
|
9
|
-
$gray-100: #f8f9fa !default;
|
|
10
|
-
$gray-200: #e9ecef !default;
|
|
11
|
-
$gray-300: #dee2e6 !default;
|
|
12
|
-
$gray-400: #ced4da !default;
|
|
13
|
-
$gray-500: #adb5bd !default;
|
|
14
|
-
$gray-600: #6c757d !default;
|
|
15
|
-
$gray-700: #495057 !default;
|
|
16
|
-
$gray-800: #343a40 !default;
|
|
17
|
-
$gray-900: #212529 !default;
|
|
18
|
-
$black: #000 !default;
|
|
19
|
-
|
|
20
|
-
$grays: () !default;
|
|
21
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
22
|
-
$grays: map-merge(
|
|
23
|
-
(
|
|
24
|
-
'100': $gray-100,
|
|
25
|
-
'200': $gray-200,
|
|
26
|
-
'300': $gray-300,
|
|
27
|
-
'400': $gray-400,
|
|
28
|
-
'500': $gray-500,
|
|
29
|
-
'600': $gray-600,
|
|
30
|
-
'700': $gray-700,
|
|
31
|
-
'800': $gray-800,
|
|
32
|
-
'900': $gray-900,
|
|
33
|
-
),
|
|
34
|
-
$grays
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
$blue: #007bff !default;
|
|
38
|
-
$indigo: #6610f2 !default;
|
|
39
|
-
$purple: #6f42c1 !default;
|
|
40
|
-
$pink: #e83e8c !default;
|
|
41
|
-
$red: #dc3545 !default;
|
|
42
|
-
$orange: #fd7e14 !default;
|
|
43
|
-
$yellow: #ffc107 !default;
|
|
44
|
-
$green: #28a745 !default;
|
|
45
|
-
$teal: #20c997 !default;
|
|
46
|
-
$cyan: #17a2b8 !default;
|
|
47
|
-
|
|
48
|
-
$colors: () !default;
|
|
49
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
50
|
-
$colors: map-merge(
|
|
51
|
-
(
|
|
52
|
-
'blue': $blue,
|
|
53
|
-
'indigo': $indigo,
|
|
54
|
-
'purple': $purple,
|
|
55
|
-
'pink': $pink,
|
|
56
|
-
'red': $red,
|
|
57
|
-
'orange': $orange,
|
|
58
|
-
'yellow': $yellow,
|
|
59
|
-
'green': $green,
|
|
60
|
-
'teal': $teal,
|
|
61
|
-
'cyan': $cyan,
|
|
62
|
-
'white': $white,
|
|
63
|
-
'gray': $gray-600,
|
|
64
|
-
'gray-dark': $gray-800,
|
|
65
|
-
),
|
|
66
|
-
$colors
|
|
67
|
-
);
|
|
68
|
-
|
|
69
|
-
$primary: $blue !default;
|
|
70
|
-
$secondary: $gray-600 !default;
|
|
71
|
-
$success: $green !default;
|
|
72
|
-
$info: $cyan !default;
|
|
73
|
-
$warning: $yellow !default;
|
|
74
|
-
$danger: $red !default;
|
|
75
|
-
$light: $gray-100 !default;
|
|
76
|
-
$dark: $gray-800 !default;
|
|
77
|
-
|
|
78
|
-
$theme-colors: () !default;
|
|
79
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
80
|
-
$theme-colors: map-merge(
|
|
81
|
-
(
|
|
82
|
-
'primary': $primary,
|
|
83
|
-
'secondary': $secondary,
|
|
84
|
-
'success': $success,
|
|
85
|
-
'info': $info,
|
|
86
|
-
'warning': $warning,
|
|
87
|
-
'danger': $danger,
|
|
88
|
-
'light': $light,
|
|
89
|
-
'dark': $dark,
|
|
90
|
-
),
|
|
91
|
-
$theme-colors
|
|
92
|
-
);
|
|
93
|
-
|
|
94
|
-
// Set a specific jump point for requesting color jumps
|
|
95
|
-
$theme-color-interval: 8% !default;
|
|
96
|
-
|
|
97
|
-
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
98
|
-
$yiq-contrasted-threshold: 150 !default;
|
|
99
|
-
|
|
100
|
-
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
101
|
-
$yiq-text-dark: $gray-900 !default;
|
|
102
|
-
$yiq-text-light: $white !default;
|
|
103
|
-
|
|
104
|
-
// Characters which are escaped by the escape-svg function
|
|
105
|
-
$escaped-characters: (('<', '%3c'), ('>', '%3e'), ('#', '%23')) !default;
|
|
106
|
-
|
|
107
|
-
// Options
|
|
108
|
-
//
|
|
109
|
-
// Quickly modify global styling by enabling or disabling optional features.
|
|
110
|
-
|
|
111
|
-
$enable-caret: true !default;
|
|
112
|
-
$enable-rounded: true !default;
|
|
113
|
-
$enable-shadows: false !default;
|
|
114
|
-
$enable-gradients: false !default;
|
|
115
|
-
$enable-transitions: true !default;
|
|
116
|
-
$enable-prefers-reduced-motion-media-query: true !default;
|
|
117
|
-
$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS
|
|
118
|
-
$enable-grid-classes: true !default;
|
|
119
|
-
$enable-pointer-cursor-for-buttons: true !default;
|
|
120
|
-
$enable-print-styles: true !default;
|
|
121
|
-
$enable-responsive-font-sizes: false !default;
|
|
122
|
-
$enable-validation-icons: true !default;
|
|
123
|
-
$enable-deprecation-messages: true !default;
|
|
124
|
-
|
|
125
|
-
// Spacing
|
|
126
|
-
//
|
|
127
|
-
// Control the default styling of most Bootstrap elements by modifying these
|
|
128
|
-
// variables. Mostly focused on spacing.
|
|
129
|
-
// You can add more entries to the $spacers map, should you need more variation.
|
|
130
|
-
|
|
131
|
-
$spacer: 1rem !default;
|
|
132
|
-
$spacers: () !default;
|
|
133
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
134
|
-
$spacers: map-merge(
|
|
135
|
-
(
|
|
136
|
-
0: 0,
|
|
137
|
-
1: (
|
|
138
|
-
$spacer * 0.25,
|
|
139
|
-
),
|
|
140
|
-
2: (
|
|
141
|
-
$spacer * 0.5,
|
|
142
|
-
),
|
|
143
|
-
3: $spacer,
|
|
144
|
-
4: (
|
|
145
|
-
$spacer * 1.5,
|
|
146
|
-
),
|
|
147
|
-
5: (
|
|
148
|
-
$spacer * 3,
|
|
149
|
-
),
|
|
150
|
-
),
|
|
151
|
-
$spacers
|
|
152
|
-
);
|
|
153
|
-
|
|
154
|
-
// This variable affects the `.h-*` and `.w-*` classes.
|
|
155
|
-
$sizes: () !default;
|
|
156
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
157
|
-
$sizes: map-merge(
|
|
158
|
-
(
|
|
159
|
-
25: 25%,
|
|
160
|
-
50: 50%,
|
|
161
|
-
75: 75%,
|
|
162
|
-
100: 100%,
|
|
163
|
-
auto: auto,
|
|
164
|
-
),
|
|
165
|
-
$sizes
|
|
166
|
-
);
|
|
167
|
-
|
|
168
|
-
// Body
|
|
169
|
-
//
|
|
170
|
-
// Settings for the `<body>` element.
|
|
171
|
-
|
|
172
|
-
$body-bg: $white !default;
|
|
173
|
-
$body-color: $gray-900 !default;
|
|
174
|
-
|
|
175
|
-
// Links
|
|
176
|
-
//
|
|
177
|
-
// Style anchor elements.
|
|
178
|
-
|
|
179
|
-
$link-color: theme-color('primary') !default;
|
|
180
|
-
$link-decoration: none !default;
|
|
181
|
-
$link-hover-color: darken($link-color, 15%) !default;
|
|
182
|
-
$link-hover-decoration: underline !default;
|
|
183
|
-
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
|
|
184
|
-
$emphasized-link-hover-darken-percentage: 15% !default;
|
|
185
|
-
|
|
186
|
-
// Paragraphs
|
|
187
|
-
//
|
|
188
|
-
// Style p element.
|
|
189
|
-
|
|
190
|
-
$paragraph-margin-bottom: 1rem !default;
|
|
191
|
-
|
|
192
|
-
// Grid breakpoints
|
|
193
|
-
//
|
|
194
|
-
// Define the minimum dimensions at which your layout will change,
|
|
195
|
-
// adapting to different screen sizes, for use in media queries.
|
|
196
|
-
|
|
197
|
-
$grid-breakpoints: (
|
|
198
|
-
xs: 0,
|
|
199
|
-
sm: 576px,
|
|
200
|
-
md: 768px,
|
|
201
|
-
lg: 992px,
|
|
202
|
-
xl: 1200px,
|
|
203
|
-
) !default;
|
|
204
|
-
|
|
205
|
-
@include _assert-ascending($grid-breakpoints, '$grid-breakpoints');
|
|
206
|
-
@include _assert-starts-at-zero($grid-breakpoints, '$grid-breakpoints');
|
|
207
|
-
|
|
208
|
-
// Grid containers
|
|
209
|
-
//
|
|
210
|
-
// Define the maximum width of `.container` for different screen sizes.
|
|
211
|
-
|
|
212
|
-
$container-max-widths: (
|
|
213
|
-
sm: 540px,
|
|
214
|
-
md: 720px,
|
|
215
|
-
lg: 960px,
|
|
216
|
-
xl: 1140px,
|
|
217
|
-
) !default;
|
|
218
|
-
|
|
219
|
-
@include _assert-ascending($container-max-widths, '$container-max-widths');
|
|
220
|
-
|
|
221
|
-
// Grid columns
|
|
222
|
-
//
|
|
223
|
-
// Set the number of columns and specify the width of the gutters.
|
|
224
|
-
|
|
225
|
-
$grid-columns: 12 !default;
|
|
226
|
-
$grid-gutter-width: 30px !default;
|
|
227
|
-
$grid-row-columns: 6 !default;
|
|
228
|
-
|
|
229
|
-
// Components
|
|
230
|
-
//
|
|
231
|
-
// Define common padding and border radius sizes and more.
|
|
232
|
-
|
|
233
|
-
$line-height-lg: 1.5 !default;
|
|
234
|
-
$line-height-sm: 1.5 !default;
|
|
235
|
-
|
|
236
|
-
$border-width: 1px !default;
|
|
237
|
-
$border-color: $gray-300 !default;
|
|
238
|
-
|
|
239
|
-
$border-radius: 0.25rem !default;
|
|
240
|
-
$border-radius-lg: 0.3rem !default;
|
|
241
|
-
$border-radius-sm: 0.2rem !default;
|
|
242
|
-
|
|
243
|
-
$rounded-pill: 50rem !default;
|
|
244
|
-
|
|
245
|
-
$box-shadow-sm: 0 0.125rem 0.25rem rgba($black, 0.075) !default;
|
|
246
|
-
$box-shadow: 0 0.5rem 1rem rgba($black, 0.15) !default;
|
|
247
|
-
$box-shadow-lg: 0 1rem 3rem rgba($black, 0.175) !default;
|
|
248
|
-
|
|
249
|
-
$component-active-color: $white !default;
|
|
250
|
-
$component-active-bg: theme-color('primary') !default;
|
|
251
|
-
|
|
252
|
-
$caret-width: 0.3em !default;
|
|
253
|
-
$caret-vertical-align: $caret-width * 0.85 !default;
|
|
254
|
-
$caret-spacing: $caret-width * 0.85 !default;
|
|
255
|
-
|
|
256
|
-
$transition-base: all 0.2s ease-in-out !default;
|
|
257
|
-
$transition-fade: opacity 0.15s linear !default;
|
|
258
|
-
$transition-collapse: height 0.35s ease !default;
|
|
259
|
-
|
|
260
|
-
$embed-responsive-aspect-ratios: () !default;
|
|
261
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
262
|
-
$embed-responsive-aspect-ratios: join(((21 9), (16 9), (4 3), (1 1)), $embed-responsive-aspect-ratios);
|
|
263
|
-
|
|
264
|
-
// Typography
|
|
265
|
-
//
|
|
266
|
-
// Font, line-height, and color for body text, headings, and more.
|
|
267
|
-
|
|
268
|
-
// stylelint-disable value-keyword-case
|
|
269
|
-
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
|
|
270
|
-
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
271
|
-
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !default;
|
|
272
|
-
$font-family-base: $font-family-sans-serif !default;
|
|
273
|
-
// stylelint-enable value-keyword-case
|
|
274
|
-
|
|
275
|
-
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|
276
|
-
$font-size-lg: $font-size-base * 1.25 !default;
|
|
277
|
-
$font-size-sm: $font-size-base * 0.875 !default;
|
|
278
|
-
|
|
279
|
-
$font-weight-lighter: lighter !default;
|
|
280
|
-
$font-weight-light: 300 !default;
|
|
281
|
-
$font-weight-normal: 400 !default;
|
|
282
|
-
$font-weight-bold: 700 !default;
|
|
283
|
-
$font-weight-bolder: bolder !default;
|
|
284
|
-
|
|
285
|
-
$font-weight-base: $font-weight-normal !default;
|
|
286
|
-
$line-height-base: 1.5 !default;
|
|
287
|
-
|
|
288
|
-
$h1-font-size: $font-size-base * 2.5 !default;
|
|
289
|
-
$h2-font-size: $font-size-base * 2 !default;
|
|
290
|
-
$h3-font-size: $font-size-base * 1.75 !default;
|
|
291
|
-
$h4-font-size: $font-size-base * 1.5 !default;
|
|
292
|
-
$h5-font-size: $font-size-base * 1.25 !default;
|
|
293
|
-
$h6-font-size: $font-size-base !default;
|
|
294
|
-
|
|
295
|
-
$headings-margin-bottom: $spacer / 2 !default;
|
|
296
|
-
$headings-font-family: null !default;
|
|
297
|
-
$headings-font-weight: 500 !default;
|
|
298
|
-
$headings-line-height: 1.2 !default;
|
|
299
|
-
$headings-color: null !default;
|
|
300
|
-
|
|
301
|
-
$display1-size: 6rem !default;
|
|
302
|
-
$display2-size: 5.5rem !default;
|
|
303
|
-
$display3-size: 4.5rem !default;
|
|
304
|
-
$display4-size: 3.5rem !default;
|
|
305
|
-
|
|
306
|
-
$display1-weight: 300 !default;
|
|
307
|
-
$display2-weight: 300 !default;
|
|
308
|
-
$display3-weight: 300 !default;
|
|
309
|
-
$display4-weight: 300 !default;
|
|
310
|
-
$display-line-height: $headings-line-height !default;
|
|
311
|
-
|
|
312
|
-
$lead-font-size: $font-size-base * 1.25 !default;
|
|
313
|
-
$lead-font-weight: 300 !default;
|
|
314
|
-
|
|
315
|
-
$small-font-size: 80% !default;
|
|
316
|
-
|
|
317
|
-
$text-muted: $gray-600 !default;
|
|
318
|
-
|
|
319
|
-
$blockquote-small-color: $gray-600 !default;
|
|
320
|
-
$blockquote-small-font-size: $small-font-size !default;
|
|
321
|
-
$blockquote-font-size: $font-size-base * 1.25 !default;
|
|
322
|
-
|
|
323
|
-
$hr-border-color: rgba($black, 0.1) !default;
|
|
324
|
-
$hr-border-width: $border-width !default;
|
|
325
|
-
|
|
326
|
-
$mark-padding: 0.2em !default;
|
|
327
|
-
|
|
328
|
-
$dt-font-weight: $font-weight-bold !default;
|
|
329
|
-
|
|
330
|
-
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
|
|
331
|
-
$nested-kbd-font-weight: $font-weight-bold !default;
|
|
332
|
-
|
|
333
|
-
$list-inline-padding: 0.5rem !default;
|
|
334
|
-
|
|
335
|
-
$mark-bg: #fcf8e3 !default;
|
|
336
|
-
|
|
337
|
-
$hr-margin-y: $spacer !default;
|
|
338
|
-
|
|
339
|
-
// Tables
|
|
340
|
-
//
|
|
341
|
-
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
342
|
-
|
|
343
|
-
$table-cell-padding: 0.75rem !default;
|
|
344
|
-
$table-cell-padding-sm: 0.3rem !default;
|
|
345
|
-
|
|
346
|
-
$table-color: $body-color !default;
|
|
347
|
-
$table-bg: null !default;
|
|
348
|
-
$table-accent-bg: rgba($black, 0.05) !default;
|
|
349
|
-
$table-hover-color: $table-color !default;
|
|
350
|
-
$table-hover-bg: rgba($black, 0.075) !default;
|
|
351
|
-
$table-active-bg: $table-hover-bg !default;
|
|
352
|
-
|
|
353
|
-
$table-border-width: $border-width !default;
|
|
354
|
-
$table-border-color: $border-color !default;
|
|
355
|
-
|
|
356
|
-
$table-head-bg: $gray-200 !default;
|
|
357
|
-
$table-head-color: $gray-700 !default;
|
|
358
|
-
|
|
359
|
-
$table-dark-color: $white !default;
|
|
360
|
-
$table-dark-bg: $gray-800 !default;
|
|
361
|
-
$table-dark-accent-bg: rgba($white, 0.05) !default;
|
|
362
|
-
$table-dark-hover-color: $table-dark-color !default;
|
|
363
|
-
$table-dark-hover-bg: rgba($white, 0.075) !default;
|
|
364
|
-
$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;
|
|
365
|
-
|
|
366
|
-
$table-striped-order: odd !default;
|
|
367
|
-
|
|
368
|
-
$table-caption-color: $text-muted !default;
|
|
369
|
-
|
|
370
|
-
$table-bg-level: -9 !default;
|
|
371
|
-
$table-border-level: -6 !default;
|
|
372
|
-
|
|
373
|
-
// Buttons + Forms
|
|
374
|
-
//
|
|
375
|
-
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
376
|
-
|
|
377
|
-
$input-btn-padding-y: 0.375rem !default;
|
|
378
|
-
$input-btn-padding-x: 0.75rem !default;
|
|
379
|
-
$input-btn-font-family: null !default;
|
|
380
|
-
$input-btn-font-size: $font-size-base !default;
|
|
381
|
-
$input-btn-line-height: $line-height-base !default;
|
|
382
|
-
|
|
383
|
-
$input-btn-focus-width: 0.2rem !default;
|
|
384
|
-
$input-btn-focus-color: rgba($component-active-bg, 0.25) !default;
|
|
385
|
-
$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
|
|
386
|
-
|
|
387
|
-
$input-btn-padding-y-sm: 0.25rem !default;
|
|
388
|
-
$input-btn-padding-x-sm: 0.5rem !default;
|
|
389
|
-
$input-btn-font-size-sm: $font-size-sm !default;
|
|
390
|
-
$input-btn-line-height-sm: $line-height-sm !default;
|
|
391
|
-
|
|
392
|
-
$input-btn-padding-y-lg: 0.5rem !default;
|
|
393
|
-
$input-btn-padding-x-lg: 1rem !default;
|
|
394
|
-
$input-btn-font-size-lg: $font-size-lg !default;
|
|
395
|
-
$input-btn-line-height-lg: $line-height-lg !default;
|
|
396
|
-
|
|
397
|
-
$input-btn-border-width: $border-width !default;
|
|
398
|
-
|
|
399
|
-
// Buttons
|
|
400
|
-
//
|
|
401
|
-
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
402
|
-
|
|
403
|
-
$btn-padding-y: $input-btn-padding-y !default;
|
|
404
|
-
$btn-padding-x: $input-btn-padding-x !default;
|
|
405
|
-
$btn-font-family: $input-btn-font-family !default;
|
|
406
|
-
$btn-font-size: $input-btn-font-size !default;
|
|
407
|
-
$btn-line-height: $input-btn-line-height !default;
|
|
408
|
-
$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
|
|
409
|
-
|
|
410
|
-
$btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
411
|
-
$btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
412
|
-
$btn-font-size-sm: $input-btn-font-size-sm !default;
|
|
413
|
-
$btn-line-height-sm: $input-btn-line-height-sm !default;
|
|
414
|
-
|
|
415
|
-
$btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
416
|
-
$btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
417
|
-
$btn-font-size-lg: $input-btn-font-size-lg !default;
|
|
418
|
-
$btn-line-height-lg: $input-btn-line-height-lg !default;
|
|
419
|
-
|
|
420
|
-
$btn-border-width: $input-btn-border-width !default;
|
|
421
|
-
|
|
422
|
-
$btn-font-weight: $font-weight-normal !default;
|
|
423
|
-
$btn-box-shadow: inset 0 1px 0 rgba($white, 0.15), 0 1px 1px rgba($black, 0.075) !default;
|
|
424
|
-
$btn-focus-width: $input-btn-focus-width !default;
|
|
425
|
-
$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
426
|
-
$btn-disabled-opacity: 0.65 !default;
|
|
427
|
-
$btn-active-box-shadow: inset 0 3px 5px rgba($black, 0.125) !default;
|
|
428
|
-
|
|
429
|
-
$btn-link-disabled-color: $gray-600 !default;
|
|
430
|
-
|
|
431
|
-
$btn-block-spacing-y: 0.5rem !default;
|
|
432
|
-
|
|
433
|
-
// Allows for customizing button radius independently from global border radius
|
|
434
|
-
$btn-border-radius: $border-radius !default;
|
|
435
|
-
$btn-border-radius-lg: $border-radius-lg !default;
|
|
436
|
-
$btn-border-radius-sm: $border-radius-sm !default;
|
|
437
|
-
|
|
438
|
-
$btn-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
|
|
439
|
-
box-shadow 0.15s ease-in-out !default;
|
|
440
|
-
|
|
441
|
-
// Forms
|
|
442
|
-
|
|
443
|
-
$label-margin-bottom: 0.5rem !default;
|
|
444
|
-
|
|
445
|
-
$input-padding-y: $input-btn-padding-y !default;
|
|
446
|
-
$input-padding-x: $input-btn-padding-x !default;
|
|
447
|
-
$input-font-family: $input-btn-font-family !default;
|
|
448
|
-
$input-font-size: $input-btn-font-size !default;
|
|
449
|
-
$input-font-weight: $font-weight-base !default;
|
|
450
|
-
$input-line-height: $input-btn-line-height !default;
|
|
451
|
-
|
|
452
|
-
$input-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
453
|
-
$input-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
454
|
-
$input-font-size-sm: $input-btn-font-size-sm !default;
|
|
455
|
-
$input-line-height-sm: $input-btn-line-height-sm !default;
|
|
456
|
-
|
|
457
|
-
$input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
458
|
-
$input-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
459
|
-
$input-font-size-lg: $input-btn-font-size-lg !default;
|
|
460
|
-
$input-line-height-lg: $input-btn-line-height-lg !default;
|
|
461
|
-
|
|
462
|
-
$input-bg: $white !default;
|
|
463
|
-
$input-disabled-bg: $gray-200 !default;
|
|
464
|
-
|
|
465
|
-
$input-color: $gray-700 !default;
|
|
466
|
-
$input-border-color: $gray-400 !default;
|
|
467
|
-
$input-border-width: $input-btn-border-width !default;
|
|
468
|
-
$input-box-shadow: inset 0 1px 1px rgba($black, 0.075) !default;
|
|
469
|
-
|
|
470
|
-
$input-border-radius: $border-radius !default;
|
|
471
|
-
$input-border-radius-lg: $border-radius-lg !default;
|
|
472
|
-
$input-border-radius-sm: $border-radius-sm !default;
|
|
473
|
-
|
|
474
|
-
$input-focus-bg: $input-bg !default;
|
|
475
|
-
$input-focus-border-color: lighten($component-active-bg, 25%) !default;
|
|
476
|
-
$input-focus-color: $input-color !default;
|
|
477
|
-
$input-focus-width: $input-btn-focus-width !default;
|
|
478
|
-
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
479
|
-
|
|
480
|
-
$input-placeholder-color: $gray-600 !default;
|
|
481
|
-
$input-plaintext-color: $body-color !default;
|
|
482
|
-
|
|
483
|
-
$input-height-border: $input-border-width * 2 !default;
|
|
484
|
-
|
|
485
|
-
$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;
|
|
486
|
-
$input-height-inner-half: add($input-line-height * 0.5em, $input-padding-y) !default;
|
|
487
|
-
$input-height-inner-quarter: add($input-line-height * 0.25em, $input-padding-y / 2) !default;
|
|
488
|
-
|
|
489
|
-
$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;
|
|
490
|
-
$input-height-sm: add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;
|
|
491
|
-
$input-height-lg: add($input-line-height-lg * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;
|
|
492
|
-
|
|
493
|
-
$input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !default;
|
|
494
|
-
|
|
495
|
-
$form-text-margin-top: 0.25rem !default;
|
|
496
|
-
|
|
497
|
-
$form-check-input-gutter: 1.25rem !default;
|
|
498
|
-
$form-check-input-margin-y: 0.3rem !default;
|
|
499
|
-
$form-check-input-margin-x: 0.25rem !default;
|
|
500
|
-
|
|
501
|
-
$form-check-inline-margin-x: 0.75rem !default;
|
|
502
|
-
$form-check-inline-input-margin-x: 0.3125rem !default;
|
|
503
|
-
|
|
504
|
-
$form-grid-gutter-width: 10px !default;
|
|
505
|
-
$form-group-margin-bottom: 1rem !default;
|
|
506
|
-
|
|
507
|
-
$input-group-addon-color: $input-color !default;
|
|
508
|
-
$input-group-addon-bg: $gray-200 !default;
|
|
509
|
-
$input-group-addon-border-color: $input-border-color !default;
|
|
510
|
-
|
|
511
|
-
$custom-forms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
|
|
512
|
-
box-shadow 0.15s ease-in-out !default;
|
|
513
|
-
|
|
514
|
-
$custom-control-gutter: 0.5rem !default;
|
|
515
|
-
$custom-control-spacer-x: 1rem !default;
|
|
516
|
-
$custom-control-cursor: null !default;
|
|
517
|
-
|
|
518
|
-
$custom-control-indicator-size: 1rem !default;
|
|
519
|
-
$custom-control-indicator-bg: $input-bg !default;
|
|
520
|
-
|
|
521
|
-
$custom-control-indicator-bg-size: 50% 50% !default;
|
|
522
|
-
$custom-control-indicator-box-shadow: $input-box-shadow !default;
|
|
523
|
-
$custom-control-indicator-border-color: $gray-500 !default;
|
|
524
|
-
$custom-control-indicator-border-width: $input-border-width !default;
|
|
525
|
-
|
|
526
|
-
$custom-control-label-color: null !default;
|
|
527
|
-
|
|
528
|
-
$custom-control-indicator-disabled-bg: $input-disabled-bg !default;
|
|
529
|
-
$custom-control-label-disabled-color: $gray-600 !default;
|
|
530
|
-
|
|
531
|
-
$custom-control-indicator-checked-color: $component-active-color !default;
|
|
532
|
-
$custom-control-indicator-checked-bg: $component-active-bg !default;
|
|
533
|
-
$custom-control-indicator-checked-disabled-bg: rgba(theme-color('primary'), 0.5) !default;
|
|
534
|
-
$custom-control-indicator-checked-box-shadow: none !default;
|
|
535
|
-
$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;
|
|
536
|
-
|
|
537
|
-
$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;
|
|
538
|
-
$custom-control-indicator-focus-border-color: $input-focus-border-color !default;
|
|
539
|
-
|
|
540
|
-
$custom-control-indicator-active-color: $component-active-color !default;
|
|
541
|
-
$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;
|
|
542
|
-
$custom-control-indicator-active-box-shadow: none !default;
|
|
543
|
-
$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;
|
|
544
|
-
|
|
545
|
-
$custom-checkbox-indicator-border-radius: $border-radius !default;
|
|
546
|
-
$custom-checkbox-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>") !default;
|
|
547
|
-
|
|
548
|
-
$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
|
|
549
|
-
$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
550
|
-
$custom-checkbox-indicator-icon-indeterminate: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/></svg>") !default;
|
|
551
|
-
$custom-checkbox-indicator-indeterminate-box-shadow: none !default;
|
|
552
|
-
$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;
|
|
553
|
-
|
|
554
|
-
$custom-radio-indicator-border-radius: 50% !default;
|
|
555
|
-
$custom-radio-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#{$custom-control-indicator-checked-color}'/></svg>") !default;
|
|
556
|
-
|
|
557
|
-
$custom-switch-width: $custom-control-indicator-size * 1.75 !default;
|
|
558
|
-
$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
|
|
559
|
-
$custom-switch-indicator-size: subtract(
|
|
560
|
-
$custom-control-indicator-size,
|
|
561
|
-
$custom-control-indicator-border-width * 4
|
|
562
|
-
) !default;
|
|
563
|
-
|
|
564
|
-
$custom-select-padding-y: $input-padding-y !default;
|
|
565
|
-
$custom-select-padding-x: $input-padding-x !default;
|
|
566
|
-
$custom-select-font-family: $input-font-family !default;
|
|
567
|
-
$custom-select-font-size: $input-font-size !default;
|
|
568
|
-
$custom-select-height: $input-height !default;
|
|
569
|
-
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
|
570
|
-
$custom-select-font-weight: $input-font-weight !default;
|
|
571
|
-
$custom-select-line-height: $input-line-height !default;
|
|
572
|
-
$custom-select-color: $input-color !default;
|
|
573
|
-
$custom-select-disabled-color: $gray-600 !default;
|
|
574
|
-
$custom-select-bg: $input-bg !default;
|
|
575
|
-
$custom-select-disabled-bg: $gray-200 !default;
|
|
576
|
-
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
|
577
|
-
$custom-select-indicator-color: $gray-800 !default;
|
|
578
|
-
$custom-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !default;
|
|
579
|
-
$custom-select-background: escape-svg($custom-select-indicator) no-repeat right $custom-select-padding-x center /
|
|
580
|
-
$custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
|
|
581
|
-
|
|
582
|
-
$custom-select-feedback-icon-padding-right: add(
|
|
583
|
-
1em * 0.75,
|
|
584
|
-
(2 * $custom-select-padding-y * 0.75) + $custom-select-padding-x + $custom-select-indicator-padding
|
|
585
|
-
) !default;
|
|
586
|
-
$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;
|
|
587
|
-
$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;
|
|
588
|
-
|
|
589
|
-
$custom-select-border-width: $input-border-width !default;
|
|
590
|
-
$custom-select-border-color: $input-border-color !default;
|
|
591
|
-
$custom-select-border-radius: $border-radius !default;
|
|
592
|
-
$custom-select-box-shadow: inset 0 1px 2px rgba($black, 0.075) !default;
|
|
593
|
-
|
|
594
|
-
$custom-select-focus-border-color: $input-focus-border-color !default;
|
|
595
|
-
$custom-select-focus-width: $input-focus-width !default;
|
|
596
|
-
$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;
|
|
597
|
-
|
|
598
|
-
$custom-select-padding-y-sm: $input-padding-y-sm !default;
|
|
599
|
-
$custom-select-padding-x-sm: $input-padding-x-sm !default;
|
|
600
|
-
$custom-select-font-size-sm: $input-font-size-sm !default;
|
|
601
|
-
$custom-select-height-sm: $input-height-sm !default;
|
|
602
|
-
|
|
603
|
-
$custom-select-padding-y-lg: $input-padding-y-lg !default;
|
|
604
|
-
$custom-select-padding-x-lg: $input-padding-x-lg !default;
|
|
605
|
-
$custom-select-font-size-lg: $input-font-size-lg !default;
|
|
606
|
-
$custom-select-height-lg: $input-height-lg !default;
|
|
607
|
-
|
|
608
|
-
$custom-range-track-width: 100% !default;
|
|
609
|
-
$custom-range-track-height: 0.5rem !default;
|
|
610
|
-
$custom-range-track-cursor: pointer !default;
|
|
611
|
-
$custom-range-track-bg: $gray-300 !default;
|
|
612
|
-
$custom-range-track-border-radius: 1rem !default;
|
|
613
|
-
$custom-range-track-box-shadow: inset 0 0.25rem 0.25rem rgba($black, 0.1) !default;
|
|
614
|
-
|
|
615
|
-
$custom-range-thumb-width: 1rem !default;
|
|
616
|
-
$custom-range-thumb-height: $custom-range-thumb-width !default;
|
|
617
|
-
$custom-range-thumb-bg: $component-active-bg !default;
|
|
618
|
-
$custom-range-thumb-border: 0 !default;
|
|
619
|
-
$custom-range-thumb-border-radius: 1rem !default;
|
|
620
|
-
$custom-range-thumb-box-shadow: 0 0.1rem 0.25rem rgba($black, 0.1) !default;
|
|
621
|
-
$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
|
|
622
|
-
$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge
|
|
623
|
-
$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
|
|
624
|
-
$custom-range-thumb-disabled-bg: $gray-500 !default;
|
|
625
|
-
|
|
626
|
-
$custom-file-height: $input-height !default;
|
|
627
|
-
$custom-file-height-inner: $input-height-inner !default;
|
|
628
|
-
$custom-file-focus-border-color: $input-focus-border-color !default;
|
|
629
|
-
$custom-file-focus-box-shadow: $input-focus-box-shadow !default;
|
|
630
|
-
$custom-file-disabled-bg: $input-disabled-bg !default;
|
|
631
|
-
|
|
632
|
-
$custom-file-padding-y: $input-padding-y !default;
|
|
633
|
-
$custom-file-padding-x: $input-padding-x !default;
|
|
634
|
-
$custom-file-line-height: $input-line-height !default;
|
|
635
|
-
$custom-file-font-family: $input-font-family !default;
|
|
636
|
-
$custom-file-font-weight: $input-font-weight !default;
|
|
637
|
-
$custom-file-color: $input-color !default;
|
|
638
|
-
$custom-file-bg: $input-bg !default;
|
|
639
|
-
$custom-file-border-width: $input-border-width !default;
|
|
640
|
-
$custom-file-border-color: $input-border-color !default;
|
|
641
|
-
$custom-file-border-radius: $input-border-radius !default;
|
|
642
|
-
$custom-file-box-shadow: $input-box-shadow !default;
|
|
643
|
-
$custom-file-button-color: $custom-file-color !default;
|
|
644
|
-
$custom-file-button-bg: $input-group-addon-bg !default;
|
|
645
|
-
$custom-file-text: (
|
|
646
|
-
en: 'Browse',
|
|
647
|
-
) !default;
|
|
648
|
-
|
|
649
|
-
// Form validation
|
|
650
|
-
|
|
651
|
-
$form-feedback-margin-top: $form-text-margin-top !default;
|
|
652
|
-
$form-feedback-font-size: $small-font-size !default;
|
|
653
|
-
$form-feedback-valid-color: theme-color('success') !default;
|
|
654
|
-
$form-feedback-invalid-color: theme-color('danger') !default;
|
|
655
|
-
|
|
656
|
-
$form-feedback-icon-valid-color: $form-feedback-valid-color !default;
|
|
657
|
-
$form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") !default;
|
|
658
|
-
$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
|
|
659
|
-
$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>") !default;
|
|
660
|
-
|
|
661
|
-
$form-validation-states: () !default;
|
|
662
|
-
// stylelint-disable-next-line scss/dollar-variable-default
|
|
663
|
-
$form-validation-states: map-merge(
|
|
664
|
-
(
|
|
665
|
-
'valid': (
|
|
666
|
-
'color': $form-feedback-valid-color,
|
|
667
|
-
'icon': $form-feedback-icon-valid,
|
|
668
|
-
),
|
|
669
|
-
'invalid': (
|
|
670
|
-
'color': $form-feedback-invalid-color,
|
|
671
|
-
'icon': $form-feedback-icon-invalid,
|
|
672
|
-
),
|
|
673
|
-
),
|
|
674
|
-
$form-validation-states
|
|
675
|
-
);
|
|
676
|
-
|
|
677
|
-
// Z-index master list
|
|
678
|
-
//
|
|
679
|
-
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
680
|
-
// of components dependent on the z-axis and are designed to all work together.
|
|
681
|
-
|
|
682
|
-
$zindex-dropdown: 1000 !default;
|
|
683
|
-
$zindex-sticky: 1020 !default;
|
|
684
|
-
$zindex-fixed: 1030 !default;
|
|
685
|
-
$zindex-modal-backdrop: 1040 !default;
|
|
686
|
-
$zindex-modal: 1050 !default;
|
|
687
|
-
$zindex-popover: 1060 !default;
|
|
688
|
-
$zindex-tooltip: 1070 !default;
|
|
689
|
-
|
|
690
|
-
// Navs
|
|
691
|
-
|
|
692
|
-
$nav-link-padding-y: 0.5rem !default;
|
|
693
|
-
$nav-link-padding-x: 1rem !default;
|
|
694
|
-
$nav-link-disabled-color: $gray-600 !default;
|
|
695
|
-
|
|
696
|
-
$nav-tabs-border-color: $gray-300 !default;
|
|
697
|
-
$nav-tabs-border-width: $border-width !default;
|
|
698
|
-
$nav-tabs-border-radius: $border-radius !default;
|
|
699
|
-
$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
|
|
700
|
-
$nav-tabs-link-active-color: $gray-700 !default;
|
|
701
|
-
$nav-tabs-link-active-bg: $body-bg !default;
|
|
702
|
-
$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
|
|
703
|
-
|
|
704
|
-
$nav-pills-border-radius: $border-radius !default;
|
|
705
|
-
$nav-pills-link-active-color: $component-active-color !default;
|
|
706
|
-
$nav-pills-link-active-bg: $component-active-bg !default;
|
|
707
|
-
|
|
708
|
-
$nav-divider-color: $gray-200 !default;
|
|
709
|
-
$nav-divider-margin-y: $spacer / 2 !default;
|
|
710
|
-
|
|
711
|
-
// Navbar
|
|
712
|
-
|
|
713
|
-
$navbar-padding-y: $spacer / 2 !default;
|
|
714
|
-
$navbar-padding-x: $spacer !default;
|
|
715
|
-
|
|
716
|
-
$navbar-nav-link-padding-x: 0.5rem !default;
|
|
717
|
-
|
|
718
|
-
$navbar-brand-font-size: $font-size-lg !default;
|
|
719
|
-
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
|
|
720
|
-
$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
|
|
721
|
-
$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
|
|
722
|
-
$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
|
|
723
|
-
|
|
724
|
-
$navbar-toggler-padding-y: 0.25rem !default;
|
|
725
|
-
$navbar-toggler-padding-x: 0.75rem !default;
|
|
726
|
-
$navbar-toggler-font-size: $font-size-lg !default;
|
|
727
|
-
$navbar-toggler-border-radius: $btn-border-radius !default;
|
|
728
|
-
|
|
729
|
-
$navbar-dark-color: rgba($white, 0.5) !default;
|
|
730
|
-
$navbar-dark-hover-color: rgba($white, 0.75) !default;
|
|
731
|
-
$navbar-dark-active-color: $white !default;
|
|
732
|
-
$navbar-dark-disabled-color: rgba($white, 0.25) !default;
|
|
733
|
-
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
734
|
-
$navbar-dark-toggler-border-color: rgba($white, 0.1) !default;
|
|
735
|
-
|
|
736
|
-
$navbar-light-color: rgba($black, 0.5) !default;
|
|
737
|
-
$navbar-light-hover-color: rgba($black, 0.7) !default;
|
|
738
|
-
$navbar-light-active-color: rgba($black, 0.9) !default;
|
|
739
|
-
$navbar-light-disabled-color: rgba($black, 0.3) !default;
|
|
740
|
-
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
741
|
-
$navbar-light-toggler-border-color: rgba($black, 0.1) !default;
|
|
742
|
-
|
|
743
|
-
$navbar-light-brand-color: $navbar-light-active-color !default;
|
|
744
|
-
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
|
745
|
-
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
|
746
|
-
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
|
747
|
-
|
|
748
|
-
// Dropdowns
|
|
749
|
-
//
|
|
750
|
-
// Dropdown menu container and contents.
|
|
751
|
-
|
|
752
|
-
$dropdown-min-width: 10rem !default;
|
|
753
|
-
$dropdown-padding-y: 0.5rem !default;
|
|
754
|
-
$dropdown-spacer: 0.125rem !default;
|
|
755
|
-
$dropdown-font-size: $font-size-base !default;
|
|
756
|
-
$dropdown-color: $body-color !default;
|
|
757
|
-
$dropdown-bg: $white !default;
|
|
758
|
-
$dropdown-border-color: rgba($black, 0.15) !default;
|
|
759
|
-
$dropdown-border-radius: $border-radius !default;
|
|
760
|
-
$dropdown-border-width: $border-width !default;
|
|
761
|
-
$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;
|
|
762
|
-
$dropdown-divider-bg: $gray-200 !default;
|
|
763
|
-
$dropdown-divider-margin-y: $nav-divider-margin-y !default;
|
|
764
|
-
$dropdown-box-shadow: 0 0.5rem 1rem rgba($black, 0.175) !default;
|
|
765
|
-
|
|
766
|
-
$dropdown-link-color: $gray-900 !default;
|
|
767
|
-
$dropdown-link-hover-color: darken($gray-900, 5%) !default;
|
|
768
|
-
$dropdown-link-hover-bg: $gray-100 !default;
|
|
769
|
-
|
|
770
|
-
$dropdown-link-active-color: $component-active-color !default;
|
|
771
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
|
772
|
-
|
|
773
|
-
$dropdown-link-disabled-color: $gray-600 !default;
|
|
774
|
-
|
|
775
|
-
$dropdown-item-padding-y: 0.25rem !default;
|
|
776
|
-
$dropdown-item-padding-x: 1.5rem !default;
|
|
777
|
-
|
|
778
|
-
$dropdown-header-color: $gray-600 !default;
|
|
779
|
-
|
|
780
|
-
// Pagination
|
|
781
|
-
|
|
782
|
-
$pagination-padding-y: 0.5rem !default;
|
|
783
|
-
$pagination-padding-x: 0.75rem !default;
|
|
784
|
-
$pagination-padding-y-sm: 0.25rem !default;
|
|
785
|
-
$pagination-padding-x-sm: 0.5rem !default;
|
|
786
|
-
$pagination-padding-y-lg: 0.75rem !default;
|
|
787
|
-
$pagination-padding-x-lg: 1.5rem !default;
|
|
788
|
-
$pagination-line-height: 1.25 !default;
|
|
789
|
-
|
|
790
|
-
$pagination-color: $link-color !default;
|
|
791
|
-
$pagination-bg: $white !default;
|
|
792
|
-
$pagination-border-width: $border-width !default;
|
|
793
|
-
$pagination-border-color: $gray-300 !default;
|
|
794
|
-
|
|
795
|
-
$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
796
|
-
$pagination-focus-outline: 0 !default;
|
|
797
|
-
|
|
798
|
-
$pagination-hover-color: $link-hover-color !default;
|
|
799
|
-
$pagination-hover-bg: $gray-200 !default;
|
|
800
|
-
$pagination-hover-border-color: $gray-300 !default;
|
|
801
|
-
|
|
802
|
-
$pagination-active-color: $component-active-color !default;
|
|
803
|
-
$pagination-active-bg: $component-active-bg !default;
|
|
804
|
-
$pagination-active-border-color: $pagination-active-bg !default;
|
|
805
|
-
|
|
806
|
-
$pagination-disabled-color: $gray-600 !default;
|
|
807
|
-
$pagination-disabled-bg: $white !default;
|
|
808
|
-
$pagination-disabled-border-color: $gray-300 !default;
|
|
809
|
-
|
|
810
|
-
// Jumbotron
|
|
811
|
-
|
|
812
|
-
$jumbotron-padding: 2rem !default;
|
|
813
|
-
$jumbotron-color: null !default;
|
|
814
|
-
$jumbotron-bg: $gray-200 !default;
|
|
815
|
-
|
|
816
|
-
// Cards
|
|
817
|
-
|
|
818
|
-
$card-spacer-y: 0.75rem !default;
|
|
819
|
-
$card-spacer-x: 1.25rem !default;
|
|
820
|
-
$card-border-width: $border-width !default;
|
|
821
|
-
$card-border-radius: $border-radius !default;
|
|
822
|
-
$card-border-color: rgba($black, 0.125) !default;
|
|
823
|
-
$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
|
|
824
|
-
$card-cap-bg: rgba($black, 0.03) !default;
|
|
825
|
-
$card-cap-color: null !default;
|
|
826
|
-
$card-height: null !default;
|
|
827
|
-
$card-color: null !default;
|
|
828
|
-
$card-bg: $white !default;
|
|
829
|
-
|
|
830
|
-
$card-img-overlay-padding: 1.25rem !default;
|
|
831
|
-
|
|
832
|
-
$card-group-margin: $grid-gutter-width / 2 !default;
|
|
833
|
-
$card-deck-margin: $card-group-margin !default;
|
|
834
|
-
|
|
835
|
-
$card-columns-count: 3 !default;
|
|
836
|
-
$card-columns-gap: 1.25rem !default;
|
|
837
|
-
$card-columns-margin: $card-spacer-y !default;
|
|
838
|
-
|
|
839
|
-
// Tooltips
|
|
840
|
-
|
|
841
|
-
$tooltip-font-size: $font-size-sm !default;
|
|
842
|
-
$tooltip-max-width: 200px !default;
|
|
843
|
-
$tooltip-color: $white !default;
|
|
844
|
-
$tooltip-bg: $black !default;
|
|
845
|
-
$tooltip-border-radius: $border-radius !default;
|
|
846
|
-
$tooltip-opacity: 0.9 !default;
|
|
847
|
-
$tooltip-padding-y: 0.25rem !default;
|
|
848
|
-
$tooltip-padding-x: 0.5rem !default;
|
|
849
|
-
$tooltip-margin: 0 !default;
|
|
850
|
-
|
|
851
|
-
$tooltip-arrow-width: 0.8rem !default;
|
|
852
|
-
$tooltip-arrow-height: 0.4rem !default;
|
|
853
|
-
$tooltip-arrow-color: $tooltip-bg !default;
|
|
854
|
-
|
|
855
|
-
// Form tooltips must come after regular tooltips
|
|
856
|
-
$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
|
|
857
|
-
$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
|
|
858
|
-
$form-feedback-tooltip-font-size: $tooltip-font-size !default;
|
|
859
|
-
$form-feedback-tooltip-line-height: $line-height-base !default;
|
|
860
|
-
$form-feedback-tooltip-opacity: $tooltip-opacity !default;
|
|
861
|
-
$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
|
|
862
|
-
|
|
863
|
-
// Popovers
|
|
864
|
-
|
|
865
|
-
$popover-font-size: $font-size-sm !default;
|
|
866
|
-
$popover-bg: $white !default;
|
|
867
|
-
$popover-max-width: 276px !default;
|
|
868
|
-
$popover-border-width: $border-width !default;
|
|
869
|
-
$popover-border-color: rgba($black, 0.2) !default;
|
|
870
|
-
$popover-border-radius: $border-radius-lg !default;
|
|
871
|
-
$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;
|
|
872
|
-
$popover-box-shadow: 0 0.25rem 0.5rem rgba($black, 0.2) !default;
|
|
873
|
-
|
|
874
|
-
$popover-header-bg: darken($popover-bg, 3%) !default;
|
|
875
|
-
$popover-header-color: $headings-color !default;
|
|
876
|
-
$popover-header-padding-y: 0.5rem !default;
|
|
877
|
-
$popover-header-padding-x: 0.75rem !default;
|
|
878
|
-
|
|
879
|
-
$popover-body-color: $body-color !default;
|
|
880
|
-
$popover-body-padding-y: $popover-header-padding-y !default;
|
|
881
|
-
$popover-body-padding-x: $popover-header-padding-x !default;
|
|
882
|
-
|
|
883
|
-
$popover-arrow-width: 1rem !default;
|
|
884
|
-
$popover-arrow-height: 0.5rem !default;
|
|
885
|
-
$popover-arrow-color: $popover-bg !default;
|
|
886
|
-
|
|
887
|
-
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
|
888
|
-
|
|
889
|
-
// Toasts
|
|
890
|
-
|
|
891
|
-
$toast-max-width: 350px !default;
|
|
892
|
-
$toast-padding-x: 0.75rem !default;
|
|
893
|
-
$toast-padding-y: 0.25rem !default;
|
|
894
|
-
$toast-font-size: 0.875rem !default;
|
|
895
|
-
$toast-color: null !default;
|
|
896
|
-
$toast-background-color: rgba($white, 0.85) !default;
|
|
897
|
-
$toast-border-width: 1px !default;
|
|
898
|
-
$toast-border-color: rgba(0, 0, 0, 0.1) !default;
|
|
899
|
-
$toast-border-radius: 0.25rem !default;
|
|
900
|
-
$toast-box-shadow: 0 0.25rem 0.75rem rgba($black, 0.1) !default;
|
|
901
|
-
|
|
902
|
-
$toast-header-color: $gray-600 !default;
|
|
903
|
-
$toast-header-background-color: rgba($white, 0.85) !default;
|
|
904
|
-
$toast-header-border-color: rgba(0, 0, 0, 0.05) !default;
|
|
905
|
-
|
|
906
|
-
// Badges
|
|
907
|
-
|
|
908
|
-
$badge-font-size: 75% !default;
|
|
909
|
-
$badge-font-weight: $font-weight-bold !default;
|
|
910
|
-
$badge-padding-y: 0.25em !default;
|
|
911
|
-
$badge-padding-x: 0.4em !default;
|
|
912
|
-
$badge-border-radius: $border-radius !default;
|
|
913
|
-
|
|
914
|
-
$badge-transition: $btn-transition !default;
|
|
915
|
-
$badge-focus-width: $input-btn-focus-width !default;
|
|
916
|
-
|
|
917
|
-
$badge-pill-padding-x: 0.6em !default;
|
|
918
|
-
// Use a higher than normal value to ensure completely rounded edges when
|
|
919
|
-
// customizing padding or font-size on labels.
|
|
920
|
-
$badge-pill-border-radius: 10rem !default;
|
|
921
|
-
|
|
922
|
-
// Modals
|
|
923
|
-
|
|
924
|
-
// Padding applied to the modal body
|
|
925
|
-
$modal-inner-padding: 1rem !default;
|
|
926
|
-
|
|
927
|
-
// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding
|
|
928
|
-
$modal-footer-margin-between: 0.5rem !default;
|
|
929
|
-
|
|
930
|
-
$modal-dialog-margin: 0.5rem !default;
|
|
931
|
-
$modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
932
|
-
|
|
933
|
-
$modal-title-line-height: $line-height-base !default;
|
|
934
|
-
|
|
935
|
-
$modal-content-color: null !default;
|
|
936
|
-
$modal-content-bg: $white !default;
|
|
937
|
-
$modal-content-border-color: rgba($black, 0.2) !default;
|
|
938
|
-
$modal-content-border-width: $border-width !default;
|
|
939
|
-
$modal-content-border-radius: $border-radius-lg !default;
|
|
940
|
-
$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;
|
|
941
|
-
$modal-content-box-shadow-xs: 0 0.25rem 0.5rem rgba($black, 0.5) !default;
|
|
942
|
-
$modal-content-box-shadow-sm-up: 0 0.5rem 1rem rgba($black, 0.5) !default;
|
|
943
|
-
|
|
944
|
-
$modal-backdrop-bg: $black !default;
|
|
945
|
-
$modal-backdrop-opacity: 0.5 !default;
|
|
946
|
-
$modal-header-border-color: $border-color !default;
|
|
947
|
-
$modal-footer-border-color: $modal-header-border-color !default;
|
|
948
|
-
$modal-header-border-width: $modal-content-border-width !default;
|
|
949
|
-
$modal-footer-border-width: $modal-header-border-width !default;
|
|
950
|
-
$modal-header-padding-y: 1rem !default;
|
|
951
|
-
$modal-header-padding-x: 1rem !default;
|
|
952
|
-
$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
|
|
953
|
-
|
|
954
|
-
$modal-xl: 1140px !default;
|
|
955
|
-
$modal-lg: 800px !default;
|
|
956
|
-
$modal-md: 500px !default;
|
|
957
|
-
$modal-sm: 300px !default;
|
|
958
|
-
|
|
959
|
-
$modal-fade-transform: translate(0, -50px) !default;
|
|
960
|
-
$modal-show-transform: none !default;
|
|
961
|
-
$modal-transition: transform 0.3s ease-out !default;
|
|
962
|
-
$modal-scale-transform: scale(1.02) !default;
|
|
963
|
-
|
|
964
|
-
// Alerts
|
|
965
|
-
//
|
|
966
|
-
// Define alert colors, border radius, and padding.
|
|
967
|
-
|
|
968
|
-
$alert-padding-y: 0.75rem !default;
|
|
969
|
-
$alert-padding-x: 1.25rem !default;
|
|
970
|
-
$alert-margin-bottom: 1rem !default;
|
|
971
|
-
$alert-border-radius: $border-radius !default;
|
|
972
|
-
$alert-link-font-weight: $font-weight-bold !default;
|
|
973
|
-
$alert-border-width: $border-width !default;
|
|
974
|
-
|
|
975
|
-
$alert-bg-level: -10 !default;
|
|
976
|
-
$alert-border-level: -9 !default;
|
|
977
|
-
$alert-color-level: 6 !default;
|
|
978
|
-
|
|
979
|
-
// Progress bars
|
|
980
|
-
|
|
981
|
-
$progress-height: 1rem !default;
|
|
982
|
-
$progress-font-size: $font-size-base * 0.75 !default;
|
|
983
|
-
$progress-bg: $gray-200 !default;
|
|
984
|
-
$progress-border-radius: $border-radius !default;
|
|
985
|
-
$progress-box-shadow: inset 0 0.1rem 0.1rem rgba($black, 0.1) !default;
|
|
986
|
-
$progress-bar-color: $white !default;
|
|
987
|
-
$progress-bar-bg: theme-color('primary') !default;
|
|
988
|
-
$progress-bar-animation-timing: 1s linear infinite !default;
|
|
989
|
-
$progress-bar-transition: width 0.6s ease !default;
|
|
990
|
-
|
|
991
|
-
// List group
|
|
992
|
-
|
|
993
|
-
$list-group-color: null !default;
|
|
994
|
-
$list-group-bg: $white !default;
|
|
995
|
-
$list-group-border-color: rgba($black, 0.125) !default;
|
|
996
|
-
$list-group-border-width: $border-width !default;
|
|
997
|
-
$list-group-border-radius: $border-radius !default;
|
|
998
|
-
|
|
999
|
-
$list-group-item-padding-y: 0.75rem !default;
|
|
1000
|
-
$list-group-item-padding-x: 1.25rem !default;
|
|
1001
|
-
|
|
1002
|
-
$list-group-hover-bg: $gray-100 !default;
|
|
1003
|
-
$list-group-active-color: $component-active-color !default;
|
|
1004
|
-
$list-group-active-bg: $component-active-bg !default;
|
|
1005
|
-
$list-group-active-border-color: $list-group-active-bg !default;
|
|
1006
|
-
|
|
1007
|
-
$list-group-disabled-color: $gray-600 !default;
|
|
1008
|
-
$list-group-disabled-bg: $list-group-bg !default;
|
|
1009
|
-
|
|
1010
|
-
$list-group-action-color: $gray-700 !default;
|
|
1011
|
-
$list-group-action-hover-color: $list-group-action-color !default;
|
|
1012
|
-
|
|
1013
|
-
$list-group-action-active-color: $body-color !default;
|
|
1014
|
-
$list-group-action-active-bg: $gray-200 !default;
|
|
1015
|
-
|
|
1016
|
-
// Image thumbnails
|
|
1017
|
-
|
|
1018
|
-
$thumbnail-padding: 0.25rem !default;
|
|
1019
|
-
$thumbnail-bg: $body-bg !default;
|
|
1020
|
-
$thumbnail-border-width: $border-width !default;
|
|
1021
|
-
$thumbnail-border-color: $gray-300 !default;
|
|
1022
|
-
$thumbnail-border-radius: $border-radius !default;
|
|
1023
|
-
$thumbnail-box-shadow: 0 1px 2px rgba($black, 0.075) !default;
|
|
1024
|
-
|
|
1025
|
-
// Figures
|
|
1026
|
-
|
|
1027
|
-
$figure-caption-font-size: 90% !default;
|
|
1028
|
-
$figure-caption-color: $gray-600 !default;
|
|
1029
|
-
|
|
1030
|
-
// Breadcrumbs
|
|
1031
|
-
|
|
1032
|
-
$breadcrumb-font-size: null !default;
|
|
1033
|
-
|
|
1034
|
-
$breadcrumb-padding-y: 0.75rem !default;
|
|
1035
|
-
$breadcrumb-padding-x: 1rem !default;
|
|
1036
|
-
$breadcrumb-item-padding: 0.5rem !default;
|
|
1037
|
-
|
|
1038
|
-
$breadcrumb-margin-bottom: 1rem !default;
|
|
1039
|
-
|
|
1040
|
-
$breadcrumb-bg: $gray-200 !default;
|
|
1041
|
-
$breadcrumb-divider-color: $gray-600 !default;
|
|
1042
|
-
$breadcrumb-active-color: $gray-600 !default;
|
|
1043
|
-
$breadcrumb-divider: quote('/') !default;
|
|
1044
|
-
|
|
1045
|
-
$breadcrumb-border-radius: $border-radius !default;
|
|
1046
|
-
|
|
1047
|
-
// Carousel
|
|
1048
|
-
|
|
1049
|
-
$carousel-control-color: $white !default;
|
|
1050
|
-
$carousel-control-width: 15% !default;
|
|
1051
|
-
$carousel-control-opacity: 0.5 !default;
|
|
1052
|
-
$carousel-control-hover-opacity: 0.9 !default;
|
|
1053
|
-
$carousel-control-transition: opacity 0.15s ease !default;
|
|
1054
|
-
|
|
1055
|
-
$carousel-indicator-width: 30px !default;
|
|
1056
|
-
$carousel-indicator-height: 3px !default;
|
|
1057
|
-
$carousel-indicator-hit-area-height: 10px !default;
|
|
1058
|
-
$carousel-indicator-spacer: 3px !default;
|
|
1059
|
-
$carousel-indicator-active-bg: $white !default;
|
|
1060
|
-
$carousel-indicator-transition: opacity 0.6s ease !default;
|
|
1061
|
-
|
|
1062
|
-
$carousel-caption-width: 70% !default;
|
|
1063
|
-
$carousel-caption-color: $white !default;
|
|
1064
|
-
|
|
1065
|
-
$carousel-control-icon-width: 20px !default;
|
|
1066
|
-
|
|
1067
|
-
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>") !default;
|
|
1068
|
-
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>") !default;
|
|
1069
|
-
|
|
1070
|
-
$carousel-transition-duration: 0.6s !default;
|
|
1071
|
-
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
1072
|
-
|
|
1073
|
-
// Spinners
|
|
1074
|
-
|
|
1075
|
-
$spinner-width: 2rem !default;
|
|
1076
|
-
$spinner-height: $spinner-width !default;
|
|
1077
|
-
$spinner-border-width: 0.25em !default;
|
|
1078
|
-
|
|
1079
|
-
$spinner-width-sm: 1rem !default;
|
|
1080
|
-
$spinner-height-sm: $spinner-width-sm !default;
|
|
1081
|
-
$spinner-border-width-sm: 0.2em !default;
|
|
1082
|
-
|
|
1083
|
-
// Close
|
|
1084
|
-
|
|
1085
|
-
$close-font-size: $font-size-base * 1.5 !default;
|
|
1086
|
-
$close-font-weight: $font-weight-bold !default;
|
|
1087
|
-
$close-color: $black !default;
|
|
1088
|
-
$close-text-shadow: 0 1px 0 $white !default;
|
|
1089
|
-
|
|
1090
|
-
// Code
|
|
1091
|
-
|
|
1092
|
-
$code-font-size: 87.5% !default;
|
|
1093
|
-
$code-color: $pink !default;
|
|
1094
|
-
|
|
1095
|
-
$kbd-padding-y: 0.2rem !default;
|
|
1096
|
-
$kbd-padding-x: 0.4rem !default;
|
|
1097
|
-
$kbd-font-size: $code-font-size !default;
|
|
1098
|
-
$kbd-color: $white !default;
|
|
1099
|
-
$kbd-bg: $gray-900 !default;
|
|
1100
|
-
|
|
1101
|
-
$pre-color: $gray-900 !default;
|
|
1102
|
-
$pre-scrollable-max-height: 340px !default;
|
|
1103
|
-
|
|
1104
|
-
// Utilities
|
|
1105
|
-
|
|
1106
|
-
$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;
|
|
1107
|
-
$overflows: auto, hidden !default;
|
|
1108
|
-
$positions: static, relative, absolute, fixed, sticky !default;
|
|
1109
|
-
|
|
1110
|
-
// Printing
|
|
1111
|
-
|
|
1112
|
-
$print-page-size: a3 !default;
|
|
1113
|
-
$print-body-min-width: map-get($grid-breakpoints, 'lg') !default;
|