@drivy/cobalt 0.13.0
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/_virtual/_tslib.js +85 -0
- package/_virtual/_tslib.js.map +1 -0
- package/cjs/tokens/breakpoints.js +21 -0
- package/cjs/tokens/breakpoints.js.map +1 -0
- package/cjs/tokens/colors.js +60 -0
- package/cjs/tokens/colors.js.map +1 -0
- package/cjs/tokens/countries.js +23 -0
- package/cjs/tokens/countries.js.map +1 -0
- package/cjs/tokens/icons.js +125 -0
- package/cjs/tokens/icons.js.map +1 -0
- package/cjs/tokens/index.js +23 -0
- package/cjs/tokens/index.js.map +1 -0
- package/cjs/tokens/zIndexes.js +43 -0
- package/cjs/tokens/zIndexes.js.map +1 -0
- package/components/Accordion/ToggleIcon.js +12 -0
- package/components/Accordion/ToggleIcon.js.map +1 -0
- package/components/Accordion/index.js +55 -0
- package/components/Accordion/index.js.map +1 -0
- package/components/Alerter/Alert.js +39 -0
- package/components/Alerter/Alert.js.map +1 -0
- package/components/Alerter/index.js +81 -0
- package/components/Alerter/index.js.map +1 -0
- package/components/BasicCell/index.js +25 -0
- package/components/BasicCell/index.js.map +1 -0
- package/components/BulletList/index.js +18 -0
- package/components/BulletList/index.js.map +1 -0
- package/components/Button/Button.js +50 -0
- package/components/Button/Button.js.map +1 -0
- package/components/Button/Link.js +50 -0
- package/components/Button/Link.js.map +1 -0
- package/components/Button/index.js +9 -0
- package/components/Button/index.js.map +1 -0
- package/components/Buttons/BrandButton/index.js +53 -0
- package/components/Buttons/BrandButton/index.js.map +1 -0
- package/components/Buttons/ButtonComponent.js +24 -0
- package/components/Buttons/ButtonComponent.js.map +1 -0
- package/components/Buttons/ButtonsGroup.js +42 -0
- package/components/Buttons/ButtonsGroup.js.map +1 -0
- package/components/Buttons/DefaultButton/index.js +56 -0
- package/components/Buttons/DefaultButton/index.js.map +1 -0
- package/components/Buttons/GhostButton/index.js +53 -0
- package/components/Buttons/GhostButton/index.js.map +1 -0
- package/components/Buttons/InversedButton/index.js +42 -0
- package/components/Buttons/InversedButton/index.js.map +1 -0
- package/components/Buttons/helpers.js +34 -0
- package/components/Buttons/helpers.js.map +1 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePicker.js +52 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePicker.js.map +1 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.js +42 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.js.map +1 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.js +96 -0
- package/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.js.map +1 -0
- package/components/Calendar/CalendarView/CalendarViewMonth.js +46 -0
- package/components/Calendar/CalendarView/CalendarViewMonth.js.map +1 -0
- package/components/Calendar/CalendarView/index.js +12 -0
- package/components/Calendar/CalendarView/index.js.map +1 -0
- package/components/Callout/index.js +18 -0
- package/components/Callout/index.js.map +1 -0
- package/components/Card/index.js +39 -0
- package/components/Card/index.js.map +1 -0
- package/components/CdwChoice/index.js +19 -0
- package/components/CdwChoice/index.js.map +1 -0
- package/components/Cell/index.js +18 -0
- package/components/Cell/index.js.map +1 -0
- package/components/Chip/index.js +27 -0
- package/components/Chip/index.js.map +1 -0
- package/components/EmptyState/index.js +16 -0
- package/components/EmptyState/index.js.map +1 -0
- package/components/Flag/index.js +29 -0
- package/components/Flag/index.js.map +1 -0
- package/components/Flash/index.js +31 -0
- package/components/Flash/index.js.map +1 -0
- package/components/Form/Autocomplete/index.js +171 -0
- package/components/Form/Autocomplete/index.js.map +1 -0
- package/components/Form/CheckablePill.js +37 -0
- package/components/Form/CheckablePill.js.map +1 -0
- package/components/Form/Checkmark.js +38 -0
- package/components/Form/Checkmark.js.map +1 -0
- package/components/Form/ComposedField.js +18 -0
- package/components/Form/ComposedField.js.map +1 -0
- package/components/Form/Fieldset.js +11 -0
- package/components/Form/Fieldset.js.map +1 -0
- package/components/Form/Hint.js +44 -0
- package/components/Form/Hint.js.map +1 -0
- package/components/Form/Select.js +18 -0
- package/components/Form/Select.js.map +1 -0
- package/components/Form/Slider.js +36 -0
- package/components/Form/Slider.js.map +1 -0
- package/components/Form/Stepper.js +78 -0
- package/components/Form/Stepper.js.map +1 -0
- package/components/Form/TextArea.js +46 -0
- package/components/Form/TextArea.js.map +1 -0
- package/components/Form/TextInput.js +28 -0
- package/components/Form/TextInput.js.map +1 -0
- package/components/Form/ToggleSwitch.js +24 -0
- package/components/Form/ToggleSwitch.js.map +1 -0
- package/components/Form/field.js +35 -0
- package/components/Form/field.js.map +1 -0
- package/components/Helper/index.js +13 -0
- package/components/Helper/index.js.map +1 -0
- package/components/HorizontalList/index.js +19 -0
- package/components/HorizontalList/index.js.map +1 -0
- package/components/Icon/__generated__/AirportIcon.js +23 -0
- package/components/Icon/__generated__/AirportIcon.js.map +1 -0
- package/components/Icon/__generated__/ArrowLeftIcon.js +23 -0
- package/components/Icon/__generated__/ArrowLeftIcon.js.map +1 -0
- package/components/Icon/__generated__/ArrowRightIcon.js +23 -0
- package/components/Icon/__generated__/ArrowRightIcon.js.map +1 -0
- package/components/Icon/__generated__/BinIcon.js +23 -0
- package/components/Icon/__generated__/BinIcon.js.map +1 -0
- package/components/Icon/__generated__/BriefcaseIcon.js +23 -0
- package/components/Icon/__generated__/BriefcaseIcon.js.map +1 -0
- package/components/Icon/__generated__/BulbIcon.js +23 -0
- package/components/Icon/__generated__/BulbIcon.js.map +1 -0
- package/components/Icon/__generated__/CameraIcon.js +23 -0
- package/components/Icon/__generated__/CameraIcon.js.map +1 -0
- package/components/Icon/__generated__/CarCheckIcon.js +23 -0
- package/components/Icon/__generated__/CarCheckIcon.js.map +1 -0
- package/components/Icon/__generated__/CarDrivyOpenIcon.js +23 -0
- package/components/Icon/__generated__/CarDrivyOpenIcon.js.map +1 -0
- package/components/Icon/__generated__/CarGroupIcon.js +24 -0
- package/components/Icon/__generated__/CarGroupIcon.js.map +1 -0
- package/components/Icon/__generated__/CarIcon.js +23 -0
- package/components/Icon/__generated__/CarIcon.js.map +1 -0
- package/components/Icon/__generated__/CarLockIcon.js +23 -0
- package/components/Icon/__generated__/CarLockIcon.js.map +1 -0
- package/components/Icon/__generated__/CarSearchIcon.js +23 -0
- package/components/Icon/__generated__/CarSearchIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeAntiqueIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeAntiqueIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeCabrioletIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeCabrioletIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeCampervanIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeCampervanIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeCityIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeCityIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeConvertibleIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeConvertibleIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeCoupeIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeCoupeIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeFamilyIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeFamilyIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeFourFourIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeFourFourIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeMinibusIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeMinibusIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeSedanIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeSedanIcon.js.map +1 -0
- package/components/Icon/__generated__/CarTypeUtilityIcon.js +23 -0
- package/components/Icon/__generated__/CarTypeUtilityIcon.js.map +1 -0
- package/components/Icon/__generated__/CheckCircleIcon.js +23 -0
- package/components/Icon/__generated__/CheckCircleIcon.js.map +1 -0
- package/components/Icon/__generated__/CheckIcon.js +23 -0
- package/components/Icon/__generated__/CheckIcon.js.map +1 -0
- package/components/Icon/__generated__/ChevronDownIcon.js +23 -0
- package/components/Icon/__generated__/ChevronDownIcon.js.map +1 -0
- package/components/Icon/__generated__/ChevronLeftIcon.js +23 -0
- package/components/Icon/__generated__/ChevronLeftIcon.js.map +1 -0
- package/components/Icon/__generated__/ChevronRightIcon.js +23 -0
- package/components/Icon/__generated__/ChevronRightIcon.js.map +1 -0
- package/components/Icon/__generated__/ChevronUpIcon.js +23 -0
- package/components/Icon/__generated__/ChevronUpIcon.js.map +1 -0
- package/components/Icon/__generated__/CloseIcon.js +23 -0
- package/components/Icon/__generated__/CloseIcon.js.map +1 -0
- package/components/Icon/__generated__/ContactMailIcon.js +23 -0
- package/components/Icon/__generated__/ContactMailIcon.js.map +1 -0
- package/components/Icon/__generated__/ContactPhoneIcon.js +23 -0
- package/components/Icon/__generated__/ContactPhoneIcon.js.map +1 -0
- package/components/Icon/__generated__/ContextualPaperclipIcon.js +23 -0
- package/components/Icon/__generated__/ContextualPaperclipIcon.js.map +1 -0
- package/components/Icon/__generated__/ContextualQuestionIcon.js +23 -0
- package/components/Icon/__generated__/ContextualQuestionIcon.js.map +1 -0
- package/components/Icon/__generated__/ContextualWarningCircleFilledIcon.js +23 -0
- package/components/Icon/__generated__/ContextualWarningCircleFilledIcon.js.map +1 -0
- package/components/Icon/__generated__/ContextualWarningCircleIcon.js +23 -0
- package/components/Icon/__generated__/ContextualWarningCircleIcon.js.map +1 -0
- package/components/Icon/__generated__/CreditCardIcon.js +23 -0
- package/components/Icon/__generated__/CreditCardIcon.js.map +1 -0
- package/components/Icon/__generated__/DirectionsIcon.js +23 -0
- package/components/Icon/__generated__/DirectionsIcon.js.map +1 -0
- package/components/Icon/__generated__/DotsHorizontalIcon.js +23 -0
- package/components/Icon/__generated__/DotsHorizontalIcon.js.map +1 -0
- package/components/Icon/__generated__/DotsVerticalIcon.js +25 -0
- package/components/Icon/__generated__/DotsVerticalIcon.js.map +1 -0
- package/components/Icon/__generated__/DownloadIcon.js +23 -0
- package/components/Icon/__generated__/DownloadIcon.js.map +1 -0
- package/components/Icon/__generated__/EarthIcon.js +23 -0
- package/components/Icon/__generated__/EarthIcon.js.map +1 -0
- package/components/Icon/__generated__/EditIcon.js +23 -0
- package/components/Icon/__generated__/EditIcon.js.map +1 -0
- package/components/Icon/__generated__/ExternalLinkIcon.js +23 -0
- package/components/Icon/__generated__/ExternalLinkIcon.js.map +1 -0
- package/components/Icon/__generated__/EyeIcon.js +23 -0
- package/components/Icon/__generated__/EyeIcon.js.map +1 -0
- package/components/Icon/__generated__/FiltersIcon.js +23 -0
- package/components/Icon/__generated__/FiltersIcon.js.map +1 -0
- package/components/Icon/__generated__/FlagIcon.js +23 -0
- package/components/Icon/__generated__/FlagIcon.js.map +1 -0
- package/components/Icon/__generated__/GeolocationIcon.js +23 -0
- package/components/Icon/__generated__/GeolocationIcon.js.map +1 -0
- package/components/Icon/__generated__/GraphUpIcon.js +23 -0
- package/components/Icon/__generated__/GraphUpIcon.js.map +1 -0
- package/components/Icon/__generated__/IncidentIcon.js +23 -0
- package/components/Icon/__generated__/IncidentIcon.js.map +1 -0
- package/components/Icon/__generated__/InfoFilledIcon.js +23 -0
- package/components/Icon/__generated__/InfoFilledIcon.js.map +1 -0
- package/components/Icon/__generated__/InfoIcon.js +23 -0
- package/components/Icon/__generated__/InfoIcon.js.map +1 -0
- package/components/Icon/__generated__/InstantIcon.js +23 -0
- package/components/Icon/__generated__/InstantIcon.js.map +1 -0
- package/components/Icon/__generated__/KeyIcon.js +23 -0
- package/components/Icon/__generated__/KeyIcon.js.map +1 -0
- package/components/Icon/__generated__/LoadingIcon.js +23 -0
- package/components/Icon/__generated__/LoadingIcon.js.map +1 -0
- package/components/Icon/__generated__/LocalityIcon.js +23 -0
- package/components/Icon/__generated__/LocalityIcon.js.map +1 -0
- package/components/Icon/__generated__/LocationMapIcon.js +23 -0
- package/components/Icon/__generated__/LocationMapIcon.js.map +1 -0
- package/components/Icon/__generated__/LocationParkingIcon.js +23 -0
- package/components/Icon/__generated__/LocationParkingIcon.js.map +1 -0
- package/components/Icon/__generated__/LocationPinIcon.js +23 -0
- package/components/Icon/__generated__/LocationPinIcon.js.map +1 -0
- package/components/Icon/__generated__/LogoutIcon.js +23 -0
- package/components/Icon/__generated__/LogoutIcon.js.map +1 -0
- package/components/Icon/__generated__/MeetDriverIcon.js +23 -0
- package/components/Icon/__generated__/MeetDriverIcon.js.map +1 -0
- package/components/Icon/__generated__/MeetOwnerIcon.js +23 -0
- package/components/Icon/__generated__/MeetOwnerIcon.js.map +1 -0
- package/components/Icon/__generated__/MenuListIcon.js +23 -0
- package/components/Icon/__generated__/MenuListIcon.js.map +1 -0
- package/components/Icon/__generated__/MileageIcon.js +23 -0
- package/components/Icon/__generated__/MileageIcon.js.map +1 -0
- package/components/Icon/__generated__/MiscGiftIcon.js +24 -0
- package/components/Icon/__generated__/MiscGiftIcon.js.map +1 -0
- package/components/Icon/__generated__/NotificationIcon.js +23 -0
- package/components/Icon/__generated__/NotificationIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionAirConditioningIcon.js +23 -0
- package/components/Icon/__generated__/OptionAirConditioningIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionAudioInputIcon.js +23 -0
- package/components/Icon/__generated__/OptionAudioInputIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionBabySeatIcon.js +23 -0
- package/components/Icon/__generated__/OptionBabySeatIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionBikeRackIcon.js +23 -0
- package/components/Icon/__generated__/OptionBikeRackIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionCdPlayerIcon.js +23 -0
- package/components/Icon/__generated__/OptionCdPlayerIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionChainsIcon.js +23 -0
- package/components/Icon/__generated__/OptionChainsIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionCruiseControlIcon.js +23 -0
- package/components/Icon/__generated__/OptionCruiseControlIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionGpsIcon.js +23 -0
- package/components/Icon/__generated__/OptionGpsIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionHasTrailerIcon.js +23 -0
- package/components/Icon/__generated__/OptionHasTrailerIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionHitchIcon.js +24 -0
- package/components/Icon/__generated__/OptionHitchIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionRoofBoxIcon.js +23 -0
- package/components/Icon/__generated__/OptionRoofBoxIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionSkiRackIcon.js +23 -0
- package/components/Icon/__generated__/OptionSkiRackIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionSnowTireIcon.js +23 -0
- package/components/Icon/__generated__/OptionSnowTireIcon.js.map +1 -0
- package/components/Icon/__generated__/OptionWheelchairAccessibleIcon.js +25 -0
- package/components/Icon/__generated__/OptionWheelchairAccessibleIcon.js.map +1 -0
- package/components/Icon/__generated__/PeopleUserIcon.js +23 -0
- package/components/Icon/__generated__/PeopleUserIcon.js.map +1 -0
- package/components/Icon/__generated__/PhotosIcon.js +23 -0
- package/components/Icon/__generated__/PhotosIcon.js.map +1 -0
- package/components/Icon/__generated__/PlugIcon.js +23 -0
- package/components/Icon/__generated__/PlugIcon.js.map +1 -0
- package/components/Icon/__generated__/RefreshIcon.js +23 -0
- package/components/Icon/__generated__/RefreshIcon.js.map +1 -0
- package/components/Icon/__generated__/ResetIcon.js +23 -0
- package/components/Icon/__generated__/ResetIcon.js.map +1 -0
- package/components/Icon/__generated__/RideIcon.js +23 -0
- package/components/Icon/__generated__/RideIcon.js.map +1 -0
- package/components/Icon/__generated__/SearchIcon.js +23 -0
- package/components/Icon/__generated__/SearchIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceBatteryIcon.js +23 -0
- package/components/Icon/__generated__/ServiceBatteryIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceCleaningIcon.js +23 -0
- package/components/Icon/__generated__/ServiceCleaningIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceFuelIcon.js +23 -0
- package/components/Icon/__generated__/ServiceFuelIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceHealingIcon.js +23 -0
- package/components/Icon/__generated__/ServiceHealingIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceLockedIcon.js +23 -0
- package/components/Icon/__generated__/ServiceLockedIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceTollsIcon.js +25 -0
- package/components/Icon/__generated__/ServiceTollsIcon.js.map +1 -0
- package/components/Icon/__generated__/ServiceUnlockedIcon.js +23 -0
- package/components/Icon/__generated__/ServiceUnlockedIcon.js.map +1 -0
- package/components/Icon/__generated__/SettingsIcon.js +23 -0
- package/components/Icon/__generated__/SettingsIcon.js.map +1 -0
- package/components/Icon/__generated__/ShareIcon.js +23 -0
- package/components/Icon/__generated__/ShareIcon.js.map +1 -0
- package/components/Icon/__generated__/ShopIcon.js +23 -0
- package/components/Icon/__generated__/ShopIcon.js.map +1 -0
- package/components/Icon/__generated__/SocialFacebookIcon.js +23 -0
- package/components/Icon/__generated__/SocialFacebookIcon.js.map +1 -0
- package/components/Icon/__generated__/SocialLinkedinIcon.js +23 -0
- package/components/Icon/__generated__/SocialLinkedinIcon.js.map +1 -0
- package/components/Icon/__generated__/SocialTwitterIcon.js +23 -0
- package/components/Icon/__generated__/SocialTwitterIcon.js.map +1 -0
- package/components/Icon/__generated__/SocialWhatsappIcon.js +23 -0
- package/components/Icon/__generated__/SocialWhatsappIcon.js.map +1 -0
- package/components/Icon/__generated__/StarIcon.js +23 -0
- package/components/Icon/__generated__/StarIcon.js.map +1 -0
- package/components/Icon/__generated__/SubwayIcon.js +23 -0
- package/components/Icon/__generated__/SubwayIcon.js.map +1 -0
- package/components/Icon/__generated__/TimeAlertIcon.js +23 -0
- package/components/Icon/__generated__/TimeAlertIcon.js.map +1 -0
- package/components/Icon/__generated__/TimeBackwardsIcon.js +23 -0
- package/components/Icon/__generated__/TimeBackwardsIcon.js.map +1 -0
- package/components/Icon/__generated__/TimeCalendarIcon.js +23 -0
- package/components/Icon/__generated__/TimeCalendarIcon.js.map +1 -0
- package/components/Icon/__generated__/TimeForwardIcon.js +23 -0
- package/components/Icon/__generated__/TimeForwardIcon.js.map +1 -0
- package/components/Icon/__generated__/TrainIcon.js +23 -0
- package/components/Icon/__generated__/TrainIcon.js.map +1 -0
- package/components/Icon/__generated__/UserShieldIcon.js +23 -0
- package/components/Icon/__generated__/UserShieldIcon.js.map +1 -0
- package/components/Icon/__generated__/VerifiedSealIcon.js +23 -0
- package/components/Icon/__generated__/VerifiedSealIcon.js.map +1 -0
- package/components/Icon/__generated__/WrenchIcon.js +23 -0
- package/components/Icon/__generated__/WrenchIcon.js.map +1 -0
- package/components/Icon/index.js +62 -0
- package/components/Icon/index.js.map +1 -0
- package/components/Modal/ModalBody.js +14 -0
- package/components/Modal/ModalBody.js.map +1 -0
- package/components/Modal/ModalFooter.js +10 -0
- package/components/Modal/ModalFooter.js.map +1 -0
- package/components/Modal/ModalHeader.js +16 -0
- package/components/Modal/ModalHeader.js.map +1 -0
- package/components/Modal/index.js +117 -0
- package/components/Modal/index.js.map +1 -0
- package/components/ModalOpenerButton/index.js +22 -0
- package/components/ModalOpenerButton/index.js.map +1 -0
- package/components/Note/index.js +12 -0
- package/components/Note/index.js.map +1 -0
- package/components/Pill/index.js +25 -0
- package/components/Pill/index.js.map +1 -0
- package/components/Popover/LazyTippy.js +11 -0
- package/components/Popover/LazyTippy.js.map +1 -0
- package/components/Popover/index.js +56 -0
- package/components/Popover/index.js.map +1 -0
- package/components/PriceTable/index.js +18 -0
- package/components/PriceTable/index.js.map +1 -0
- package/components/ProgressBar/index.js +22 -0
- package/components/ProgressBar/index.js.map +1 -0
- package/components/Tabs/index.js +142 -0
- package/components/Tabs/index.js.map +1 -0
- package/components/Tag/index.js +13 -0
- package/components/Tag/index.js.map +1 -0
- package/components/TextContainer/index.js +9 -0
- package/components/TextContainer/index.js.map +1 -0
- package/components/utils/Timer.js +26 -0
- package/components/utils/Timer.js.map +1 -0
- package/components/utils/capitalize.js +8 -0
- package/components/utils/capitalize.js.map +1 -0
- package/components/utils/dom.js +8 -0
- package/components/utils/dom.js.map +1 -0
- package/components/utils/eqSet.js +25 -0
- package/components/utils/eqSet.js.map +1 -0
- package/components/utils/px.js +5 -0
- package/components/utils/px.js.map +1 -0
- package/hooks/useBreakpoint.js +75 -0
- package/hooks/useBreakpoint.js.map +1 -0
- package/hooks/useElementHeight.js +36 -0
- package/hooks/useElementHeight.js.map +1 -0
- package/icons/airport.js +4 -0
- package/icons/airport.js.map +1 -0
- package/icons/airport.svg +3 -0
- package/icons/arrow-left.js +4 -0
- package/icons/arrow-left.js.map +1 -0
- package/icons/arrow-left.svg +3 -0
- package/icons/arrow-right.js +4 -0
- package/icons/arrow-right.js.map +1 -0
- package/icons/arrow-right.svg +1 -0
- package/icons/bin.js +4 -0
- package/icons/bin.js.map +1 -0
- package/icons/bin.svg +3 -0
- package/icons/briefcase.js +4 -0
- package/icons/briefcase.js.map +1 -0
- package/icons/briefcase.svg +1 -0
- package/icons/bulb.js +4 -0
- package/icons/bulb.js.map +1 -0
- package/icons/bulb.svg +1 -0
- package/icons/camera.js +4 -0
- package/icons/camera.js.map +1 -0
- package/icons/camera.svg +3 -0
- package/icons/car-check.js +4 -0
- package/icons/car-check.js.map +1 -0
- package/icons/car-check.svg +3 -0
- package/icons/car-drivy-open.js +4 -0
- package/icons/car-drivy-open.js.map +1 -0
- package/icons/car-drivy-open.svg +3 -0
- package/icons/car-group.js +4 -0
- package/icons/car-group.js.map +1 -0
- package/icons/car-group.svg +1 -0
- package/icons/car-lock.js +4 -0
- package/icons/car-lock.js.map +1 -0
- package/icons/car-lock.svg +3 -0
- package/icons/car-search.js +4 -0
- package/icons/car-search.js.map +1 -0
- package/icons/car-search.svg +3 -0
- package/icons/car-type-antique.js +4 -0
- package/icons/car-type-antique.js.map +1 -0
- package/icons/car-type-antique.svg +1 -0
- package/icons/car-type-cabriolet.js +4 -0
- package/icons/car-type-cabriolet.js.map +1 -0
- package/icons/car-type-cabriolet.svg +1 -0
- package/icons/car-type-campervan.js +4 -0
- package/icons/car-type-campervan.js.map +1 -0
- package/icons/car-type-campervan.svg +1 -0
- package/icons/car-type-city.js +4 -0
- package/icons/car-type-city.js.map +1 -0
- package/icons/car-type-city.svg +1 -0
- package/icons/car-type-convertible.js +4 -0
- package/icons/car-type-convertible.js.map +1 -0
- package/icons/car-type-convertible.svg +1 -0
- package/icons/car-type-coupe.js +4 -0
- package/icons/car-type-coupe.js.map +1 -0
- package/icons/car-type-coupe.svg +1 -0
- package/icons/car-type-family.js +4 -0
- package/icons/car-type-family.js.map +1 -0
- package/icons/car-type-family.svg +1 -0
- package/icons/car-type-four-four.js +4 -0
- package/icons/car-type-four-four.js.map +1 -0
- package/icons/car-type-four-four.svg +1 -0
- package/icons/car-type-minibus.js +4 -0
- package/icons/car-type-minibus.js.map +1 -0
- package/icons/car-type-minibus.svg +1 -0
- package/icons/car-type-sedan.js +4 -0
- package/icons/car-type-sedan.js.map +1 -0
- package/icons/car-type-sedan.svg +1 -0
- package/icons/car-type-utility.js +4 -0
- package/icons/car-type-utility.js.map +1 -0
- package/icons/car-type-utility.svg +1 -0
- package/icons/car.js +4 -0
- package/icons/car.js.map +1 -0
- package/icons/car.svg +3 -0
- package/icons/check-circle.js +4 -0
- package/icons/check-circle.js.map +1 -0
- package/icons/check-circle.svg +3 -0
- package/icons/check.js +4 -0
- package/icons/check.js.map +1 -0
- package/icons/check.svg +1 -0
- package/icons/chevron-down.js +4 -0
- package/icons/chevron-down.js.map +1 -0
- package/icons/chevron-down.svg +3 -0
- package/icons/chevron-left.js +4 -0
- package/icons/chevron-left.js.map +1 -0
- package/icons/chevron-left.svg +3 -0
- package/icons/chevron-right.js +4 -0
- package/icons/chevron-right.js.map +1 -0
- package/icons/chevron-right.svg +3 -0
- package/icons/chevron-up.js +4 -0
- package/icons/chevron-up.js.map +1 -0
- package/icons/chevron-up.svg +3 -0
- package/icons/close.js +4 -0
- package/icons/close.js.map +1 -0
- package/icons/close.svg +3 -0
- package/icons/contact-mail.js +4 -0
- package/icons/contact-mail.js.map +1 -0
- package/icons/contact-mail.svg +3 -0
- package/icons/contact-phone.js +4 -0
- package/icons/contact-phone.js.map +1 -0
- package/icons/contact-phone.svg +3 -0
- package/icons/contextual-paperclip.js +4 -0
- package/icons/contextual-paperclip.js.map +1 -0
- package/icons/contextual-paperclip.svg +3 -0
- package/icons/contextual-question.js +4 -0
- package/icons/contextual-question.js.map +1 -0
- package/icons/contextual-question.svg +3 -0
- package/icons/contextual-warning-circle-filled.js +4 -0
- package/icons/contextual-warning-circle-filled.js.map +1 -0
- package/icons/contextual-warning-circle-filled.svg +3 -0
- package/icons/contextual-warning-circle.js +4 -0
- package/icons/contextual-warning-circle.js.map +1 -0
- package/icons/contextual-warning-circle.svg +3 -0
- package/icons/countries/at.js +4 -0
- package/icons/countries/at.js.map +1 -0
- package/icons/countries/at.svg +1 -0
- package/icons/countries/be.js +4 -0
- package/icons/countries/be.js.map +1 -0
- package/icons/countries/be.svg +1 -0
- package/icons/countries/ca.js +4 -0
- package/icons/countries/ca.js.map +1 -0
- package/icons/countries/ca.svg +1 -0
- package/icons/countries/de.js +4 -0
- package/icons/countries/de.js.map +1 -0
- package/icons/countries/de.svg +1 -0
- package/icons/countries/es.js +4 -0
- package/icons/countries/es.js.map +1 -0
- package/icons/countries/es.svg +1 -0
- package/icons/countries/eu.js +4 -0
- package/icons/countries/eu.js.map +1 -0
- package/icons/countries/eu.svg +1 -0
- package/icons/countries/fr.js +4 -0
- package/icons/countries/fr.js.map +1 -0
- package/icons/countries/fr.svg +1 -0
- package/icons/countries/gb.js +4 -0
- package/icons/countries/gb.js.map +1 -0
- package/icons/countries/gb.svg +1 -0
- package/icons/countries/index.js +11 -0
- package/icons/countries/index.js.map +1 -0
- package/icons/countries/no.js +4 -0
- package/icons/countries/no.js.map +1 -0
- package/icons/countries/no.svg +1 -0
- package/icons/countries/us.js +4 -0
- package/icons/countries/us.js.map +1 -0
- package/icons/countries/us.svg +1 -0
- package/icons/credit-card.js +4 -0
- package/icons/credit-card.js.map +1 -0
- package/icons/credit-card.svg +1 -0
- package/icons/directions.js +4 -0
- package/icons/directions.js.map +1 -0
- package/icons/directions.svg +1 -0
- package/icons/dots-horizontal.js +4 -0
- package/icons/dots-horizontal.js.map +1 -0
- package/icons/dots-horizontal.svg +1 -0
- package/icons/dots-vertical.js +4 -0
- package/icons/dots-vertical.js.map +1 -0
- package/icons/dots-vertical.svg +1 -0
- package/icons/download.js +4 -0
- package/icons/download.js.map +1 -0
- package/icons/download.svg +1 -0
- package/icons/earth.js +4 -0
- package/icons/earth.js.map +1 -0
- package/icons/earth.svg +3 -0
- package/icons/edit.js +4 -0
- package/icons/edit.js.map +1 -0
- package/icons/edit.svg +3 -0
- package/icons/external-link.js +4 -0
- package/icons/external-link.js.map +1 -0
- package/icons/external-link.svg +1 -0
- package/icons/eye.js +4 -0
- package/icons/eye.js.map +1 -0
- package/icons/eye.svg +1 -0
- package/icons/filters.js +4 -0
- package/icons/filters.js.map +1 -0
- package/icons/filters.svg +3 -0
- package/icons/flag.js +4 -0
- package/icons/flag.js.map +1 -0
- package/icons/flag.svg +3 -0
- package/icons/geolocation.js +4 -0
- package/icons/geolocation.js.map +1 -0
- package/icons/geolocation.svg +3 -0
- package/icons/graph-up.js +4 -0
- package/icons/graph-up.js.map +1 -0
- package/icons/graph-up.svg +1 -0
- package/icons/incident.js +4 -0
- package/icons/incident.js.map +1 -0
- package/icons/incident.svg +1 -0
- package/icons/index.js +113 -0
- package/icons/index.js.map +1 -0
- package/icons/info-filled.js +4 -0
- package/icons/info-filled.js.map +1 -0
- package/icons/info-filled.svg +3 -0
- package/icons/info.js +4 -0
- package/icons/info.js.map +1 -0
- package/icons/info.svg +3 -0
- package/icons/instant.js +4 -0
- package/icons/instant.js.map +1 -0
- package/icons/instant.svg +3 -0
- package/icons/key.js +4 -0
- package/icons/key.js.map +1 -0
- package/icons/key.svg +3 -0
- package/icons/loading.js +4 -0
- package/icons/loading.js.map +1 -0
- package/icons/loading.svg +3 -0
- package/icons/locality.js +4 -0
- package/icons/locality.js.map +1 -0
- package/icons/locality.svg +3 -0
- package/icons/location-map.js +4 -0
- package/icons/location-map.js.map +1 -0
- package/icons/location-map.svg +3 -0
- package/icons/location-parking.js +4 -0
- package/icons/location-parking.js.map +1 -0
- package/icons/location-parking.svg +3 -0
- package/icons/location-pin.js +4 -0
- package/icons/location-pin.js.map +1 -0
- package/icons/location-pin.svg +3 -0
- package/icons/logout.js +4 -0
- package/icons/logout.js.map +1 -0
- package/icons/logout.svg +1 -0
- package/icons/meet-driver.js +4 -0
- package/icons/meet-driver.js.map +1 -0
- package/icons/meet-driver.svg +3 -0
- package/icons/meet-owner.js +4 -0
- package/icons/meet-owner.js.map +1 -0
- package/icons/meet-owner.svg +1 -0
- package/icons/menu-list.js +4 -0
- package/icons/menu-list.js.map +1 -0
- package/icons/menu-list.svg +1 -0
- package/icons/mileage.js +4 -0
- package/icons/mileage.js.map +1 -0
- package/icons/mileage.svg +3 -0
- package/icons/misc-gift.js +4 -0
- package/icons/misc-gift.js.map +1 -0
- package/icons/misc-gift.svg +1 -0
- package/icons/notification.js +4 -0
- package/icons/notification.js.map +1 -0
- package/icons/notification.svg +3 -0
- package/icons/option-air-conditioning.js +4 -0
- package/icons/option-air-conditioning.js.map +1 -0
- package/icons/option-air-conditioning.svg +3 -0
- package/icons/option-audio-input.js +4 -0
- package/icons/option-audio-input.js.map +1 -0
- package/icons/option-audio-input.svg +3 -0
- package/icons/option-baby-seat.js +4 -0
- package/icons/option-baby-seat.js.map +1 -0
- package/icons/option-baby-seat.svg +3 -0
- package/icons/option-bike-rack.js +4 -0
- package/icons/option-bike-rack.js.map +1 -0
- package/icons/option-bike-rack.svg +3 -0
- package/icons/option-cd-player.js +4 -0
- package/icons/option-cd-player.js.map +1 -0
- package/icons/option-cd-player.svg +3 -0
- package/icons/option-chains.js +4 -0
- package/icons/option-chains.js.map +1 -0
- package/icons/option-chains.svg +3 -0
- package/icons/option-cruise-control.js +4 -0
- package/icons/option-cruise-control.js.map +1 -0
- package/icons/option-cruise-control.svg +3 -0
- package/icons/option-gps.js +4 -0
- package/icons/option-gps.js.map +1 -0
- package/icons/option-gps.svg +3 -0
- package/icons/option-has-trailer.js +4 -0
- package/icons/option-has-trailer.js.map +1 -0
- package/icons/option-has-trailer.svg +1 -0
- package/icons/option-hitch.js +4 -0
- package/icons/option-hitch.js.map +1 -0
- package/icons/option-hitch.svg +1 -0
- package/icons/option-roof-box.js +4 -0
- package/icons/option-roof-box.js.map +1 -0
- package/icons/option-roof-box.svg +3 -0
- package/icons/option-ski-rack.js +4 -0
- package/icons/option-ski-rack.js.map +1 -0
- package/icons/option-ski-rack.svg +3 -0
- package/icons/option-snow-tire.js +4 -0
- package/icons/option-snow-tire.js.map +1 -0
- package/icons/option-snow-tire.svg +3 -0
- package/icons/option-wheelchair-accessible.js +4 -0
- package/icons/option-wheelchair-accessible.js.map +1 -0
- package/icons/option-wheelchair-accessible.svg +1 -0
- package/icons/people-user.js +4 -0
- package/icons/people-user.js.map +1 -0
- package/icons/people-user.svg +3 -0
- package/icons/photos.js +4 -0
- package/icons/photos.js.map +1 -0
- package/icons/photos.svg +3 -0
- package/icons/plug.js +4 -0
- package/icons/plug.js.map +1 -0
- package/icons/plug.svg +1 -0
- package/icons/refresh.js +4 -0
- package/icons/refresh.js.map +1 -0
- package/icons/refresh.svg +3 -0
- package/icons/reset.js +4 -0
- package/icons/reset.js.map +1 -0
- package/icons/reset.svg +3 -0
- package/icons/ride.js +4 -0
- package/icons/ride.js.map +1 -0
- package/icons/ride.svg +3 -0
- package/icons/search.js +4 -0
- package/icons/search.js.map +1 -0
- package/icons/search.svg +3 -0
- package/icons/service-battery.js +4 -0
- package/icons/service-battery.js.map +1 -0
- package/icons/service-battery.svg +1 -0
- package/icons/service-cleaning.js +4 -0
- package/icons/service-cleaning.js.map +1 -0
- package/icons/service-cleaning.svg +3 -0
- package/icons/service-fuel.js +4 -0
- package/icons/service-fuel.js.map +1 -0
- package/icons/service-fuel.svg +3 -0
- package/icons/service-healing.js +4 -0
- package/icons/service-healing.js.map +1 -0
- package/icons/service-healing.svg +3 -0
- package/icons/service-locked.js +4 -0
- package/icons/service-locked.js.map +1 -0
- package/icons/service-locked.svg +3 -0
- package/icons/service-tolls.js +4 -0
- package/icons/service-tolls.js.map +1 -0
- package/icons/service-tolls.svg +1 -0
- package/icons/service-unlocked.js +4 -0
- package/icons/service-unlocked.js.map +1 -0
- package/icons/service-unlocked.svg +3 -0
- package/icons/settings.js +4 -0
- package/icons/settings.js.map +1 -0
- package/icons/settings.svg +3 -0
- package/icons/share.js +4 -0
- package/icons/share.js.map +1 -0
- package/icons/share.svg +1 -0
- package/icons/shop.js +4 -0
- package/icons/shop.js.map +1 -0
- package/icons/shop.svg +3 -0
- package/icons/social-facebook.js +4 -0
- package/icons/social-facebook.js.map +1 -0
- package/icons/social-facebook.svg +3 -0
- package/icons/social-linkedin.js +4 -0
- package/icons/social-linkedin.js.map +1 -0
- package/icons/social-linkedin.svg +3 -0
- package/icons/social-twitter.js +4 -0
- package/icons/social-twitter.js.map +1 -0
- package/icons/social-twitter.svg +3 -0
- package/icons/social-whatsapp.js +4 -0
- package/icons/social-whatsapp.js.map +1 -0
- package/icons/social-whatsapp.svg +3 -0
- package/icons/star.js +4 -0
- package/icons/star.js.map +1 -0
- package/icons/star.svg +3 -0
- package/icons/subway.js +4 -0
- package/icons/subway.js.map +1 -0
- package/icons/subway.svg +3 -0
- package/icons/time-alert.js +4 -0
- package/icons/time-alert.js.map +1 -0
- package/icons/time-alert.svg +3 -0
- package/icons/time-backwards.js +4 -0
- package/icons/time-backwards.js.map +1 -0
- package/icons/time-backwards.svg +3 -0
- package/icons/time-calendar.js +4 -0
- package/icons/time-calendar.js.map +1 -0
- package/icons/time-calendar.svg +3 -0
- package/icons/time-forward.js +4 -0
- package/icons/time-forward.js.map +1 -0
- package/icons/time-forward.svg +3 -0
- package/icons/train.js +4 -0
- package/icons/train.js.map +1 -0
- package/icons/train.svg +3 -0
- package/icons/user-shield.js +4 -0
- package/icons/user-shield.js.map +1 -0
- package/icons/user-shield.svg +3 -0
- package/icons/verified-seal.js +4 -0
- package/icons/verified-seal.js.map +1 -0
- package/icons/verified-seal.svg +3 -0
- package/icons/wrench.js +4 -0
- package/icons/wrench.js.map +1 -0
- package/icons/wrench.svg +3 -0
- package/images/empty-states/connect-device.png +0 -0
- package/images/empty-states/connect-device@2x.png +0 -0
- package/images/empty-states/connect-device@3x.png +0 -0
- package/images/empty-states/couch-man@2x.png +0 -0
- package/images/empty-states/couch-man@3x.png +0 -0
- package/images/empty-states/customer-service.png +0 -0
- package/images/empty-states/customer-service@2x.png +0 -0
- package/images/empty-states/customer-service@3x.png +0 -0
- package/images/empty-states/fridge-man.png +0 -0
- package/images/empty-states/fridge-man@2x.png +0 -0
- package/images/empty-states/fridge-man@3x.png +0 -0
- package/images/empty-states/generic-list@1x.png +0 -0
- package/images/empty-states/generic-list@2x.png +0 -0
- package/images/empty-states/generic-list@3x.png +0 -0
- package/images/empty-states/location-us.png +0 -0
- package/images/empty-states/location-us@2x.png +0 -0
- package/images/empty-states/location-us@3x.png +0 -0
- package/images/empty-states/location.png +0 -0
- package/images/empty-states/location@2x.png +0 -0
- package/images/empty-states/location@3x.png +0 -0
- package/images/empty-states/maximize-your-earnings.png +0 -0
- package/images/empty-states/maximize-your-earnings@2x.png +0 -0
- package/images/empty-states/maximize-your-earnings@3x.png +0 -0
- package/images/empty-states/nearby-bookings.png +0 -0
- package/images/empty-states/nearby-bookings@2x.png +0 -0
- package/images/empty-states/nearby-bookings@3x.png +0 -0
- package/images/empty-states/network@1x.png +0 -0
- package/images/empty-states/network@2x.png +0 -0
- package/images/empty-states/network@3x.png +0 -0
- package/images/empty-states/owner-with-getaround.png +0 -0
- package/images/empty-states/owner-with-getaround@2x.png +0 -0
- package/images/empty-states/owner-with-getaround@3x.png +0 -0
- package/images/empty-states/payment.png +0 -0
- package/images/empty-states/payment@2x.png +0 -0
- package/images/empty-states/payment@3x.png +0 -0
- package/images/empty-states/rebranded/couch-man@2x.png +0 -0
- package/images/empty-states/rebranded/couch-man@3x.png +0 -0
- package/images/empty-states/rebranded/repair-man@2x.png +0 -0
- package/images/empty-states/rebranded/repair-man@3x.png +0 -0
- package/images/empty-states/rebranded/spotlight-car.png +0 -0
- package/images/empty-states/rebranded/spotlight-car@2x.png +0 -0
- package/images/empty-states/rebranded/spotlight-car@3x.png +0 -0
- package/images/empty-states/repair-man-open.png +0 -0
- package/images/empty-states/repair-man-open@2x.png +0 -0
- package/images/empty-states/repair-man-open@3x.png +0 -0
- package/images/empty-states/repair-man.png +0 -0
- package/images/empty-states/repair-man@2x.png +0 -0
- package/images/empty-states/repair-man@3x.png +0 -0
- package/images/empty-states/seamless-trip.png +0 -0
- package/images/empty-states/seamless-trip@2x.png +0 -0
- package/images/empty-states/seamless-trip@3x.png +0 -0
- package/images/empty-states/searching-trends.png +0 -0
- package/images/empty-states/searching-trends@2x.png +0 -0
- package/images/empty-states/searching-trends@3x.png +0 -0
- package/images/empty-states/spotlight-car.png +0 -0
- package/images/empty-states/spotlight-car@2x.png +0 -0
- package/images/empty-states/spotlight-car@3x.png +0 -0
- package/images/empty-states/telescope.png +0 -0
- package/images/empty-states/telescope@2x.png +0 -0
- package/images/empty-states/telescope@3x.png +0 -0
- package/images/empty-states/thumb-up.png +0 -0
- package/images/empty-states/thumb-up@2x.png +0 -0
- package/images/empty-states/thumb-up@3x.png +0 -0
- package/index.js +160 -0
- package/index.js.map +1 -0
- package/package.json +135 -0
- package/styles/components/Accordion/index.scss +83 -0
- package/styles/components/Alerter/index.scss +54 -0
- package/styles/components/BasicCell/index.scss +61 -0
- package/styles/components/BulletList/index.scss +32 -0
- package/styles/components/Button/index.scss +2 -0
- package/styles/components/Button/legacy.scss +351 -0
- package/styles/components/Buttons/BrandButton/index.scss +57 -0
- package/styles/components/Buttons/DefaultButton/index.scss +74 -0
- package/styles/components/Buttons/GhostButton/index.scss +41 -0
- package/styles/components/Buttons/InversedButton/index.scss +25 -0
- package/styles/components/Buttons/index.scss +193 -0
- package/styles/components/Calendar/CalendarRangePicker/index.scss +345 -0
- package/styles/components/Calendar/CalendarView/index.scss +64 -0
- package/styles/components/Callout/index.scss +64 -0
- package/styles/components/Card/index.scss +92 -0
- package/styles/components/CdwChoice/index.scss +127 -0
- package/styles/components/Cell/index.scss +32 -0
- package/styles/components/Chip/index.scss +93 -0
- package/styles/components/EmptyState/index.scss +34 -0
- package/styles/components/Flag/index.scss +36 -0
- package/styles/components/Flash/index.scss +29 -0
- package/styles/components/Form/Autocomplete/index.scss +158 -0
- package/styles/components/Form/CheckablePill.scss +150 -0
- package/styles/components/Form/Checkmark.scss +202 -0
- package/styles/components/Form/ComposedField.scss +20 -0
- package/styles/components/Form/Fieldset.scss +23 -0
- package/styles/components/Form/Hint.scss +46 -0
- package/styles/components/Form/Select.scss +37 -0
- package/styles/components/Form/Slider.scss +71 -0
- package/styles/components/Form/Stepper.scss +85 -0
- package/styles/components/Form/TextArea.scss +68 -0
- package/styles/components/Form/TextInput.scss +59 -0
- package/styles/components/Form/ToggleSwitch.scss +259 -0
- package/styles/components/Form/field.scss +70 -0
- package/styles/components/Form/form.scss +87 -0
- package/styles/components/Form/index.scss +13 -0
- package/styles/components/Helper/index.scss +16 -0
- package/styles/components/HorizontalList/index.scss +46 -0
- package/styles/components/Icon/index.scss +125 -0
- package/styles/components/Modal/index.scss +103 -0
- package/styles/components/Note/index.scss +18 -0
- package/styles/components/Pill/index.scss +56 -0
- package/styles/components/Popover/index.scss +18 -0
- package/styles/components/PriceTable/index.scss +33 -0
- package/styles/components/ProgressBar/index.scss +57 -0
- package/styles/components/TabBar/index.scss +161 -0
- package/styles/components/Tabs/index.scss +172 -0
- package/styles/components/Tag/index.scss +27 -0
- package/styles/components/TextContainer/index.scss +70 -0
- package/styles/components.scss +29 -0
- package/styles/core/animation.scss +9 -0
- package/styles/core/border-radius.scss +20 -0
- package/styles/core/border.scss +26 -0
- package/styles/core/breakpoints.scss +49 -0
- package/styles/core/card.scss +30 -0
- package/styles/core/color.scss +78 -0
- package/styles/core/cursor.scss +19 -0
- package/styles/core/elevation.scss +18 -0
- package/styles/core/global-variables.scss +2 -0
- package/styles/core/spacing.scss +38 -0
- package/styles/core/text.scss +84 -0
- package/styles/core/typography.scss +246 -0
- package/styles/core/utilities.scss +47 -0
- package/styles/core/z-index.scss +19 -0
- package/styles/core.scss +15 -0
- package/styles/global/spacing.scss +39 -0
- package/styles/global/typography.scss +78 -0
- package/styles/global.scss +2 -0
- package/styles/index.scss +159 -0
- package/tokens/breakpoints.js +13 -0
- package/tokens/breakpoints.js.map +1 -0
- package/tokens/colors.js +45 -0
- package/tokens/colors.js.map +1 -0
- package/tokens/countries.js +18 -0
- package/tokens/countries.js.map +1 -0
- package/tokens/icons.js +120 -0
- package/tokens/icons.js.map +1 -0
- package/tokens/index.js +15 -0
- package/tokens/index.js.map +1 -0
- package/tokens/zIndexes.js +31 -0
- package/tokens/zIndexes.js.map +1 -0
- package/types/__tests__/AsyncComponent.d.ts +5 -0
- package/types/__tests__/mockMatchMedia.d.ts +2 -0
- package/types/components/Accordion/ToggleIcon.d.ts +6 -0
- package/types/components/Accordion/index.d.ts +89 -0
- package/types/components/Alerter/Alert.d.ts +8 -0
- package/types/components/Alerter/index.d.ts +21 -0
- package/types/components/BasicCell/index.d.ts +11 -0
- package/types/components/BulletList/index.d.ts +13 -0
- package/types/components/Button/Button.d.ts +31 -0
- package/types/components/Button/Link.d.ts +31 -0
- package/types/components/Button/index.d.ts +180 -0
- package/types/components/Buttons/BrandButton/index.d.ts +45 -0
- package/types/components/Buttons/ButtonComponent.d.ts +22 -0
- package/types/components/Buttons/ButtonsGroup.d.ts +8 -0
- package/types/components/Buttons/DefaultButton/index.d.ts +51 -0
- package/types/components/Buttons/GhostButton/index.d.ts +48 -0
- package/types/components/Buttons/InversedButton/index.d.ts +10 -0
- package/types/components/Buttons/helpers.d.ts +15 -0
- package/types/components/Buttons/index.d.ts +5 -0
- package/types/components/Calendar/CalendarRangePicker/CalendarRangePicker.d.ts +23 -0
- package/types/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.d.ts +22 -0
- package/types/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.d.ts +17 -0
- package/types/components/Calendar/CalendarRangePicker/index.d.ts +1 -0
- package/types/components/Calendar/CalendarView/CalendarViewMonth.d.ts +8 -0
- package/types/components/Calendar/CalendarView/index.d.ts +10 -0
- package/types/components/Calendar/CalendarView/types.d.ts +16 -0
- package/types/components/Calendar/index.d.ts +2 -0
- package/types/components/Callout/index.d.ts +9 -0
- package/types/components/Card/index.d.ts +30 -0
- package/types/components/CdwChoice/index.d.ts +9 -0
- package/types/components/Cell/index.d.ts +20 -0
- package/types/components/Chip/index.d.ts +16 -0
- package/types/components/EmptyState/index.d.ts +10 -0
- package/types/components/Flag/index.d.ts +15 -0
- package/types/components/Flash/index.d.ts +7 -0
- package/types/components/Form/Autocomplete/index.d.ts +47 -0
- package/types/components/Form/CheckablePill.d.ts +30 -0
- package/types/components/Form/Checkmark.d.ts +26 -0
- package/types/components/Form/ComposedField.d.ts +16 -0
- package/types/components/Form/Fieldset.d.ts +7 -0
- package/types/components/Form/Hint.d.ts +7 -0
- package/types/components/Form/Select.d.ts +16 -0
- package/types/components/Form/Slider.d.ts +128 -0
- package/types/components/Form/Stepper.d.ts +34 -0
- package/types/components/Form/TextArea.d.ts +19 -0
- package/types/components/Form/TextInput.d.ts +25 -0
- package/types/components/Form/ToggleSwitch.d.ts +11 -0
- package/types/components/Form/field.d.ts +15 -0
- package/types/components/Form/form.d.ts +4 -0
- package/types/components/Helper/index.d.ts +11 -0
- package/types/components/HorizontalList/index.d.ts +12 -0
- package/types/components/Icon/__generated__/AirportIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ArrowLeftIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ArrowRightIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/BinIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/BriefcaseIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/BulbIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CameraIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarCheckIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarDrivyOpenIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarGroupIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarLockIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarSearchIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeAntiqueIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeCabrioletIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeCampervanIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeCityIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeConvertibleIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeCoupeIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeFamilyIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeFourFourIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeMinibusIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeSedanIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CarTypeUtilityIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CheckCircleIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CheckIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ChevronDownIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ChevronLeftIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ChevronRightIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ChevronUpIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CloseIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContactMailIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContactPhoneIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContextualPaperclipIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContextualQuestionIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContextualWarningCircleFilledIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ContextualWarningCircleIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/CreditCardIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/DirectionsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/DotsHorizontalIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/DotsVerticalIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/DownloadIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/EarthIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/EditIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ExternalLinkIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/EyeIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/FiltersIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/FlagIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/GeolocationIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/GraphUpIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/IncidentIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/InfoFilledIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/InfoIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/InstantIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/KeyIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LoadingIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LocalityIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LocationMapIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LocationParkingIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LocationPinIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/LogoutIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/MeetDriverIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/MeetOwnerIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/MenuListIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/MileageIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/MiscGiftIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/NotificationIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionAirConditioningIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionAudioInputIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionBabySeatIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionBikeRackIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionCdPlayerIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionChainsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionCruiseControlIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionGpsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionHasTrailerIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionHitchIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionRoofBoxIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionSkiRackIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionSnowTireIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/OptionWheelchairAccessibleIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/PeopleUserIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/PhotosIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/PlugIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/RefreshIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ResetIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/RideIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SearchIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceBatteryIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceCleaningIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceFuelIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceHealingIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceLockedIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceTollsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ServiceUnlockedIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SettingsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ShareIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/ShopIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SocialFacebookIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SocialLinkedinIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SocialTwitterIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SocialWhatsappIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/StarIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/SubwayIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/TimeAlertIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/TimeBackwardsIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/TimeCalendarIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/TimeForwardIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/TrainIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/UserShieldIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/VerifiedSealIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/WrenchIcon.d.ts +10 -0
- package/types/components/Icon/__generated__/index.d.ts +112 -0
- package/types/components/Icon/index.d.ts +28 -0
- package/types/components/Icon/index.spec.d.ts +1 -0
- package/types/components/Modal/ModalBody.d.ts +7 -0
- package/types/components/Modal/ModalFooter.d.ts +6 -0
- package/types/components/Modal/ModalHeader.d.ts +6 -0
- package/types/components/Modal/index.d.ts +54 -0
- package/types/components/ModalOpenerButton/index.d.ts +14 -0
- package/types/components/Note/index.d.ts +12 -0
- package/types/components/Pill/index.d.ts +16 -0
- package/types/components/Popover/LazyTippy.d.ts +4 -0
- package/types/components/Popover/index.d.ts +25 -0
- package/types/components/PriceTable/index.d.ts +11 -0
- package/types/components/ProgressBar/index.d.ts +11 -0
- package/types/components/TabBar/index.d.ts +14 -0
- package/types/components/Tabs/index.d.ts +30 -0
- package/types/components/Tag/index.d.ts +6 -0
- package/types/components/TextContainer/index.d.ts +5 -0
- package/types/components/utils/Timer.d.ts +13 -0
- package/types/components/utils/Timer.spec.d.ts +1 -0
- package/types/components/utils/camelize.d.ts +2 -0
- package/types/components/utils/capitalize.d.ts +2 -0
- package/types/components/utils/dom.d.ts +1 -0
- package/types/components/utils/eqSet.d.ts +2 -0
- package/types/components/utils/getThemeColors.d.ts +2 -0
- package/types/components/utils/getThemeColors.spec.d.ts +1 -0
- package/types/components/utils/index.d.ts +9 -0
- package/types/components/utils/isExpectedReactComponent.d.ts +3 -0
- package/types/components/utils/isExpectedReactComponent.spec.d.ts +1 -0
- package/types/components/utils/px.d.ts +1 -0
- package/types/hooks/useBreakpoint.d.ts +11 -0
- package/types/hooks/useBreakpoint.spec.d.ts +1 -0
- package/types/hooks/useElementHeight.d.ts +13 -0
- package/types/icons/countries/index.d.ts +10 -0
- package/types/icons/index.d.ts +112 -0
- package/types/index.d.ts +47 -0
- package/types/tokens/index.d.ts +187 -0
- package/types/tokens/index.spec.d.ts +1 -0
- package/utilities.css +11201 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capitalize.js","sources":["../../../src/components/utils/capitalize.ts"],"sourcesContent":["function capitalize(s: string | undefined): string {\n if (typeof s !== \"string\") return \"\"\n return s.charAt(0).toUpperCase() + s.slice(1)\n}\n\nexport default capitalize\n"],"names":[],"mappings":"AAAA,SAAS,UAAU,CAAC,CAAqB;IACvC,IAAI,OAAO,CAAC,KAAK,QAAQ;QAAE,OAAO,EAAE,CAAA;IACpC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AAC/C;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.js","sources":["../../../src/components/utils/dom.ts"],"sourcesContent":["export function getScrollbarWidth() {\n const documentWidth = document.documentElement.clientWidth\n const windowWidth = window.innerWidth\n return windowWidth - documentWidth\n}\n"],"names":[],"mappings":"SAAgB,iBAAiB;IAC/B,IAAM,aAAa,GAAG,QAAQ,CAAC,eAAe,CAAC,WAAW,CAAA;IAC1D,IAAM,WAAW,GAAG,MAAM,CAAC,UAAU,CAAA;IACrC,OAAO,WAAW,GAAG,aAAa,CAAA;AACpC;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __values } from '../../_virtual/_tslib.js';
|
|
2
|
+
|
|
3
|
+
function eqSet(a, b) {
|
|
4
|
+
var e_1, _a;
|
|
5
|
+
if (a.size !== b.size)
|
|
6
|
+
return false;
|
|
7
|
+
try {
|
|
8
|
+
for (var a_1 = __values(a), a_1_1 = a_1.next(); !a_1_1.done; a_1_1 = a_1.next()) {
|
|
9
|
+
var v = a_1_1.value;
|
|
10
|
+
if (!b.has(v))
|
|
11
|
+
return false;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
15
|
+
finally {
|
|
16
|
+
try {
|
|
17
|
+
if (a_1_1 && !a_1_1.done && (_a = a_1.return)) _a.call(a_1);
|
|
18
|
+
}
|
|
19
|
+
finally { if (e_1) throw e_1.error; }
|
|
20
|
+
}
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { eqSet as default };
|
|
25
|
+
//# sourceMappingURL=eqSet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eqSet.js","sources":["../../../src/components/utils/eqSet.ts"],"sourcesContent":["function eqSet<T = any>(a: Set<T>, b: Set<T>) {\n if (a.size !== b.size) return false\n for (const v of a) if (!b.has(v)) return false\n return true\n}\n\nexport default eqSet\n"],"names":[],"mappings":";;AAAA,SAAS,KAAK,CAAU,CAAS,EAAE,CAAS;;IAC1C,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI;QAAE,OAAO,KAAK,CAAA;;QACnC,KAAgB,IAAA,MAAA,SAAA,CAAC,CAAA,oBAAA;YAAZ,IAAM,CAAC,cAAA;YAAO,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;gBAAE,OAAO,KAAK,CAAA;SAAA;;;;;;;;;IAC9C,OAAO,IAAI,CAAA;AACb;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"px.js","sources":["../../../src/components/utils/px.ts"],"sourcesContent":["const DEFAULT_FONT_SIZE = 16\n\nexport const remToPx = (rem: number) => rem * DEFAULT_FONT_SIZE\n"],"names":[],"mappings":"AAAA,IAAM,iBAAiB,GAAG,EAAE,CAAA;IAEf,OAAO,GAAG,UAAC,GAAW,IAAK,OAAA,GAAG,GAAG,iBAAiB;;;;"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { __read } from '../_virtual/_tslib.js';
|
|
2
|
+
import { useState, useEffect } from 'react';
|
|
3
|
+
import { breakpoints } from '../tokens/index.js';
|
|
4
|
+
|
|
5
|
+
var defaultBreakpoint = "md";
|
|
6
|
+
var breakpointsArray = Object.keys(breakpoints)
|
|
7
|
+
.map(function (bp) { return ({
|
|
8
|
+
name: bp,
|
|
9
|
+
value: parseInt(breakpoints[bp].slice(0, -2), 10),
|
|
10
|
+
}); })
|
|
11
|
+
.sort(function (a, b) { return a.value - b.value; });
|
|
12
|
+
var cobaltBreakpoints = breakpointsArray.map(function (breakpoint, index) {
|
|
13
|
+
// lowest limit
|
|
14
|
+
if (index === 0) {
|
|
15
|
+
return [breakpoint.name, "(max-width: " + (breakpoint.value - 1) + "px)"];
|
|
16
|
+
}
|
|
17
|
+
else {
|
|
18
|
+
return [
|
|
19
|
+
breakpoint.name,
|
|
20
|
+
"(min-width: " + breakpointsArray[index - 1].value + "px) and (max-width: " + (breakpoint.value - 1) + "px)",
|
|
21
|
+
];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
// highest limit
|
|
25
|
+
cobaltBreakpoints.push([
|
|
26
|
+
"over",
|
|
27
|
+
"(min-width: " + breakpointsArray[breakpointsArray.length - 1].value + "px)",
|
|
28
|
+
]);
|
|
29
|
+
/**
|
|
30
|
+
* Hook to get the current Cobalt breakpoint according to the viewport size
|
|
31
|
+
*/
|
|
32
|
+
var useBreakpoint = function () {
|
|
33
|
+
var getMediaQueriesList = function () {
|
|
34
|
+
return cobaltBreakpoints.map(function (b) { return window.matchMedia(b[1]); });
|
|
35
|
+
};
|
|
36
|
+
var getBreakpoint = function () {
|
|
37
|
+
var matchIndex = getMediaQueriesList().findIndex(function (media) { return media.matches; });
|
|
38
|
+
return matchIndex !== -1
|
|
39
|
+
? cobaltBreakpoints[matchIndex][0]
|
|
40
|
+
: defaultBreakpoint;
|
|
41
|
+
};
|
|
42
|
+
var isMobileBreakpoint = function (bp) {
|
|
43
|
+
return bp === "sm" || bp === "xs";
|
|
44
|
+
};
|
|
45
|
+
var initialBreakpoint = getBreakpoint();
|
|
46
|
+
var _a = __read(useState(initialBreakpoint), 2), breakpoint = _a[0], setBreakpoint = _a[1];
|
|
47
|
+
var _b = __read(useState(isMobileBreakpoint(initialBreakpoint)), 2), isMobile = _b[0], setIsMobile = _b[1];
|
|
48
|
+
useEffect(function () {
|
|
49
|
+
var handleMediaChange = function () {
|
|
50
|
+
var newBreakpoint = getBreakpoint();
|
|
51
|
+
setBreakpoint(newBreakpoint);
|
|
52
|
+
setIsMobile(isMobileBreakpoint(newBreakpoint));
|
|
53
|
+
};
|
|
54
|
+
var mediaQueriesList = getMediaQueriesList();
|
|
55
|
+
mediaQueriesList.forEach(function (mq) {
|
|
56
|
+
// Safari < 14 only supports addListener
|
|
57
|
+
mq.addEventListener
|
|
58
|
+
? mq.addEventListener("change", handleMediaChange)
|
|
59
|
+
: mq.addListener(handleMediaChange);
|
|
60
|
+
});
|
|
61
|
+
// Remove listeners on cleanup
|
|
62
|
+
return function () {
|
|
63
|
+
return mediaQueriesList.forEach(function (mq) {
|
|
64
|
+
// Safari < 14 only supports removeListener
|
|
65
|
+
mq.removeEventListener
|
|
66
|
+
? mq.removeEventListener("change", handleMediaChange)
|
|
67
|
+
: mq.removeListener(handleMediaChange);
|
|
68
|
+
});
|
|
69
|
+
};
|
|
70
|
+
}, []); // Empty array ensures effect is only run on mount and unmount
|
|
71
|
+
return { breakpoint: breakpoint, isMobile: isMobile };
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export { cobaltBreakpoints, useBreakpoint as default };
|
|
75
|
+
//# sourceMappingURL=useBreakpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBreakpoint.js","sources":["../../src/hooks/useBreakpoint.ts"],"sourcesContent":["import { useState, useEffect } from \"react\"\nimport { breakpoints } from \"../tokens\"\n\nexport type CobaltBreakpointType = keyof typeof breakpoints | \"over\"\n\nconst defaultBreakpoint: CobaltBreakpointType = \"md\"\n\nconst breakpointsArray = (\n Object.keys(breakpoints) as (keyof typeof breakpoints)[]\n)\n .map((bp) => ({\n name: bp,\n value: parseInt(breakpoints[bp].slice(0, -2), 10),\n }))\n .sort((a, b) => a.value - b.value)\n\nexport const cobaltBreakpoints: [CobaltBreakpointType, string][] =\n breakpointsArray.map((breakpoint, index) => {\n // lowest limit\n if (index === 0) {\n return [breakpoint.name, `(max-width: ${breakpoint.value - 1}px)`]\n } else {\n return [\n breakpoint.name,\n `(min-width: ${breakpointsArray[index - 1].value}px) and (max-width: ${\n breakpoint.value - 1\n }px)`,\n ]\n }\n })\n\n// highest limit\ncobaltBreakpoints.push([\n \"over\",\n `(min-width: ${breakpointsArray[breakpointsArray.length - 1].value}px)`,\n])\n\n/**\n * Hook to get the current Cobalt breakpoint according to the viewport size\n */\nconst useBreakpoint = () => {\n const getMediaQueriesList = () =>\n cobaltBreakpoints.map((b) => window.matchMedia(b[1]))\n\n const getBreakpoint = () => {\n const matchIndex = getMediaQueriesList().findIndex((media) => media.matches)\n return matchIndex !== -1\n ? cobaltBreakpoints[matchIndex][0]\n : defaultBreakpoint\n }\n\n const isMobileBreakpoint = (bp: CobaltBreakpointType) =>\n bp === \"sm\" || bp === \"xs\"\n\n const initialBreakpoint = getBreakpoint()\n\n const [breakpoint, setBreakpoint] =\n useState<CobaltBreakpointType>(initialBreakpoint)\n\n const [isMobile, setIsMobile] = useState(\n isMobileBreakpoint(initialBreakpoint)\n )\n\n useEffect(() => {\n const handleMediaChange = () => {\n const newBreakpoint = getBreakpoint()\n setBreakpoint(newBreakpoint)\n setIsMobile(isMobileBreakpoint(newBreakpoint))\n }\n const mediaQueriesList = getMediaQueriesList()\n mediaQueriesList.forEach((mq) => {\n // Safari < 14 only supports addListener\n mq.addEventListener\n ? mq.addEventListener(\"change\", handleMediaChange)\n : mq.addListener(handleMediaChange)\n })\n // Remove listeners on cleanup\n return () =>\n mediaQueriesList.forEach((mq) => {\n // Safari < 14 only supports removeListener\n mq.removeEventListener\n ? mq.removeEventListener(\"change\", handleMediaChange)\n : mq.removeListener(handleMediaChange)\n })\n }, []) // Empty array ensures effect is only run on mount and unmount\n\n return { breakpoint, isMobile }\n}\n\nexport default useBreakpoint\n"],"names":[],"mappings":";;;;AAKA,IAAM,iBAAiB,GAAyB,IAAI,CAAA;AAEpD,IAAM,gBAAgB,GACpB,MAAM,CAAC,IAAI,CAAC,WAAW,CACxB;KACE,GAAG,CAAC,UAAC,EAAE,IAAK,QAAC;IACZ,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;CAClD,IAAC,CAAC;KACF,IAAI,CAAC,UAAC,CAAC,EAAE,CAAC,IAAK,OAAA,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,GAAA,CAAC,CAAA;IAEvB,iBAAiB,GAC5B,gBAAgB,CAAC,GAAG,CAAC,UAAC,UAAU,EAAE,KAAK;;IAErC,IAAI,KAAK,KAAK,CAAC,EAAE;QACf,OAAO,CAAC,UAAU,CAAC,IAAI,EAAE,kBAAe,UAAU,CAAC,KAAK,GAAG,CAAC,SAAK,CAAC,CAAA;KACnE;SAAM;QACL,OAAO;YACL,UAAU,CAAC,IAAI;YACf,iBAAe,gBAAgB,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,KAAK,6BAC9C,UAAU,CAAC,KAAK,GAAG,CAAC,SACjB;SACN,CAAA;KACF;AACH,CAAC,EAAC;AAEJ;AACA,iBAAiB,CAAC,IAAI,CAAC;IACrB,MAAM;IACN,iBAAe,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,QAAK;CACxE,CAAC,CAAA;AAEF;;;IAGM,aAAa,GAAG;IACpB,IAAM,mBAAmB,GAAG;QAC1B,OAAA,iBAAiB,CAAC,GAAG,CAAC,UAAC,CAAC,IAAK,OAAA,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAA,CAAC;KAAA,CAAA;IAEvD,IAAM,aAAa,GAAG;QACpB,IAAM,UAAU,GAAG,mBAAmB,EAAE,CAAC,SAAS,CAAC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,OAAO,GAAA,CAAC,CAAA;QAC5E,OAAO,UAAU,KAAK,CAAC,CAAC;cACpB,iBAAiB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;cAChC,iBAAiB,CAAA;KACtB,CAAA;IAED,IAAM,kBAAkB,GAAG,UAAC,EAAwB;QAClD,OAAA,EAAE,KAAK,IAAI,IAAI,EAAE,KAAK,IAAI;KAAA,CAAA;IAE5B,IAAM,iBAAiB,GAAG,aAAa,EAAE,CAAA;IAEnC,IAAA,KAAA,OACJ,QAAQ,CAAuB,iBAAiB,CAAC,IAAA,EAD5C,UAAU,QAAA,EAAE,aAAa,QACmB,CAAA;IAE7C,IAAA,KAAA,OAA0B,QAAQ,CACtC,kBAAkB,CAAC,iBAAiB,CAAC,CACtC,IAAA,EAFM,QAAQ,QAAA,EAAE,WAAW,QAE3B,CAAA;IAED,SAAS,CAAC;QACR,IAAM,iBAAiB,GAAG;YACxB,IAAM,aAAa,GAAG,aAAa,EAAE,CAAA;YACrC,aAAa,CAAC,aAAa,CAAC,CAAA;YAC5B,WAAW,CAAC,kBAAkB,CAAC,aAAa,CAAC,CAAC,CAAA;SAC/C,CAAA;QACD,IAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAA;QAC9C,gBAAgB,CAAC,OAAO,CAAC,UAAC,EAAE;;YAE1B,EAAE,CAAC,gBAAgB;kBACf,EAAE,CAAC,gBAAgB,CAAC,QAAQ,EAAE,iBAAiB,CAAC;kBAChD,EAAE,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAA;SACtC,CAAC,CAAA;;QAEF,OAAO;YACL,OAAA,gBAAgB,CAAC,OAAO,CAAC,UAAC,EAAE;;gBAE1B,EAAE,CAAC,mBAAmB;sBAClB,EAAE,CAAC,mBAAmB,CAAC,QAAQ,EAAE,iBAAiB,CAAC;sBACnD,EAAE,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAA;aACzC,CAAC;SAAA,CAAA;KACL,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,EAAE,UAAU,YAAA,EAAE,QAAQ,UAAA,EAAE,CAAA;AACjC;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { __read } from '../_virtual/_tslib.js';
|
|
2
|
+
import { useRef, useState, useEffect } from 'react';
|
|
3
|
+
import { ResizeObserver as ResizeObserver$1 } from '@juggle/resize-observer';
|
|
4
|
+
|
|
5
|
+
// https://caniuse.com/resizeobserver
|
|
6
|
+
var ResizeObserver = window
|
|
7
|
+
.ResizeObserver || ResizeObserver$1;
|
|
8
|
+
/**
|
|
9
|
+
* Hook to listen the giving element resize events (using ResizeObserver)
|
|
10
|
+
* and returning the updated height of that element according to those events
|
|
11
|
+
*
|
|
12
|
+
* Useful to animated using react-spring an element that we can't know the
|
|
13
|
+
* actual size since it's computed from the child elements
|
|
14
|
+
*/
|
|
15
|
+
var useElementHeight = function () {
|
|
16
|
+
var ref = useRef(null);
|
|
17
|
+
var _a = __read(useState(0), 2), height = _a[0], setHeight = _a[1];
|
|
18
|
+
useEffect(function () {
|
|
19
|
+
var resizeObserver = new ResizeObserver(function (_a) {
|
|
20
|
+
var _b = __read(_a, 1), entry = _b[0];
|
|
21
|
+
requestAnimationFrame(function () {
|
|
22
|
+
if (!entry)
|
|
23
|
+
return;
|
|
24
|
+
setHeight(entry.target.getBoundingClientRect().height);
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
if (ref.current) {
|
|
28
|
+
resizeObserver.observe(ref.current);
|
|
29
|
+
}
|
|
30
|
+
return function () { return resizeObserver.disconnect(); };
|
|
31
|
+
}, []);
|
|
32
|
+
return { ref: ref, height: height };
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { useElementHeight as default };
|
|
36
|
+
//# sourceMappingURL=useElementHeight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useElementHeight.js","sources":["../../src/hooks/useElementHeight.tsx"],"sourcesContent":["import { useRef, useState, useEffect } from \"react\"\nimport { ResizeObserver as ROPolyfill } from \"@juggle/resize-observer\"\n\n// https://caniuse.com/resizeobserver\nconst ResizeObserver =\n (window as { ResizeObserver: typeof ROPolyfill } & typeof window)\n .ResizeObserver || ROPolyfill\n\n/**\n * Hook to listen the giving element resize events (using ResizeObserver)\n * and returning the updated height of that element according to those events\n *\n * Useful to animated using react-spring an element that we can't know the\n * actual size since it's computed from the child elements\n */\nconst useElementHeight = <ElementType extends HTMLElement>() => {\n const ref = useRef<ElementType>(null)\n const [height, setHeight] = useState(0)\n\n useEffect(() => {\n const resizeObserver = new ResizeObserver(([entry]) => {\n requestAnimationFrame(() => {\n if (!entry) return\n setHeight(entry.target.getBoundingClientRect().height)\n })\n })\n\n if (ref.current) {\n resizeObserver.observe(ref.current)\n }\n\n return () => resizeObserver.disconnect()\n }, [])\n\n return { ref, height }\n}\n\nexport default useElementHeight\n"],"names":["ROPolyfill"],"mappings":";;;;AAGA;AACA,IAAM,cAAc,GACjB,MAAgE;KAC9D,cAAc,IAAIA,gBAAU,CAAA;AAEjC;;;;;;;IAOM,gBAAgB,GAAG;IACvB,IAAM,GAAG,GAAG,MAAM,CAAc,IAAI,CAAC,CAAA;IAC/B,IAAA,KAAA,OAAsB,QAAQ,CAAC,CAAC,CAAC,IAAA,EAAhC,MAAM,QAAA,EAAE,SAAS,QAAe,CAAA;IAEvC,SAAS,CAAC;QACR,IAAM,cAAc,GAAG,IAAI,cAAc,CAAC,UAAC,EAAO;gBAAP,KAAA,aAAO,EAAN,KAAK,QAAA;YAC/C,qBAAqB,CAAC;gBACpB,IAAI,CAAC,KAAK;oBAAE,OAAM;gBAClB,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC,CAAA;aACvD,CAAC,CAAA;SACH,CAAC,CAAA;QAEF,IAAI,GAAG,CAAC,OAAO,EAAE;YACf,cAAc,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;SACpC;QAED,OAAO,cAAM,OAAA,cAAc,CAAC,UAAU,EAAE,GAAA,CAAA;KACzC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,EAAE,GAAG,KAAA,EAAE,MAAM,QAAA,EAAE,CAAA;AACxB;;;;"}
|
package/icons/airport.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var airport = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.935 20.546l1.414-1.414-2.121-9.192 3.889-3.89a1.5 1.5 0 00-2.121-2.12l-3.89 3.888-9.192-2.12L3.5 7.11l7.425 3.89-3.89 3.888-2.474-.353-1.061 1.06 3.182 1.768 1.768 3.182 1.06-1.06-.353-2.475 3.889-3.89 3.889 7.425z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { airport as default };
|
|
4
|
+
//# sourceMappingURL=airport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"airport.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.9350288,20.5463394 L18.3492424,19.1321259 L16.2279221,9.9397377 L20.1170094,6.05065041 C20.7027958,5.46486397 20.7027958,4.5151165 20.1170094,3.92933006 C19.5312229,3.34354362 18.5814755,3.34354362 17.995689,3.92933006 L14.1066017,7.81841736 L4.91421356,5.69709702 L3.5,7.11131058 L10.9246212,11.0003979 L7.03553391,14.8894852 L4.56066017,14.5359318 L3.5,15.596592 L6.68198052,17.3643589 L8.44974747,20.5463394 L9.51040764,19.4856792 L9.15685425,17.0108055 L13.0459415,13.1217182 L16.9350288,20.5463394 L16.9350288,20.5463394 L16.9350288,20.5463394 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var arrowLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.416 12.574l6.935 5.945L12.653 17l-4.948-4.24h11.297v-2H7.705l4.948-4.241L11.35 5l-7 6c-.53.455-.42 1.223.065 1.574z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { arrowLeft as default };
|
|
4
|
+
//# sourceMappingURL=arrow-left.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-left.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var arrowRight = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.65 5l-1.3 1.519 4.947 4.24H4v2h11.297L10.349 17l1.302 1.518 6.935-5.944c.484-.35.596-1.119.065-1.574l-7-6z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { arrowRight as default };
|
|
4
|
+
//# sourceMappingURL=arrow-right.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-right.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.65 5l-1.3 1.519 4.947 4.24H4v2h11.297L10.349 17l1.302 1.518 6.935-5.944c.484-.35.596-1.119.065-1.574l-7-6z"/></svg>
|
package/icons/bin.js
ADDED
package/icons/bin.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bin.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/icons/bin.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var briefcase = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 2h4a2 2 0 012 2v2h4a2 2 0 012 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2zm4 4V4h-4v2z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { briefcase as default };
|
|
4
|
+
//# sourceMappingURL=briefcase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"briefcase.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2h4a2 2 0 012 2v2h4a2 2 0 012 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2zm4 4V4h-4v2z"/></svg>
|
package/icons/bulb.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var bulb = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 2h2v3h-2V2zM9 16.569v.917l6-1v-.07c.2-.382.441-.778.686-1.179.645-1.06 1.314-2.156 1.314-3.16C17 9.273 14.761 7 12 7s-5 2.273-5 5.077c0 1.578.792 2.72 1.484 3.718.185.266.362.523.516.774zM14 22v-1.32l-4 .667V22h4zm1-2.5l-6 1v-2l6-1v2zm4-8.5h3v2h-3v-2zM5 11H2v2h3v-2zm.636-6.778l2.121 2.121-1.414 1.414-2.121-2.121 1.414-1.414zm12.728 0l-2.121 2.121 1.414 1.414 2.121-2.121-1.414-1.414z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { bulb as default };
|
|
4
|
+
//# sourceMappingURL=bulb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/icons/bulb.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 2H13V5H11V2ZM9 16.569V17.4862L15 16.4862V16.4168C15.2003 16.0337 15.4414 15.6381 15.6858 15.2372C16.3314 14.1777 17 13.0807 17 12.0769C17 9.27302 14.7614 7 12 7C9.23858 7 7 9.27302 7 12.0769C7 13.6549 7.79181 14.7968 8.48419 15.7952C8.66883 16.0615 8.8464 16.3176 9 16.569ZM14 22V20.6805L10 21.3471V22H14ZM15 19.5L9 20.5V18.5L15 17.5V19.5ZM19 11H22V13H19V11ZM5 11H2V13H5V11ZM5.63604 4.22183L7.75736 6.34315L6.34315 7.75736L4.22183 5.63604L5.63604 4.22183ZM18.364 4.22183L16.2426 6.34315L17.6569 7.75736L19.7782 5.63604L18.364 4.22183Z"/></svg>
|
package/icons/camera.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var camera = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 5.5l2-2h6l2 2h3.01c1.099 0 1.99.893 1.99 1.992v11.016c0 1.1-.898 1.992-1.99 1.992H3.99C2.892 20.5 2 19.607 2 18.508V7.492c0-1.1.898-1.992 1.99-1.992zM12 18a5 5 0 100-10 5 5 0 000 10zm0-1.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z\" fill-rule=\"evenodd\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { camera as default };
|
|
4
|
+
//# sourceMappingURL=camera.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"camera.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/icons/camera.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="m7.00000003 5.5 2.00000005-2h6.00000002l2 2h3.0092048c1.0994858 0 1.9907951.89339733 1.9907951 1.99188419v11.01623161c0 1.1000873-.8982124 1.9918842-1.9907951 1.9918842h-16.01840976c-1.0994858 0-1.99079514-.8933973-1.99079514-1.9918842v-11.01623161c0-1.10008726.89821238-1.99188419 1.99079514-1.99188419zm4.99999997 12.5c2.7614237 0 5-2.2385763 5-5s-2.2385763-5-5-5c-2.76142375 0-5 2.2385763-5 5s2.23857625 5 5 5zm0-1.5c1.9329966 0 3.5-1.5670034 3.5-3.5s-1.5670034-3.5-3.5-3.5-3.5 1.5670034-3.5 3.5 1.5670034 3.5 3.5 3.5z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carCheck = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.172 18H7v1a1 1 0 01-1 1H4a1 1 0 01-1-1v-6c0-.343.01-.681.028-1.014a1.75 1.75 0 11.59-3.447C4.461 5.819 6.14 4 8.5 4h7c2.36 0 4.04 1.82 4.882 4.539a1.75 1.75 0 012.077 2.091l-.045-.044a2 2 0 00-2.828 0l-4.094 4.094-1.578-1.594a2 2 0 00-2.828 0l-1.5 1.5a2 2 0 000 2.828l.586.586zm8.656 2H20a1 1 0 001-1v-1.172L18.828 20zM5.5 11c0-1 0-5 3.5-5h6c3.5 0 3.5 4 3.5 5h-13zm1 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM21 12l1.5 1.5-7 7L11 16l1.5-1.5 3 3L21 12z\" fill-rule=\"evenodd\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carCheck as default };
|
|
4
|
+
//# sourceMappingURL=car-check.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-check.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.1715729,18 L7,18 L7,19 C7,19.5522847 6.55228475,20 6,20 L4,20 C3.44771525,20 3,19.5522847 3,19 L3,13 C3,12.6569916 3.00941238,12.3186894 3.02807571,11.986062 C2.16635737,11.8770083 1.5,11.1413222 1.5,10.25 C1.5,9.28350169 2.28350169,8.5 3.25,8.5 C3.3763921,8.5 3.49965465,8.51339916 3.61844467,8.53885449 C4.46090755,5.81982033 6.13923746,4 8.5,4 L15.5,4 C17.8607625,4 19.5390925,5.81982033 20.3815553,8.53885449 L20.3815553,8.53885449 C20.5003453,8.51339916 20.6236079,8.5 20.75,8.5 C21.7164983,8.5 22.5,9.28350169 22.5,10.25 C22.5,10.3805539 22.4857039,10.5077688 22.4585918,10.6301646 L22.4142136,10.5857864 C21.633165,9.80473785 20.366835,9.80473785 19.5857864,10.5857864 L15.4916397,14.6799332 L13.9142136,13.0857864 C13.133165,12.3047379 11.866835,12.3047379 11.0857864,13.0857864 L9.58578644,14.5857864 C8.80473785,15.366835 8.80473785,16.633165 9.58578644,17.4142136 L10.1715729,18 L10.1715729,18 Z M18.8284271,20 L20,20 C20.5522847,20 21,19.5522847 21,19 L21,17.8284271 L18.8284271,20 Z M5.5,11 C5.49999996,10 5.5,6 9,6 L15,6 C18.5,6 18.5,10 18.5,11 L5.5,11 Z M6.5,16 C5.67157288,16 5,15.3284271 5,14.5 C5,13.6715729 5.67157288,13 6.5,13 C7.32842712,13 8,13.6715729 8,14.5 C8,15.3284271 7.32842712,16 6.5,16 Z M21,12 L22.5,13.5 L15.5,20.5 L11,16 L12.5,14.5 L15.5,17.5 L21,12 Z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carDrivyOpen = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.739 12.023A1.5 1.5 0 1117 15h-.005c.005.35.005.686.005 1v4.997A1 1 0 0115.99 22h-1.98A1 1 0 0113 20.997V20H6v.997A1 1 0 014.99 22H3.01A1 1 0 012 20.997V16c0-.314 0-.65.005-1H2a1.5 1.5 0 11.261-2.977C2.674 9.878 3.742 8 6.5 8h6c2.758 0 3.826 1.878 4.239 4.023zm-1.833 1.284C14.66 10.927 14.016 10 12.5 10h-6c-1.517 0-2.16.928-2.406 3.307-.024.234-.042.457-.056.693h10.924c-.014-.236-.032-.46-.056-.693zM5 18.25a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm9 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm5.374-10.146a1 1 0 11-1.82.828A5 5 0 0013 6a1 1 0 010-2 7 7 0 016.374 4.104zm3.642-1.656a1 1 0 11-1.82.828A9 9 0 0013 2a1 1 0 010-2 11 11 0 0110.016 6.448z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carDrivyOpen as default };
|
|
4
|
+
//# sourceMappingURL=car-drivy-open.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-drivy-open.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.7388951,12.0226457 C16.8236909,12.0077617 16.910939,12 17,12 C17.8284271,12 18.5,12.6715729 18.5,13.5 C18.5,14.3284271 17.8284271,15 17,15 L16.9948356,14.9999913 C17,15.3498948 17,15.6859089 17,16 L17,20.9970707 C17,21.5509732 16.5566468,22 15.9906311,22 L14.0093689,22 C13.4519098,22 13,21.5621186 13,20.9970707 L13,20 L6,20 L6,20.9970707 C6,21.5509732 5.55664682,22 4.9906311,22 L3.0093689,22 C2.45190985,22 2,21.5621186 2,20.9970707 L2,16.0029293 L2.00000413,16 C2,15.6859089 2,15.3498948 2.00516435,14.9999913 L2,15 C1.17157288,15 0.5,14.3284271 0.5,13.5 C0.5,12.6715729 1.17157288,12 2,12 C2.08906099,12 2.17630912,12.0077617 2.26110486,12.0226457 C2.67444646,9.87798998 3.74212774,8 6.5,8 L12.5,8 C15.2578723,8 16.3255535,9.87798998 16.7388951,12.0226457 L16.7388951,12.0226457 Z M14.9055401,13.3066755 C14.6608385,10.9276319 14.0167969,10 12.5,10 L6.5,10 C4.98320306,10 4.33916152,10.9276319 4.09445989,13.3066755 C4.07039073,13.5406812 4.05215122,13.7640485 4.0384449,14 L14.9615551,14 C14.9478488,13.7640485 14.9296093,13.5406812 14.9055401,13.3066755 Z M5,18.25 C5.69035594,18.25 6.25,17.6903559 6.25,17 C6.25,16.3096441 5.69035594,15.75 5,15.75 C4.30964406,15.75 3.75,16.3096441 3.75,17 C3.75,17.6903559 4.30964406,18.25 5,18.25 Z M14,18.25 C14.6903559,18.25 15.25,17.6903559 15.25,17 C15.25,16.3096441 14.6903559,15.75 14,15.75 C13.3096441,15.75 12.75,16.3096441 12.75,17 C12.75,17.6903559 13.3096441,18.25 14,18.25 Z M19.3743411,8.10373883 C19.6030616,8.60643693 19.3809589,9.19936886 18.8782608,9.42808936 C18.3755627,9.65680985 17.7826308,9.43470712 17.5539103,8.93200902 C16.7480863,7.16091213 14.9798777,6 13,6 C12.4477153,6 12,5.55228475 12,5 C12,4.44771525 12.4477153,4 13,4 C15.7710874,4 18.2467173,5.62536746 19.3743411,8.10373883 Z M23.016475,6.44763318 C23.2452639,6.95030017 23.0232418,7.54326229 22.5205748,7.77205114 C22.0179078,8.00083999 21.4249456,7.77881789 21.1961568,7.27615089 C19.7455967,4.08915698 16.5630953,2 13,2 C12.4477153,2 12,1.55228475 12,1 C12,0.44771525 12.4477153,0 13,0 C17.3542072,0 21.2440599,2.55349866 23.016475,6.44763318 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carGroup = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 00-1.298 1.348c0 .597.394 1.104.94 1.282a17.19 17.19 0 00-.027.968v2.7H2.413a.907.907 0 01-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3z\"/><path clip-rule=\"evenodd\" d=\"M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 00-.562 1.385c-.446 1.418-.54 2.665-.54 3.103-.016.299-.025.603-.025.912v5.4c0 .497.409.9.913.9h1.826a.907.907 0 00.913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 00.913-.9v-5.4c0-.309-.009-.613-.026-.912-.025-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085zM17.7 8.46a3.658 3.658 0 00-.678-.06h-5.478c-1.023 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44zm-7.147 7.14c-.188-.524-.696-.9-1.292-.9s-1.104.376-1.292.9a1.33 1.33 0 00-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.37-1.35c0-.158-.028-.31-.078-.45zm7.382.45c0 .746.613 1.35 1.37 1.35.756 0 1.369-.604 1.369-1.35s-.613-1.35-1.37-1.35a1.36 1.36 0 00-1.37 1.35z\" fill-rule=\"evenodd\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carGroup as default };
|
|
4
|
+
//# sourceMappingURL=car-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-group.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.913 3c1.381 0 2.507.673 3.34 1.8H6.978c-3.195 0-3.195 3.6-3.195 4.5h1.41c-.115.28-.217.565-.307.852-.103.326-.19.644-.262.95a1.359 1.359 0 00-1.298 1.348c0 .597.394 1.104.94 1.282-.018.319-.027.642-.027.968v2.7H2.413a.907.907 0 01-.913-.9v-5.4c0-.309.009-.613.026-.912 0-.438.093-1.685.539-3.103C2.834 4.638 4.366 3 6.522 3z"/><path clip-rule="evenodd" d="M11.087 6.6c-1.717 0-3.04 1.04-3.895 2.7a8.763 8.763 0 00-.562 1.385c-.446 1.418-.54 2.665-.54 3.103-.016.299-.025.603-.025.912v5.4c0 .497.409.9.913.9h1.826a.907.907 0 00.913-.9v-.9h9.13v.9c0 .497.41.9.914.9h1.826a.907.907 0 00.913-.9v-5.4c0-.309-.009-.613-.026-.912-.025-.438-.386-2.617-.539-3.103-.769-2.447-2.301-4.085-4.457-4.085zM17.7 8.46a3.658 3.658 0 00-.678-.06h-5.478c-1.023 0-1.719.369-2.192.9-.455.511-.704 1.172-.84 1.8-.164.757-.164 1.465-.164 1.8h11.87c0-.831 0-3.965-2.518-4.44zm-7.147 7.14c-.188-.524-.696-.9-1.292-.9s-1.104.376-1.292.9a1.33 1.33 0 00-.078.45c0 .746.613 1.35 1.37 1.35a1.36 1.36 0 001.37-1.35c0-.158-.028-.31-.078-.45zm7.382.45c0 .746.613 1.35 1.37 1.35.756 0 1.369-.604 1.369-1.35s-.613-1.35-1.37-1.35a1.36 1.36 0 00-1.37 1.35z" fill-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carLock = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.364 7.484C18.516 4.795 16.844 3 14.5 3h-7C5.14 3 3.46 4.82 2.618 7.539a1.75 1.75 0 10-.59 3.447C2.01 11.32 2 11.657 2 12v6a1 1 0 001 1h2a1 1 0 001-1v-1h4v-1.003c0-.886.387-1.683 1-2.231V13c0-1.093.292-2.117.803-3H4.5c0-1 0-5 3.5-5h6c1.685 0 2.559.927 3.012 2 .835.002 1.63.174 2.352.484zM5.5 15a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm6.5.997v5.006a1 1 0 00.995.997h8.01c.54 0 .995-.446.995-.997v-5.006a1 1 0 00-.995-.997L21 13a4 4 0 10-8 0v2c-.544 0-1 .446-1 .997zM19 15h-4v-2a2 2 0 114 0v2z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carLock as default };
|
|
4
|
+
//# sourceMappingURL=car-lock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-lock.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.3643213,7.48372721 C18.5163251,4.79525107 16.8447721,3 14.5,3 L7.5,3 C5.13923746,3 3.46090755,4.81982033 2.61844467,7.53885449 C2.49965465,7.51339916 2.3763921,7.5 2.25,7.5 C1.28350169,7.5 0.5,8.28350169 0.5,9.25 C0.5,10.1413222 1.16635737,10.8770083 2.02807571,10.986062 C2.00941238,11.3186894 2,11.6569916 2,12 L2,18 C2,18.5522847 2.44771525,19 3,19 L5,19 C5.55228475,19 6,18.5522847 6,18 L6,17 L10,17 L10,15.9970301 C10,15.1105609 10.3873172,14.3144834 11,13.7659715 L11,13 C11,11.9071386 11.2921829,10.8825201 11.8026932,10 L4.5,10 C4.49999996,9 4.5,5 8,5 L14,5 C15.6848987,5 16.5586878,5.92698237 17.0118351,7.00001142 C17.8470522,7.00162393 18.6422183,7.17389117 19.3643213,7.48372721 L19.3643213,7.48372721 Z M5.5,15 C4.67157288,15 4,14.3284271 4,13.5 C4,12.6715729 4.67157288,12 5.5,12 C6.32842712,12 7,12.6715729 7,13.5 C7,14.3284271 6.32842712,15 5.5,15 Z M12,15.9970301 L12,21.0029699 C12,21.5469637 12.4456547,22 12.9953976,22 L21.0046024,22 C21.5443356,22 22,21.5536144 22,21.0029699 L22,15.9970301 C22,15.4530363 21.5543453,15 21.0046024,15 L21,13 C21,10.790861 19.209139,9 17,9 C14.790861,9 13,10.790861 13,13 L13,15 C12.4556644,15 12,15.4463856 12,15.9970301 Z M19,15 L15,15 L15,13 C15,11.8954305 15.8954305,11 17,11 C18.1045695,11 19,11.8954305 19,13 L19,15 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carSearch = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.695 18.052a9.897 9.897 0 01-5.753 1.833C4.452 19.885 0 15.433 0 9.942 0 4.452 4.451 0 9.942 0c5.491 0 9.943 4.451 9.943 9.942 0 2.144-.679 4.13-1.833 5.754l5.653 5.654a1 1 0 010 1.414l-.943.943a1 1 0 01-1.414 0l-5.653-5.655zM15.2 7.873C14.904 6.341 14.141 5 12.171 5H7.886c-1.97 0-2.733 1.341-3.028 2.873A1.071 1.071 0 104.67 10h.004c-.004.25-.004.49-.004.714v3.57c0 .403.323.716.721.716h1.416c.404 0 .72-.32.72-.716v-.713h5v.713c0 .403.323.716.722.716h1.415c.404 0 .72-.32.72-.716v-3.57c0-.224 0-.464-.003-.714h.004a1.071 1.071 0 10-.187-2.127zm-1.31.917c.018.168.03.327.04.496H6.128c.01-.169.023-.328.04-.496.175-1.699.635-2.361 1.719-2.361h4.285c1.084 0 1.544.662 1.719 2.361zm-7.075 3.531a.893.893 0 110-1.785.893.893 0 010 1.785zm6.429 0a.893.893 0 110-1.785.893.893 0 010 1.785z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carSearch as default };
|
|
4
|
+
//# sourceMappingURL=car-search.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-search.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.6952916,18.0523933 C14.0714806,19.2063412 12.0861808,19.8848252 9.94241261,19.8848252 C4.45136975,19.8848252 -2.7533531e-13,15.4334555 -2.7533531e-13,9.94241261 C-2.7533531e-13,4.45136975 4.45136975,0 9.94241261,0 C15.4334555,0 19.8848252,4.45136975 19.8848252,9.94241261 C19.8848252,12.0863907 19.2062083,14.0718693 18.0520543,15.6957686 L23.7046314,21.3501528 C24.0950177,21.7406639 24.0950177,22.3737634 23.7046314,22.7642745 L22.7621347,23.7070725 C22.3716895,24.0976425 21.7386088,24.0976425 21.3481636,23.7070725 L15.6952916,18.0523933 Z M15.1992108,7.87331836 C14.9039668,6.34142141 14.1413373,5 12.1714286,5 L7.88571429,5 C5.91580553,5 5.15317604,6.34142141 4.85793204,7.87331836 C4.79736366,7.86268696 4.73504356,7.85714286 4.67142857,7.85714286 C4.07969491,7.85714286 3.6,8.33683777 3.6,8.92857143 C3.6,9.52030509 4.07969491,10 4.67142857,10 L4.67511739,9.99999378 C4.67142857,10.2499249 4.67142857,10.4899349 4.67143152,10.7142857 L4.67142857,10.7163781 L4.67142857,14.2836219 C4.67142857,14.6872276 4.99422132,15 5.39240635,15 L6.80759365,15 C7.21189059,15 7.52857143,14.6792666 7.52857143,14.2836219 L7.52857143,13.5714286 L12.5285714,13.5714286 L12.5285714,14.2836219 C12.5285714,14.6872276 12.8513642,15 13.2495492,15 L14.6647365,15 C15.0690334,15 15.3857143,14.6792666 15.3857143,14.2836219 L15.3857143,10.7142857 C15.3857143,10.4899349 15.3857143,10.2499249 15.3820255,9.99999378 L15.3857143,10 C15.9774479,10 16.4571429,9.52030509 16.4571429,8.92857143 C16.4571429,8.33683777 15.9774479,7.85714286 15.3857143,7.85714286 C15.3220993,7.85714286 15.2597792,7.86268696 15.1992108,7.87331836 Z M13.8896715,8.79048248 C13.9068638,8.95762944 13.919892,9.11717747 13.9296822,9.28571429 L6.12746065,9.28571429 C6.13725087,9.11717747 6.15027909,8.95762944 6.16747135,8.79048248 C6.34225823,7.09116561 6.8022879,6.42857143 7.88571429,6.42857143 L12.1714286,6.42857143 C13.254855,6.42857143 13.7148846,7.09116561 13.8896715,8.79048248 Z M6.81428571,12.3214286 C6.32117433,12.3214286 5.92142857,11.9216828 5.92142857,11.4285714 C5.92142857,10.93546 6.32117433,10.5357143 6.81428571,10.5357143 C7.3073971,10.5357143 7.70714286,10.93546 7.70714286,11.4285714 C7.70714286,11.9216828 7.3073971,12.3214286 6.81428571,12.3214286 Z M13.2428571,12.3214286 C12.7497458,12.3214286 12.35,11.9216828 12.35,11.4285714 C12.35,10.93546 12.7497458,10.5357143 13.2428571,10.5357143 C13.7359685,10.5357143 14.1357143,10.93546 14.1357143,11.4285714 C14.1357143,11.9216828 13.7359685,12.3214286 13.2428571,12.3214286 Z" id="path-1"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeAntique = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 10h.5c0-3.157-1.168-4-5.2-4C4 6 2 9 2 10v5h1a3 3 0 006 0h6a3 3 0 006 0h2c0-.47-.27-1.441-1-2.403V11h-1.826c-1.027-.59-2.39-1-4.174-1zm-6 0H3.5c0-1.373 2.934-2.328 6.5-2.479V10zm1.5 0V7.5c3.5.016 3.5.236 3.5 2.5h-3.5zM6 13.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeAntique as default };
|
|
4
|
+
//# sourceMappingURL=car-type-antique.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-antique.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 10h.5c0-3.157-1.168-4-5.2-4C4 6 2 9 2 10v5h1a3 3 0 006 0h6a3 3 0 006 0h2c0-.47-.27-1.441-1-2.403V11h-1.826c-1.027-.59-2.39-1-4.174-1zm-6 0H3.5c0-1.373 2.934-2.328 6.5-2.479V10zm1.5 0V7.5c3.5.016 3.5.236 3.5 2.5h-3.5zM6 13.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeCabriolet = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 6l-1 .75L15.5 10h-4V8.5H10V10H1v5h1a3 3 0 006 0h8a3 3 0 006 0h1v-1a4 4 0 00-4-4h-2l-3-4zm-9 7.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm14 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeCabriolet as default };
|
|
4
|
+
//# sourceMappingURL=car-type-cabriolet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-cabriolet.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 6l-1 .75L15.5 10h-4V8.5H10V10H1v5h1a3 3 0 006 0h8a3 3 0 006 0h1v-1a4 4 0 00-4-4h-2l-3-4zm-9 7.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm14 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeCampervan = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20 8h2V6l-2-2H3a2 2 0 00-2 2v9a2 2 0 002 2h1a3 3 0 006 0h5a3 3 0 006 0h2v-5l-3-4zM7 18.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM9 12H3V9h6v3zm5 3h-3V9h3v6zm4 3.5a1.5 1.5 0 111.5-1.5 1.54 1.54 0 01-1.5 1.5zM17 12V9.5h2.5l2 2.5H17z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeCampervan as default };
|
|
4
|
+
//# sourceMappingURL=car-type-campervan.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-campervan.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 8h2V6l-2-2H3a2 2 0 00-2 2v9a2 2 0 002 2h1a3 3 0 006 0h5a3 3 0 006 0h2v-5l-3-4zM7 18.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM9 12H3V9h6v3zm5 3h-3V9h3v6zm4 3.5a1.5 1.5 0 111.5-1.5 1.54 1.54 0 01-1.5 1.5zM17 12V9.5h2.5l2 2.5H17z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeCity = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 6H6l-5 6v3h2a3 3 0 006 0h6a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-2l-3-4zM6.5 7.5h4V10h-6l2-2.5zm5.5 0h3.5l1.96 2.5H12V7.5zm-6 6a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeCity as default };
|
|
4
|
+
//# sourceMappingURL=car-type-city.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-city.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16 6H6l-5 6v3h2a3 3 0 006 0h6a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-2l-3-4zM6.5 7.5h4V10h-6l2-2.5zm5.5 0h3.5l1.96 2.5H12V7.5zm-6 6a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeConvertible = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 6l-1 .75L17.5 10h-4V8.5H12V10H3c-1.11 0-2 .89-2 2v3h2a3 3 0 006 0h6a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-2l-3-4zM6 13.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeConvertible as default };
|
|
4
|
+
//# sourceMappingURL=car-type-convertible.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-convertible.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16 6l-1 .75L17.5 10h-4V8.5H12V10H3c-1.11 0-2 .89-2 2v3h2a3 3 0 006 0h6a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-2l-3-4zM6 13.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeCoupe = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11s1.5-3 6-3c2.316 0 4.103.795 5.836 1.566C16.471 10.293 18.06 11 20 11h-1.5c4.847 0 4.646 2.245 4.53 3.537-.016.174-.03.331-.03.463v1.5h-1.402a3.001 3.001 0 01-5.196 0H7.598a3 3 0 01-5.196 0H1V11h2zm2 2.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm14 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM8.833 11H15.5c-.847 0-1.624-.278-2.509-.595-1.154-.413-2.491-.891-4.408-.905l.25 1.5zm-1 0H5s.046-1.223 2.59-1.46L7.833 11z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeCoupe as default };
|
|
4
|
+
//# sourceMappingURL=car-type-coupe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-coupe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 11s1.5-3 6-3c2.316 0 4.103.795 5.836 1.566C16.471 10.293 18.06 11 20 11h-1.5c4.847 0 4.646 2.245 4.53 3.537-.016.174-.03.331-.03.463v1.5h-1.402a3.001 3.001 0 01-5.196 0H7.598a3 3 0 01-5.196 0H1V11h2zm2 2.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm14 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM8.833 11H15.5c-.847 0-1.624-.278-2.509-.595-1.154-.413-2.491-.891-4.408-.905l.25 1.5zm-1 0H5s.046-1.223 2.59-1.46L7.833 11z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeFamily = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 8a2 2 0 012-2h11l4 4h3c1.11 0 2 .89 2 2v3h-2a3 3 0 01-6 0H8a3 3 0 01-6 0H1V8zm1.5-.5V10h6V7.5h-6zm7.5 0V10h5.8l-2.55-2.5H10zm-5 6a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm13 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeFamily as default };
|
|
4
|
+
//# sourceMappingURL=car-type-family.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-family.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1 8a2 2 0 012-2h11l4 4h3c1.11 0 2 .89 2 2v3h-2a3 3 0 01-6 0H8a3 3 0 01-6 0H1V9 8zm1.5-.5V10h6V7.5h-6zm7.5 0V10h5.8l-2.55-2.5H10zm-5 6a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm13 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeFourFour = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6H4c-1.11 0-2 .89-2 2H1v6h1v1h2a3 3 0 006 0h5a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-3l-3-4zM3.5 10V7.5h6V10h-6zm7.5 0V7.5h3.25l1.89 2.5H11zm-5.06 3.94a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12zm11 0a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeFourFour as default };
|
|
4
|
+
//# sourceMappingURL=car-type-four-four.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-four-four.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 6H4c-1.11 0-2 .89-2 2H1v6h1v1h2a3 3 0 006 0h5a3 3 0 006 0h2v-3c0-1.11-.89-2-2-2h-3l-3-4zM3.5 10V7.5h6V10h-6zm7.5 0V7.5h3.25l1.89 2.5H11zm-5.06 3.94a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12zm11 0a1.5 1.5 0 112.12 2.12 1.5 1.5 0 01-2.12-2.12z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeMinibus = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 7c-1.11 0-2 .89-2 2v8h2a3 3 0 006 0h6a3 3 0 006 0h2v-4c0-1.11-.89-2-2-2l-3-4H3zm0 1.5h4V11H3V8.5zm6 0h4V11H9V8.5zm6 0h2.5l1.96 2.5H15V8.5zm-9 7a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeMinibus as default };
|
|
4
|
+
//# sourceMappingURL=car-type-minibus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-minibus.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 7c-1.11 0-2 .89-2 2v8h2a3 3 0 006 0h6a3 3 0 006 0h2v-4c0-1.11-.89-2-2-2l-3-4H3zm0 1.5h4V11H3V8.5zm6 0h4V11H9V8.5zm6 0h2.5l1.96 2.5H15V8.5zm-9 7a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeSedan = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8.5h7l7 3.5h2a2 2 0 012 2v2h-2.18c-.42 1.2-1.55 2-2.82 2-1.27 0-2.4-.8-2.83-2H7.82C7.4 17.2 6.27 18 5 18c-1.27 0-2.4-.8-2.83-2H1v-4.445a1 1 0 01.47-.849L5 8.5zm.5 1.5l-2.948 2H15.5l-4-2h-6zm.56 3.94a1.5 1.5 0 10-2.12 2.12 1.5 1.5 0 002.12-2.12zm13 0a1.5 1.5 0 10-2.12 2.12 1.5 1.5 0 002.12-2.12z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeSedan as default };
|
|
4
|
+
//# sourceMappingURL=car-type-sedan.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-sedan.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 8.5h7l7 3.5h2a2 2 0 012 2v2h-2.18c-.42 1.2-1.55 2-2.82 2-1.27 0-2.4-.8-2.83-2H7.82C7.4 17.2 6.27 18 5 18c-1.27 0-2.4-.8-2.83-2H1v-4.445a1 1 0 01.47-.849L5 8.5zm.5 1.5l-2.948 2H15.5l-4-2h-6zm.56 3.94a1.5 1.5 0 10-2.12 2.12 1.5 1.5 0 002.12-2.12zm13 0a1.5 1.5 0 10-2.12 2.12 1.5 1.5 0 002.12-2.12z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var carTypeUtility = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 6c-1.11 0-2 .89-2 2v8h2a3 3 0 006 0h6a3 3 0 006 0h2v-4c0-1.11-.89-2-2-2l-3-4H3zm12 1.5h2.5l1.96 2.5H15V7.5zm-9 7a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { carTypeUtility as default };
|
|
4
|
+
//# sourceMappingURL=car-type-utility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car-type-utility.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6c-1.11 0-2 .89-2 2v8h2a3 3 0 006 0h6a3 3 0 006 0h2v-4c0-1.11-.89-2-2-2l-3-4H3zm12 1.5h2.5l1.96 2.5H15V7.5zm-9 7a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm12 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"/></svg>
|
package/icons/car.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var car = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.382 8.539C19.539 5.819 17.86 4 15.5 4h-7C6.14 4 4.46 5.82 3.618 8.539a1.75 1.75 0 10-.59 3.447C3.01 12.32 3 12.657 3 13v6a1 1 0 001 1h2a1 1 0 001-1v-1h10v1a1 1 0 001 1h2a1 1 0 001-1v-6c0-.343-.01-.681-.028-1.014a1.75 1.75 0 10-.59-3.447zM5.5 11c0-1 0-5 3.5-5h6c3.5 0 3.5 4 3.5 5h-13zm12 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-11 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { car as default };
|
|
4
|
+
//# sourceMappingURL=car.js.map
|
package/icons/car.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"car.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/icons/car.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.3815553,8.53885449 C19.5390925,5.81982033 17.8607625,4 15.5,4 L8.5,4 C6.13923746,4 4.46090755,5.81982033 3.61844467,8.53885449 C3.49965465,8.51339916 3.3763921,8.5 3.25,8.5 C2.28350169,8.5 1.5,9.28350169 1.5,10.25 C1.5,11.1413222 2.16635737,11.8770083 3.02807571,11.986062 C3.00941238,12.3186894 3,12.6569916 3,13 L3,19 C3,19.5522847 3.44771525,20 4,20 L6,20 C6.55228475,20 7,19.5522847 7,19 L7,18 L17,18 L17,19 C17,19.5522847 17.4477153,20 18,20 L20,20 C20.5522847,20 21,19.5522847 21,19 L21,13 C21,12.6569916 20.9905876,12.3186894 20.9719243,11.986062 C21.8336426,11.8770083 22.5,11.1413222 22.5,10.25 C22.5,9.28350169 21.7164983,8.5 20.75,8.5 C20.6236079,8.5 20.5003453,8.51339916 20.3815553,8.53885449 L20.3815553,8.53885449 Z M5.5,11 C5.49999996,10 5.5,6 9,6 L15,6 C18.5,6 18.5,10 18.5,11 L5.5,11 L5.5,11 Z M17.5,16 C16.6715729,16 16,15.3284271 16,14.5 C16,13.6715729 16.6715729,13 17.5,13 C18.3284271,13 19,13.6715729 19,14.5 C19,15.3284271 18.3284271,16 17.5,16 L17.5,16 Z M6.5,16 C5.67157288,16 5,15.3284271 5,14.5 C5,13.6715729 5.67157288,13 6.5,13 C7.32842712,13 8,13.6715729 8,14.5 C8,15.3284271 7.32842712,16 6.5,16 L6.5,16 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var checkCircle = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-1.96-5.542l.347.347a.9.9 0 001.272 0l.347-.347 6.38-6.378a.9.9 0 000-1.273l-.694-.694a.9.9 0 00-1.272 0l-5.38 5.412-2.96-2.959a.9.9 0 00-1.272 0l-.694.694a.9.9 0 000 1.273l3.926 3.925z\" fill-rule=\"evenodd\"/></svg>";
|
|
2
|
+
|
|
3
|
+
export { checkCircle as default };
|
|
4
|
+
//# sourceMappingURL=check-circle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-circle.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|