@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
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import {
|
|
3
|
+
Animated,
|
|
4
|
+
FlatList,
|
|
5
|
+
TouchableHighlight,
|
|
6
|
+
TouchableWithoutFeedback,
|
|
7
|
+
View,
|
|
8
|
+
} from 'react-native';
|
|
9
|
+
|
|
10
|
+
import { getStyle } from './RadioInput.style';
|
|
11
|
+
import { Palettes } from '../../themes';
|
|
12
|
+
import { IconChevronDown } from '../../icons';
|
|
13
|
+
import { Button } from '../button/button.component';
|
|
14
|
+
import { Typography } from '../typography/typography.component';
|
|
15
|
+
import { BottomSheet } from '../BottomSheet/BottomSheet.component';
|
|
16
|
+
import { RadioButton } from '../RadioButton/RadioButton.component';
|
|
17
|
+
import { Divider } from '../Divider/Divider.component';
|
|
18
|
+
|
|
19
|
+
import type { LayoutChangeEvent } from 'react-native';
|
|
20
|
+
import type { RadioInputProps, RadioItemProps } from './RadioInput.type';
|
|
21
|
+
|
|
22
|
+
const RadioInput: React.FunctionComponent<RadioInputProps> = (props) => {
|
|
23
|
+
const {
|
|
24
|
+
value,
|
|
25
|
+
label,
|
|
26
|
+
errorMessage,
|
|
27
|
+
helperMessage,
|
|
28
|
+
isError,
|
|
29
|
+
disabled,
|
|
30
|
+
editable = true,
|
|
31
|
+
inputIcon = (
|
|
32
|
+
<IconChevronDown width={14} height={14} fill={Palettes.black[900]} />
|
|
33
|
+
),
|
|
34
|
+
data,
|
|
35
|
+
onSaveInput = () => {},
|
|
36
|
+
saveInputLabel,
|
|
37
|
+
bottomSheetOpt,
|
|
38
|
+
onInputDismiss = () => {},
|
|
39
|
+
} = props;
|
|
40
|
+
|
|
41
|
+
const [labelWidth, setLabelWidth] = React.useState(0);
|
|
42
|
+
// const [inputVisibility, setInputVisibility] = React.useState(false);
|
|
43
|
+
const [selectedValue, setSelectedValue] = React.useState(value);
|
|
44
|
+
|
|
45
|
+
const computedStyle = getStyle(props);
|
|
46
|
+
|
|
47
|
+
type BottomSheetHandler = React.ElementRef<typeof BottomSheet>;
|
|
48
|
+
const ref = React.useRef<BottomSheetHandler>(null);
|
|
49
|
+
|
|
50
|
+
const animation = React.useRef(new Animated.Value(0));
|
|
51
|
+
const scale = animation.current.interpolate({
|
|
52
|
+
inputRange: [0, 1],
|
|
53
|
+
outputRange: [1, 0.8],
|
|
54
|
+
});
|
|
55
|
+
const translateY = animation.current.interpolate({
|
|
56
|
+
inputRange: [0, 1],
|
|
57
|
+
outputRange: [0, -30],
|
|
58
|
+
});
|
|
59
|
+
const translateX = animation.current.interpolate({
|
|
60
|
+
inputRange: [0, 1],
|
|
61
|
+
outputRange: [0, labelWidth * -0.1],
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
const animate = (toValue: 0 | 1) =>
|
|
65
|
+
Animated.spring(animation.current, {
|
|
66
|
+
useNativeDriver: true,
|
|
67
|
+
toValue,
|
|
68
|
+
}).start();
|
|
69
|
+
|
|
70
|
+
const selectedObject = React.useCallback(() => {
|
|
71
|
+
return data?.find((obj) => {
|
|
72
|
+
return obj.value === value?.value;
|
|
73
|
+
})?.label;
|
|
74
|
+
}, [data, value]);
|
|
75
|
+
|
|
76
|
+
React.useEffect(() => {
|
|
77
|
+
if (selectedObject()) {
|
|
78
|
+
animate(1);
|
|
79
|
+
} else {
|
|
80
|
+
animate(0);
|
|
81
|
+
}
|
|
82
|
+
}, [selectedObject, value]);
|
|
83
|
+
|
|
84
|
+
React.useEffect(() => {
|
|
85
|
+
setSelectedValue(value);
|
|
86
|
+
}, [value]);
|
|
87
|
+
|
|
88
|
+
const getLabelWidth = (event: LayoutChangeEvent) => {
|
|
89
|
+
const { width } = event.nativeEvent.layout;
|
|
90
|
+
setLabelWidth(width + 24);
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
const onRadioItemPress = (radioValue: RadioItemProps) => {
|
|
94
|
+
if (selectedValue?.value !== radioValue?.value) {
|
|
95
|
+
setSelectedValue(radioValue);
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
const handleOnSaveInput = () => {
|
|
100
|
+
onSaveInput(selectedValue);
|
|
101
|
+
onInputDismiss();
|
|
102
|
+
ref.current?.close();
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
const openBottomSheet = () => {
|
|
106
|
+
if (!disabled && editable) {
|
|
107
|
+
ref.current?.open();
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
return (
|
|
112
|
+
<>
|
|
113
|
+
<TouchableWithoutFeedback onPress={openBottomSheet}>
|
|
114
|
+
<View style={computedStyle.fieldWrapper}>
|
|
115
|
+
<View style={computedStyle.fieldContainer}>
|
|
116
|
+
<Animated.View
|
|
117
|
+
style={[
|
|
118
|
+
computedStyle.labelContainer,
|
|
119
|
+
{
|
|
120
|
+
transform: [{ scale }, { translateY }, { translateX }],
|
|
121
|
+
},
|
|
122
|
+
]}
|
|
123
|
+
onLayout={getLabelWidth}
|
|
124
|
+
pointerEvents="none"
|
|
125
|
+
>
|
|
126
|
+
<Typography variant="body2" style={computedStyle.label}>
|
|
127
|
+
{label}
|
|
128
|
+
</Typography>
|
|
129
|
+
</Animated.View>
|
|
130
|
+
<View style={computedStyle.inputWrapper}>
|
|
131
|
+
<Typography
|
|
132
|
+
variant="body2"
|
|
133
|
+
style={[computedStyle.textField]}
|
|
134
|
+
numberOfLines={1}
|
|
135
|
+
>
|
|
136
|
+
{selectedObject()}
|
|
137
|
+
</Typography>
|
|
138
|
+
{inputIcon && inputIcon}
|
|
139
|
+
</View>
|
|
140
|
+
</View>
|
|
141
|
+
{errorMessage || helperMessage ? (
|
|
142
|
+
<Typography variant="caption" style={computedStyle.messageHelper}>
|
|
143
|
+
{errorMessage || ((!isError && helperMessage) as string)}
|
|
144
|
+
</Typography>
|
|
145
|
+
) : null}
|
|
146
|
+
</View>
|
|
147
|
+
</TouchableWithoutFeedback>
|
|
148
|
+
<BottomSheet onDismiss={onInputDismiss} ref={ref} {...bottomSheetOpt}>
|
|
149
|
+
<FlatList
|
|
150
|
+
data={data}
|
|
151
|
+
renderItem={(item) => (
|
|
152
|
+
<RadioItem
|
|
153
|
+
data={item}
|
|
154
|
+
selectedValue={selectedValue}
|
|
155
|
+
onItemPress={onRadioItemPress}
|
|
156
|
+
/>
|
|
157
|
+
)}
|
|
158
|
+
// eslint-disable-next-line react-native/no-inline-styles
|
|
159
|
+
contentContainerStyle={{ padding: 16 }}
|
|
160
|
+
// eslint-disable-next-line react/no-unstable-nested-components
|
|
161
|
+
ItemSeparatorComponent={() => <Divider />}
|
|
162
|
+
/>
|
|
163
|
+
{/* eslint-disable-next-line react-native/no-inline-styles */}
|
|
164
|
+
<View style={{ padding: 16, backgroundColor: 'transparent' }}>
|
|
165
|
+
<Button
|
|
166
|
+
variant="primary"
|
|
167
|
+
label={saveInputLabel}
|
|
168
|
+
onPress={handleOnSaveInput}
|
|
169
|
+
/>
|
|
170
|
+
</View>
|
|
171
|
+
</BottomSheet>
|
|
172
|
+
</>
|
|
173
|
+
);
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
function RadioItem({
|
|
177
|
+
data,
|
|
178
|
+
selectedValue,
|
|
179
|
+
onItemPress = () => {},
|
|
180
|
+
}: {
|
|
181
|
+
data: {
|
|
182
|
+
item: RadioItemProps;
|
|
183
|
+
};
|
|
184
|
+
selectedValue?: RadioItemProps;
|
|
185
|
+
onItemPress?: (value: RadioItemProps) => void;
|
|
186
|
+
}) {
|
|
187
|
+
const { item } = data;
|
|
188
|
+
const computedStyle = getStyle({} as RadioInputProps);
|
|
189
|
+
|
|
190
|
+
return (
|
|
191
|
+
<TouchableHighlight
|
|
192
|
+
onPress={() => onItemPress(item)}
|
|
193
|
+
underlayColor={Palettes.whiteDark[100]}
|
|
194
|
+
disabled={item.disabled}
|
|
195
|
+
>
|
|
196
|
+
<View style={[computedStyle.radioItemWrapper]}>
|
|
197
|
+
<Typography variant="body2" numberOfLines={2}>
|
|
198
|
+
{item?.label}
|
|
199
|
+
</Typography>
|
|
200
|
+
<RadioButton
|
|
201
|
+
selected={item.value === selectedValue?.value}
|
|
202
|
+
disabled={item.disabled}
|
|
203
|
+
/>
|
|
204
|
+
</View>
|
|
205
|
+
</TouchableHighlight>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export { RadioInput };
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import { StyleSheet } from 'react-native';
|
|
4
|
+
import type { RadioInputProps } from './RadioInput.type';
|
|
5
|
+
import { Palettes, Radius, Spacing } from '../../themes';
|
|
6
|
+
|
|
7
|
+
interface ComputedStyleProps {
|
|
8
|
+
fieldWrapper?: ViewStyle;
|
|
9
|
+
fieldContainer?: ViewStyle;
|
|
10
|
+
labelContainer?: ViewStyle;
|
|
11
|
+
label?: TextStyle;
|
|
12
|
+
inputWrapper?: ViewStyle;
|
|
13
|
+
textField?: TextStyle;
|
|
14
|
+
messageHelper?: TextStyle;
|
|
15
|
+
counter?: TextStyle;
|
|
16
|
+
inputIconWrapper?: ViewStyle;
|
|
17
|
+
radioItemWrapper?: ViewStyle;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export const getStyle = (props: RadioInputProps) => {
|
|
21
|
+
const { editable = true, disabled = false, isError, errorMessage } = props;
|
|
22
|
+
|
|
23
|
+
const stateColor =
|
|
24
|
+
isError || errorMessage
|
|
25
|
+
? { text: Palettes.red[500], border: Palettes.red[500] }
|
|
26
|
+
: {
|
|
27
|
+
text: Palettes.black[900],
|
|
28
|
+
border: Palettes.grey[200],
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
const computedStyle: ComputedStyleProps = {};
|
|
32
|
+
|
|
33
|
+
computedStyle.fieldWrapper = {
|
|
34
|
+
width: '100%',
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
computedStyle.fieldContainer = {
|
|
38
|
+
alignItems: 'flex-start',
|
|
39
|
+
justifyContent: 'center',
|
|
40
|
+
width: '100%',
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
computedStyle.labelContainer = {
|
|
44
|
+
zIndex: 99,
|
|
45
|
+
position: 'absolute',
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
computedStyle.label = {
|
|
49
|
+
color: stateColor.text,
|
|
50
|
+
backgroundColor:
|
|
51
|
+
!editable || disabled ? Palettes.grey[50] : Palettes.whiteDark[50],
|
|
52
|
+
paddingHorizontal: Spacing[4],
|
|
53
|
+
borderRadius: Radius[4],
|
|
54
|
+
marginLeft: Spacing[8],
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
computedStyle.inputWrapper = {
|
|
58
|
+
height: 48,
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
justifyContent: 'space-between',
|
|
61
|
+
alignItems: 'center',
|
|
62
|
+
borderWidth: Radius.border,
|
|
63
|
+
borderColor: stateColor.border,
|
|
64
|
+
backgroundColor:
|
|
65
|
+
!editable || disabled ? Palettes.grey[50] : Palettes.whiteDark[50],
|
|
66
|
+
borderRadius: Radius[8],
|
|
67
|
+
padding: Spacing[8],
|
|
68
|
+
width: '100%',
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
computedStyle.textField = {
|
|
72
|
+
flex: 1,
|
|
73
|
+
color: Palettes.black[900],
|
|
74
|
+
padding: 0,
|
|
75
|
+
margin: 0,
|
|
76
|
+
overflow: 'visible',
|
|
77
|
+
fontSize: 14,
|
|
78
|
+
lineHeight: 21,
|
|
79
|
+
fontFamily: 'Montserrat-Regular',
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
computedStyle.messageHelper = {
|
|
83
|
+
alignSelf: 'flex-start',
|
|
84
|
+
marginLeft: 12,
|
|
85
|
+
color: stateColor.text,
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
computedStyle.counter = {
|
|
89
|
+
marginLeft: Spacing[4],
|
|
90
|
+
color: Palettes.grey[500],
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
computedStyle.inputIconWrapper = {
|
|
94
|
+
marginLeft: Spacing[4],
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
computedStyle.radioItemWrapper = {
|
|
98
|
+
paddingVertical: Spacing[16],
|
|
99
|
+
borderRadius: Radius[8],
|
|
100
|
+
flexDirection: 'row',
|
|
101
|
+
alignItems: 'center',
|
|
102
|
+
justifyContent: 'space-between',
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
return StyleSheet.create(computedStyle);
|
|
106
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import { BottomSheetProps } from '../BottomSheet/BottomSheet.type';
|
|
3
|
+
|
|
4
|
+
export interface RadioInputProps {
|
|
5
|
+
/**
|
|
6
|
+
* A string that specifies the label text for the input field.
|
|
7
|
+
*/
|
|
8
|
+
label: string;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* A string that specifies a helper message to be displayed below the input field.
|
|
12
|
+
* This message can be used to provide additional information or
|
|
13
|
+
* guidance to the user, such as formatting requirements or error messages.
|
|
14
|
+
*/
|
|
15
|
+
helperMessage?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Indicate error state
|
|
19
|
+
*/
|
|
20
|
+
isError?: boolean;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* A string that specifies an error message to be displayed below the input field.
|
|
24
|
+
* When this prop is present, it will replace the helperMessage prop with the
|
|
25
|
+
* specified error message, regardless of the value of the isError prop.
|
|
26
|
+
*/
|
|
27
|
+
errorMessage?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Show Icon at the end of TextInput.
|
|
31
|
+
*/
|
|
32
|
+
inputIcon?: ReactNode;
|
|
33
|
+
|
|
34
|
+
value?: RadioItemProps;
|
|
35
|
+
|
|
36
|
+
editable?: boolean;
|
|
37
|
+
disabled?: boolean;
|
|
38
|
+
|
|
39
|
+
data?: RadioItemProps[];
|
|
40
|
+
|
|
41
|
+
onSaveInput?: (selectedValue?: RadioItemProps) => void;
|
|
42
|
+
|
|
43
|
+
saveInputLabel: string;
|
|
44
|
+
|
|
45
|
+
bottomSheetOpt: Omit<BottomSheetProps, 'visibility' | 'onDismiss'>;
|
|
46
|
+
|
|
47
|
+
onInputDismiss?: () => void;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export type RadioItemProps = {
|
|
51
|
+
label: string;
|
|
52
|
+
value: string;
|
|
53
|
+
disabled?: boolean;
|
|
54
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { Typography } from '../typography/typography.component';
|
|
5
|
+
import { getStyle } from './Snakbar.style';
|
|
6
|
+
|
|
7
|
+
import type { SnackbarProps } from './Snackbar.type';
|
|
8
|
+
|
|
9
|
+
const Snackbar: React.FunctionComponent<SnackbarProps> = (props) => {
|
|
10
|
+
const { message = '', action = null, containerStyle } = props;
|
|
11
|
+
|
|
12
|
+
const computedStyle = getStyle();
|
|
13
|
+
|
|
14
|
+
return (
|
|
15
|
+
<View style={[computedStyle.container, containerStyle]}>
|
|
16
|
+
<Typography
|
|
17
|
+
variant="caption"
|
|
18
|
+
numberOfLines={3}
|
|
19
|
+
style={[computedStyle.message]}
|
|
20
|
+
>
|
|
21
|
+
{message}
|
|
22
|
+
</Typography>
|
|
23
|
+
{action && <View style={[computedStyle.actionWrapper]}>{action}</View>}
|
|
24
|
+
</View>
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { Snackbar };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
|
|
3
|
+
import { Palettes, Radius, Shadow, Spacing } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { ViewStyle, TextStyle } from 'react-native';
|
|
6
|
+
|
|
7
|
+
interface ComputedStyleProps {
|
|
8
|
+
container?: ViewStyle;
|
|
9
|
+
message?: TextStyle;
|
|
10
|
+
actionWrapper?: ViewStyle;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export const getStyle = () => {
|
|
14
|
+
const computedStyle: ComputedStyleProps = {};
|
|
15
|
+
|
|
16
|
+
computedStyle.container = {
|
|
17
|
+
padding: Spacing[12],
|
|
18
|
+
borderRadius: Radius[8],
|
|
19
|
+
flexDirection: 'row',
|
|
20
|
+
alignItems: 'center',
|
|
21
|
+
justifyContent: 'space-between',
|
|
22
|
+
backgroundColor: Palettes.blue[50],
|
|
23
|
+
...Shadow['shadow-elevation-1'],
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
computedStyle.message = {
|
|
27
|
+
flex: 1,
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
computedStyle.actionWrapper = {
|
|
31
|
+
marginLeft: Spacing[16],
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return StyleSheet.create(computedStyle);
|
|
35
|
+
};
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import { getStyle } from './StepperCounter.style';
|
|
4
|
+
import type { StepperCounterProps } from './StepperCounter.type';
|
|
5
|
+
import { Typography } from '../typography/typography.component';
|
|
6
|
+
import { LayoutChangeEvent } from 'react-native';
|
|
7
|
+
|
|
8
|
+
const StepperCounter: React.FunctionComponent<StepperCounterProps> = (
|
|
9
|
+
props
|
|
10
|
+
) => {
|
|
11
|
+
const {
|
|
12
|
+
labels = [],
|
|
13
|
+
activeStepIndex = 0,
|
|
14
|
+
activeStepIndicator = null,
|
|
15
|
+
} = props;
|
|
16
|
+
|
|
17
|
+
const [firstItemWidth, setFirstItemWidth] = React.useState(0);
|
|
18
|
+
const [lastItemWidth, setLastItemWidth] = React.useState(0);
|
|
19
|
+
|
|
20
|
+
const computedStyle = getStyle();
|
|
21
|
+
|
|
22
|
+
const getFirstAndLastWidthItem = (event: LayoutChangeEvent, idx: number) => {
|
|
23
|
+
const { width } = event.nativeEvent.layout;
|
|
24
|
+
if (idx === 0) {
|
|
25
|
+
setFirstItemWidth(width);
|
|
26
|
+
} else if (idx === labels.length - 1) {
|
|
27
|
+
setLastItemWidth(width);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
const isCurrentStep = (idx: number) => {
|
|
32
|
+
return idx === activeStepIndex;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const isBeforeStep = (idx: number) => {
|
|
36
|
+
return idx < activeStepIndex;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
const isAfterStep = (idx: number) => {
|
|
40
|
+
return idx > activeStepIndex;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const getStepNumber = (idx: number) => {
|
|
44
|
+
return idx.toLocaleString('en-US', {
|
|
45
|
+
minimumIntegerDigits: 2,
|
|
46
|
+
useGrouping: false,
|
|
47
|
+
});
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
return (
|
|
51
|
+
<View style={computedStyle.container}>
|
|
52
|
+
<View
|
|
53
|
+
style={[
|
|
54
|
+
computedStyle.lineContainer,
|
|
55
|
+
{
|
|
56
|
+
paddingLeft: firstItemWidth / 2,
|
|
57
|
+
paddingRight: lastItemWidth / 2,
|
|
58
|
+
},
|
|
59
|
+
]}
|
|
60
|
+
>
|
|
61
|
+
{labels.length > 0 &&
|
|
62
|
+
[...Array(labels.length - 1)].map((_, idx) => (
|
|
63
|
+
<View
|
|
64
|
+
style={[
|
|
65
|
+
computedStyle.stepLine,
|
|
66
|
+
idx <= activeStepIndex - 1 && computedStyle.stepLineActive,
|
|
67
|
+
]}
|
|
68
|
+
/>
|
|
69
|
+
))}
|
|
70
|
+
</View>
|
|
71
|
+
<View style={computedStyle.stepItemContainer}>
|
|
72
|
+
{labels.map((label, idx) => (
|
|
73
|
+
<View
|
|
74
|
+
style={computedStyle.stepItemWrapper}
|
|
75
|
+
onLayout={(event) => getFirstAndLastWidthItem(event, idx)}
|
|
76
|
+
>
|
|
77
|
+
<View
|
|
78
|
+
style={[
|
|
79
|
+
computedStyle.stepItem,
|
|
80
|
+
isCurrentStep(idx) && computedStyle.stepItemActive,
|
|
81
|
+
isAfterStep(idx) && computedStyle.stepItemInactive,
|
|
82
|
+
]}
|
|
83
|
+
>
|
|
84
|
+
{isBeforeStep(idx) ? (
|
|
85
|
+
activeStepIndicator
|
|
86
|
+
) : (
|
|
87
|
+
<Typography
|
|
88
|
+
variant="caption2"
|
|
89
|
+
style={[
|
|
90
|
+
computedStyle.stepItemNumberActive,
|
|
91
|
+
isAfterStep(idx) && computedStyle.stepItemNumberInactive,
|
|
92
|
+
]}
|
|
93
|
+
>
|
|
94
|
+
{getStepNumber(idx + 1)}
|
|
95
|
+
</Typography>
|
|
96
|
+
)}
|
|
97
|
+
</View>
|
|
98
|
+
<Typography
|
|
99
|
+
variant="overline"
|
|
100
|
+
style={[isAfterStep(idx) && computedStyle.labelInactive]}
|
|
101
|
+
>
|
|
102
|
+
{label}
|
|
103
|
+
</Typography>
|
|
104
|
+
</View>
|
|
105
|
+
))}
|
|
106
|
+
</View>
|
|
107
|
+
</View>
|
|
108
|
+
);
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export { StepperCounter };
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import { StyleSheet } from 'react-native';
|
|
4
|
+
import { Palettes, Radius, Spacing } from '../../themes';
|
|
5
|
+
|
|
6
|
+
interface ComputedStyleProps {
|
|
7
|
+
container?: ViewStyle;
|
|
8
|
+
lineContainer?: ViewStyle;
|
|
9
|
+
stepLine?: ViewStyle;
|
|
10
|
+
stepLineActive?: ViewStyle;
|
|
11
|
+
stepItemWrapper?: ViewStyle;
|
|
12
|
+
stepItemContainer?: ViewStyle;
|
|
13
|
+
stepItem?: ViewStyle;
|
|
14
|
+
stepItemActive?: ViewStyle;
|
|
15
|
+
stepItemInactive?: ViewStyle;
|
|
16
|
+
stepItemNumberActive?: TextStyle;
|
|
17
|
+
stepItemNumberInactive?: TextStyle;
|
|
18
|
+
labelInactive?: TextStyle;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const getStyle = () => {
|
|
22
|
+
const computedStyle: ComputedStyleProps = {};
|
|
23
|
+
|
|
24
|
+
computedStyle.container = {
|
|
25
|
+
minHeight: 30,
|
|
26
|
+
borderRadius: 4,
|
|
27
|
+
width: '100%',
|
|
28
|
+
flexDirection: 'row',
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
computedStyle.lineContainer = {
|
|
32
|
+
position: 'absolute',
|
|
33
|
+
width: '100%',
|
|
34
|
+
flexDirection: 'row',
|
|
35
|
+
top: 10,
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
computedStyle.stepLine = {
|
|
39
|
+
height: 4,
|
|
40
|
+
flexGrow: 1,
|
|
41
|
+
backgroundColor: Palettes.grey[50],
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
computedStyle.stepLineActive = {
|
|
45
|
+
backgroundColor: Palettes.green[700],
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
computedStyle.stepItemContainer = {
|
|
49
|
+
padding: 0,
|
|
50
|
+
margin: 0,
|
|
51
|
+
width: '100%',
|
|
52
|
+
flexDirection: 'row',
|
|
53
|
+
justifyContent: 'space-between',
|
|
54
|
+
position: 'absolute',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
computedStyle.stepItemWrapper = {
|
|
58
|
+
justifyContent: 'center',
|
|
59
|
+
alignItems: 'center',
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
computedStyle.stepItem = {
|
|
63
|
+
justifyContent: 'center',
|
|
64
|
+
alignItems: 'center',
|
|
65
|
+
height: 24,
|
|
66
|
+
width: 24,
|
|
67
|
+
borderRadius: Radius.full,
|
|
68
|
+
backgroundColor: Palettes.green[700],
|
|
69
|
+
borderWidth: 2,
|
|
70
|
+
borderColor: Palettes.green[700],
|
|
71
|
+
marginBottom: Spacing[4],
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
computedStyle.stepItemActive = {
|
|
75
|
+
backgroundColor: Palettes.white[50],
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
computedStyle.stepItemInactive = {
|
|
79
|
+
backgroundColor: Palettes.grey[50],
|
|
80
|
+
borderColor: Palettes.grey[50],
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
computedStyle.stepItemNumberActive = {
|
|
84
|
+
color: Palettes.green[700],
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
computedStyle.stepItemNumberInactive = {
|
|
88
|
+
color: Palettes.grey[500],
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
computedStyle.labelInactive = {
|
|
92
|
+
color: Palettes.grey[500],
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
return StyleSheet.create(computedStyle);
|
|
96
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface StepperCounterProps {
|
|
4
|
+
/**
|
|
5
|
+
* A list of string that display the StepperCounter component.
|
|
6
|
+
*/
|
|
7
|
+
labels?: string[];
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Index that represent current active step.
|
|
11
|
+
*/
|
|
12
|
+
activeStepIndex?: number;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* A component that will be displayed if the step already passed.
|
|
16
|
+
*/
|
|
17
|
+
activeStepIndicator?: ReactNode;
|
|
18
|
+
}
|