@adiraku/react-native-ui 0.1.14
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/LICENSE +20 -0
- package/README.md +77 -0
- package/lib/commonjs/components/Appbar/Appbar.component.js +49 -0
- package/lib/commonjs/components/Appbar/Appbar.component.js.map +1 -0
- package/lib/commonjs/components/Appbar/Appbar.style.js +37 -0
- package/lib/commonjs/components/Appbar/Appbar.style.js.map +1 -0
- package/lib/commonjs/components/Appbar/Appbar.type.js +6 -0
- package/lib/commonjs/components/Appbar/Appbar.type.js.map +1 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.component.js +148 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.component.js.map +1 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.style.js +66 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.style.js.map +1 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.type.js +6 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.type.js.map +1 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js +198 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js +87 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.type.js +6 -0
- package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.type.js.map +1 -0
- package/lib/commonjs/components/Checkbox/Checkbox.component.js +29 -0
- package/lib/commonjs/components/Checkbox/Checkbox.component.js.map +1 -0
- package/lib/commonjs/components/Checkbox/Checkbox.style.js +31 -0
- package/lib/commonjs/components/Checkbox/Checkbox.style.js.map +1 -0
- package/lib/commonjs/components/Checkbox/Checkbox.type.js +2 -0
- package/lib/commonjs/components/Checkbox/Checkbox.type.js.map +1 -0
- package/lib/commonjs/components/Divider/Divider.component.js +25 -0
- package/lib/commonjs/components/Divider/Divider.component.js.map +1 -0
- package/lib/commonjs/components/Divider/Divider.style.js +30 -0
- package/lib/commonjs/components/Divider/Divider.style.js.map +1 -0
- package/lib/commonjs/components/Divider/Divider.type.js +6 -0
- package/lib/commonjs/components/Divider/Divider.type.js.map +1 -0
- package/lib/commonjs/components/RadioButton/RadioButton.component.js +25 -0
- package/lib/commonjs/components/RadioButton/RadioButton.component.js.map +1 -0
- package/lib/commonjs/components/RadioButton/RadioButton.style.js +36 -0
- package/lib/commonjs/components/RadioButton/RadioButton.style.js.map +1 -0
- package/lib/commonjs/components/RadioButton/RadioButton.type.js +2 -0
- package/lib/commonjs/components/RadioButton/RadioButton.type.js.map +1 -0
- package/lib/commonjs/components/RadioInput/RadioInput.component.js +185 -0
- package/lib/commonjs/components/RadioInput/RadioInput.component.js.map +1 -0
- package/lib/commonjs/components/RadioInput/RadioInput.style.js +87 -0
- package/lib/commonjs/components/RadioInput/RadioInput.style.js.map +1 -0
- package/lib/commonjs/components/RadioInput/RadioInput.type.js +6 -0
- package/lib/commonjs/components/RadioInput/RadioInput.type.js.map +1 -0
- package/lib/commonjs/components/Snackbar/Snackbar.component.js +31 -0
- package/lib/commonjs/components/Snackbar/Snackbar.component.js.map +1 -0
- package/lib/commonjs/components/Snackbar/Snackbar.type.js +6 -0
- package/lib/commonjs/components/Snackbar/Snackbar.type.js.map +1 -0
- package/lib/commonjs/components/Snackbar/Snakbar.style.js +29 -0
- package/lib/commonjs/components/Snackbar/Snakbar.style.js.map +1 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.component.js +72 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.component.js.map +1 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.style.js +73 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.style.js.map +1 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.type.js +6 -0
- package/lib/commonjs/components/StepperCounter/StepperCounter.type.js.map +1 -0
- package/lib/commonjs/components/Tabs/Tabs.component.js +81 -0
- package/lib/commonjs/components/Tabs/Tabs.component.js.map +1 -0
- package/lib/commonjs/components/Tabs/Tabs.style.js +28 -0
- package/lib/commonjs/components/Tabs/Tabs.style.js.map +1 -0
- package/lib/commonjs/components/Tabs/Tabs.type.js +2 -0
- package/lib/commonjs/components/Tabs/Tabs.type.js.map +1 -0
- package/lib/commonjs/components/TextArea/TextArea.component.js +64 -0
- package/lib/commonjs/components/TextArea/TextArea.component.js.map +1 -0
- package/lib/commonjs/components/TextArea/TextArea.style.js +57 -0
- package/lib/commonjs/components/TextArea/TextArea.style.js.map +1 -0
- package/lib/commonjs/components/TextArea/TextArea.type.js +6 -0
- package/lib/commonjs/components/TextArea/TextArea.type.js.map +1 -0
- package/lib/commonjs/components/TextInput/TextInput.component.js +109 -0
- package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -0
- package/lib/commonjs/components/TextInput/TextInput.style.js +79 -0
- package/lib/commonjs/components/TextInput/TextInput.style.js.map +1 -0
- package/lib/commonjs/components/TextInput/TextInput.type.js +6 -0
- package/lib/commonjs/components/TextInput/TextInput.type.js.map +1 -0
- package/lib/commonjs/components/base/base.component.js +28 -0
- package/lib/commonjs/components/base/base.component.js.map +1 -0
- package/lib/commonjs/components/base/base.style.js +24 -0
- package/lib/commonjs/components/base/base.style.js.map +1 -0
- package/lib/commonjs/components/base/base.type.js +2 -0
- package/lib/commonjs/components/base/base.type.js.map +1 -0
- package/lib/commonjs/components/button/button.component.js +38 -0
- package/lib/commonjs/components/button/button.component.js.map +1 -0
- package/lib/commonjs/components/button/button.styles.js +63 -0
- package/lib/commonjs/components/button/button.styles.js.map +1 -0
- package/lib/commonjs/components/button/button.type.js +6 -0
- package/lib/commonjs/components/button/button.type.js.map +1 -0
- package/lib/commonjs/components/coachmark/coachmark.component.js +37 -0
- package/lib/commonjs/components/coachmark/coachmark.component.js.map +1 -0
- package/lib/commonjs/components/coachmark/coachmark.style.js +64 -0
- package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -0
- package/lib/commonjs/components/coachmark/coachmark.type.js +6 -0
- package/lib/commonjs/components/coachmark/coachmark.type.js.map +1 -0
- package/lib/commonjs/components/dot/dot.component.js +27 -0
- package/lib/commonjs/components/dot/dot.component.js.map +1 -0
- package/lib/commonjs/components/dot/dot.style.js +29 -0
- package/lib/commonjs/components/dot/dot.style.js.map +1 -0
- package/lib/commonjs/components/dot/dot.type.js +6 -0
- package/lib/commonjs/components/dot/dot.type.js.map +1 -0
- package/lib/commonjs/components/index.js +167 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/components/information-box/information-box.component.js +46 -0
- package/lib/commonjs/components/information-box/information-box.component.js.map +1 -0
- package/lib/commonjs/components/information-box/information-box.style.js +39 -0
- package/lib/commonjs/components/information-box/information-box.style.js.map +1 -0
- package/lib/commonjs/components/information-box/information-box.type.js +6 -0
- package/lib/commonjs/components/information-box/information-box.type.js.map +1 -0
- package/lib/commonjs/components/label/label.component.js +22 -0
- package/lib/commonjs/components/label/label.component.js.map +1 -0
- package/lib/commonjs/components/label/label.style.js +16 -0
- package/lib/commonjs/components/label/label.style.js.map +1 -0
- package/lib/commonjs/components/label/label.type.js +2 -0
- package/lib/commonjs/components/label/label.type.js.map +1 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.component.js +99 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.component.js.map +1 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.style.js +48 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.style.js.map +1 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.type.js +6 -0
- package/lib/commonjs/components/rounded-tab/rounded-tab.type.js.map +1 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.component.js +70 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.component.js.map +1 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.style.js +27 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.style.js.map +1 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.type.js +2 -0
- package/lib/commonjs/components/slider-indicator/slider-indicator.type.js.map +1 -0
- package/lib/commonjs/components/switch/switch.component.js +55 -0
- package/lib/commonjs/components/switch/switch.component.js.map +1 -0
- package/lib/commonjs/components/switch/switch.style.js +48 -0
- package/lib/commonjs/components/switch/switch.style.js.map +1 -0
- package/lib/commonjs/components/switch/switch.type.js +2 -0
- package/lib/commonjs/components/switch/switch.type.js.map +1 -0
- package/lib/commonjs/components/textlink/textlink.component.js +35 -0
- package/lib/commonjs/components/textlink/textlink.component.js.map +1 -0
- package/lib/commonjs/components/textlink/textlink.style.js +29 -0
- package/lib/commonjs/components/textlink/textlink.style.js.map +1 -0
- package/lib/commonjs/components/textlink/textlink.type.js +6 -0
- package/lib/commonjs/components/textlink/textlink.type.js.map +1 -0
- package/lib/commonjs/components/typography/typography.component.js +27 -0
- package/lib/commonjs/components/typography/typography.component.js.map +1 -0
- package/lib/commonjs/components/typography/typography.style.js +179 -0
- package/lib/commonjs/components/typography/typography.style.js.map +1 -0
- package/lib/commonjs/components/typography/typography.type.js +6 -0
- package/lib/commonjs/components/typography/typography.type.js.map +1 -0
- package/lib/commonjs/icons/actions/IconAddMinus.js +34 -0
- package/lib/commonjs/icons/actions/IconAddMinus.js.map +1 -0
- package/lib/commonjs/icons/actions/IconAddPlus.js +34 -0
- package/lib/commonjs/icons/actions/IconAddPlus.js.map +1 -0
- package/lib/commonjs/icons/actions/IconAddRemove.js +34 -0
- package/lib/commonjs/icons/actions/IconAddRemove.js.map +1 -0
- package/lib/commonjs/icons/actions/IconAttach.js +34 -0
- package/lib/commonjs/icons/actions/IconAttach.js.map +1 -0
- package/lib/commonjs/icons/actions/IconCamera.js +34 -0
- package/lib/commonjs/icons/actions/IconCamera.js.map +1 -0
- package/lib/commonjs/icons/actions/IconChat.js +34 -0
- package/lib/commonjs/icons/actions/IconChat.js.map +1 -0
- package/lib/commonjs/icons/actions/IconCopy.js +39 -0
- package/lib/commonjs/icons/actions/IconCopy.js.map +1 -0
- package/lib/commonjs/icons/actions/IconCustomerService.js +39 -0
- package/lib/commonjs/icons/actions/IconCustomerService.js.map +1 -0
- package/lib/commonjs/icons/actions/IconDownload.js +34 -0
- package/lib/commonjs/icons/actions/IconDownload.js.map +1 -0
- package/lib/commonjs/icons/actions/IconEdit.js +34 -0
- package/lib/commonjs/icons/actions/IconEdit.js.map +1 -0
- package/lib/commonjs/icons/actions/IconFilter.js +50 -0
- package/lib/commonjs/icons/actions/IconFilter.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHeartEmpty.js +60 -0
- package/lib/commonjs/icons/actions/IconHeartEmpty.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHeartFilled.js +32 -0
- package/lib/commonjs/icons/actions/IconHeartFilled.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHeartOutline.js +34 -0
- package/lib/commonjs/icons/actions/IconHeartOutline.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHelp.js +34 -0
- package/lib/commonjs/icons/actions/IconHelp.js.map +1 -0
- package/lib/commonjs/icons/actions/IconInfo.js +39 -0
- package/lib/commonjs/icons/actions/IconInfo.js.map +1 -0
- package/lib/commonjs/icons/actions/IconLike.js +32 -0
- package/lib/commonjs/icons/actions/IconLike.js.map +1 -0
- package/lib/commonjs/icons/actions/IconNotification.js +45 -0
- package/lib/commonjs/icons/actions/IconNotification.js.map +1 -0
- package/lib/commonjs/icons/actions/IconPerson.js +34 -0
- package/lib/commonjs/icons/actions/IconPerson.js.map +1 -0
- package/lib/commonjs/icons/actions/IconPicture.js +37 -0
- package/lib/commonjs/icons/actions/IconPicture.js.map +1 -0
- package/lib/commonjs/icons/actions/IconPictureAdd.js +50 -0
- package/lib/commonjs/icons/actions/IconPictureAdd.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSearch.js +34 -0
- package/lib/commonjs/icons/actions/IconSearch.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSetting.js +34 -0
- package/lib/commonjs/icons/actions/IconSetting.js.map +1 -0
- package/lib/commonjs/icons/actions/IconShare.js +34 -0
- package/lib/commonjs/icons/actions/IconShare.js.map +1 -0
- package/lib/commonjs/icons/actions/IconShoppingCart.js +34 -0
- package/lib/commonjs/icons/actions/IconShoppingCart.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSort.js +34 -0
- package/lib/commonjs/icons/actions/IconSort.js.map +1 -0
- package/lib/commonjs/icons/actions/IconStarFilled.js +34 -0
- package/lib/commonjs/icons/actions/IconStarFilled.js.map +1 -0
- package/lib/commonjs/icons/actions/IconStarOutline.js +34 -0
- package/lib/commonjs/icons/actions/IconStarOutline.js.map +1 -0
- package/lib/commonjs/icons/actions/IconTrash.js +39 -0
- package/lib/commonjs/icons/actions/IconTrash.js.map +1 -0
- package/lib/commonjs/icons/actions/IconUpload.js +34 -0
- package/lib/commonjs/icons/actions/IconUpload.js.map +1 -0
- package/lib/commonjs/icons/index.js +608 -0
- package/lib/commonjs/icons/index.js.map +1 -0
- package/lib/commonjs/icons/misc/IconCalendar.js +34 -0
- package/lib/commonjs/icons/misc/IconCalendar.js.map +1 -0
- package/lib/commonjs/icons/misc/IconCash.js +34 -0
- package/lib/commonjs/icons/misc/IconCash.js.map +1 -0
- package/lib/commonjs/icons/misc/IconCategory.js +34 -0
- package/lib/commonjs/icons/misc/IconCategory.js.map +1 -0
- package/lib/commonjs/icons/misc/IconContract.js +37 -0
- package/lib/commonjs/icons/misc/IconContract.js.map +1 -0
- package/lib/commonjs/icons/misc/IconCreditCard.js +34 -0
- package/lib/commonjs/icons/misc/IconCreditCard.js.map +1 -0
- package/lib/commonjs/icons/misc/IconFlash.js +32 -0
- package/lib/commonjs/icons/misc/IconFlash.js.map +1 -0
- package/lib/commonjs/icons/misc/IconGroup.js +34 -0
- package/lib/commonjs/icons/misc/IconGroup.js.map +1 -0
- package/lib/commonjs/icons/misc/IconHistory.js +42 -0
- package/lib/commonjs/icons/misc/IconHistory.js.map +1 -0
- package/lib/commonjs/icons/misc/IconLocation.js +34 -0
- package/lib/commonjs/icons/misc/IconLocation.js.map +1 -0
- package/lib/commonjs/icons/misc/IconLock.js +39 -0
- package/lib/commonjs/icons/misc/IconLock.js.map +1 -0
- package/lib/commonjs/icons/misc/IconMoney.js +43 -0
- package/lib/commonjs/icons/misc/IconMoney.js.map +1 -0
- package/lib/commonjs/icons/misc/IconMyLocation.js +34 -0
- package/lib/commonjs/icons/misc/IconMyLocation.js.map +1 -0
- package/lib/commonjs/icons/misc/IconOfficial.js +35 -0
- package/lib/commonjs/icons/misc/IconOfficial.js.map +1 -0
- package/lib/commonjs/icons/misc/IconPromo.js +34 -0
- package/lib/commonjs/icons/misc/IconPromo.js.map +1 -0
- package/lib/commonjs/icons/misc/IconProtection.js +43 -0
- package/lib/commonjs/icons/misc/IconProtection.js.map +1 -0
- package/lib/commonjs/icons/misc/IconStore.js +40 -0
- package/lib/commonjs/icons/misc/IconStore.js.map +1 -0
- package/lib/commonjs/icons/misc/IconTick.js +34 -0
- package/lib/commonjs/icons/misc/IconTick.js.map +1 -0
- package/lib/commonjs/icons/misc/IconTicket.js +34 -0
- package/lib/commonjs/icons/misc/IconTicket.js.map +1 -0
- package/lib/commonjs/icons/misc/IconTime.js +39 -0
- package/lib/commonjs/icons/misc/IconTime.js.map +1 -0
- package/lib/commonjs/icons/misc/IconVoucher.js +39 -0
- package/lib/commonjs/icons/misc/IconVoucher.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconArrowDown.js +34 -0
- package/lib/commonjs/icons/navigations/IconArrowDown.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconArrowLeft.js +34 -0
- package/lib/commonjs/icons/navigations/IconArrowLeft.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconArrowRight.js +34 -0
- package/lib/commonjs/icons/navigations/IconArrowRight.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconArrowUp.js +34 -0
- package/lib/commonjs/icons/navigations/IconArrowUp.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconChevronDown.js +34 -0
- package/lib/commonjs/icons/navigations/IconChevronDown.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconChevronLeft.js +34 -0
- package/lib/commonjs/icons/navigations/IconChevronLeft.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconChevronRight.js +34 -0
- package/lib/commonjs/icons/navigations/IconChevronRight.js.map +1 -0
- package/lib/commonjs/icons/navigations/IconChevronUp.js +34 -0
- package/lib/commonjs/icons/navigations/IconChevronUp.js.map +1 -0
- package/lib/commonjs/icons/navs/IconNavAdiraku.js +49 -0
- package/lib/commonjs/icons/navs/IconNavAdiraku.js.map +1 -0
- package/lib/commonjs/icons/navs/IconNavDocument.js +41 -0
- package/lib/commonjs/icons/navs/IconNavDocument.js.map +1 -0
- package/lib/commonjs/icons/navs/IconNavHome.js +37 -0
- package/lib/commonjs/icons/navs/IconNavHome.js.map +1 -0
- package/lib/commonjs/icons/navs/IconNavPhone.js +34 -0
- package/lib/commonjs/icons/navs/IconNavPhone.js.map +1 -0
- package/lib/commonjs/icons/navs/IconNavProfile.js +34 -0
- package/lib/commonjs/icons/navs/IconNavProfile.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeCaferacer.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeCaferacer.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeCooper.js +38 -0
- package/lib/commonjs/icons/vehicles/IconBikeCooper.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeCruiser.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeCruiser.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeDualsport.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeDualsport.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeMopad.js +41 -0
- package/lib/commonjs/icons/vehicles/IconBikeMopad.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeRoadster.js +38 -0
- package/lib/commonjs/icons/vehicles/IconBikeRoadster.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeScooter.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeScooter.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeScrambler.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeScrambler.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeSportbike.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeSportbike.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeSportstouring.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeSportstouring.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeTouring.js +32 -0
- package/lib/commonjs/icons/vehicles/IconBikeTouring.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconBikeTrialbike.js +35 -0
- package/lib/commonjs/icons/vehicles/IconBikeTrialbike.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarHatchback.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarHatchback.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarJeep.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarJeep.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarMiniTruck.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarMiniTruck.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarMinivan.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarMinivan.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarMuv.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarMuv.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarPickup.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarPickup.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarSportCar.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarSportCar.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarSuperCar.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarSuperCar.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarSuv.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarSuv.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarVan.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarVan.js.map +1 -0
- package/lib/commonjs/icons/vehicles/IconCarWagon.js +34 -0
- package/lib/commonjs/icons/vehicles/IconCarWagon.js.map +1 -0
- package/lib/commonjs/index.js +28 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/themes/colors.js +143 -0
- package/lib/commonjs/themes/colors.js.map +1 -0
- package/lib/commonjs/themes/index.js +50 -0
- package/lib/commonjs/themes/index.js.map +1 -0
- package/lib/commonjs/themes/radius.js +18 -0
- package/lib/commonjs/themes/radius.js.map +1 -0
- package/lib/commonjs/themes/shadow.js +46 -0
- package/lib/commonjs/themes/shadow.js.map +1 -0
- package/lib/commonjs/themes/spacing.js +22 -0
- package/lib/commonjs/themes/spacing.js.map +1 -0
- package/lib/commonjs/types.js +2 -0
- package/lib/commonjs/types.js.map +1 -0
- package/lib/module/components/Appbar/Appbar.component.js +41 -0
- package/lib/module/components/Appbar/Appbar.component.js.map +1 -0
- package/lib/module/components/Appbar/Appbar.style.js +30 -0
- package/lib/module/components/Appbar/Appbar.style.js.map +1 -0
- package/lib/module/components/Appbar/Appbar.type.js +2 -0
- package/lib/module/components/Appbar/Appbar.type.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.component.js +141 -0
- package/lib/module/components/BottomSheet/BottomSheet.component.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.style.js +59 -0
- package/lib/module/components/BottomSheet/BottomSheet.style.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.type.js +2 -0
- package/lib/module/components/BottomSheet/BottomSheet.type.js.map +1 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js +190 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js +80 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.type.js +2 -0
- package/lib/module/components/CheckBoxInput/CheckBoxInput.type.js.map +1 -0
- package/lib/module/components/Checkbox/Checkbox.component.js +21 -0
- package/lib/module/components/Checkbox/Checkbox.component.js.map +1 -0
- package/lib/module/components/Checkbox/Checkbox.style.js +24 -0
- package/lib/module/components/Checkbox/Checkbox.style.js.map +1 -0
- package/lib/module/components/Checkbox/Checkbox.type.js +2 -0
- package/lib/module/components/Checkbox/Checkbox.type.js.map +1 -0
- package/lib/module/components/Divider/Divider.component.js +17 -0
- package/lib/module/components/Divider/Divider.component.js.map +1 -0
- package/lib/module/components/Divider/Divider.style.js +23 -0
- package/lib/module/components/Divider/Divider.style.js.map +1 -0
- package/lib/module/components/Divider/Divider.type.js +2 -0
- package/lib/module/components/Divider/Divider.type.js.map +1 -0
- package/lib/module/components/RadioButton/RadioButton.component.js +17 -0
- package/lib/module/components/RadioButton/RadioButton.component.js.map +1 -0
- package/lib/module/components/RadioButton/RadioButton.style.js +29 -0
- package/lib/module/components/RadioButton/RadioButton.style.js.map +1 -0
- package/lib/module/components/RadioButton/RadioButton.type.js +2 -0
- package/lib/module/components/RadioButton/RadioButton.type.js.map +1 -0
- package/lib/module/components/RadioInput/RadioInput.component.js +177 -0
- package/lib/module/components/RadioInput/RadioInput.component.js.map +1 -0
- package/lib/module/components/RadioInput/RadioInput.style.js +80 -0
- package/lib/module/components/RadioInput/RadioInput.style.js.map +1 -0
- package/lib/module/components/RadioInput/RadioInput.type.js +2 -0
- package/lib/module/components/RadioInput/RadioInput.type.js.map +1 -0
- package/lib/module/components/Snackbar/Snackbar.component.js +23 -0
- package/lib/module/components/Snackbar/Snackbar.component.js.map +1 -0
- package/lib/module/components/Snackbar/Snackbar.type.js +2 -0
- package/lib/module/components/Snackbar/Snackbar.type.js.map +1 -0
- package/lib/module/components/Snackbar/Snakbar.style.js +22 -0
- package/lib/module/components/Snackbar/Snakbar.style.js.map +1 -0
- package/lib/module/components/StepperCounter/StepperCounter.component.js +64 -0
- package/lib/module/components/StepperCounter/StepperCounter.component.js.map +1 -0
- package/lib/module/components/StepperCounter/StepperCounter.style.js +66 -0
- package/lib/module/components/StepperCounter/StepperCounter.style.js.map +1 -0
- package/lib/module/components/StepperCounter/StepperCounter.type.js +2 -0
- package/lib/module/components/StepperCounter/StepperCounter.type.js.map +1 -0
- package/lib/module/components/Tabs/Tabs.component.js +73 -0
- package/lib/module/components/Tabs/Tabs.component.js.map +1 -0
- package/lib/module/components/Tabs/Tabs.style.js +21 -0
- package/lib/module/components/Tabs/Tabs.style.js.map +1 -0
- package/lib/module/components/Tabs/Tabs.type.js +2 -0
- package/lib/module/components/Tabs/Tabs.type.js.map +1 -0
- package/lib/module/components/TextArea/TextArea.component.js +57 -0
- package/lib/module/components/TextArea/TextArea.component.js.map +1 -0
- package/lib/module/components/TextArea/TextArea.style.js +50 -0
- package/lib/module/components/TextArea/TextArea.style.js.map +1 -0
- package/lib/module/components/TextArea/TextArea.type.js +2 -0
- package/lib/module/components/TextArea/TextArea.type.js.map +1 -0
- package/lib/module/components/TextInput/TextInput.component.js +103 -0
- package/lib/module/components/TextInput/TextInput.component.js.map +1 -0
- package/lib/module/components/TextInput/TextInput.style.js +72 -0
- package/lib/module/components/TextInput/TextInput.style.js.map +1 -0
- package/lib/module/components/TextInput/TextInput.type.js +2 -0
- package/lib/module/components/TextInput/TextInput.type.js.map +1 -0
- package/lib/module/components/base/base.component.js +20 -0
- package/lib/module/components/base/base.component.js.map +1 -0
- package/lib/module/components/base/base.style.js +17 -0
- package/lib/module/components/base/base.style.js.map +1 -0
- package/lib/module/components/base/base.type.js +2 -0
- package/lib/module/components/base/base.type.js.map +1 -0
- package/lib/module/components/button/button.component.js +31 -0
- package/lib/module/components/button/button.component.js.map +1 -0
- package/lib/module/components/button/button.styles.js +56 -0
- package/lib/module/components/button/button.styles.js.map +1 -0
- package/lib/module/components/button/button.type.js +2 -0
- package/lib/module/components/button/button.type.js.map +1 -0
- package/lib/module/components/coachmark/coachmark.component.js +30 -0
- package/lib/module/components/coachmark/coachmark.component.js.map +1 -0
- package/lib/module/components/coachmark/coachmark.style.js +57 -0
- package/lib/module/components/coachmark/coachmark.style.js.map +1 -0
- package/lib/module/components/coachmark/coachmark.type.js +2 -0
- package/lib/module/components/coachmark/coachmark.type.js.map +1 -0
- package/lib/module/components/dot/dot.component.js +19 -0
- package/lib/module/components/dot/dot.component.js.map +1 -0
- package/lib/module/components/dot/dot.style.js +22 -0
- package/lib/module/components/dot/dot.style.js.map +1 -0
- package/lib/module/components/dot/dot.type.js +2 -0
- package/lib/module/components/dot/dot.type.js.map +1 -0
- package/lib/module/components/index.js +24 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/information-box/information-box.component.js +38 -0
- package/lib/module/components/information-box/information-box.component.js.map +1 -0
- package/lib/module/components/information-box/information-box.style.js +32 -0
- package/lib/module/components/information-box/information-box.style.js.map +1 -0
- package/lib/module/components/information-box/information-box.type.js +2 -0
- package/lib/module/components/information-box/information-box.type.js.map +1 -0
- package/lib/module/components/label/label.component.js +15 -0
- package/lib/module/components/label/label.component.js.map +1 -0
- package/lib/module/components/label/label.style.js +9 -0
- package/lib/module/components/label/label.style.js.map +1 -0
- package/lib/module/components/label/label.type.js +2 -0
- package/lib/module/components/label/label.type.js.map +1 -0
- package/lib/module/components/rounded-tab/rounded-tab.component.js +94 -0
- package/lib/module/components/rounded-tab/rounded-tab.component.js.map +1 -0
- package/lib/module/components/rounded-tab/rounded-tab.style.js +40 -0
- package/lib/module/components/rounded-tab/rounded-tab.style.js.map +1 -0
- package/lib/module/components/rounded-tab/rounded-tab.type.js +2 -0
- package/lib/module/components/rounded-tab/rounded-tab.type.js.map +1 -0
- package/lib/module/components/slider-indicator/slider-indicator.component.js +66 -0
- package/lib/module/components/slider-indicator/slider-indicator.component.js.map +1 -0
- package/lib/module/components/slider-indicator/slider-indicator.style.js +20 -0
- package/lib/module/components/slider-indicator/slider-indicator.style.js.map +1 -0
- package/lib/module/components/slider-indicator/slider-indicator.type.js +2 -0
- package/lib/module/components/slider-indicator/slider-indicator.type.js.map +1 -0
- package/lib/module/components/switch/switch.component.js +47 -0
- package/lib/module/components/switch/switch.component.js.map +1 -0
- package/lib/module/components/switch/switch.style.js +41 -0
- package/lib/module/components/switch/switch.style.js.map +1 -0
- package/lib/module/components/switch/switch.type.js +2 -0
- package/lib/module/components/switch/switch.type.js.map +1 -0
- package/lib/module/components/textlink/textlink.component.js +27 -0
- package/lib/module/components/textlink/textlink.component.js.map +1 -0
- package/lib/module/components/textlink/textlink.style.js +22 -0
- package/lib/module/components/textlink/textlink.style.js.map +1 -0
- package/lib/module/components/textlink/textlink.type.js +2 -0
- package/lib/module/components/textlink/textlink.type.js.map +1 -0
- package/lib/module/components/typography/typography.component.js +19 -0
- package/lib/module/components/typography/typography.component.js.map +1 -0
- package/lib/module/components/typography/typography.style.js +172 -0
- package/lib/module/components/typography/typography.style.js.map +1 -0
- package/lib/module/components/typography/typography.type.js +2 -0
- package/lib/module/components/typography/typography.type.js.map +1 -0
- package/lib/module/icons/actions/IconAddMinus.js +25 -0
- package/lib/module/icons/actions/IconAddMinus.js.map +1 -0
- package/lib/module/icons/actions/IconAddPlus.js +25 -0
- package/lib/module/icons/actions/IconAddPlus.js.map +1 -0
- package/lib/module/icons/actions/IconAddRemove.js +25 -0
- package/lib/module/icons/actions/IconAddRemove.js.map +1 -0
- package/lib/module/icons/actions/IconAttach.js +25 -0
- package/lib/module/icons/actions/IconAttach.js.map +1 -0
- package/lib/module/icons/actions/IconCamera.js +25 -0
- package/lib/module/icons/actions/IconCamera.js.map +1 -0
- package/lib/module/icons/actions/IconChat.js +25 -0
- package/lib/module/icons/actions/IconChat.js.map +1 -0
- package/lib/module/icons/actions/IconCopy.js +30 -0
- package/lib/module/icons/actions/IconCopy.js.map +1 -0
- package/lib/module/icons/actions/IconCustomerService.js +30 -0
- package/lib/module/icons/actions/IconCustomerService.js.map +1 -0
- package/lib/module/icons/actions/IconDownload.js +25 -0
- package/lib/module/icons/actions/IconDownload.js.map +1 -0
- package/lib/module/icons/actions/IconEdit.js +25 -0
- package/lib/module/icons/actions/IconEdit.js.map +1 -0
- package/lib/module/icons/actions/IconFilter.js +41 -0
- package/lib/module/icons/actions/IconFilter.js.map +1 -0
- package/lib/module/icons/actions/IconHeartEmpty.js +51 -0
- package/lib/module/icons/actions/IconHeartEmpty.js.map +1 -0
- package/lib/module/icons/actions/IconHeartFilled.js +23 -0
- package/lib/module/icons/actions/IconHeartFilled.js.map +1 -0
- package/lib/module/icons/actions/IconHeartOutline.js +25 -0
- package/lib/module/icons/actions/IconHeartOutline.js.map +1 -0
- package/lib/module/icons/actions/IconHelp.js +25 -0
- package/lib/module/icons/actions/IconHelp.js.map +1 -0
- package/lib/module/icons/actions/IconInfo.js +30 -0
- package/lib/module/icons/actions/IconInfo.js.map +1 -0
- package/lib/module/icons/actions/IconLike.js +23 -0
- package/lib/module/icons/actions/IconLike.js.map +1 -0
- package/lib/module/icons/actions/IconNotification.js +36 -0
- package/lib/module/icons/actions/IconNotification.js.map +1 -0
- package/lib/module/icons/actions/IconPerson.js +25 -0
- package/lib/module/icons/actions/IconPerson.js.map +1 -0
- package/lib/module/icons/actions/IconPicture.js +28 -0
- package/lib/module/icons/actions/IconPicture.js.map +1 -0
- package/lib/module/icons/actions/IconPictureAdd.js +41 -0
- package/lib/module/icons/actions/IconPictureAdd.js.map +1 -0
- package/lib/module/icons/actions/IconSearch.js +25 -0
- package/lib/module/icons/actions/IconSearch.js.map +1 -0
- package/lib/module/icons/actions/IconSetting.js +25 -0
- package/lib/module/icons/actions/IconSetting.js.map +1 -0
- package/lib/module/icons/actions/IconShare.js +25 -0
- package/lib/module/icons/actions/IconShare.js.map +1 -0
- package/lib/module/icons/actions/IconShoppingCart.js +25 -0
- package/lib/module/icons/actions/IconShoppingCart.js.map +1 -0
- package/lib/module/icons/actions/IconSort.js +25 -0
- package/lib/module/icons/actions/IconSort.js.map +1 -0
- package/lib/module/icons/actions/IconStarFilled.js +25 -0
- package/lib/module/icons/actions/IconStarFilled.js.map +1 -0
- package/lib/module/icons/actions/IconStarOutline.js +25 -0
- package/lib/module/icons/actions/IconStarOutline.js.map +1 -0
- package/lib/module/icons/actions/IconTrash.js +30 -0
- package/lib/module/icons/actions/IconTrash.js.map +1 -0
- package/lib/module/icons/actions/IconUpload.js +25 -0
- package/lib/module/icons/actions/IconUpload.js.map +1 -0
- package/lib/module/icons/index.js +87 -0
- package/lib/module/icons/index.js.map +1 -0
- package/lib/module/icons/misc/IconCalendar.js +25 -0
- package/lib/module/icons/misc/IconCalendar.js.map +1 -0
- package/lib/module/icons/misc/IconCash.js +25 -0
- package/lib/module/icons/misc/IconCash.js.map +1 -0
- package/lib/module/icons/misc/IconCategory.js +25 -0
- package/lib/module/icons/misc/IconCategory.js.map +1 -0
- package/lib/module/icons/misc/IconContract.js +28 -0
- package/lib/module/icons/misc/IconContract.js.map +1 -0
- package/lib/module/icons/misc/IconCreditCard.js +25 -0
- package/lib/module/icons/misc/IconCreditCard.js.map +1 -0
- package/lib/module/icons/misc/IconFlash.js +23 -0
- package/lib/module/icons/misc/IconFlash.js.map +1 -0
- package/lib/module/icons/misc/IconGroup.js +25 -0
- package/lib/module/icons/misc/IconGroup.js.map +1 -0
- package/lib/module/icons/misc/IconHistory.js +33 -0
- package/lib/module/icons/misc/IconHistory.js.map +1 -0
- package/lib/module/icons/misc/IconLocation.js +25 -0
- package/lib/module/icons/misc/IconLocation.js.map +1 -0
- package/lib/module/icons/misc/IconLock.js +30 -0
- package/lib/module/icons/misc/IconLock.js.map +1 -0
- package/lib/module/icons/misc/IconMoney.js +34 -0
- package/lib/module/icons/misc/IconMoney.js.map +1 -0
- package/lib/module/icons/misc/IconMyLocation.js +25 -0
- package/lib/module/icons/misc/IconMyLocation.js.map +1 -0
- package/lib/module/icons/misc/IconOfficial.js +26 -0
- package/lib/module/icons/misc/IconOfficial.js.map +1 -0
- package/lib/module/icons/misc/IconPromo.js +25 -0
- package/lib/module/icons/misc/IconPromo.js.map +1 -0
- package/lib/module/icons/misc/IconProtection.js +34 -0
- package/lib/module/icons/misc/IconProtection.js.map +1 -0
- package/lib/module/icons/misc/IconStore.js +31 -0
- package/lib/module/icons/misc/IconStore.js.map +1 -0
- package/lib/module/icons/misc/IconTick.js +25 -0
- package/lib/module/icons/misc/IconTick.js.map +1 -0
- package/lib/module/icons/misc/IconTicket.js +25 -0
- package/lib/module/icons/misc/IconTicket.js.map +1 -0
- package/lib/module/icons/misc/IconTime.js +30 -0
- package/lib/module/icons/misc/IconTime.js.map +1 -0
- package/lib/module/icons/misc/IconVoucher.js +30 -0
- package/lib/module/icons/misc/IconVoucher.js.map +1 -0
- package/lib/module/icons/navigations/IconArrowDown.js +25 -0
- package/lib/module/icons/navigations/IconArrowDown.js.map +1 -0
- package/lib/module/icons/navigations/IconArrowLeft.js +25 -0
- package/lib/module/icons/navigations/IconArrowLeft.js.map +1 -0
- package/lib/module/icons/navigations/IconArrowRight.js +25 -0
- package/lib/module/icons/navigations/IconArrowRight.js.map +1 -0
- package/lib/module/icons/navigations/IconArrowUp.js +25 -0
- package/lib/module/icons/navigations/IconArrowUp.js.map +1 -0
- package/lib/module/icons/navigations/IconChevronDown.js +25 -0
- package/lib/module/icons/navigations/IconChevronDown.js.map +1 -0
- package/lib/module/icons/navigations/IconChevronLeft.js +25 -0
- package/lib/module/icons/navigations/IconChevronLeft.js.map +1 -0
- package/lib/module/icons/navigations/IconChevronRight.js +25 -0
- package/lib/module/icons/navigations/IconChevronRight.js.map +1 -0
- package/lib/module/icons/navigations/IconChevronUp.js +25 -0
- package/lib/module/icons/navigations/IconChevronUp.js.map +1 -0
- package/lib/module/icons/navs/IconNavAdiraku.js +40 -0
- package/lib/module/icons/navs/IconNavAdiraku.js.map +1 -0
- package/lib/module/icons/navs/IconNavDocument.js +32 -0
- package/lib/module/icons/navs/IconNavDocument.js.map +1 -0
- package/lib/module/icons/navs/IconNavHome.js +28 -0
- package/lib/module/icons/navs/IconNavHome.js.map +1 -0
- package/lib/module/icons/navs/IconNavPhone.js +25 -0
- package/lib/module/icons/navs/IconNavPhone.js.map +1 -0
- package/lib/module/icons/navs/IconNavProfile.js +25 -0
- package/lib/module/icons/navs/IconNavProfile.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeCaferacer.js +26 -0
- package/lib/module/icons/vehicles/IconBikeCaferacer.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeCooper.js +29 -0
- package/lib/module/icons/vehicles/IconBikeCooper.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeCruiser.js +26 -0
- package/lib/module/icons/vehicles/IconBikeCruiser.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeDualsport.js +26 -0
- package/lib/module/icons/vehicles/IconBikeDualsport.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeMopad.js +32 -0
- package/lib/module/icons/vehicles/IconBikeMopad.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeRoadster.js +29 -0
- package/lib/module/icons/vehicles/IconBikeRoadster.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeScooter.js +26 -0
- package/lib/module/icons/vehicles/IconBikeScooter.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeScrambler.js +26 -0
- package/lib/module/icons/vehicles/IconBikeScrambler.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeSportbike.js +26 -0
- package/lib/module/icons/vehicles/IconBikeSportbike.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeSportstouring.js +26 -0
- package/lib/module/icons/vehicles/IconBikeSportstouring.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeTouring.js +23 -0
- package/lib/module/icons/vehicles/IconBikeTouring.js.map +1 -0
- package/lib/module/icons/vehicles/IconBikeTrialbike.js +26 -0
- package/lib/module/icons/vehicles/IconBikeTrialbike.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarHatchback.js +25 -0
- package/lib/module/icons/vehicles/IconCarHatchback.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarJeep.js +25 -0
- package/lib/module/icons/vehicles/IconCarJeep.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarMiniTruck.js +25 -0
- package/lib/module/icons/vehicles/IconCarMiniTruck.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarMinivan.js +25 -0
- package/lib/module/icons/vehicles/IconCarMinivan.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarMuv.js +25 -0
- package/lib/module/icons/vehicles/IconCarMuv.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarPickup.js +25 -0
- package/lib/module/icons/vehicles/IconCarPickup.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarSportCar.js +25 -0
- package/lib/module/icons/vehicles/IconCarSportCar.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarSuperCar.js +25 -0
- package/lib/module/icons/vehicles/IconCarSuperCar.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarSuv.js +25 -0
- package/lib/module/icons/vehicles/IconCarSuv.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarVan.js +25 -0
- package/lib/module/icons/vehicles/IconCarVan.js.map +1 -0
- package/lib/module/icons/vehicles/IconCarWagon.js +25 -0
- package/lib/module/icons/vehicles/IconCarWagon.js.map +1 -0
- package/lib/module/index.js +3 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/themes/colors.js +136 -0
- package/lib/module/themes/colors.js.map +1 -0
- package/lib/module/themes/index.js +5 -0
- package/lib/module/themes/index.js.map +1 -0
- package/lib/module/themes/radius.js +12 -0
- package/lib/module/themes/radius.js.map +1 -0
- package/lib/module/themes/shadow.js +39 -0
- package/lib/module/themes/shadow.js.map +1 -0
- package/lib/module/themes/spacing.js +16 -0
- package/lib/module/themes/spacing.js.map +1 -0
- package/lib/module/types.js +2 -0
- package/lib/module/types.js.map +1 -0
- package/lib/typescript/components/Appbar/Appbar.component.d.ts +5 -0
- package/lib/typescript/components/Appbar/Appbar.component.d.ts.map +1 -0
- package/lib/typescript/components/Appbar/Appbar.style.d.ts +11 -0
- package/lib/typescript/components/Appbar/Appbar.style.d.ts.map +1 -0
- package/lib/typescript/components/Appbar/Appbar.type.d.ts +15 -0
- package/lib/typescript/components/Appbar/Appbar.type.d.ts.map +1 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.component.d.ts +10 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.component.d.ts.map +1 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts +20 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts.map +1 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.type.d.ts +19 -0
- package/lib/typescript/components/BottomSheet/BottomSheet.type.d.ts.map +1 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts +5 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts.map +1 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts +18 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts.map +1 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts +43 -0
- package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts.map +1 -0
- package/lib/typescript/components/Checkbox/Checkbox.component.d.ts +5 -0
- package/lib/typescript/components/Checkbox/Checkbox.component.d.ts.map +1 -0
- package/lib/typescript/components/Checkbox/Checkbox.style.d.ts +12 -0
- package/lib/typescript/components/Checkbox/Checkbox.style.d.ts.map +1 -0
- package/lib/typescript/components/Checkbox/Checkbox.type.d.ts +5 -0
- package/lib/typescript/components/Checkbox/Checkbox.type.d.ts.map +1 -0
- package/lib/typescript/components/Divider/Divider.component.d.ts +5 -0
- package/lib/typescript/components/Divider/Divider.component.d.ts.map +1 -0
- package/lib/typescript/components/Divider/Divider.style.d.ts +10 -0
- package/lib/typescript/components/Divider/Divider.style.d.ts.map +1 -0
- package/lib/typescript/components/Divider/Divider.type.d.ts +16 -0
- package/lib/typescript/components/Divider/Divider.type.d.ts.map +1 -0
- package/lib/typescript/components/RadioButton/RadioButton.component.d.ts +5 -0
- package/lib/typescript/components/RadioButton/RadioButton.component.d.ts.map +1 -0
- package/lib/typescript/components/RadioButton/RadioButton.style.d.ts +11 -0
- package/lib/typescript/components/RadioButton/RadioButton.style.d.ts.map +1 -0
- package/lib/typescript/components/RadioButton/RadioButton.type.d.ts +5 -0
- package/lib/typescript/components/RadioButton/RadioButton.type.d.ts.map +1 -0
- package/lib/typescript/components/RadioInput/RadioInput.component.d.ts +5 -0
- package/lib/typescript/components/RadioInput/RadioInput.component.d.ts.map +1 -0
- package/lib/typescript/components/RadioInput/RadioInput.style.d.ts +18 -0
- package/lib/typescript/components/RadioInput/RadioInput.style.d.ts.map +1 -0
- package/lib/typescript/components/RadioInput/RadioInput.type.d.ts +42 -0
- package/lib/typescript/components/RadioInput/RadioInput.type.d.ts.map +1 -0
- package/lib/typescript/components/Snackbar/Snackbar.component.d.ts +5 -0
- package/lib/typescript/components/Snackbar/Snackbar.component.d.ts.map +1 -0
- package/lib/typescript/components/Snackbar/Snackbar.type.d.ts +8 -0
- package/lib/typescript/components/Snackbar/Snackbar.type.d.ts.map +1 -0
- package/lib/typescript/components/Snackbar/Snakbar.style.d.ts +9 -0
- package/lib/typescript/components/Snackbar/Snakbar.style.d.ts.map +1 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.component.d.ts +5 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.component.d.ts.map +1 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.style.d.ts +19 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.style.d.ts.map +1 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.type.d.ts +16 -0
- package/lib/typescript/components/StepperCounter/StepperCounter.type.d.ts.map +1 -0
- package/lib/typescript/components/Tabs/Tabs.component.d.ts +5 -0
- package/lib/typescript/components/Tabs/Tabs.component.d.ts.map +1 -0
- package/lib/typescript/components/Tabs/Tabs.style.d.ts +9 -0
- package/lib/typescript/components/Tabs/Tabs.style.d.ts.map +1 -0
- package/lib/typescript/components/Tabs/Tabs.type.d.ts +16 -0
- package/lib/typescript/components/Tabs/Tabs.type.d.ts.map +1 -0
- package/lib/typescript/components/TextArea/TextArea.component.d.ts +5 -0
- package/lib/typescript/components/TextArea/TextArea.component.d.ts.map +1 -0
- package/lib/typescript/components/TextArea/TextArea.style.d.ts +16 -0
- package/lib/typescript/components/TextArea/TextArea.style.d.ts.map +1 -0
- package/lib/typescript/components/TextArea/TextArea.type.d.ts +29 -0
- package/lib/typescript/components/TextArea/TextArea.type.d.ts.map +1 -0
- package/lib/typescript/components/TextInput/TextInput.component.d.ts +5 -0
- package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -0
- package/lib/typescript/components/TextInput/TextInput.style.d.ts +17 -0
- package/lib/typescript/components/TextInput/TextInput.style.d.ts.map +1 -0
- package/lib/typescript/components/TextInput/TextInput.type.d.ts +33 -0
- package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -0
- package/lib/typescript/components/base/base.component.d.ts +5 -0
- package/lib/typescript/components/base/base.component.d.ts.map +1 -0
- package/lib/typescript/components/base/base.style.d.ts +10 -0
- package/lib/typescript/components/base/base.style.d.ts.map +1 -0
- package/lib/typescript/components/base/base.type.d.ts +15 -0
- package/lib/typescript/components/base/base.type.d.ts.map +1 -0
- package/lib/typescript/components/button/button.component.d.ts +5 -0
- package/lib/typescript/components/button/button.component.d.ts.map +1 -0
- package/lib/typescript/components/button/button.styles.d.ts +10 -0
- package/lib/typescript/components/button/button.styles.d.ts.map +1 -0
- package/lib/typescript/components/button/button.type.d.ts +29 -0
- package/lib/typescript/components/button/button.type.d.ts.map +1 -0
- package/lib/typescript/components/coachmark/coachmark.component.d.ts +4 -0
- package/lib/typescript/components/coachmark/coachmark.component.d.ts.map +1 -0
- package/lib/typescript/components/coachmark/coachmark.style.d.ts +13 -0
- package/lib/typescript/components/coachmark/coachmark.style.d.ts.map +1 -0
- package/lib/typescript/components/coachmark/coachmark.type.d.ts +32 -0
- package/lib/typescript/components/coachmark/coachmark.type.d.ts.map +1 -0
- package/lib/typescript/components/dot/dot.component.d.ts +5 -0
- package/lib/typescript/components/dot/dot.component.d.ts.map +1 -0
- package/lib/typescript/components/dot/dot.style.d.ts +9 -0
- package/lib/typescript/components/dot/dot.style.d.ts.map +1 -0
- package/lib/typescript/components/dot/dot.type.d.ts +6 -0
- package/lib/typescript/components/dot/dot.type.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +34 -0
- package/lib/typescript/components/index.d.ts.map +1 -0
- package/lib/typescript/components/information-box/information-box.component.d.ts +5 -0
- package/lib/typescript/components/information-box/information-box.component.d.ts.map +1 -0
- package/lib/typescript/components/information-box/information-box.style.d.ts +12 -0
- package/lib/typescript/components/information-box/information-box.style.d.ts.map +1 -0
- package/lib/typescript/components/information-box/information-box.type.d.ts +14 -0
- package/lib/typescript/components/information-box/information-box.type.d.ts.map +1 -0
- package/lib/typescript/components/label/label.component.d.ts +5 -0
- package/lib/typescript/components/label/label.component.d.ts.map +1 -0
- package/lib/typescript/components/label/label.style.d.ts +7 -0
- package/lib/typescript/components/label/label.style.d.ts.map +1 -0
- package/lib/typescript/components/label/label.type.d.ts +14 -0
- package/lib/typescript/components/label/label.type.d.ts.map +1 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.component.d.ts +5 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.component.d.ts.map +1 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.style.d.ts +17 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.style.d.ts.map +1 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.type.d.ts +20 -0
- package/lib/typescript/components/rounded-tab/rounded-tab.type.d.ts.map +1 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.component.d.ts +5 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.component.d.ts.map +1 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.style.d.ts +9 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.style.d.ts.map +1 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.type.d.ts +21 -0
- package/lib/typescript/components/slider-indicator/slider-indicator.type.d.ts.map +1 -0
- package/lib/typescript/components/switch/switch.component.d.ts +5 -0
- package/lib/typescript/components/switch/switch.component.d.ts.map +1 -0
- package/lib/typescript/components/switch/switch.style.d.ts +10 -0
- package/lib/typescript/components/switch/switch.style.d.ts.map +1 -0
- package/lib/typescript/components/switch/switch.type.d.ts +6 -0
- package/lib/typescript/components/switch/switch.type.d.ts.map +1 -0
- package/lib/typescript/components/textlink/textlink.component.d.ts +4 -0
- package/lib/typescript/components/textlink/textlink.component.d.ts.map +1 -0
- package/lib/typescript/components/textlink/textlink.style.d.ts +11 -0
- package/lib/typescript/components/textlink/textlink.style.d.ts.map +1 -0
- package/lib/typescript/components/textlink/textlink.type.d.ts +26 -0
- package/lib/typescript/components/textlink/textlink.type.d.ts.map +1 -0
- package/lib/typescript/components/typography/typography.component.d.ts +5 -0
- package/lib/typescript/components/typography/typography.component.d.ts.map +1 -0
- package/lib/typescript/components/typography/typography.style.d.ts +34 -0
- package/lib/typescript/components/typography/typography.style.d.ts.map +1 -0
- package/lib/typescript/components/typography/typography.type.d.ts +25 -0
- package/lib/typescript/components/typography/typography.type.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconAddMinus.d.ts +4 -0
- package/lib/typescript/icons/actions/IconAddMinus.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconAddPlus.d.ts +4 -0
- package/lib/typescript/icons/actions/IconAddPlus.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconAddRemove.d.ts +4 -0
- package/lib/typescript/icons/actions/IconAddRemove.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconAttach.d.ts +4 -0
- package/lib/typescript/icons/actions/IconAttach.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconCamera.d.ts +4 -0
- package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconChat.d.ts +4 -0
- package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconCopy.d.ts +4 -0
- package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconCustomerService.d.ts +4 -0
- package/lib/typescript/icons/actions/IconCustomerService.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconDownload.d.ts +4 -0
- package/lib/typescript/icons/actions/IconDownload.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconEdit.d.ts +4 -0
- package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconFilter.d.ts +4 -0
- package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHeartEmpty.d.ts +6 -0
- package/lib/typescript/icons/actions/IconHeartEmpty.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHeartFilled.d.ts +4 -0
- package/lib/typescript/icons/actions/IconHeartFilled.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHeartOutline.d.ts +4 -0
- package/lib/typescript/icons/actions/IconHeartOutline.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHelp.d.ts +4 -0
- package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconInfo.d.ts +4 -0
- package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconLike.d.ts +4 -0
- package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconNotification.d.ts +4 -0
- package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconPerson.d.ts +4 -0
- package/lib/typescript/icons/actions/IconPerson.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconPicture.d.ts +4 -0
- package/lib/typescript/icons/actions/IconPicture.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconPictureAdd.d.ts +4 -0
- package/lib/typescript/icons/actions/IconPictureAdd.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSearch.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSearch.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSetting.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconShare.d.ts +4 -0
- package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts +4 -0
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSort.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSort.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconStarFilled.d.ts +4 -0
- package/lib/typescript/icons/actions/IconStarFilled.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconStarOutline.d.ts +4 -0
- package/lib/typescript/icons/actions/IconStarOutline.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconTrash.d.ts +4 -0
- package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconUpload.d.ts +4 -0
- package/lib/typescript/icons/actions/IconUpload.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +87 -0
- package/lib/typescript/icons/index.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconCalendar.d.ts +4 -0
- package/lib/typescript/icons/misc/IconCalendar.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconCash.d.ts +4 -0
- package/lib/typescript/icons/misc/IconCash.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconCategory.d.ts +4 -0
- package/lib/typescript/icons/misc/IconCategory.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconContract.d.ts +4 -0
- package/lib/typescript/icons/misc/IconContract.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconCreditCard.d.ts +4 -0
- package/lib/typescript/icons/misc/IconCreditCard.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconFlash.d.ts +4 -0
- package/lib/typescript/icons/misc/IconFlash.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconGroup.d.ts +4 -0
- package/lib/typescript/icons/misc/IconGroup.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconHistory.d.ts +4 -0
- package/lib/typescript/icons/misc/IconHistory.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconLocation.d.ts +4 -0
- package/lib/typescript/icons/misc/IconLocation.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconLock.d.ts +4 -0
- package/lib/typescript/icons/misc/IconLock.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconMoney.d.ts +4 -0
- package/lib/typescript/icons/misc/IconMoney.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconMyLocation.d.ts +4 -0
- package/lib/typescript/icons/misc/IconMyLocation.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconOfficial.d.ts +4 -0
- package/lib/typescript/icons/misc/IconOfficial.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconPromo.d.ts +4 -0
- package/lib/typescript/icons/misc/IconPromo.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconProtection.d.ts +4 -0
- package/lib/typescript/icons/misc/IconProtection.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconStore.d.ts +4 -0
- package/lib/typescript/icons/misc/IconStore.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconTick.d.ts +4 -0
- package/lib/typescript/icons/misc/IconTick.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconTicket.d.ts +4 -0
- package/lib/typescript/icons/misc/IconTicket.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconTime.d.ts +4 -0
- package/lib/typescript/icons/misc/IconTime.d.ts.map +1 -0
- package/lib/typescript/icons/misc/IconVoucher.d.ts +4 -0
- package/lib/typescript/icons/misc/IconVoucher.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconArrowDown.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconArrowDown.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconArrowLeft.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconArrowLeft.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconArrowRight.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconArrowRight.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconArrowUp.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconArrowUp.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconChevronDown.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconChevronDown.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconChevronLeft.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconChevronLeft.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconChevronRight.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconChevronRight.d.ts.map +1 -0
- package/lib/typescript/icons/navigations/IconChevronUp.d.ts +4 -0
- package/lib/typescript/icons/navigations/IconChevronUp.d.ts.map +1 -0
- package/lib/typescript/icons/navs/IconNavAdiraku.d.ts +6 -0
- package/lib/typescript/icons/navs/IconNavAdiraku.d.ts.map +1 -0
- package/lib/typescript/icons/navs/IconNavDocument.d.ts +6 -0
- package/lib/typescript/icons/navs/IconNavDocument.d.ts.map +1 -0
- package/lib/typescript/icons/navs/IconNavHome.d.ts +4 -0
- package/lib/typescript/icons/navs/IconNavHome.d.ts.map +1 -0
- package/lib/typescript/icons/navs/IconNavPhone.d.ts +4 -0
- package/lib/typescript/icons/navs/IconNavPhone.d.ts.map +1 -0
- package/lib/typescript/icons/navs/IconNavProfile.d.ts +4 -0
- package/lib/typescript/icons/navs/IconNavProfile.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarJeep.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarJeep.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarMuv.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarMuv.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarPickup.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarPickup.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarSuv.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarSuv.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarVan.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarVan.d.ts.map +1 -0
- package/lib/typescript/icons/vehicles/IconCarWagon.d.ts +4 -0
- package/lib/typescript/icons/vehicles/IconCarWagon.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +3 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/themes/colors.d.ts +30 -0
- package/lib/typescript/themes/colors.d.ts.map +1 -0
- package/lib/typescript/themes/index.d.ts +5 -0
- package/lib/typescript/themes/index.d.ts.map +1 -0
- package/lib/typescript/themes/radius.d.ts +12 -0
- package/lib/typescript/themes/radius.d.ts.map +1 -0
- package/lib/typescript/themes/shadow.d.ts +6 -0
- package/lib/typescript/themes/shadow.d.ts.map +1 -0
- package/lib/typescript/themes/spacing.d.ts +16 -0
- package/lib/typescript/themes/spacing.d.ts.map +1 -0
- package/lib/typescript/types.d.ts +28 -0
- package/lib/typescript/types.d.ts.map +1 -0
- package/package.json +129 -0
- package/react-native-ui.podspec +36 -0
- package/src/components/Appbar/Appbar.component.tsx +65 -0
- package/src/components/Appbar/Appbar.style.tsx +46 -0
- package/src/components/Appbar/Appbar.type.ts +21 -0
- package/src/components/BottomSheet/BottomSheet.component.tsx +222 -0
- package/src/components/BottomSheet/BottomSheet.style.tsx +88 -0
- package/src/components/BottomSheet/BottomSheet.type.ts +30 -0
- package/src/components/CheckBoxInput/CheckBoxInput.component.tsx +245 -0
- package/src/components/CheckBoxInput/CheckBoxInput.style.tsx +106 -0
- package/src/components/CheckBoxInput/CheckBoxInput.type.ts +56 -0
- package/src/components/Checkbox/Checkbox.component.tsx +36 -0
- package/src/components/Checkbox/Checkbox.style.tsx +39 -0
- package/src/components/Checkbox/Checkbox.type.ts +5 -0
- package/src/components/Divider/Divider.component.tsx +23 -0
- package/src/components/Divider/Divider.style.tsx +34 -0
- package/src/components/Divider/Divider.type.ts +18 -0
- package/src/components/RadioButton/RadioButton.component.tsx +30 -0
- package/src/components/RadioButton/RadioButton.style.tsx +45 -0
- package/src/components/RadioButton/RadioButton.type.ts +5 -0
- package/src/components/RadioInput/RadioInput.component.tsx +209 -0
- package/src/components/RadioInput/RadioInput.style.tsx +106 -0
- package/src/components/RadioInput/RadioInput.type.ts +54 -0
- package/src/components/Snackbar/Snackbar.component.tsx +28 -0
- package/src/components/Snackbar/Snackbar.type.ts +10 -0
- package/src/components/Snackbar/Snakbar.style.tsx +35 -0
- package/src/components/StepperCounter/StepperCounter.component.tsx +111 -0
- package/src/components/StepperCounter/StepperCounter.style.tsx +96 -0
- package/src/components/StepperCounter/StepperCounter.type.ts +18 -0
- package/src/components/Tabs/Tabs.component.tsx +94 -0
- package/src/components/Tabs/Tabs.style.tsx +34 -0
- package/src/components/Tabs/Tabs.type.ts +16 -0
- package/src/components/TextArea/TextArea.component.tsx +78 -0
- package/src/components/TextArea/TextArea.style.tsx +69 -0
- package/src/components/TextArea/TextArea.type.ts +32 -0
- package/src/components/TextInput/TextInput.component.tsx +126 -0
- package/src/components/TextInput/TextInput.style.tsx +95 -0
- package/src/components/TextInput/TextInput.type.ts +38 -0
- package/src/components/base/base.component.tsx +19 -0
- package/src/components/base/base.style.tsx +27 -0
- package/src/components/base/base.type.ts +15 -0
- package/src/components/button/button.component.tsx +42 -0
- package/src/components/button/button.styles.ts +76 -0
- package/src/components/button/button.type.ts +29 -0
- package/src/components/coachmark/coachmark.component.tsx +37 -0
- package/src/components/coachmark/coachmark.style.tsx +80 -0
- package/src/components/coachmark/coachmark.type.ts +32 -0
- package/src/components/dot/dot.component.tsx +23 -0
- package/src/components/dot/dot.style.tsx +33 -0
- package/src/components/dot/dot.type.ts +6 -0
- package/src/components/index.ts +34 -0
- package/src/components/information-box/information-box.component.tsx +55 -0
- package/src/components/information-box/information-box.style.tsx +49 -0
- package/src/components/information-box/information-box.type.ts +20 -0
- package/src/components/label/label.component.tsx +19 -0
- package/src/components/label/label.style.tsx +16 -0
- package/src/components/label/label.type.ts +14 -0
- package/src/components/rounded-tab/rounded-tab.component.tsx +108 -0
- package/src/components/rounded-tab/rounded-tab.style.tsx +66 -0
- package/src/components/rounded-tab/rounded-tab.type.ts +21 -0
- package/src/components/slider-indicator/slider-indicator.component.tsx +81 -0
- package/src/components/slider-indicator/slider-indicator.style.tsx +31 -0
- package/src/components/slider-indicator/slider-indicator.type.ts +23 -0
- package/src/components/switch/switch.component.tsx +53 -0
- package/src/components/switch/switch.style.tsx +52 -0
- package/src/components/switch/switch.type.ts +7 -0
- package/src/components/textlink/textlink.component.tsx +44 -0
- package/src/components/textlink/textlink.style.tsx +36 -0
- package/src/components/textlink/textlink.type.ts +26 -0
- package/src/components/typography/typography.component.tsx +27 -0
- package/src/components/typography/typography.style.tsx +237 -0
- package/src/components/typography/typography.type.ts +56 -0
- package/src/icons/actions/IconAddMinus.tsx +32 -0
- package/src/icons/actions/IconAddPlus.tsx +32 -0
- package/src/icons/actions/IconAddRemove.tsx +27 -0
- package/src/icons/actions/IconAttach.tsx +32 -0
- package/src/icons/actions/IconCamera.tsx +32 -0
- package/src/icons/actions/IconChat.tsx +32 -0
- package/src/icons/actions/IconCopy.tsx +38 -0
- package/src/icons/actions/IconCustomerService.tsx +37 -0
- package/src/icons/actions/IconDownload.tsx +32 -0
- package/src/icons/actions/IconEdit.tsx +32 -0
- package/src/icons/actions/IconFilter.tsx +52 -0
- package/src/icons/actions/IconHeartEmpty.tsx +59 -0
- package/src/icons/actions/IconHeartFilled.tsx +25 -0
- package/src/icons/actions/IconHeartOutline.tsx +32 -0
- package/src/icons/actions/IconHelp.tsx +32 -0
- package/src/icons/actions/IconInfo.tsx +38 -0
- package/src/icons/actions/IconLike.tsx +30 -0
- package/src/icons/actions/IconNotification.tsx +46 -0
- package/src/icons/actions/IconPerson.tsx +32 -0
- package/src/icons/actions/IconPicture.tsx +36 -0
- package/src/icons/actions/IconPictureAdd.tsx +44 -0
- package/src/icons/actions/IconSearch.tsx +32 -0
- package/src/icons/actions/IconSetting.tsx +32 -0
- package/src/icons/actions/IconShare.tsx +32 -0
- package/src/icons/actions/IconShoppingCart.tsx +32 -0
- package/src/icons/actions/IconSort.tsx +32 -0
- package/src/icons/actions/IconStarFilled.tsx +32 -0
- package/src/icons/actions/IconStarOutline.tsx +32 -0
- package/src/icons/actions/IconTrash.tsx +38 -0
- package/src/icons/actions/IconUpload.tsx +32 -0
- package/src/icons/index.ts +91 -0
- package/src/icons/misc/IconCalendar.tsx +32 -0
- package/src/icons/misc/IconCash.tsx +32 -0
- package/src/icons/misc/IconCategory.tsx +32 -0
- package/src/icons/misc/IconContract.tsx +36 -0
- package/src/icons/misc/IconCreditCard.tsx +32 -0
- package/src/icons/misc/IconFlash.tsx +30 -0
- package/src/icons/misc/IconGroup.tsx +32 -0
- package/src/icons/misc/IconHistory.tsx +42 -0
- package/src/icons/misc/IconLocation.tsx +32 -0
- package/src/icons/misc/IconLock.tsx +33 -0
- package/src/icons/misc/IconMoney.tsx +37 -0
- package/src/icons/misc/IconMyLocation.tsx +32 -0
- package/src/icons/misc/IconOfficial.tsx +34 -0
- package/src/icons/misc/IconPromo.tsx +32 -0
- package/src/icons/misc/IconProtection.tsx +39 -0
- package/src/icons/misc/IconStore.tsx +40 -0
- package/src/icons/misc/IconTick.tsx +32 -0
- package/src/icons/misc/IconTicket.tsx +32 -0
- package/src/icons/misc/IconTime.tsx +38 -0
- package/src/icons/misc/IconVoucher.tsx +38 -0
- package/src/icons/navigations/IconArrowDown.tsx +32 -0
- package/src/icons/navigations/IconArrowLeft.tsx +32 -0
- package/src/icons/navigations/IconArrowRight.tsx +32 -0
- package/src/icons/navigations/IconArrowUp.tsx +32 -0
- package/src/icons/navigations/IconChevronDown.tsx +27 -0
- package/src/icons/navigations/IconChevronLeft.tsx +27 -0
- package/src/icons/navigations/IconChevronRight.tsx +27 -0
- package/src/icons/navigations/IconChevronUp.tsx +27 -0
- package/src/icons/navs/IconNavAdiraku.tsx +44 -0
- package/src/icons/navs/IconNavDocument.tsx +41 -0
- package/src/icons/navs/IconNavHome.tsx +31 -0
- package/src/icons/navs/IconNavPhone.tsx +32 -0
- package/src/icons/navs/IconNavProfile.tsx +32 -0
- package/src/icons/vehicles/IconBikeCaferacer.tsx +34 -0
- package/src/icons/vehicles/IconBikeCooper.tsx +38 -0
- package/src/icons/vehicles/IconBikeCruiser.tsx +34 -0
- package/src/icons/vehicles/IconBikeDualsport.tsx +34 -0
- package/src/icons/vehicles/IconBikeMopad.tsx +42 -0
- package/src/icons/vehicles/IconBikeRoadster.tsx +38 -0
- package/src/icons/vehicles/IconBikeScooter.tsx +34 -0
- package/src/icons/vehicles/IconBikeScrambler.tsx +34 -0
- package/src/icons/vehicles/IconBikeSportbike.tsx +34 -0
- package/src/icons/vehicles/IconBikeSportstouring.tsx +34 -0
- package/src/icons/vehicles/IconBikeTouring.tsx +30 -0
- package/src/icons/vehicles/IconBikeTrialbike.tsx +34 -0
- package/src/icons/vehicles/IconCarHatchback.tsx +32 -0
- package/src/icons/vehicles/IconCarJeep.tsx +32 -0
- package/src/icons/vehicles/IconCarMiniTruck.tsx +32 -0
- package/src/icons/vehicles/IconCarMinivan.tsx +32 -0
- package/src/icons/vehicles/IconCarMuv.tsx +32 -0
- package/src/icons/vehicles/IconCarPickup.tsx +32 -0
- package/src/icons/vehicles/IconCarSportCar.tsx +32 -0
- package/src/icons/vehicles/IconCarSuperCar.tsx +32 -0
- package/src/icons/vehicles/IconCarSuv.tsx +32 -0
- package/src/icons/vehicles/IconCarVan.tsx +32 -0
- package/src/icons/vehicles/IconCarWagon.tsx +32 -0
- package/src/index.tsx +2 -0
- package/src/themes/colors.ts +152 -0
- package/src/themes/index.ts +4 -0
- package/src/themes/radius.ts +12 -0
- package/src/themes/shadow.tsx +48 -0
- package/src/themes/spacing.ts +16 -0
- package/src/types.ts +39 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 AndhikaK
|
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6
|
+
in the Software without restriction, including without limitation the rights
|
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9
|
+
furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
|
12
|
+
copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# react-native-ui
|
|
2
|
+
|
|
3
|
+
UI Library for Adiraku Apps
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install react-native-ui
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```js
|
|
14
|
+
import { UiView } from "react-native-ui";
|
|
15
|
+
|
|
16
|
+
// ...
|
|
17
|
+
|
|
18
|
+
<UiView color="tomato" />
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Contributing
|
|
22
|
+
|
|
23
|
+
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
MIT
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## Adding Montserratt Font to The app
|
|
35
|
+
in Example App download the desired fonts.ttf
|
|
36
|
+
store it in root/assets/fonts
|
|
37
|
+
|
|
38
|
+
install
|
|
39
|
+
npm i react-native-asset
|
|
40
|
+
|
|
41
|
+
Add assets to your react-native.config.js
|
|
42
|
+
"assets": [
|
|
43
|
+
"./src/font",
|
|
44
|
+
"./src/mp3"
|
|
45
|
+
]
|
|
46
|
+
|
|
47
|
+
Run the command and linking + unlinking is automatic!
|
|
48
|
+
react-native-asset
|
|
49
|
+
|
|
50
|
+
Resources:
|
|
51
|
+
- https://www.npmjs.com/package/react-native-asset
|
|
52
|
+
- https://blog.logrocket.com/adding-custom-fonts-react-native/
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## Publishing the library
|
|
56
|
+
First run in local verdaccio in terminal, it willl give you local verdaccio url
|
|
57
|
+
verdaccio
|
|
58
|
+
|
|
59
|
+
Login with NPM user to verdaccio
|
|
60
|
+
npm adduser --registry http://localhost:4873/
|
|
61
|
+
|
|
62
|
+
Change the config in package.json
|
|
63
|
+
{
|
|
64
|
+
"name": "@test/react-native-ui", // prefix it with @test for local, @adiraku for publish to verdaccio
|
|
65
|
+
"version": "0.0.2", // update version arcodingly
|
|
66
|
+
"publishConfig": {
|
|
67
|
+
"registry": "http://localhost:4837" // change the registry arcodingly, localhost if to local
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
Build the libary
|
|
72
|
+
yarn prepack
|
|
73
|
+
|
|
74
|
+
Publish the library locally, to test it first
|
|
75
|
+
npm publish --registry http://localhost:4837
|
|
76
|
+
|
|
77
|
+
After its confirmed that the library is OK, you can publish it to the private verdaccio registry
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Appbar = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _Appbar = require("./Appbar.style");
|
|
10
|
+
var _themes = require("../../themes");
|
|
11
|
+
var _icons = require("../../icons");
|
|
12
|
+
var _typography = require("../typography/typography.component");
|
|
13
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
14
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
+
const Appbar = props => {
|
|
16
|
+
const {
|
|
17
|
+
backIcon = /*#__PURE__*/React.createElement(_icons.IconArrowLeft, {
|
|
18
|
+
width: 20,
|
|
19
|
+
height: 20,
|
|
20
|
+
fill: _themes.Palettes.black[900]
|
|
21
|
+
}),
|
|
22
|
+
title = '',
|
|
23
|
+
customHeader = null,
|
|
24
|
+
containerStyle,
|
|
25
|
+
onBackPress = () => {},
|
|
26
|
+
buttonActions = [],
|
|
27
|
+
withShadow = true
|
|
28
|
+
} = props;
|
|
29
|
+
const computedStyle = (0, _Appbar.getStyle)();
|
|
30
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
31
|
+
style: [computedStyle.container, containerStyle, withShadow && _themes.Shadow['shadow-elevation-2']]
|
|
32
|
+
}, customHeader || /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_reactNative.TouchableHighlight, {
|
|
33
|
+
onPress: onBackPress,
|
|
34
|
+
style: [computedStyle.iconWrapper],
|
|
35
|
+
underlayColor: _themes.Palettes.grey[50]
|
|
36
|
+
}, backIcon), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
37
|
+
style: [computedStyle.contentWrapper]
|
|
38
|
+
}, /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
39
|
+
variant: "subtitle1",
|
|
40
|
+
style: [computedStyle.title]
|
|
41
|
+
}, title), buttonActions.length > 0 && buttonActions.map((action, idx) => /*#__PURE__*/React.createElement(_reactNative.TouchableHighlight, {
|
|
42
|
+
key: idx,
|
|
43
|
+
onPress: action.onPress,
|
|
44
|
+
style: [computedStyle.iconWrapper],
|
|
45
|
+
underlayColor: _themes.Palettes.grey[50]
|
|
46
|
+
}, action.icon)))));
|
|
47
|
+
};
|
|
48
|
+
exports.Appbar = Appbar;
|
|
49
|
+
//# sourceMappingURL=Appbar.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Appbar","props","backIcon","Palettes","black","title","customHeader","containerStyle","onBackPress","buttonActions","withShadow","computedStyle","getStyle","container","Shadow","iconWrapper","grey","contentWrapper","length","map","action","idx","onPress","icon"],"sourceRoot":"..\\..\\src","sources":["Appbar.component.tsx"],"mappings":";;;;;;AAAA;AACA;AAEA;AACA;AACA;AACA;AAAgE;AAAA;AAIhE,MAAMA,MAA4C,GAAIC,KAAK,IAAK;EAC9D,MAAM;IACJC,QAAQ,gBACN,oBAAC,oBAAa;MAAC,KAAK,EAAE,EAAG;MAAC,MAAM,EAAE,EAAG;MAAC,IAAI,EAAEC,gBAAQ,CAACC,KAAK,CAAC,GAAG;IAAE,EACjE;IACDC,KAAK,GAAG,EAAE;IACVC,YAAY,GAAG,IAAI;IACnBC,cAAc;IACdC,WAAW,GAAG,MAAM,CAAC,CAAC;IACtBC,aAAa,GAAG,EAAE;IAClBC,UAAU,GAAG;EACf,CAAC,GAAGT,KAAK;EAET,MAAMU,aAAa,GAAG,IAAAC,gBAAQ,GAAE;EAEhC,oBACE,oBAAC,iBAAI;IACH,KAAK,EAAE,CACLD,aAAa,CAACE,SAAS,EACvBN,cAAc,EACdG,UAAU,IAAII,cAAM,CAAC,oBAAoB,CAAC;EAC1C,GAEDR,YAAY,iBACX,uDACE,oBAAC,+BAAkB;IACjB,OAAO,EAAEE,WAAY;IACrB,KAAK,EAAE,CAACG,aAAa,CAACI,WAAW,CAAE;IACnC,aAAa,EAAEZ,gBAAQ,CAACa,IAAI,CAAC,EAAE;EAAE,GAEhCd,QAAQ,CACU,eACrB,oBAAC,iBAAI;IAAC,KAAK,EAAE,CAACS,aAAa,CAACM,cAAc;EAAE,gBAC1C,oBAAC,sBAAU;IAAC,OAAO,EAAC,WAAW;IAAC,KAAK,EAAE,CAACN,aAAa,CAACN,KAAK;EAAE,GAC1DA,KAAK,CACK,EACZI,aAAa,CAACS,MAAM,GAAG,CAAC,IACvBT,aAAa,CAACU,GAAG,CAAC,CAACC,MAAM,EAAEC,GAAG,kBAC5B,oBAAC,+BAAkB;IACjB,GAAG,EAAEA,GAAI;IACT,OAAO,EAAED,MAAM,CAACE,OAAQ;IACxB,KAAK,EAAE,CAACX,aAAa,CAACI,WAAW,CAAE;IACnC,aAAa,EAAEZ,gBAAQ,CAACa,IAAI,CAAC,EAAE;EAAE,GAEhCI,MAAM,CAACG,IAAI,CAEf,CAAC,CACC,CAEV,CACI;AAEX,CAAC;AAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getStyle = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _themes = require("../../themes");
|
|
9
|
+
const getStyle = () => {
|
|
10
|
+
const computedStyle = {};
|
|
11
|
+
computedStyle.container = {
|
|
12
|
+
width: '100%',
|
|
13
|
+
height: 56,
|
|
14
|
+
padding: _themes.Spacing[16],
|
|
15
|
+
backgroundColor: _themes.Palettes.white[50],
|
|
16
|
+
flexDirection: 'row',
|
|
17
|
+
justifyContent: 'flex-start',
|
|
18
|
+
alignItems: 'center'
|
|
19
|
+
};
|
|
20
|
+
computedStyle.iconWrapper = {
|
|
21
|
+
padding: _themes.Spacing[8],
|
|
22
|
+
borderRadius: _themes.Radius[4]
|
|
23
|
+
};
|
|
24
|
+
computedStyle.contentWrapper = {
|
|
25
|
+
flex: 1,
|
|
26
|
+
marginLeft: _themes.Spacing[16],
|
|
27
|
+
flexDirection: 'row',
|
|
28
|
+
justifyContent: 'space-between',
|
|
29
|
+
alignItems: 'center'
|
|
30
|
+
};
|
|
31
|
+
computedStyle.title = {
|
|
32
|
+
flex: 1
|
|
33
|
+
};
|
|
34
|
+
return _reactNative.StyleSheet.create(computedStyle);
|
|
35
|
+
};
|
|
36
|
+
exports.getStyle = getStyle;
|
|
37
|
+
//# sourceMappingURL=Appbar.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["getStyle","computedStyle","container","width","height","padding","Spacing","backgroundColor","Palettes","white","flexDirection","justifyContent","alignItems","iconWrapper","borderRadius","Radius","contentWrapper","flex","marginLeft","title","StyleSheet","create"],"sourceRoot":"..\\..\\src","sources":["Appbar.style.tsx"],"mappings":";;;;;;AAAA;AAEA;AAYO,MAAMA,QAAQ,GAAG,MAAM;EAC5B,MAAMC,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,OAAO,EAAEC,eAAO,CAAC,EAAE,CAAC;IACpBC,eAAe,EAAEC,gBAAQ,CAACC,KAAK,CAAC,EAAE,CAAC;IACnCC,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,YAAY;IAC5BC,UAAU,EAAE;EACd,CAAC;EAEDX,aAAa,CAACY,WAAW,GAAG;IAC1BR,OAAO,EAAEC,eAAO,CAAC,CAAC,CAAC;IACnBQ,YAAY,EAAEC,cAAM,CAAC,CAAC;EACxB,CAAC;EAEDd,aAAa,CAACe,cAAc,GAAG;IAC7BC,IAAI,EAAE,CAAC;IACPC,UAAU,EAAEZ,eAAO,CAAC,EAAE,CAAC;IACvBI,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,eAAe;IAC/BC,UAAU,EAAE;EACd,CAAC;EAEDX,aAAa,CAACkB,KAAK,GAAG;IACpBF,IAAI,EAAE;EACR,CAAC;EAED,OAAOG,uBAAU,CAACC,MAAM,CAACpB,aAAa,CAAC;AACzC,CAAC;AAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["Appbar.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BottomSheet = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _BottomSheet = require("./BottomSheet.style");
|
|
10
|
+
var _typography = require("../typography/typography.component");
|
|
11
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
14
|
+
const BottomSheet = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
15
|
+
const {
|
|
16
|
+
onDismiss,
|
|
17
|
+
title,
|
|
18
|
+
subtitle,
|
|
19
|
+
isOverlayDismissDisabled = false,
|
|
20
|
+
dismissIcon = null,
|
|
21
|
+
action = null,
|
|
22
|
+
largeIcon = null,
|
|
23
|
+
largeIconContainerHeight = 50,
|
|
24
|
+
animationType = 'slide',
|
|
25
|
+
children
|
|
26
|
+
} = props;
|
|
27
|
+
const screenHeight = _reactNative.Dimensions.get('screen').height;
|
|
28
|
+
const screenWidth = _reactNative.Dimensions.get('screen').width;
|
|
29
|
+
const panY = React.useRef(new _reactNative.Animated.Value(screenHeight)).current;
|
|
30
|
+
const [visibility, setVisibility] = React.useState(false);
|
|
31
|
+
React.useImperativeHandle(ref, () => {
|
|
32
|
+
return {
|
|
33
|
+
open() {
|
|
34
|
+
setVisibility(true);
|
|
35
|
+
},
|
|
36
|
+
close() {
|
|
37
|
+
setVisibility(false);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
}, []);
|
|
41
|
+
const computedStyle = (0, _BottomSheet.getStyle)();
|
|
42
|
+
const resetPositionAnim = _reactNative.Animated.timing(panY, {
|
|
43
|
+
toValue: 0,
|
|
44
|
+
duration: 300,
|
|
45
|
+
useNativeDriver: true
|
|
46
|
+
});
|
|
47
|
+
const closeAnim = _reactNative.Animated.timing(panY, {
|
|
48
|
+
toValue: screenHeight,
|
|
49
|
+
duration: 300,
|
|
50
|
+
useNativeDriver: true
|
|
51
|
+
});
|
|
52
|
+
const translateY = panY.interpolate({
|
|
53
|
+
inputRange: [-1, 0, 1],
|
|
54
|
+
outputRange: [0, 0, 1]
|
|
55
|
+
});
|
|
56
|
+
const handleDismiss = () => {
|
|
57
|
+
setVisibility(false);
|
|
58
|
+
closeAnim.start(onDismiss);
|
|
59
|
+
};
|
|
60
|
+
React.useEffect(() => {
|
|
61
|
+
resetPositionAnim.start();
|
|
62
|
+
}, [resetPositionAnim]);
|
|
63
|
+
const panResponders = React.useRef(_reactNative.PanResponder.create({
|
|
64
|
+
onStartShouldSetPanResponder: () => true,
|
|
65
|
+
onMoveShouldSetPanResponder: () => false,
|
|
66
|
+
onPanResponderMove: _reactNative.Animated.event([null, {
|
|
67
|
+
dy: panY
|
|
68
|
+
}], {
|
|
69
|
+
useNativeDriver: false
|
|
70
|
+
}),
|
|
71
|
+
onPanResponderRelease: (_, gs) => {
|
|
72
|
+
if (gs.dy > 0 && gs.vy > 0.3) {
|
|
73
|
+
return handleDismiss();
|
|
74
|
+
}
|
|
75
|
+
return resetPositionAnim.start();
|
|
76
|
+
}
|
|
77
|
+
})).current;
|
|
78
|
+
const renderSheetHeader = () => {
|
|
79
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
80
|
+
style: [computedStyle.sheetHeaderWrapper]
|
|
81
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
82
|
+
style: [computedStyle.sheetHeader]
|
|
83
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
84
|
+
style: [{
|
|
85
|
+
maxWidth: (screenWidth - 32) / 8 * 2,
|
|
86
|
+
minWidth: (screenWidth - 32) / 8 * 2
|
|
87
|
+
}]
|
|
88
|
+
}, dismissIcon && /*#__PURE__*/React.createElement(_reactNative.TouchableHighlight, {
|
|
89
|
+
onPress: handleDismiss,
|
|
90
|
+
style: [computedStyle.sheetDismissIconWrapper],
|
|
91
|
+
underlayColor: 'transparent'
|
|
92
|
+
}, dismissIcon)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
93
|
+
style: [{
|
|
94
|
+
maxWidth: (screenWidth - 32) / 8 * 4,
|
|
95
|
+
minWidth: (screenWidth - 32) / 8 * 4
|
|
96
|
+
}]
|
|
97
|
+
}, title && /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
98
|
+
variant: "subtitle1",
|
|
99
|
+
style: [computedStyle.textCenter],
|
|
100
|
+
numberOfLines: 2
|
|
101
|
+
}, title)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
102
|
+
style: [{
|
|
103
|
+
maxWidth: (screenWidth - 32) / 8 * 2,
|
|
104
|
+
minWidth: (screenWidth - 32) / 8 * 2
|
|
105
|
+
}, computedStyle.sheetActionWrapper]
|
|
106
|
+
}, action || null)), subtitle && /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
107
|
+
variant: "body2",
|
|
108
|
+
numberOfLines: 2,
|
|
109
|
+
style: [computedStyle.textCenter]
|
|
110
|
+
}, subtitle));
|
|
111
|
+
};
|
|
112
|
+
const renderLargeIconComponent = () => {
|
|
113
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
114
|
+
style: [computedStyle.largeIconContainer, {
|
|
115
|
+
height: largeIconContainerHeight
|
|
116
|
+
}]
|
|
117
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
118
|
+
style: [computedStyle.largeIconAbsoluteWrapper]
|
|
119
|
+
}, largeIcon));
|
|
120
|
+
};
|
|
121
|
+
return /*#__PURE__*/React.createElement(_reactNative.Modal, {
|
|
122
|
+
animated: true,
|
|
123
|
+
animationType: animationType,
|
|
124
|
+
visible: visibility,
|
|
125
|
+
transparent: true,
|
|
126
|
+
onRequestClose: handleDismiss
|
|
127
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
128
|
+
style: [computedStyle.flex, computedStyle.overlayColor]
|
|
129
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableWithoutFeedback, {
|
|
130
|
+
onPress: handleDismiss,
|
|
131
|
+
disabled: isOverlayDismissDisabled
|
|
132
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
133
|
+
style: [computedStyle.overlay]
|
|
134
|
+
})), /*#__PURE__*/React.createElement(_reactNative.Animated.View, {
|
|
135
|
+
style: {
|
|
136
|
+
...computedStyle.container,
|
|
137
|
+
transform: [{
|
|
138
|
+
translateY: translateY
|
|
139
|
+
}]
|
|
140
|
+
}
|
|
141
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.View, _extends({
|
|
142
|
+
style: [computedStyle.sheetIndicatorWrapper]
|
|
143
|
+
}, panResponders.panHandlers), !largeIcon && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
144
|
+
style: computedStyle.sliderIndicator
|
|
145
|
+
})), largeIcon ? renderLargeIconComponent() : renderSheetHeader()), children)));
|
|
146
|
+
});
|
|
147
|
+
exports.BottomSheet = BottomSheet;
|
|
148
|
+
//# sourceMappingURL=BottomSheet.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["BottomSheet","React","forwardRef","props","ref","onDismiss","title","subtitle","isOverlayDismissDisabled","dismissIcon","action","largeIcon","largeIconContainerHeight","animationType","children","screenHeight","Dimensions","get","height","screenWidth","width","panY","useRef","Animated","Value","current","visibility","setVisibility","useState","useImperativeHandle","open","close","computedStyle","getStyle","resetPositionAnim","timing","toValue","duration","useNativeDriver","closeAnim","translateY","interpolate","inputRange","outputRange","handleDismiss","start","useEffect","panResponders","PanResponder","create","onStartShouldSetPanResponder","onMoveShouldSetPanResponder","onPanResponderMove","event","dy","onPanResponderRelease","_","gs","vy","renderSheetHeader","sheetHeaderWrapper","sheetHeader","maxWidth","minWidth","sheetDismissIconWrapper","textCenter","sheetActionWrapper","renderLargeIconComponent","largeIconContainer","largeIconAbsoluteWrapper","flex","overlayColor","overlay","container","transform","sheetIndicatorWrapper","panHandlers","sliderIndicator"],"sourceRoot":"..\\..\\src","sources":["BottomSheet.component.tsx"],"mappings":";;;;;;AAAA;AACA;AASA;AACA;AAAgE;AAAA;AAAA;AAYhE,MAAMA,WAAW,gBAAGC,KAAK,CAACC,UAAU,CAClC,CAACC,KAAK,EAAEC,GAAG,KAAK;EACd,MAAM;IACJC,SAAS;IACTC,KAAK;IACLC,QAAQ;IACRC,wBAAwB,GAAG,KAAK;IAChCC,WAAW,GAAG,IAAI;IAClBC,MAAM,GAAG,IAAI;IACbC,SAAS,GAAG,IAAI;IAChBC,wBAAwB,GAAG,EAAE;IAC7BC,aAAa,GAAG,OAAO;IACvBC;EACF,CAAC,GAAGX,KAAK;EACT,MAAMY,YAAY,GAAGC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC,CAACC,MAAM;EACpD,MAAMC,WAAW,GAAGH,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC,CAACG,KAAK;EAClD,MAAMC,IAAI,GAAGpB,KAAK,CAACqB,MAAM,CAAC,IAAIC,qBAAQ,CAACC,KAAK,CAACT,YAAY,CAAC,CAAC,CAACU,OAAO;EAEnE,MAAM,CAACC,UAAU,EAAEC,aAAa,CAAC,GAAG1B,KAAK,CAAC2B,QAAQ,CAAC,KAAK,CAAC;EAEzD3B,KAAK,CAAC4B,mBAAmB,CACvBzB,GAAG,EACH,MAAM;IACJ,OAAO;MACL0B,IAAI,GAAG;QACLH,aAAa,CAAC,IAAI,CAAC;MACrB,CAAC;MACDI,KAAK,GAAG;QACNJ,aAAa,CAAC,KAAK,CAAC;MACtB;IACF,CAAC;EACH,CAAC,EACD,EAAE,CACH;EAED,MAAMK,aAAa,GAAG,IAAAC,qBAAQ,GAAE;EAEhC,MAAMC,iBAAiB,GAAGX,qBAAQ,CAACY,MAAM,CAACd,IAAI,EAAE;IAC9Ce,OAAO,EAAE,CAAC;IACVC,QAAQ,EAAE,GAAG;IACbC,eAAe,EAAE;EACnB,CAAC,CAAC;EAEF,MAAMC,SAAS,GAAGhB,qBAAQ,CAACY,MAAM,CAACd,IAAI,EAAE;IACtCe,OAAO,EAAErB,YAAY;IACrBsB,QAAQ,EAAE,GAAG;IACbC,eAAe,EAAE;EACnB,CAAC,CAAC;EAEF,MAAME,UAAU,GAAGnB,IAAI,CAACoB,WAAW,CAAC;IAClCC,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IACtBC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;EACvB,CAAC,CAAC;EAEF,MAAMC,aAAa,GAAG,MAAM;IAC1BjB,aAAa,CAAC,KAAK,CAAC;IACpBY,SAAS,CAACM,KAAK,CAACxC,SAAS,CAAC;EAC5B,CAAC;EAEDJ,KAAK,CAAC6C,SAAS,CAAC,MAAM;IACpBZ,iBAAiB,CAACW,KAAK,EAAE;EAC3B,CAAC,EAAE,CAACX,iBAAiB,CAAC,CAAC;EAEvB,MAAMa,aAAa,GAAG9C,KAAK,CAACqB,MAAM,CAChC0B,yBAAY,CAACC,MAAM,CAAC;IAClBC,4BAA4B,EAAE,MAAM,IAAI;IACxCC,2BAA2B,EAAE,MAAM,KAAK;IACxCC,kBAAkB,EAAE7B,qBAAQ,CAAC8B,KAAK,CAAC,CAAC,IAAI,EAAE;MAAEC,EAAE,EAAEjC;IAAK,CAAC,CAAC,EAAE;MACvDiB,eAAe,EAAE;IACnB,CAAC,CAAC;IACFiB,qBAAqB,EAAE,CAACC,CAAC,EAAEC,EAAE,KAAK;MAChC,IAAIA,EAAE,CAACH,EAAE,GAAG,CAAC,IAAIG,EAAE,CAACC,EAAE,GAAG,GAAG,EAAE;QAC5B,OAAOd,aAAa,EAAE;MACxB;MACA,OAAOV,iBAAiB,CAACW,KAAK,EAAE;IAClC;EACF,CAAC,CAAC,CACH,CAACpB,OAAO;EAET,MAAMkC,iBAAiB,GAAG,MAAM;IAC9B,oBACE,oBAAC,iBAAI;MAAC,KAAK,EAAE,CAAC3B,aAAa,CAAC4B,kBAAkB;IAAE,gBAC9C,oBAAC,iBAAI;MAAC,KAAK,EAAE,CAAC5B,aAAa,CAAC6B,WAAW;IAAE,gBACvC,oBAAC,iBAAI;MACH,KAAK,EAAE,CACL;QACEC,QAAQ,EAAG,CAAC3C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI,CAAC;QACtC4C,QAAQ,EAAG,CAAC5C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI;MACvC,CAAC;IACD,GAEDV,WAAW,iBACV,oBAAC,+BAAkB;MACjB,OAAO,EAAEmC,aAAc;MACvB,KAAK,EAAE,CAACZ,aAAa,CAACgC,uBAAuB,CAAE;MAC/C,aAAa,EAAE;IAAc,GAE5BvD,WAAW,CAEf,CACI,eACP,oBAAC,iBAAI;MACH,KAAK,EAAE,CACL;QACEqD,QAAQ,EAAG,CAAC3C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI,CAAC;QACtC4C,QAAQ,EAAG,CAAC5C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI;MACvC,CAAC;IACD,GAEDb,KAAK,iBACJ,oBAAC,sBAAU;MACT,OAAO,EAAC,WAAW;MACnB,KAAK,EAAE,CAAC0B,aAAa,CAACiC,UAAU,CAAE;MAClC,aAAa,EAAE;IAAE,GAEhB3D,KAAK,CAET,CACI,eACP,oBAAC,iBAAI;MACH,KAAK,EAAE,CACL;QACEwD,QAAQ,EAAG,CAAC3C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI,CAAC;QACtC4C,QAAQ,EAAG,CAAC5C,WAAW,GAAG,EAAE,IAAI,CAAC,GAAI;MACvC,CAAC,EACDa,aAAa,CAACkC,kBAAkB;IAChC,GAEDxD,MAAM,IAAI,IAAI,CACV,CACF,EACNH,QAAQ,iBACP,oBAAC,sBAAU;MACT,OAAO,EAAC,OAAO;MACf,aAAa,EAAE,CAAE;MACjB,KAAK,EAAE,CAACyB,aAAa,CAACiC,UAAU;IAAE,GAEjC1D,QAAQ,CAEZ,CACI;EAEX,CAAC;EAED,MAAM4D,wBAAwB,GAAG,MAAM;IACrC,oBACE,oBAAC,iBAAI;MACH,KAAK,EAAE,CACLnC,aAAa,CAACoC,kBAAkB,EAChC;QAAElD,MAAM,EAAEN;MAAyB,CAAC;IACpC,gBAEF,oBAAC,iBAAI;MAAC,KAAK,EAAE,CAACoB,aAAa,CAACqC,wBAAwB;IAAE,GACnD1D,SAAS,CACL,CACF;EAEX,CAAC;EAED,oBACE,oBAAC,kBAAK;IACJ,QAAQ;IACR,aAAa,EAAEE,aAAc;IAC7B,OAAO,EAAEa,UAAW;IACpB,WAAW;IACX,cAAc,EAAEkB;EAAc,gBAE9B,oBAAC,iBAAI;IAAC,KAAK,EAAE,CAACZ,aAAa,CAACsC,IAAI,EAAEtC,aAAa,CAACuC,YAAY;EAAE,gBAC5D,oBAAC,qCAAwB;IACvB,OAAO,EAAE3B,aAAc;IACvB,QAAQ,EAAEpC;EAAyB,gBAEnC,oBAAC,iBAAI;IAAC,KAAK,EAAE,CAACwB,aAAa,CAACwC,OAAO;EAAE,EAAG,CACf,eAC3B,oBAAC,qBAAQ,CAAC,IAAI;IACZ,KAAK,EAAE;MACL,GAAGxC,aAAa,CAACyC,SAAS;MAC1BC,SAAS,EAAE,CAAC;QAAElC,UAAU,EAAEA;MAAW,CAAC;IACxC;EAAE,gBAEF,oBAAC,iBAAI,qBACH,oBAAC,iBAAI;IACH,KAAK,EAAE,CAACR,aAAa,CAAC2C,qBAAqB;EAAE,GACzC5B,aAAa,CAAC6B,WAAW,GAE5B,CAACjE,SAAS,iBAAI,oBAAC,iBAAI;IAAC,KAAK,EAAEqB,aAAa,CAAC6C;EAAgB,EAAG,CACxD,EACNlE,SAAS,GAAGwD,wBAAwB,EAAE,GAAGR,iBAAiB,EAAE,CACxD,EAEN7C,QAAQ,CACK,CACX,CACD;AAEZ,CAAC,CACF;AAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getStyle = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _themes = require("../../../src/themes");
|
|
9
|
+
const getStyle = () => {
|
|
10
|
+
const computedStyle = {};
|
|
11
|
+
computedStyle.flex = {
|
|
12
|
+
flex: 1
|
|
13
|
+
};
|
|
14
|
+
computedStyle.overlay = {
|
|
15
|
+
flex: 1,
|
|
16
|
+
justifyContent: 'flex-end'
|
|
17
|
+
};
|
|
18
|
+
computedStyle.overlayColor = {
|
|
19
|
+
backgroundColor: 'rgba(0,0,0,0.2)'
|
|
20
|
+
};
|
|
21
|
+
computedStyle.container = {
|
|
22
|
+
maxHeight: _reactNative.Dimensions.get('window').height / 8 * 7,
|
|
23
|
+
borderTopRightRadius: _themes.Radius[16],
|
|
24
|
+
borderTopLeftRadius: _themes.Radius[16],
|
|
25
|
+
backgroundColor: _themes.Palettes.whiteDark[50]
|
|
26
|
+
};
|
|
27
|
+
computedStyle.sliderIndicator = {
|
|
28
|
+
height: 5,
|
|
29
|
+
width: 100,
|
|
30
|
+
borderRadius: _themes.Radius.full,
|
|
31
|
+
backgroundColor: _themes.Palettes.grey[100]
|
|
32
|
+
};
|
|
33
|
+
computedStyle.sheetIndicatorWrapper = {
|
|
34
|
+
height: 24,
|
|
35
|
+
alignItems: 'center',
|
|
36
|
+
justifyContent: 'center'
|
|
37
|
+
};
|
|
38
|
+
computedStyle.sheetHeader = {
|
|
39
|
+
flexDirection: 'row',
|
|
40
|
+
alignItems: 'center',
|
|
41
|
+
justifyContent: 'space-between'
|
|
42
|
+
};
|
|
43
|
+
computedStyle.sheetHeaderWrapper = {
|
|
44
|
+
paddingHorizontal: _themes.Spacing[16]
|
|
45
|
+
};
|
|
46
|
+
computedStyle.sheetDismissIconWrapper = {
|
|
47
|
+
padding: 4
|
|
48
|
+
};
|
|
49
|
+
computedStyle.sheetActionWrapper = {
|
|
50
|
+
flexDirection: 'row',
|
|
51
|
+
justifyContent: 'flex-end'
|
|
52
|
+
};
|
|
53
|
+
computedStyle.textCenter = {
|
|
54
|
+
textAlign: 'center'
|
|
55
|
+
};
|
|
56
|
+
computedStyle.largeIconContainer = {
|
|
57
|
+
alignItems: 'center'
|
|
58
|
+
};
|
|
59
|
+
computedStyle.largeIconAbsoluteWrapper = {
|
|
60
|
+
position: 'absolute',
|
|
61
|
+
bottom: 0
|
|
62
|
+
};
|
|
63
|
+
return _reactNative.StyleSheet.create(computedStyle);
|
|
64
|
+
};
|
|
65
|
+
exports.getStyle = getStyle;
|
|
66
|
+
//# sourceMappingURL=BottomSheet.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["getStyle","computedStyle","flex","overlay","justifyContent","overlayColor","backgroundColor","container","maxHeight","Dimensions","get","height","borderTopRightRadius","Radius","borderTopLeftRadius","Palettes","whiteDark","sliderIndicator","width","borderRadius","full","grey","sheetIndicatorWrapper","alignItems","sheetHeader","flexDirection","sheetHeaderWrapper","paddingHorizontal","Spacing","sheetDismissIconWrapper","padding","sheetActionWrapper","textCenter","textAlign","largeIconContainer","largeIconAbsoluteWrapper","position","bottom","StyleSheet","create"],"sourceRoot":"..\\..\\src","sources":["BottomSheet.style.tsx"],"mappings":";;;;;;AACA;AAEA;AAmBO,MAAMA,QAAQ,GAAG,MAAM;EAC5B,MAAMC,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,IAAI,GAAG;IACnBA,IAAI,EAAE;EACR,CAAC;EAEDD,aAAa,CAACE,OAAO,GAAG;IACtBD,IAAI,EAAE,CAAC;IACPE,cAAc,EAAE;EAClB,CAAC;EACDH,aAAa,CAACI,YAAY,GAAG;IAC3BC,eAAe,EAAE;EACnB,CAAC;EAEDL,aAAa,CAACM,SAAS,GAAG;IACxBC,SAAS,EAAGC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC,CAACC,MAAM,GAAG,CAAC,GAAI,CAAC;IACpDC,oBAAoB,EAAEC,cAAM,CAAC,EAAE,CAAC;IAChCC,mBAAmB,EAAED,cAAM,CAAC,EAAE,CAAC;IAC/BP,eAAe,EAAES,gBAAQ,CAACC,SAAS,CAAC,EAAE;EACxC,CAAC;EACDf,aAAa,CAACgB,eAAe,GAAG;IAC9BN,MAAM,EAAE,CAAC;IACTO,KAAK,EAAE,GAAG;IACVC,YAAY,EAAEN,cAAM,CAACO,IAAI;IACzBd,eAAe,EAAES,gBAAQ,CAACM,IAAI,CAAC,GAAG;EACpC,CAAC;EAEDpB,aAAa,CAACqB,qBAAqB,GAAG;IACpCX,MAAM,EAAE,EAAE;IACVY,UAAU,EAAE,QAAQ;IACpBnB,cAAc,EAAE;EAClB,CAAC;EAEDH,aAAa,CAACuB,WAAW,GAAG;IAC1BC,aAAa,EAAE,KAAK;IACpBF,UAAU,EAAE,QAAQ;IACpBnB,cAAc,EAAE;EAClB,CAAC;EAEDH,aAAa,CAACyB,kBAAkB,GAAG;IACjCC,iBAAiB,EAAEC,eAAO,CAAC,EAAE;EAC/B,CAAC;EACD3B,aAAa,CAAC4B,uBAAuB,GAAG;IACtCC,OAAO,EAAE;EACX,CAAC;EACD7B,aAAa,CAAC8B,kBAAkB,GAAG;IACjCN,aAAa,EAAE,KAAK;IACpBrB,cAAc,EAAE;EAClB,CAAC;EAEDH,aAAa,CAAC+B,UAAU,GAAG;IACzBC,SAAS,EAAE;EACb,CAAC;EAEDhC,aAAa,CAACiC,kBAAkB,GAAG;IACjCX,UAAU,EAAE;EACd,CAAC;EAEDtB,aAAa,CAACkC,wBAAwB,GAAG;IACvCC,QAAQ,EAAE,UAAU;IACpBC,MAAM,EAAE;EACV,CAAC;EAED,OAAOC,uBAAU,CAACC,MAAM,CAACtC,aAAa,CAAC;AACzC,CAAC;AAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["BottomSheet.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CheckBoxInput = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _CheckBoxInput = require("./CheckBoxInput.style");
|
|
10
|
+
var _typography = require("../typography/typography.component");
|
|
11
|
+
var _BottomSheet = require("../BottomSheet/BottomSheet.component");
|
|
12
|
+
var _button = require("../button/button.component");
|
|
13
|
+
var _themes = require("../../themes");
|
|
14
|
+
var _icons = require("../../icons");
|
|
15
|
+
var _Divider = require("../Divider/Divider.component");
|
|
16
|
+
var _Checkbox = require("../Checkbox/Checkbox.component");
|
|
17
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
18
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
20
|
+
const CheckBoxInput = props => {
|
|
21
|
+
const {
|
|
22
|
+
value,
|
|
23
|
+
label,
|
|
24
|
+
errorMessage,
|
|
25
|
+
helperMessage,
|
|
26
|
+
isError,
|
|
27
|
+
disabled,
|
|
28
|
+
editable = true,
|
|
29
|
+
inputIcon = /*#__PURE__*/React.createElement(_icons.IconChevronDown, {
|
|
30
|
+
width: 14,
|
|
31
|
+
height: 14,
|
|
32
|
+
fill: _themes.Palettes.black[900]
|
|
33
|
+
}),
|
|
34
|
+
data,
|
|
35
|
+
onSaveInput = () => {},
|
|
36
|
+
saveInputLabel,
|
|
37
|
+
bottomSheetOpt,
|
|
38
|
+
selectionLimit,
|
|
39
|
+
onInputDismiss = () => {}
|
|
40
|
+
} = props;
|
|
41
|
+
const [labelWidth, setLabelWidth] = React.useState(0);
|
|
42
|
+
const [selectedValue, setSelectedValue] = React.useState(value);
|
|
43
|
+
const computedStyle = (0, _CheckBoxInput.getStyle)(props);
|
|
44
|
+
const bottomSheetref = React.useRef(null);
|
|
45
|
+
const animation = React.useRef(new _reactNative.Animated.Value(0));
|
|
46
|
+
const scale = animation.current.interpolate({
|
|
47
|
+
inputRange: [0, 1],
|
|
48
|
+
outputRange: [1, 0.8]
|
|
49
|
+
});
|
|
50
|
+
const translateY = animation.current.interpolate({
|
|
51
|
+
inputRange: [0, 1],
|
|
52
|
+
outputRange: [0, -30]
|
|
53
|
+
});
|
|
54
|
+
const translateX = animation.current.interpolate({
|
|
55
|
+
inputRange: [0, 1],
|
|
56
|
+
outputRange: [0, labelWidth * -0.1]
|
|
57
|
+
});
|
|
58
|
+
const animate = toValue => _reactNative.Animated.spring(animation.current, {
|
|
59
|
+
useNativeDriver: true,
|
|
60
|
+
toValue
|
|
61
|
+
}).start();
|
|
62
|
+
const selectedObject = React.useCallback(() => {
|
|
63
|
+
const labels = value === null || value === void 0 ? void 0 : value.map(check => {
|
|
64
|
+
const checkbox = data === null || data === void 0 ? void 0 : data.find(obj => {
|
|
65
|
+
return obj.value === check.value;
|
|
66
|
+
});
|
|
67
|
+
return checkbox ? checkbox.label : null;
|
|
68
|
+
});
|
|
69
|
+
return labels === null || labels === void 0 ? void 0 : labels.join(', ');
|
|
70
|
+
}, [data, value]);
|
|
71
|
+
React.useEffect(() => {
|
|
72
|
+
if (selectedObject()) {
|
|
73
|
+
animate(1);
|
|
74
|
+
} else {
|
|
75
|
+
animate(0);
|
|
76
|
+
}
|
|
77
|
+
}, [selectedObject]);
|
|
78
|
+
React.useEffect(() => {
|
|
79
|
+
setSelectedValue(value);
|
|
80
|
+
}, [value]);
|
|
81
|
+
const getLabelWidth = event => {
|
|
82
|
+
const {
|
|
83
|
+
width
|
|
84
|
+
} = event.nativeEvent.layout;
|
|
85
|
+
setLabelWidth(width + 24);
|
|
86
|
+
};
|
|
87
|
+
const onCheckboxItemPress = checkboxValue => {
|
|
88
|
+
const index = selectedValue === null || selectedValue === void 0 ? void 0 : selectedValue.some(selected => selected.value === checkboxValue.value);
|
|
89
|
+
if (index) {
|
|
90
|
+
const arr = selectedValue === null || selectedValue === void 0 ? void 0 : selectedValue.filter(item => item.value !== checkboxValue.value);
|
|
91
|
+
setSelectedValue(arr);
|
|
92
|
+
} else {
|
|
93
|
+
if (selectionLimit && selectionLimit > 0 && (selectedValue === null || selectedValue === void 0 ? void 0 : selectedValue.length) === selectionLimit) {
|
|
94
|
+
let temp = selectedValue;
|
|
95
|
+
temp.splice(0, 1);
|
|
96
|
+
setSelectedValue([...(temp || []), checkboxValue]);
|
|
97
|
+
} else {
|
|
98
|
+
setSelectedValue([...(selectedValue || []), checkboxValue]);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
const handleOnSaveInput = () => {
|
|
103
|
+
var _bottomSheetref$curre;
|
|
104
|
+
onSaveInput(selectedValue);
|
|
105
|
+
onInputDismiss();
|
|
106
|
+
(_bottomSheetref$curre = bottomSheetref.current) === null || _bottomSheetref$curre === void 0 ? void 0 : _bottomSheetref$curre.close();
|
|
107
|
+
};
|
|
108
|
+
const openBottomSheet = () => {
|
|
109
|
+
if (!disabled && editable) {
|
|
110
|
+
var _bottomSheetref$curre2;
|
|
111
|
+
(_bottomSheetref$curre2 = bottomSheetref.current) === null || _bottomSheetref$curre2 === void 0 ? void 0 : _bottomSheetref$curre2.open();
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_reactNative.TouchableWithoutFeedback, {
|
|
115
|
+
onPress: openBottomSheet
|
|
116
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
117
|
+
style: computedStyle.fieldWrapper
|
|
118
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
119
|
+
style: computedStyle.fieldContainer
|
|
120
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Animated.View, {
|
|
121
|
+
style: [computedStyle.labelContainer, {
|
|
122
|
+
transform: [{
|
|
123
|
+
scale
|
|
124
|
+
}, {
|
|
125
|
+
translateY
|
|
126
|
+
}, {
|
|
127
|
+
translateX
|
|
128
|
+
}]
|
|
129
|
+
}],
|
|
130
|
+
onLayout: getLabelWidth,
|
|
131
|
+
pointerEvents: "none"
|
|
132
|
+
}, /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
133
|
+
variant: "body2",
|
|
134
|
+
style: computedStyle.label
|
|
135
|
+
}, label)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
136
|
+
style: computedStyle.inputWrapper
|
|
137
|
+
}, /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
138
|
+
variant: "body2",
|
|
139
|
+
style: [computedStyle.textField],
|
|
140
|
+
numberOfLines: 1
|
|
141
|
+
}, selectedObject()), inputIcon)), errorMessage || helperMessage ? /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
142
|
+
variant: "caption",
|
|
143
|
+
style: computedStyle.messageHelper
|
|
144
|
+
}, errorMessage || !isError && helperMessage) : null)), /*#__PURE__*/React.createElement(_BottomSheet.BottomSheet, _extends({
|
|
145
|
+
ref: bottomSheetref,
|
|
146
|
+
onDismiss: onInputDismiss
|
|
147
|
+
}, bottomSheetOpt), /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
148
|
+
data: data,
|
|
149
|
+
renderItem: item => /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
150
|
+
data: item,
|
|
151
|
+
selectedValue: selectedValue,
|
|
152
|
+
onItemPress: onCheckboxItemPress
|
|
153
|
+
})
|
|
154
|
+
// eslint-disable-next-line react-native/no-inline-styles
|
|
155
|
+
,
|
|
156
|
+
contentContainerStyle: {
|
|
157
|
+
padding: 16
|
|
158
|
+
}
|
|
159
|
+
// eslint-disable-next-line react/no-unstable-nested-components
|
|
160
|
+
,
|
|
161
|
+
ItemSeparatorComponent: () => /*#__PURE__*/React.createElement(_Divider.Divider, null)
|
|
162
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
163
|
+
style: {
|
|
164
|
+
padding: 16,
|
|
165
|
+
backgroundColor: 'transparent'
|
|
166
|
+
}
|
|
167
|
+
}, /*#__PURE__*/React.createElement(_button.Button, {
|
|
168
|
+
variant: "primary",
|
|
169
|
+
label: saveInputLabel,
|
|
170
|
+
onPress: handleOnSaveInput
|
|
171
|
+
}))));
|
|
172
|
+
};
|
|
173
|
+
exports.CheckBoxInput = CheckBoxInput;
|
|
174
|
+
function CheckboxItem(_ref) {
|
|
175
|
+
let {
|
|
176
|
+
data,
|
|
177
|
+
selectedValue,
|
|
178
|
+
onItemPress = () => {}
|
|
179
|
+
} = _ref;
|
|
180
|
+
const {
|
|
181
|
+
item
|
|
182
|
+
} = data;
|
|
183
|
+
const computedStyle = (0, _CheckBoxInput.getStyle)({});
|
|
184
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableHighlight, {
|
|
185
|
+
onPress: () => onItemPress(item),
|
|
186
|
+
underlayColor: _themes.Palettes.whiteDark[100],
|
|
187
|
+
disabled: item.disabled
|
|
188
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
189
|
+
style: [computedStyle.checkboxItemWrapper]
|
|
190
|
+
}, /*#__PURE__*/React.createElement(_typography.Typography, {
|
|
191
|
+
variant: "body2",
|
|
192
|
+
numberOfLines: 2
|
|
193
|
+
}, item === null || item === void 0 ? void 0 : item.label), /*#__PURE__*/React.createElement(_Checkbox.Checkbox, {
|
|
194
|
+
selected: !!(selectedValue !== null && selectedValue !== void 0 && selectedValue.some(selected => selected.value === item.value)),
|
|
195
|
+
disabled: item.disabled
|
|
196
|
+
})));
|
|
197
|
+
}
|
|
198
|
+
//# sourceMappingURL=CheckBoxInput.component.js.map
|