@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,10 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { BaseProps } from './base.type';
|
|
4
|
+
interface ComputedStyleProps {
|
|
5
|
+
container?: ViewStyle;
|
|
6
|
+
label?: TextStyle;
|
|
7
|
+
}
|
|
8
|
+
export declare const getStyle: (props: BaseProps) => ComputedStyleProps;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=base.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.style.d.ts","sourceRoot":"","sources":["../../../../src/components/base/base.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,UAAW,SAAS,uBAgBxC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface BaseProps {
|
|
2
|
+
/**
|
|
3
|
+
* The text content of the component
|
|
4
|
+
*/
|
|
5
|
+
label: string;
|
|
6
|
+
/**
|
|
7
|
+
* The variant of the component
|
|
8
|
+
* - `dark`: Dark Component description
|
|
9
|
+
* - `light`: Light Component description
|
|
10
|
+
*
|
|
11
|
+
* @default "dark"
|
|
12
|
+
*/
|
|
13
|
+
variant: 'dark' | 'light';
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=base.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.type.d.ts","sourceRoot":"","sources":["../../../../src/components/base/base.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA8BjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { ButtonProps } from './button.type';
|
|
4
|
+
interface ComputedStyleProps {
|
|
5
|
+
container?: ViewStyle;
|
|
6
|
+
label?: TextStyle;
|
|
7
|
+
}
|
|
8
|
+
export declare const getStyle: (props: ButtonProps) => ComputedStyleProps;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=button.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,UAAW,WAAW,uBAgE1C,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { TextStyle, TouchableOpacityProps, ViewStyle } from 'react-native';
|
|
2
|
+
export interface ButtonProps extends TouchableOpacityProps {
|
|
3
|
+
/**
|
|
4
|
+
* The text content of the button
|
|
5
|
+
*/
|
|
6
|
+
label?: string;
|
|
7
|
+
/**
|
|
8
|
+
* The variant of the button
|
|
9
|
+
* - primary: Button with filled background
|
|
10
|
+
* - secondary: Button with border only
|
|
11
|
+
* - tertiary: Button without padding, similar to TextButton
|
|
12
|
+
*/
|
|
13
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
14
|
+
/**
|
|
15
|
+
* The size of the button
|
|
16
|
+
* - large: full width
|
|
17
|
+
* - small
|
|
18
|
+
*/
|
|
19
|
+
size?: 'large' | 'small';
|
|
20
|
+
/**
|
|
21
|
+
* The styles of the button, extended from ViewStyle
|
|
22
|
+
*/
|
|
23
|
+
containerStyles?: ViewStyle;
|
|
24
|
+
/**
|
|
25
|
+
* The styles of the text inside button, extended from TextStyle
|
|
26
|
+
*/
|
|
27
|
+
textStyles?: TextStyle;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=button.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.type.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhF,MAAM,WAAW,WAAY,SAAQ,qBAAqB;IACxD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coachmark.component.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CA6B7D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { CoachmarkProps } from './coachmark.type';
|
|
4
|
+
interface ComputedStyleProps {
|
|
5
|
+
container?: ViewStyle;
|
|
6
|
+
headerContainer?: ViewStyle;
|
|
7
|
+
arrowPointer?: ViewStyle;
|
|
8
|
+
title?: TextStyle;
|
|
9
|
+
description?: TextStyle;
|
|
10
|
+
}
|
|
11
|
+
export declare const getStyle: (props: CoachmarkProps) => ComputedStyleProps;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=coachmark.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coachmark.style.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,UAAW,cAAc,uBAiE7C,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { TextStyle, ViewStyle } from 'react-native';
|
|
2
|
+
export interface CoachmarkProps {
|
|
3
|
+
/**
|
|
4
|
+
* The title of the coachmark, max 2 lines
|
|
5
|
+
*/
|
|
6
|
+
title?: string;
|
|
7
|
+
/**
|
|
8
|
+
* The description inside coachmark, max 3 lines
|
|
9
|
+
*/
|
|
10
|
+
description?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Where the arrow pointer will be presented, could be top or bottom
|
|
13
|
+
* - top: At the top of the coachmark
|
|
14
|
+
* - bottom: At the bottom of the coachmark
|
|
15
|
+
*/
|
|
16
|
+
arrowPosition?: 'top' | 'bottom';
|
|
17
|
+
anchorArrowTo?: 'right' | 'left';
|
|
18
|
+
arrowFromCorner?: number;
|
|
19
|
+
/**
|
|
20
|
+
* The styles of the button, extended from ViewStyle
|
|
21
|
+
*/
|
|
22
|
+
containerStyles?: ViewStyle;
|
|
23
|
+
/**
|
|
24
|
+
* The styles of the coachmark title
|
|
25
|
+
*/
|
|
26
|
+
titleStyles?: TextStyle;
|
|
27
|
+
/**
|
|
28
|
+
* The styles of the coachmark description
|
|
29
|
+
*/
|
|
30
|
+
descriptionStyles?: TextStyle;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=coachmark.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coachmark.type.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dot.component.d.ts","sourceRoot":"","sources":["../../../../src/components/dot/dot.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAG3C,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,iBAAiB,CAAC,QAAQ,CAc1C,CAAC;AAEF,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DotProps } from './dot.type';
|
|
2
|
+
import type { TextStyle, ViewStyle } from 'react-native';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
container?: ViewStyle;
|
|
5
|
+
label?: TextStyle;
|
|
6
|
+
}
|
|
7
|
+
export declare const getStyle: (props: DotProps) => ComputedStyleProps;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=dot.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dot.style.d.ts","sourceRoot":"","sources":["../../../../src/components/dot/dot.style.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,UAAW,QAAQ,uBAoBvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dot.type.d.ts","sourceRoot":"","sources":["../../../../src/components/dot/dot.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export { Button } from './button/button.component';
|
|
2
|
+
export { Label } from './label/label.component';
|
|
3
|
+
export { BaseComponent } from './base/base.component';
|
|
4
|
+
export { Typography } from './typography/typography.component';
|
|
5
|
+
export { Coachmark } from './coachmark/coachmark.component';
|
|
6
|
+
export { TextLink } from './textlink/textlink.component';
|
|
7
|
+
export { SliderIndicator } from './slider-indicator/slider-indicator.component';
|
|
8
|
+
export { TextInput } from './TextInput/TextInput.component';
|
|
9
|
+
export { TextArea } from './TextArea/TextArea.component';
|
|
10
|
+
export { StepperCounter } from './StepperCounter/StepperCounter.component';
|
|
11
|
+
export { Divider } from './Divider/Divider.component';
|
|
12
|
+
export { Tabs } from './Tabs/Tabs.component';
|
|
13
|
+
export { RadioButton } from './RadioButton/RadioButton.component';
|
|
14
|
+
export { BottomSheet } from './BottomSheet/BottomSheet.component';
|
|
15
|
+
export { RadioInput } from './RadioInput/RadioInput.component';
|
|
16
|
+
export { CheckBoxInput } from './CheckBoxInput/CheckBoxInput.component';
|
|
17
|
+
export { Checkbox } from './Checkbox/Checkbox.component';
|
|
18
|
+
export { Appbar } from './Appbar/Appbar.component';
|
|
19
|
+
export { Snackbar } from './Snackbar/Snackbar.component';
|
|
20
|
+
export { Switch } from './switch/switch.component';
|
|
21
|
+
export { Dot } from './dot/dot.component';
|
|
22
|
+
export { InformationBox } from './information-box/information-box.component';
|
|
23
|
+
export { RoundedTab } from './rounded-tab/rounded-tab.component';
|
|
24
|
+
export type { ButtonProps } from './button/button.type';
|
|
25
|
+
export type { TextInputProps } from './TextInput/TextInput.type';
|
|
26
|
+
export type { SliderIndicatorProps } from './slider-indicator/slider-indicator.type';
|
|
27
|
+
export type { TextLinkProps } from './textlink/textlink.type';
|
|
28
|
+
export type { TypographyProps } from './typography/typography.type';
|
|
29
|
+
export type { CoachmarkProps } from './coachmark/coachmark.type';
|
|
30
|
+
export type { TextAreaProps } from './TextArea/TextArea.type';
|
|
31
|
+
export type { StepperCounterProps } from './StepperCounter/StepperCounter.type';
|
|
32
|
+
export type { DividerProps } from './Divider/Divider.type';
|
|
33
|
+
export type { TabsProps } from './Tabs/Tabs.type';
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEjE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AACrF,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { InformationBoxProps } from './information-box.type';
|
|
3
|
+
declare const InformationBox: React.FunctionComponent<React.PropsWithChildren<InformationBoxProps>>;
|
|
4
|
+
export { InformationBox };
|
|
5
|
+
//# sourceMappingURL=information-box.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"information-box.component.d.ts","sourceRoot":"","sources":["../../../../src/components/information-box/information-box.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAC3C,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CA0C7C,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TextStyle, ViewStyle } from 'react-native';
|
|
2
|
+
import type { InformationBoxProps } from './information-box.type';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
container?: ViewStyle;
|
|
5
|
+
text?: TextStyle;
|
|
6
|
+
informationContainer?: ViewStyle;
|
|
7
|
+
iconWrapper?: ViewStyle;
|
|
8
|
+
actionWrapper?: ViewStyle;
|
|
9
|
+
}
|
|
10
|
+
export declare const getStyle: (props: InformationBoxProps) => ComputedStyleProps;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=information-box.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"information-box.style.d.ts","sourceRoot":"","sources":["../../../../src/components/information-box/information-box.style.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,QAAQ,UAAW,mBAAmB,uBAiClD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface InformationBoxProps {
|
|
3
|
+
/**
|
|
4
|
+
* The text content of the component
|
|
5
|
+
*/
|
|
6
|
+
text: string | ReactNode;
|
|
7
|
+
title?: string;
|
|
8
|
+
subtitle?: string;
|
|
9
|
+
showIcon?: boolean;
|
|
10
|
+
informationIcon?: ReactNode;
|
|
11
|
+
actionComponent?: ReactNode;
|
|
12
|
+
severity?: 'critical' | 'default';
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=information-box.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"information-box.type.d.ts","sourceRoot":"","sources":["../../../../src/components/information-box/information-box.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IAEzB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAU9C,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.style.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,0BAQpB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface LabelProps {
|
|
2
|
+
/**
|
|
3
|
+
* The text content of the label
|
|
4
|
+
*/
|
|
5
|
+
label: string;
|
|
6
|
+
/**
|
|
7
|
+
* The variant of the label
|
|
8
|
+
* - `normal`: description
|
|
9
|
+
*
|
|
10
|
+
* @default: "normal"
|
|
11
|
+
*/
|
|
12
|
+
variant: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=label.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.type.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rounded-tab.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rounded-tab/rounded-tab.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,eAAe,EAAgB,MAAM,oBAAoB,CAAC;AAMxE,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CA2BxD,CAAC;AAqEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type { RoundedTabProps, TabItemProps } from './rounded-tab.type';
|
|
3
|
+
import { TextStyle } from 'react-native';
|
|
4
|
+
interface ComputedStyleProps {
|
|
5
|
+
container?: ViewStyle;
|
|
6
|
+
itemSeparator?: ViewStyle;
|
|
7
|
+
}
|
|
8
|
+
export declare const getStyle: (props: RoundedTabProps) => ComputedStyleProps;
|
|
9
|
+
interface TabItemStyleProps {
|
|
10
|
+
container?: ViewStyle;
|
|
11
|
+
label?: TextStyle;
|
|
12
|
+
leadingWrapper?: ViewStyle;
|
|
13
|
+
trailingWrapper?: ViewStyle;
|
|
14
|
+
}
|
|
15
|
+
export declare const getTabItemStyle: (props: TabItemProps) => TabItemStyleProps;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=rounded-tab.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rounded-tab.style.d.ts","sourceRoot":"","sources":["../../../../src/components/rounded-tab/rounded-tab.style.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAExE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,QAAQ,UAAW,eAAe,uBAe9C,CAAC;AAEF,UAAU,iBAAiB;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,eAAe,UAAW,YAAY,sBA4BlD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface RoundedTabProps {
|
|
3
|
+
data: {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
leading?: ReactNode;
|
|
7
|
+
trailing?: ReactNode;
|
|
8
|
+
}[];
|
|
9
|
+
selectedValue: string;
|
|
10
|
+
onTabItemPress: (value: string) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare type TabItemProps = {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
isSelected: boolean;
|
|
16
|
+
onPress: (value: string) => void;
|
|
17
|
+
leading?: ReactNode;
|
|
18
|
+
trailing?: ReactNode;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=rounded-tab.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rounded-tab.type.d.ts","sourceRoot":"","sources":["../../../../src/components/rounded-tab/rounded-tab.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,SAAS,CAAC;QACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;KACtB,EAAE,CAAC;IACJ,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,oBAAY,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { FunctionComponent } from 'react';
|
|
2
|
+
import type { SliderIndicatorProps } from './slider-indicator.type';
|
|
3
|
+
declare const SliderIndicator: FunctionComponent<SliderIndicatorProps>;
|
|
4
|
+
export { SliderIndicator };
|
|
5
|
+
//# sourceMappingURL=slider-indicator.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider-indicator.component.d.ts","sourceRoot":"","sources":["../../../../src/components/slider-indicator/slider-indicator.component.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAG/D,OAAO,KAAK,EACV,oBAAoB,EAErB,MAAM,yBAAyB,CAAC;AAKjC,QAAA,MAAM,eAAe,EAAE,iBAAiB,CAAC,oBAAoB,CA8B5D,CAAC;AAsCF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
interface ComputedStyleProps {
|
|
3
|
+
container?: ViewStyle;
|
|
4
|
+
sliderItem?: ViewStyle;
|
|
5
|
+
activeSlider?: ViewStyle;
|
|
6
|
+
}
|
|
7
|
+
export declare const getStyle: () => ComputedStyleProps;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=slider-indicator.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider-indicator.style.d.ts","sourceRoot":"","sources":["../../../../src/components/slider-indicator/slider-indicator.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,0BAoBpB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface SliderIndicatorProps {
|
|
2
|
+
/**
|
|
3
|
+
* The total item of slider to be displayed
|
|
4
|
+
*/
|
|
5
|
+
sliderCount?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Current active slider item
|
|
8
|
+
*/
|
|
9
|
+
activeItem?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Receive index as parameter, could be used for changing the slider index programatically
|
|
12
|
+
*/
|
|
13
|
+
onIndicatorPress?: (index: number) => void;
|
|
14
|
+
}
|
|
15
|
+
export interface SliderItemProps {
|
|
16
|
+
/**
|
|
17
|
+
* Indicate if current slider item active or not
|
|
18
|
+
*/
|
|
19
|
+
isActive?: boolean;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=slider-indicator.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider-indicator.type.d.ts","sourceRoot":"","sources":["../../../../src/components/slider-indicator/slider-indicator.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.component.d.ts","sourceRoot":"","sources":["../../../../src/components/switch/switch.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,WAAW,CA6ChD,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type { SwitchProps } from './switch.type';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
container?: ViewStyle;
|
|
5
|
+
circle?: ViewStyle;
|
|
6
|
+
slider?: ViewStyle;
|
|
7
|
+
}
|
|
8
|
+
export declare const getStyle: (props: SwitchProps) => ComputedStyleProps;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=switch.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.style.d.ts","sourceRoot":"","sources":["../../../../src/components/switch/switch.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,UAAW,WAAW,uBAwC1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.type.d.ts","sourceRoot":"","sources":["../../../../src/components/switch/switch.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,OAAO,CAAC;IAEf,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textlink.component.d.ts","sourceRoot":"","sources":["../../../../src/components/textlink/textlink.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKrD,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAqC3D,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type { TextStyle } from 'react-native';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
container?: ViewStyle;
|
|
5
|
+
hasLeading?: TextStyle;
|
|
6
|
+
hasTrailing?: TextStyle;
|
|
7
|
+
label?: TextStyle;
|
|
8
|
+
}
|
|
9
|
+
export declare const getStyle: () => ComputedStyleProps;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=textlink.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textlink.style.d.ts","sourceRoot":"","sources":["../../../../src/components/textlink/textlink.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,0BAuBpB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { TouchableOpacityProps, TextStyle, ViewStyle } from 'react-native';
|
|
3
|
+
export interface TextLinkProps extends TouchableOpacityProps {
|
|
4
|
+
/**
|
|
5
|
+
* The text content of the button
|
|
6
|
+
*/
|
|
7
|
+
label?: string;
|
|
8
|
+
/**
|
|
9
|
+
* The leading that comes before the label, could be Icon, ReactNode, etc;
|
|
10
|
+
*/
|
|
11
|
+
leading?: ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* The trailing that follow the after the label, could be Icon, ReactNode, etc;
|
|
14
|
+
*/
|
|
15
|
+
trailing?: ReactNode;
|
|
16
|
+
/**
|
|
17
|
+
* The styles of the text inside button, extended from TextStyle
|
|
18
|
+
*/
|
|
19
|
+
textStyles?: TextStyle;
|
|
20
|
+
/**
|
|
21
|
+
* The styles of the container containing the text, extended from ViewStyle
|
|
22
|
+
*/
|
|
23
|
+
containerStyles?: ViewStyle;
|
|
24
|
+
numberOfLines?: number;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=textlink.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textlink.type.d.ts","sourceRoot":"","sources":["../../../../src/components/textlink/textlink.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhF,MAAM,WAAW,aAAc,SAAQ,qBAAqB;IAC1D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.component.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAmBxD,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { TypographyProps } from './typography.type';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
'heading1-semibold'?: TextStyle;
|
|
5
|
+
'heading1-regular'?: TextStyle;
|
|
6
|
+
'heading2-semibold'?: TextStyle;
|
|
7
|
+
'heading2-regular'?: TextStyle;
|
|
8
|
+
'heading3-semibold'?: TextStyle;
|
|
9
|
+
'heading3-regular'?: TextStyle;
|
|
10
|
+
'heading4-semibold'?: TextStyle;
|
|
11
|
+
'heading4-regular'?: TextStyle;
|
|
12
|
+
'heading5-bold'?: TextStyle;
|
|
13
|
+
'heading5-semibold'?: TextStyle;
|
|
14
|
+
'heading5-regular'?: TextStyle;
|
|
15
|
+
'heading6-bold'?: TextStyle;
|
|
16
|
+
'heading6-semibold'?: TextStyle;
|
|
17
|
+
'heading6-regular'?: TextStyle;
|
|
18
|
+
'subheading'?: TextStyle;
|
|
19
|
+
'subtitle1'?: TextStyle;
|
|
20
|
+
'subtitle2'?: TextStyle;
|
|
21
|
+
'subtitle2-extrabold'?: TextStyle;
|
|
22
|
+
'body1'?: TextStyle;
|
|
23
|
+
'body2'?: TextStyle;
|
|
24
|
+
'body3'?: TextStyle;
|
|
25
|
+
'button'?: TextStyle;
|
|
26
|
+
'button-small'?: TextStyle;
|
|
27
|
+
'caption'?: TextStyle;
|
|
28
|
+
'caption2'?: TextStyle;
|
|
29
|
+
'overline'?: TextStyle;
|
|
30
|
+
'overline-small'?: TextStyle;
|
|
31
|
+
}
|
|
32
|
+
export declare const getStyle: (props: TypographyProps) => ComputedStyleProps;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=typography.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.style.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,UAAU,kBAAkB;IAC1B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,QAAQ,UAAW,eAAe,uBAyM9C,CAAC"}
|