@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,57 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
import { TextInput } from 'react-native';
|
|
5
|
+
import { getStyle } from './TextArea.style';
|
|
6
|
+
import { Palettes } from '../../themes';
|
|
7
|
+
import { Typography } from '../typography/typography.component';
|
|
8
|
+
const TextArea = props => {
|
|
9
|
+
const {
|
|
10
|
+
label = '',
|
|
11
|
+
value = '',
|
|
12
|
+
helperMessage = '',
|
|
13
|
+
counter = 0,
|
|
14
|
+
errorMessage,
|
|
15
|
+
isError,
|
|
16
|
+
onBlur = () => null,
|
|
17
|
+
onFocus = () => null,
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
const [focused, setFocused] = React.useState(false);
|
|
21
|
+
const computedStyle = getStyle(props, focused);
|
|
22
|
+
const handleOnFocus = event => {
|
|
23
|
+
setFocused(true);
|
|
24
|
+
onBlur(event);
|
|
25
|
+
};
|
|
26
|
+
const handleOnBlur = event => {
|
|
27
|
+
if (value === '') {
|
|
28
|
+
onFocus(event);
|
|
29
|
+
}
|
|
30
|
+
setFocused(false);
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
33
|
+
style: computedStyle.fieldContainer
|
|
34
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
35
|
+
variant: "subtitle2",
|
|
36
|
+
style: computedStyle.label
|
|
37
|
+
}, label), /*#__PURE__*/React.createElement(View, {
|
|
38
|
+
style: computedStyle.fieldWrapper
|
|
39
|
+
}, /*#__PURE__*/React.createElement(TextInput, _extends({
|
|
40
|
+
numberOfLines: 3,
|
|
41
|
+
multiline: true,
|
|
42
|
+
textAlignVertical: "top",
|
|
43
|
+
style: computedStyle.TextInput,
|
|
44
|
+
value: value,
|
|
45
|
+
placeholderTextColor: Palettes.grey[500],
|
|
46
|
+
onBlur: handleOnBlur,
|
|
47
|
+
onFocus: handleOnFocus
|
|
48
|
+
}, rest)), counter > 0 && /*#__PURE__*/React.createElement(Typography, {
|
|
49
|
+
variant: "caption",
|
|
50
|
+
style: computedStyle.counter
|
|
51
|
+
}, `${value.length}/${counter}`)), errorMessage || helperMessage ? /*#__PURE__*/React.createElement(Typography, {
|
|
52
|
+
variant: "caption",
|
|
53
|
+
style: computedStyle.messageHelper
|
|
54
|
+
}, errorMessage || !isError && helperMessage) : null);
|
|
55
|
+
};
|
|
56
|
+
export { TextArea };
|
|
57
|
+
//# sourceMappingURL=TextArea.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","TextInput","getStyle","Palettes","Typography","TextArea","props","label","value","helperMessage","counter","errorMessage","isError","onBlur","onFocus","rest","focused","setFocused","useState","computedStyle","handleOnFocus","event","handleOnBlur","fieldContainer","fieldWrapper","grey","length","messageHelper"],"sourceRoot":"..\\..\\src","sources":["TextArea.component.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,SAAS,QAAQ,cAAc;AAExC,SAASC,QAAQ,QAAQ,kBAAkB;AAC3C,SAASC,QAAQ,QAAQ,cAAc;AACvC,SAASC,UAAU,QAAQ,oCAAoC;AAM/D,MAAMC,QAAgD,GAAIC,KAAK,IAAK;EAClE,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,KAAK,GAAG,EAAE;IACVC,aAAa,GAAG,EAAE;IAClBC,OAAO,GAAG,CAAC;IACXC,YAAY;IACZC,OAAO;IACPC,MAAM,GAAG,MAAM,IAAI;IACnBC,OAAO,GAAG,MAAM,IAAI;IACpB,GAAGC;EACL,CAAC,GAAGT,KAAK;EAET,MAAM,CAACU,OAAO,EAAEC,UAAU,CAAC,GAAGlB,KAAK,CAACmB,QAAQ,CAAC,KAAK,CAAC;EAEnD,MAAMC,aAAa,GAAGjB,QAAQ,CAACI,KAAK,EAAEU,OAAO,CAAC;EAE9C,MAAMI,aAAa,GACjBC,KAAoD,IACjD;IACHJ,UAAU,CAAC,IAAI,CAAC;IAChBJ,MAAM,CAACQ,KAAK,CAAC;EACf,CAAC;EACD,MAAMC,YAAY,GAChBD,KAAoD,IACjD;IACH,IAAIb,KAAK,KAAK,EAAE,EAAE;MAChBM,OAAO,CAACO,KAAK,CAAC;IAChB;IACAJ,UAAU,CAAC,KAAK,CAAC;EACnB,CAAC;EAED,oBACE,oBAAC,IAAI;IAAC,KAAK,EAAEE,aAAa,CAACI;EAAe,gBACxC,oBAAC,UAAU;IAAC,OAAO,EAAC,WAAW;IAAC,KAAK,EAAEJ,aAAa,CAACZ;EAAM,GACxDA,KAAK,CACK,eACb,oBAAC,IAAI;IAAC,KAAK,EAAEY,aAAa,CAACK;EAAa,gBACtC,oBAAC,SAAS;IACR,aAAa,EAAE,CAAE;IACjB,SAAS,EAAE,IAAK;IAChB,iBAAiB,EAAC,KAAK;IACvB,KAAK,EAAEL,aAAa,CAAClB,SAAU;IAC/B,KAAK,EAAEO,KAAM;IACb,oBAAoB,EAAEL,QAAQ,CAACsB,IAAI,CAAC,GAAG,CAAE;IACzC,MAAM,EAAEH,YAAa;IACrB,OAAO,EAAEF;EAAc,GACnBL,IAAI,EACR,EACDL,OAAO,GAAG,CAAC,iBACV,oBAAC,UAAU;IACT,OAAO,EAAC,SAAS;IACjB,KAAK,EAAES,aAAa,CAACT;EAAQ,GAC5B,GAAEF,KAAK,CAACkB,MAAO,IAAGhB,OAAQ,EAAC,CAC/B,CACI,EACNC,YAAY,IAAIF,aAAa,gBAC5B,oBAAC,UAAU;IAAC,OAAO,EAAC,SAAS;IAAC,KAAK,EAAEU,aAAa,CAACQ;EAAc,GAC9DhB,YAAY,IAAM,CAACC,OAAO,IAAIH,aAAyB,CAC7C,GACX,IAAI,CACH;AAEX,CAAC;AAED,SAASJ,QAAQ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Radius, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = (props, isFocused) => {
|
|
4
|
+
const {
|
|
5
|
+
editable = true,
|
|
6
|
+
isError,
|
|
7
|
+
errorMessage
|
|
8
|
+
} = props;
|
|
9
|
+
const computedStyle = {};
|
|
10
|
+
const stateColor = isError || errorMessage ? {
|
|
11
|
+
text: Palettes.red[500],
|
|
12
|
+
border: Palettes.red[500]
|
|
13
|
+
} : {
|
|
14
|
+
text: Palettes.black[900],
|
|
15
|
+
border: isFocused ? Palettes.grey[900] : Palettes.grey[200]
|
|
16
|
+
};
|
|
17
|
+
computedStyle.fieldContainer = {
|
|
18
|
+
width: '100%',
|
|
19
|
+
gap: Spacing[8]
|
|
20
|
+
};
|
|
21
|
+
computedStyle.label = {
|
|
22
|
+
color: Palettes.black[900]
|
|
23
|
+
};
|
|
24
|
+
computedStyle.fieldWrapper = {
|
|
25
|
+
borderWidth: Radius.border,
|
|
26
|
+
borderRadius: Radius[8],
|
|
27
|
+
borderColor: stateColor.border,
|
|
28
|
+
padding: Spacing[12],
|
|
29
|
+
backgroundColor: editable ? Palettes.white[50] : Palettes.grey[50]
|
|
30
|
+
};
|
|
31
|
+
computedStyle.TextInput = {
|
|
32
|
+
height: 72,
|
|
33
|
+
padding: 0,
|
|
34
|
+
margin: 0,
|
|
35
|
+
overflow: 'visible',
|
|
36
|
+
fontSize: 14,
|
|
37
|
+
lineHeight: 21,
|
|
38
|
+
fontFamily: 'Montserrat-Regular',
|
|
39
|
+
color: Palettes.black[900],
|
|
40
|
+
verticalAlign: 'top'
|
|
41
|
+
};
|
|
42
|
+
computedStyle.counter = {
|
|
43
|
+
textAlign: 'right'
|
|
44
|
+
};
|
|
45
|
+
computedStyle.messageHelper = {
|
|
46
|
+
color: stateColor.text
|
|
47
|
+
};
|
|
48
|
+
return StyleSheet.create(computedStyle);
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=TextArea.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Spacing","getStyle","props","isFocused","editable","isError","errorMessage","computedStyle","stateColor","text","red","border","black","grey","fieldContainer","width","gap","label","color","fieldWrapper","borderWidth","borderRadius","borderColor","padding","backgroundColor","white","TextInput","height","margin","overflow","fontSize","lineHeight","fontFamily","verticalAlign","counter","textAlign","messageHelper","create"],"sourceRoot":"..\\..\\src","sources":["TextArea.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AAEzC,SAASC,QAAQ,EAAEC,MAAM,EAAEC,OAAO,QAAQ,cAAc;AAaxD,OAAO,MAAMC,QAAQ,GAAG,CAACC,KAAoB,EAAEC,SAAkB,KAAK;EACpE,MAAM;IAAEC,QAAQ,GAAG,IAAI;IAAEC,OAAO;IAAEC;EAAa,CAAC,GAAGJ,KAAK;EAExD,MAAMK,aAAiC,GAAG,CAAC,CAAC;EAE5C,MAAMC,UAAU,GACdH,OAAO,IAAIC,YAAY,GACnB;IAAEG,IAAI,EAAEX,QAAQ,CAACY,GAAG,CAAC,GAAG,CAAC;IAAEC,MAAM,EAAEb,QAAQ,CAACY,GAAG,CAAC,GAAG;EAAE,CAAC,GACtD;IACED,IAAI,EAAEX,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC;IACzBD,MAAM,EAAER,SAAS,GAAGL,QAAQ,CAACe,IAAI,CAAC,GAAG,CAAC,GAAGf,QAAQ,CAACe,IAAI,CAAC,GAAG;EAC5D,CAAC;EAEPN,aAAa,CAACO,cAAc,GAAG;IAC7BC,KAAK,EAAE,MAAM;IACbC,GAAG,EAAEhB,OAAO,CAAC,CAAC;EAChB,CAAC;EAEDO,aAAa,CAACU,KAAK,GAAG;IACpBC,KAAK,EAAEpB,QAAQ,CAACc,KAAK,CAAC,GAAG;EAC3B,CAAC;EAEDL,aAAa,CAACY,YAAY,GAAG;IAC3BC,WAAW,EAAErB,MAAM,CAACY,MAAM;IAC1BU,YAAY,EAAEtB,MAAM,CAAC,CAAC,CAAC;IACvBuB,WAAW,EAAEd,UAAU,CAACG,MAAM;IAC9BY,OAAO,EAAEvB,OAAO,CAAC,EAAE,CAAC;IACpBwB,eAAe,EAAEpB,QAAQ,GAAGN,QAAQ,CAAC2B,KAAK,CAAC,EAAE,CAAC,GAAG3B,QAAQ,CAACe,IAAI,CAAC,EAAE;EACnE,CAAC;EAEDN,aAAa,CAACmB,SAAS,GAAG;IACxBC,MAAM,EAAE,EAAE;IACVJ,OAAO,EAAE,CAAC;IACVK,MAAM,EAAE,CAAC;IACTC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,UAAU,EAAE,oBAAoB;IAChCd,KAAK,EAAEpB,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC;IAC1BqB,aAAa,EAAE;EACjB,CAAC;EAED1B,aAAa,CAAC2B,OAAO,GAAG;IACtBC,SAAS,EAAE;EACb,CAAC;EAED5B,aAAa,CAAC6B,aAAa,GAAG;IAC5BlB,KAAK,EAAEV,UAAU,CAACC;EACpB,CAAC;EAED,OAAOZ,UAAU,CAACwC,MAAM,CAAC9B,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["TextArea.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
import { getStyle } from './TextInput.style';
|
|
5
|
+
import { TextInput as RNTextInput } from 'react-native';
|
|
6
|
+
import { Typography } from '../typography/typography.component';
|
|
7
|
+
import { Animated } from 'react-native';
|
|
8
|
+
import { Palettes } from '../../themes';
|
|
9
|
+
const TextInput = props => {
|
|
10
|
+
const {
|
|
11
|
+
value,
|
|
12
|
+
label,
|
|
13
|
+
onBlur = () => null,
|
|
14
|
+
onFocus = () => null,
|
|
15
|
+
errorMessage,
|
|
16
|
+
helperMessage,
|
|
17
|
+
isError,
|
|
18
|
+
counter = 0,
|
|
19
|
+
inputIcon = null,
|
|
20
|
+
...rest
|
|
21
|
+
} = props;
|
|
22
|
+
const [labelWidth, setLabelWidth] = React.useState(0);
|
|
23
|
+
const [focused, setFocused] = React.useState(false);
|
|
24
|
+
const computedStyle = getStyle(props, focused);
|
|
25
|
+
const animation = React.useRef(new Animated.Value(0));
|
|
26
|
+
const scale = animation.current.interpolate({
|
|
27
|
+
inputRange: [0, 1],
|
|
28
|
+
outputRange: [1, 0.8]
|
|
29
|
+
});
|
|
30
|
+
const translateY = animation.current.interpolate({
|
|
31
|
+
inputRange: [0, 1],
|
|
32
|
+
outputRange: [0, -30]
|
|
33
|
+
});
|
|
34
|
+
const translateX = animation.current.interpolate({
|
|
35
|
+
inputRange: [0, 1],
|
|
36
|
+
outputRange: [0, labelWidth * -0.1]
|
|
37
|
+
});
|
|
38
|
+
const animate = toValue => Animated.spring(animation.current, {
|
|
39
|
+
useNativeDriver: true,
|
|
40
|
+
toValue
|
|
41
|
+
}).start();
|
|
42
|
+
React.useEffect(() => {
|
|
43
|
+
if (value) {
|
|
44
|
+
animate(1);
|
|
45
|
+
} else {
|
|
46
|
+
animate(0);
|
|
47
|
+
}
|
|
48
|
+
}, [value]);
|
|
49
|
+
const handleOnFocus = event => {
|
|
50
|
+
animate(1);
|
|
51
|
+
setFocused(true);
|
|
52
|
+
onBlur(event);
|
|
53
|
+
};
|
|
54
|
+
const handleOnBlur = event => {
|
|
55
|
+
if (value === '') {
|
|
56
|
+
animate(0);
|
|
57
|
+
onFocus(event);
|
|
58
|
+
}
|
|
59
|
+
setFocused(false);
|
|
60
|
+
};
|
|
61
|
+
const getLabelWidth = event => {
|
|
62
|
+
const {
|
|
63
|
+
width
|
|
64
|
+
} = event.nativeEvent.layout;
|
|
65
|
+
setLabelWidth(width + 24);
|
|
66
|
+
};
|
|
67
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
68
|
+
style: computedStyle.fieldWrapper
|
|
69
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
70
|
+
style: computedStyle.fieldContainer
|
|
71
|
+
}, /*#__PURE__*/React.createElement(Animated.View, {
|
|
72
|
+
style: [computedStyle.labelContainer, {
|
|
73
|
+
transform: [{
|
|
74
|
+
scale
|
|
75
|
+
}, {
|
|
76
|
+
translateY
|
|
77
|
+
}, {
|
|
78
|
+
translateX
|
|
79
|
+
}]
|
|
80
|
+
}],
|
|
81
|
+
onLayout: getLabelWidth,
|
|
82
|
+
pointerEvents: "none"
|
|
83
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
84
|
+
variant: "body2",
|
|
85
|
+
style: computedStyle.label
|
|
86
|
+
}, label)), /*#__PURE__*/React.createElement(View, {
|
|
87
|
+
style: computedStyle.inputWrapper
|
|
88
|
+
}, /*#__PURE__*/React.createElement(RNTextInput, _extends({
|
|
89
|
+
value: value,
|
|
90
|
+
style: [computedStyle.textField],
|
|
91
|
+
onFocus: handleOnFocus,
|
|
92
|
+
onBlur: handleOnBlur,
|
|
93
|
+
placeholderTextColor: focused ? Palettes.black[500] : 'transparent'
|
|
94
|
+
}, rest)), inputIcon || counter > 0 ? inputIcon || /*#__PURE__*/React.createElement(Typography, {
|
|
95
|
+
style: computedStyle.counter,
|
|
96
|
+
variant: "caption"
|
|
97
|
+
}, `${value === null || value === void 0 ? void 0 : value.length}/${counter}`) : null)), errorMessage || helperMessage ? /*#__PURE__*/React.createElement(Typography, {
|
|
98
|
+
variant: "caption",
|
|
99
|
+
style: computedStyle.messageHelper
|
|
100
|
+
}, errorMessage || !isError && helperMessage) : null);
|
|
101
|
+
};
|
|
102
|
+
export { TextInput };
|
|
103
|
+
//# sourceMappingURL=TextInput.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","getStyle","TextInput","RNTextInput","Typography","Animated","Palettes","props","value","label","onBlur","onFocus","errorMessage","helperMessage","isError","counter","inputIcon","rest","labelWidth","setLabelWidth","useState","focused","setFocused","computedStyle","animation","useRef","Value","scale","current","interpolate","inputRange","outputRange","translateY","translateX","animate","toValue","spring","useNativeDriver","start","useEffect","handleOnFocus","event","handleOnBlur","getLabelWidth","width","nativeEvent","layout","fieldWrapper","fieldContainer","labelContainer","transform","inputWrapper","textField","black","length","messageHelper"],"sourceRoot":"..\\..\\src","sources":["TextInput.component.tsx"],"mappings":"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"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Radius, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = (props, isFocused) => {
|
|
4
|
+
const {
|
|
5
|
+
editable = true,
|
|
6
|
+
isError,
|
|
7
|
+
errorMessage
|
|
8
|
+
} = props;
|
|
9
|
+
const stateColor = isError || errorMessage ? {
|
|
10
|
+
text: Palettes.red[500],
|
|
11
|
+
border: Palettes.red[500]
|
|
12
|
+
} : {
|
|
13
|
+
text: Palettes.black[900],
|
|
14
|
+
border: isFocused ? Palettes.grey[900] : Palettes.grey[200]
|
|
15
|
+
};
|
|
16
|
+
const computedStyle = {};
|
|
17
|
+
computedStyle.fieldWrapper = {
|
|
18
|
+
width: '100%'
|
|
19
|
+
};
|
|
20
|
+
computedStyle.fieldContainer = {
|
|
21
|
+
alignItems: 'flex-start',
|
|
22
|
+
justifyContent: 'center',
|
|
23
|
+
width: '100%'
|
|
24
|
+
};
|
|
25
|
+
computedStyle.labelContainer = {
|
|
26
|
+
zIndex: 99,
|
|
27
|
+
position: 'absolute'
|
|
28
|
+
};
|
|
29
|
+
computedStyle.label = {
|
|
30
|
+
color: stateColor.text,
|
|
31
|
+
backgroundColor: !editable ? Palettes.grey[50] : Palettes.whiteDark[50],
|
|
32
|
+
paddingHorizontal: Spacing[4],
|
|
33
|
+
borderRadius: Radius[4],
|
|
34
|
+
marginLeft: Spacing[8]
|
|
35
|
+
};
|
|
36
|
+
computedStyle.inputWrapper = {
|
|
37
|
+
height: 48,
|
|
38
|
+
flexDirection: 'row',
|
|
39
|
+
justifyContent: 'space-between',
|
|
40
|
+
alignItems: 'center',
|
|
41
|
+
borderWidth: Radius.border,
|
|
42
|
+
borderColor: stateColor.border,
|
|
43
|
+
backgroundColor: !editable ? Palettes.grey[50] : Palettes.whiteDark[50],
|
|
44
|
+
borderRadius: Radius[8],
|
|
45
|
+
padding: Spacing[8],
|
|
46
|
+
width: '100%'
|
|
47
|
+
};
|
|
48
|
+
computedStyle.textField = {
|
|
49
|
+
flex: 1,
|
|
50
|
+
color: Palettes.black[900],
|
|
51
|
+
padding: 0,
|
|
52
|
+
margin: 0,
|
|
53
|
+
overflow: 'visible',
|
|
54
|
+
fontSize: 14,
|
|
55
|
+
lineHeight: 21,
|
|
56
|
+
fontFamily: 'Montserrat-Regular'
|
|
57
|
+
};
|
|
58
|
+
computedStyle.messageHelper = {
|
|
59
|
+
alignSelf: 'flex-start',
|
|
60
|
+
marginLeft: 12,
|
|
61
|
+
color: stateColor.text
|
|
62
|
+
};
|
|
63
|
+
computedStyle.counter = {
|
|
64
|
+
marginLeft: Spacing[4],
|
|
65
|
+
color: Palettes.grey[500]
|
|
66
|
+
};
|
|
67
|
+
computedStyle.inputIconWrapper = {
|
|
68
|
+
marginLeft: Spacing[4]
|
|
69
|
+
};
|
|
70
|
+
return StyleSheet.create(computedStyle);
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=TextInput.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Spacing","getStyle","props","isFocused","editable","isError","errorMessage","stateColor","text","red","border","black","grey","computedStyle","fieldWrapper","width","fieldContainer","alignItems","justifyContent","labelContainer","zIndex","position","label","color","backgroundColor","whiteDark","paddingHorizontal","borderRadius","marginLeft","inputWrapper","height","flexDirection","borderWidth","borderColor","padding","textField","flex","margin","overflow","fontSize","lineHeight","fontFamily","messageHelper","alignSelf","counter","inputIconWrapper","create"],"sourceRoot":"..\\..\\src","sources":["TextInput.style.tsx"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["TextInput.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View, Text } from 'react-native';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
import { getStyle } from './base.style';
|
|
5
|
+
const BaseComponent = props => {
|
|
6
|
+
const {
|
|
7
|
+
label = 'Base component',
|
|
8
|
+
variant = 'dark'
|
|
9
|
+
} = props;
|
|
10
|
+
const computedStyle = getStyle(props);
|
|
11
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
12
|
+
style: {
|
|
13
|
+
backgroundColor: Palettes.red[500]
|
|
14
|
+
}
|
|
15
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
16
|
+
style: computedStyle.label
|
|
17
|
+
}, `${variant}: ${label}`));
|
|
18
|
+
};
|
|
19
|
+
export { BaseComponent };
|
|
20
|
+
//# sourceMappingURL=base.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","Text","Palettes","getStyle","BaseComponent","props","label","variant","computedStyle","backgroundColor","red"],"sourceRoot":"..\\..\\src","sources":["base.component.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,cAAc;AACvC,SAASC,QAAQ,QAAQ,cAAc;AAGvC,MAAMC,aAAiD,GAAIC,KAAK,IAAK;EACnE,MAAM;IAAEC,KAAK,GAAG,gBAAgB;IAAEC,OAAO,GAAG;EAAO,CAAC,GAAGF,KAAK;EAE5D,MAAMG,aAAa,GAAGL,QAAQ,CAACE,KAAK,CAAC;EAErC,oBACE,oBAAC,IAAI;IAAC,KAAK,EAAE;MAAEI,eAAe,EAAEP,QAAQ,CAACQ,GAAG,CAAC,GAAG;IAAE;EAAE,gBAClD,oBAAC,IAAI;IAAC,KAAK,EAAEF,aAAa,CAACF;EAAM,GAAG,GAAEC,OAAQ,KAAID,KAAM,EAAC,CAAQ,CAC5D;AAEX,CAAC;AAED,SAASF,aAAa"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
export const getStyle = props => {
|
|
3
|
+
const {
|
|
4
|
+
variant
|
|
5
|
+
} = props;
|
|
6
|
+
const computedStyle = {};
|
|
7
|
+
computedStyle.container = {
|
|
8
|
+
padding: 8,
|
|
9
|
+
borderRadius: 4,
|
|
10
|
+
backgroundColor: variant === 'dark' ? 'black' : 'white'
|
|
11
|
+
};
|
|
12
|
+
computedStyle.label = {
|
|
13
|
+
color: variant === 'dark' ? 'white' : 'black'
|
|
14
|
+
};
|
|
15
|
+
return StyleSheet.create(computedStyle);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=base.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","getStyle","props","variant","computedStyle","container","padding","borderRadius","backgroundColor","label","color","create"],"sourceRoot":"..\\..\\src","sources":["base.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AAQzC,OAAO,MAAMC,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IAAEC;EAAQ,CAAC,GAAGD,KAAK;EAEzB,MAAME,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,OAAO,EAAE,CAAC;IACVC,YAAY,EAAE,CAAC;IACfC,eAAe,EAAEL,OAAO,KAAK,MAAM,GAAG,OAAO,GAAG;EAClD,CAAC;EAEDC,aAAa,CAACK,KAAK,GAAG;IACpBC,KAAK,EAAEP,OAAO,KAAK,MAAM,GAAG,OAAO,GAAG;EACxC,CAAC;EAED,OAAOH,UAAU,CAACW,MAAM,CAACP,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["base.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TouchableHighlight } from 'react-native';
|
|
4
|
+
import { Palettes } from '../../themes';
|
|
5
|
+
import { Typography } from '../typography/typography.component';
|
|
6
|
+
import { getStyle } from './button.styles';
|
|
7
|
+
const Button = props => {
|
|
8
|
+
const {
|
|
9
|
+
onPress = () => {},
|
|
10
|
+
variant = 'primary',
|
|
11
|
+
label = 'Default',
|
|
12
|
+
size = 'large',
|
|
13
|
+
containerStyles,
|
|
14
|
+
textStyles,
|
|
15
|
+
...rest
|
|
16
|
+
} = props;
|
|
17
|
+
const computedStyle = getStyle(props);
|
|
18
|
+
return /*#__PURE__*/React.createElement(TouchableHighlight, _extends({
|
|
19
|
+
onPress: onPress,
|
|
20
|
+
style: [computedStyle.container, containerStyles],
|
|
21
|
+
underlayColor: variant === 'primary' ? Palettes.black[800] : Palettes.blue[50]
|
|
22
|
+
}, rest), /*#__PURE__*/React.createElement(Typography, {
|
|
23
|
+
variant: size === 'large' ? 'button' : 'button-small',
|
|
24
|
+
textStyles: {
|
|
25
|
+
...computedStyle.label,
|
|
26
|
+
...textStyles
|
|
27
|
+
}
|
|
28
|
+
}, label));
|
|
29
|
+
};
|
|
30
|
+
export { Button };
|
|
31
|
+
//# sourceMappingURL=button.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","TouchableHighlight","Palettes","Typography","getStyle","Button","props","onPress","variant","label","size","containerStyles","textStyles","rest","computedStyle","container","black","blue"],"sourceRoot":"..\\..\\src","sources":["button.component.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,kBAAkB,QAAQ,cAAc;AAEjD,SAASC,QAAQ,QAAQ,cAAc;AACvC,SAASC,UAAU,QAAQ,oCAAoC;AAC/D,SAASC,QAAQ,QAAQ,iBAAiB;AAI1C,MAAMC,MAA6B,GAAIC,KAAK,IAAK;EAC/C,MAAM;IACJC,OAAO,GAAG,MAAM,CAAC,CAAC;IAClBC,OAAO,GAAG,SAAS;IACnBC,KAAK,GAAG,SAAS;IACjBC,IAAI,GAAG,OAAO;IACdC,eAAe;IACfC,UAAU;IACV,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,MAAMQ,aAAa,GAAGV,QAAQ,CAACE,KAAK,CAAC;EAErC,oBACE,oBAAC,kBAAkB;IACjB,OAAO,EAAEC,OAAQ;IACjB,KAAK,EAAE,CAACO,aAAa,CAACC,SAAS,EAAEJ,eAAe,CAAE;IAClD,aAAa,EACXH,OAAO,KAAK,SAAS,GAAGN,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC,GAAGd,QAAQ,CAACe,IAAI,CAAC,EAAE;EAC/D,GACGJ,IAAI,gBAER,oBAAC,UAAU;IACT,OAAO,EAAEH,IAAI,KAAK,OAAO,GAAG,QAAQ,GAAG,cAAe;IACtD,UAAU,EAAE;MAAE,GAAGI,aAAa,CAACL,KAAK;MAAE,GAAGG;IAAW;EAAE,GAErDH,KAAK,CACK,CACM;AAEzB,CAAC;AAED,SAASJ,MAAM"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Radius, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = props => {
|
|
4
|
+
const {
|
|
5
|
+
variant,
|
|
6
|
+
size,
|
|
7
|
+
disabled = false
|
|
8
|
+
} = props;
|
|
9
|
+
const computedStyle = {};
|
|
10
|
+
const getLabelColor = () => {
|
|
11
|
+
if (disabled) {
|
|
12
|
+
return Palettes.grey[500];
|
|
13
|
+
}
|
|
14
|
+
if (variant === 'primary') {
|
|
15
|
+
return Palettes.white[50];
|
|
16
|
+
}
|
|
17
|
+
return Palettes.blueDark[600];
|
|
18
|
+
};
|
|
19
|
+
const getBackgroundColor = () => {
|
|
20
|
+
if (disabled) {
|
|
21
|
+
return variant === 'primary' ? Palettes.grey[100] : 'transparent';
|
|
22
|
+
}
|
|
23
|
+
if (variant === 'primary') {
|
|
24
|
+
return Palettes.black[900];
|
|
25
|
+
}
|
|
26
|
+
return 'transparent';
|
|
27
|
+
};
|
|
28
|
+
computedStyle.container = {
|
|
29
|
+
borderColor: 'transparent',
|
|
30
|
+
borderWidth: Radius.border,
|
|
31
|
+
backgroundColor: getBackgroundColor(),
|
|
32
|
+
paddingHorizontal: Spacing[20],
|
|
33
|
+
paddingVertical: Spacing[8],
|
|
34
|
+
borderRadius: Radius[8]
|
|
35
|
+
};
|
|
36
|
+
if (variant !== 'tertiary') {
|
|
37
|
+
computedStyle.container = {
|
|
38
|
+
...computedStyle.container,
|
|
39
|
+
borderColor: disabled ? Palettes.grey[100] : variant === 'primary' ? Palettes.black[900] : Palettes.blueDark[600]
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
if (size === 'large') {
|
|
43
|
+
computedStyle.container = {
|
|
44
|
+
...computedStyle.container,
|
|
45
|
+
paddingHorizontal: Spacing[16],
|
|
46
|
+
paddingVertical: Spacing[8],
|
|
47
|
+
width: '100%'
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
computedStyle.label = {
|
|
51
|
+
color: getLabelColor(),
|
|
52
|
+
textAlign: 'center'
|
|
53
|
+
};
|
|
54
|
+
return StyleSheet.create(computedStyle);
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=button.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Spacing","getStyle","props","variant","size","disabled","computedStyle","getLabelColor","grey","white","blueDark","getBackgroundColor","black","container","borderColor","borderWidth","border","backgroundColor","paddingHorizontal","paddingVertical","borderRadius","width","label","color","textAlign","create"],"sourceRoot":"..\\..\\src","sources":["button.styles.ts"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,EAAEC,MAAM,EAAEC,OAAO,QAAQ,cAAc;AAQxD,OAAO,MAAMC,QAAQ,GAAIC,KAAkB,IAAK;EAC9C,MAAM;IAAEC,OAAO;IAAEC,IAAI;IAAEC,QAAQ,GAAG;EAAM,CAAC,GAAGH,KAAK;EAEjD,MAAMI,aAAiC,GAAG,CAAC,CAAC;EAE5C,MAAMC,aAAa,GAAG,MAAM;IAC1B,IAAIF,QAAQ,EAAE;MACZ,OAAOP,QAAQ,CAACU,IAAI,CAAC,GAAG,CAAC;IAC3B;IAEA,IAAIL,OAAO,KAAK,SAAS,EAAE;MACzB,OAAOL,QAAQ,CAACW,KAAK,CAAC,EAAE,CAAC;IAC3B;IAEA,OAAOX,QAAQ,CAACY,QAAQ,CAAC,GAAG,CAAC;EAC/B,CAAC;EAED,MAAMC,kBAAkB,GAAG,MAAM;IAC/B,IAAIN,QAAQ,EAAE;MACZ,OAAOF,OAAO,KAAK,SAAS,GAAGL,QAAQ,CAACU,IAAI,CAAC,GAAG,CAAC,GAAG,aAAa;IACnE;IAEA,IAAIL,OAAO,KAAK,SAAS,EAAE;MACzB,OAAOL,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC;IAC5B;IAEA,OAAO,aAAa;EACtB,CAAC;EAEDN,aAAa,CAACO,SAAS,GAAG;IACxBC,WAAW,EAAE,aAAa;IAC1BC,WAAW,EAAEhB,MAAM,CAACiB,MAAM;IAC1BC,eAAe,EAAEN,kBAAkB,EAAE;IACrCO,iBAAiB,EAAElB,OAAO,CAAC,EAAE,CAAC;IAC9BmB,eAAe,EAAEnB,OAAO,CAAC,CAAC,CAAC;IAC3BoB,YAAY,EAAErB,MAAM,CAAC,CAAC;EACxB,CAAC;EAED,IAAII,OAAO,KAAK,UAAU,EAAE;IAC1BG,aAAa,CAACO,SAAS,GAAG;MACxB,GAAGP,aAAa,CAACO,SAAS;MAC1BC,WAAW,EAAET,QAAQ,GACjBP,QAAQ,CAACU,IAAI,CAAC,GAAG,CAAC,GAClBL,OAAO,KAAK,SAAS,GACrBL,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC,GACnBd,QAAQ,CAACY,QAAQ,CAAC,GAAG;IAC3B,CAAC;EACH;EAEA,IAAIN,IAAI,KAAK,OAAO,EAAE;IACpBE,aAAa,CAACO,SAAS,GAAG;MACxB,GAAGP,aAAa,CAACO,SAAS;MAC1BK,iBAAiB,EAAElB,OAAO,CAAC,EAAE,CAAC;MAC9BmB,eAAe,EAAEnB,OAAO,CAAC,CAAC,CAAC;MAC3BqB,KAAK,EAAE;IACT,CAAC;EACH;EAEAf,aAAa,CAACgB,KAAK,GAAG;IACpBC,KAAK,EAAEhB,aAAa,EAAE;IACtBiB,SAAS,EAAE;EACb,CAAC;EAED,OAAO3B,UAAU,CAAC4B,MAAM,CAACnB,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["button.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TouchableOpacity } from 'react-native';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
import { Typography } from '../typography/typography.component';
|
|
5
|
+
import { getStyle } from './coachmark.style';
|
|
6
|
+
export const Coachmark = props => {
|
|
7
|
+
const {
|
|
8
|
+
title = '',
|
|
9
|
+
description = '',
|
|
10
|
+
titleStyles,
|
|
11
|
+
descriptionStyles
|
|
12
|
+
} = props;
|
|
13
|
+
const computedStyle = getStyle(props);
|
|
14
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
15
|
+
style: [computedStyle.container]
|
|
16
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
17
|
+
style: [computedStyle.arrowPointer]
|
|
18
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
19
|
+
style: [computedStyle.headerContainer]
|
|
20
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
21
|
+
variant: "subtitle1",
|
|
22
|
+
style: [computedStyle.title, titleStyles]
|
|
23
|
+
}, title), /*#__PURE__*/React.createElement(TouchableOpacity, null, /*#__PURE__*/React.createElement(Typography, {
|
|
24
|
+
variant: "caption"
|
|
25
|
+
}, "Back"))), /*#__PURE__*/React.createElement(Typography, {
|
|
26
|
+
variant: "caption",
|
|
27
|
+
style: [descriptionStyles]
|
|
28
|
+
}, description));
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=coachmark.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","TouchableOpacity","View","Typography","getStyle","Coachmark","props","title","description","titleStyles","descriptionStyles","computedStyle","container","arrowPointer","headerContainer"],"sourceRoot":"..\\..\\src","sources":["coachmark.component.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,UAAU,QAAQ,oCAAoC;AAC/D,SAASC,QAAQ,QAAQ,mBAAmB;AAG5C,OAAO,MAAMC,SAAkD,GAAIC,KAAK,IAAK;EAC3E,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,WAAW,GAAG,EAAE;IAChBC,WAAW;IACXC;EACF,CAAC,GAAGJ,KAAK;EAET,MAAMK,aAAa,GAAGP,QAAQ,CAACE,KAAK,CAAC;EAErC,oBACE,oBAAC,IAAI;IAAC,KAAK,EAAE,CAACK,aAAa,CAACC,SAAS;EAAE,gBACrC,oBAAC,IAAI;IAAC,KAAK,EAAE,CAACD,aAAa,CAACE,YAAY;EAAE,EAAG,eAC7C,oBAAC,IAAI;IAAC,KAAK,EAAE,CAACF,aAAa,CAACG,eAAe;EAAE,gBAC3C,oBAAC,UAAU;IACT,OAAO,EAAC,WAAW;IACnB,KAAK,EAAE,CAACH,aAAa,CAACJ,KAAK,EAAEE,WAAW;EAAE,GAEzCF,KAAK,CACK,eACb,oBAAC,gBAAgB,qBACf,oBAAC,UAAU;IAAC,OAAO,EAAC;EAAS,GAAC,MAAI,CAAa,CAC9B,CACd,eACP,oBAAC,UAAU;IAAC,OAAO,EAAC,SAAS;IAAC,KAAK,EAAE,CAACG,iBAAiB;EAAE,GACtDF,WAAW,CACD,CACR;AAEX,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Radius, Shadow, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = props => {
|
|
4
|
+
const {
|
|
5
|
+
arrowPosition = 'top',
|
|
6
|
+
anchorArrowTo = 'left',
|
|
7
|
+
arrowFromCorner = 16
|
|
8
|
+
} = props;
|
|
9
|
+
const isArrowTop = arrowPosition === 'top';
|
|
10
|
+
const getArrowPosition = arrowPosition === 'top' ? {
|
|
11
|
+
top: -8
|
|
12
|
+
} : {
|
|
13
|
+
bottom: -8
|
|
14
|
+
};
|
|
15
|
+
const getAnchorArrowPosition = anchorArrowTo === 'left' ? {
|
|
16
|
+
left: arrowFromCorner
|
|
17
|
+
} : {
|
|
18
|
+
right: arrowFromCorner
|
|
19
|
+
};
|
|
20
|
+
const computedStyle = {};
|
|
21
|
+
computedStyle.container = {
|
|
22
|
+
padding: Spacing[16],
|
|
23
|
+
backgroundColor: Palettes.white[50],
|
|
24
|
+
borderRadius: Radius[8],
|
|
25
|
+
width: '100%',
|
|
26
|
+
...Shadow['shadow-elevation-1']
|
|
27
|
+
};
|
|
28
|
+
computedStyle.headerContainer = {
|
|
29
|
+
flexDirection: 'row',
|
|
30
|
+
gap: Spacing[16]
|
|
31
|
+
};
|
|
32
|
+
computedStyle.title = {
|
|
33
|
+
flex: 1
|
|
34
|
+
};
|
|
35
|
+
computedStyle.arrowPointer = {
|
|
36
|
+
position: 'absolute',
|
|
37
|
+
width: 0,
|
|
38
|
+
height: 0,
|
|
39
|
+
borderStyle: 'solid',
|
|
40
|
+
backgroundColor: 'transparent',
|
|
41
|
+
borderLeftColor: 'transparent',
|
|
42
|
+
borderRightColor: 'transparent',
|
|
43
|
+
borderLeftWidth: 6,
|
|
44
|
+
borderRightWidth: 6,
|
|
45
|
+
borderBottomWidth: 0,
|
|
46
|
+
borderTopWidth: 8,
|
|
47
|
+
borderTopColor: Palettes.white[50],
|
|
48
|
+
borderBottomColor: 'transparent',
|
|
49
|
+
transform: [{
|
|
50
|
+
rotate: isArrowTop ? '180deg' : '0deg'
|
|
51
|
+
}],
|
|
52
|
+
...getArrowPosition,
|
|
53
|
+
...getAnchorArrowPosition
|
|
54
|
+
};
|
|
55
|
+
return StyleSheet.create(computedStyle);
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=coachmark.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Shadow","Spacing","getStyle","props","arrowPosition","anchorArrowTo","arrowFromCorner","isArrowTop","getArrowPosition","top","bottom","getAnchorArrowPosition","left","right","computedStyle","container","padding","backgroundColor","white","borderRadius","width","headerContainer","flexDirection","gap","title","flex","arrowPointer","position","height","borderStyle","borderLeftColor","borderRightColor","borderLeftWidth","borderRightWidth","borderBottomWidth","borderTopWidth","borderTopColor","borderBottomColor","transform","rotate","create"],"sourceRoot":"..\\..\\src","sources":["coachmark.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,EAAEC,MAAM,EAAEC,MAAM,EAAEC,OAAO,QAAQ,cAAc;AAWhE,OAAO,MAAMC,QAAQ,GAAIC,KAAqB,IAAK;EACjD,MAAM;IACJC,aAAa,GAAG,KAAK;IACrBC,aAAa,GAAG,MAAM;IACtBC,eAAe,GAAG;EACpB,CAAC,GAAGH,KAAK;EACT,MAAMI,UAAU,GAAGH,aAAa,KAAK,KAAK;EAE1C,MAAMI,gBAAgB,GACpBJ,aAAa,KAAK,KAAK,GACnB;IACEK,GAAG,EAAE,CAAC;EACR,CAAC,GACD;IACEC,MAAM,EAAE,CAAC;EACX,CAAC;EAEP,MAAMC,sBAAsB,GAC1BN,aAAa,KAAK,MAAM,GACpB;IACEO,IAAI,EAAEN;EACR,CAAC,GACD;IACEO,KAAK,EAAEP;EACT,CAAC;EAEP,MAAMQ,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,OAAO,EAAEf,OAAO,CAAC,EAAE,CAAC;IACpBgB,eAAe,EAAEnB,QAAQ,CAACoB,KAAK,CAAC,EAAE,CAAC;IACnCC,YAAY,EAAEpB,MAAM,CAAC,CAAC,CAAC;IACvBqB,KAAK,EAAE,MAAM;IACb,GAAGpB,MAAM,CAAC,oBAAoB;EAChC,CAAC;EAEDc,aAAa,CAACO,eAAe,GAAG;IAC9BC,aAAa,EAAE,KAAK;IACpBC,GAAG,EAAEtB,OAAO,CAAC,EAAE;EACjB,CAAC;EAEDa,aAAa,CAACU,KAAK,GAAG;IACpBC,IAAI,EAAE;EACR,CAAC;EAEDX,aAAa,CAACY,YAAY,GAAG;IAC3BC,QAAQ,EAAE,UAAU;IACpBP,KAAK,EAAE,CAAC;IACRQ,MAAM,EAAE,CAAC;IACTC,WAAW,EAAE,OAAO;IACpBZ,eAAe,EAAE,aAAa;IAC9Ba,eAAe,EAAE,aAAa;IAC9BC,gBAAgB,EAAE,aAAa;IAC/BC,eAAe,EAAE,CAAC;IAClBC,gBAAgB,EAAE,CAAC;IACnBC,iBAAiB,EAAE,CAAC;IACpBC,cAAc,EAAE,CAAC;IACjBC,cAAc,EAAEtC,QAAQ,CAACoB,KAAK,CAAC,EAAE,CAAC;IAClCmB,iBAAiB,EAAE,aAAa;IAChCC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAEhC,UAAU,GAAG,QAAQ,GAAG;IAAO,CAAC,CAAC;IACvD,GAAGC,gBAAgB;IACnB,GAAGG;EACL,CAAC;EAED,OAAOd,UAAU,CAAC2C,MAAM,CAAC1B,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["coachmark.type.ts"],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import { getStyle } from './dot.style';
|
|
4
|
+
import { Typography } from '../typography/typography.component';
|
|
5
|
+
const Dot = props => {
|
|
6
|
+
const {
|
|
7
|
+
label = '',
|
|
8
|
+
containerStyle = {}
|
|
9
|
+
} = props;
|
|
10
|
+
const computedStyle = getStyle(props);
|
|
11
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
12
|
+
style: [computedStyle.container, containerStyle]
|
|
13
|
+
}, label ? /*#__PURE__*/React.createElement(Typography, {
|
|
14
|
+
variant: "caption2",
|
|
15
|
+
style: [computedStyle.label]
|
|
16
|
+
}, label) : null);
|
|
17
|
+
};
|
|
18
|
+
export { Dot };
|
|
19
|
+
//# sourceMappingURL=dot.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","getStyle","Typography","Dot","props","label","containerStyle","computedStyle","container"],"sourceRoot":"..\\..\\src","sources":["dot.component.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,QAAQ,QAAQ,aAAa;AAEtC,SAASC,UAAU,QAAQ,oCAAoC;AAE/D,MAAMC,GAAsC,GAAIC,KAAK,IAAK;EACxD,MAAM;IAAEC,KAAK,GAAG,EAAE;IAAEC,cAAc,GAAG,CAAC;EAAE,CAAC,GAAGF,KAAK;EAEjD,MAAMG,aAAa,GAAGN,QAAQ,CAACG,KAAK,CAAC;EAErC,oBACE,oBAAC,IAAI;IAAC,KAAK,EAAE,CAACG,aAAa,CAACC,SAAS,EAAEF,cAAc;EAAE,GACpDD,KAAK,gBACJ,oBAAC,UAAU;IAAC,OAAO,EAAC,UAAU;IAAC,KAAK,EAAE,CAACE,aAAa,CAACF,KAAK;EAAE,GACzDA,KAAK,CACK,GACX,IAAI,CACH;AAEX,CAAC;AAED,SAASF,GAAG"}
|