@adiraku/react-native-ui 1.2.9-canary-2 → 1.2.9-canary-3
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/lib/commonjs/components/BottomTabBar/BottomTabBar.component.js +151 -0
- package/lib/commonjs/components/BottomTabBar/BottomTabBar.component.js.map +1 -0
- package/lib/commonjs/components/BottomTabBar/BottomTabBar.style.js +51 -0
- package/lib/commonjs/components/BottomTabBar/BottomTabBar.style.js.map +1 -0
- package/lib/commonjs/components/BottomTabBar/BottomTabBar.type.js +6 -0
- package/lib/commonjs/components/BottomTabBar/BottomTabBar.type.js.map +1 -0
- package/lib/commonjs/components/Chips/Chips.component.js +58 -0
- package/lib/commonjs/components/Chips/Chips.component.js.map +1 -0
- package/lib/commonjs/components/Chips/Chips.style.js +67 -0
- package/lib/commonjs/components/Chips/Chips.style.js.map +1 -0
- package/lib/commonjs/components/Chips/Chips.type.js +6 -0
- package/lib/commonjs/components/Chips/Chips.type.js.map +1 -0
- package/lib/commonjs/components/Loader/loader.component.js +112 -0
- package/lib/commonjs/components/Loader/loader.component.js.map +1 -0
- package/lib/commonjs/components/Loader/loader.style.js +13 -0
- package/lib/commonjs/components/Loader/loader.style.js.map +1 -0
- package/lib/commonjs/components/Loader/loader.type.js +2 -0
- package/lib/commonjs/components/Loader/loader.type.js.map +1 -0
- package/lib/commonjs/components/Notification/notification.component.js +49 -0
- package/lib/commonjs/components/Notification/notification.component.js.map +1 -0
- package/lib/commonjs/components/Notification/notification.style.js +14 -0
- package/lib/commonjs/components/Notification/notification.style.js.map +1 -0
- package/lib/commonjs/components/Notification/notification.type.js +6 -0
- package/lib/commonjs/components/Notification/notification.type.js.map +1 -0
- package/lib/commonjs/components/Snackbar/Snackbar.component.js +2 -0
- package/lib/commonjs/components/Snackbar/Snackbar.component.js.map +1 -1
- package/lib/commonjs/components/TextInput/TextInput.component.js +9 -7
- package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -1
- package/lib/commonjs/components/coachmark/coachmark.component.js +72 -10
- package/lib/commonjs/components/coachmark/coachmark.component.js.map +1 -1
- package/lib/commonjs/components/coachmark/coachmark.style.js +31 -34
- package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -1
- package/lib/commonjs/components/index.js +40 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/label/label.component.js +15 -4
- package/lib/commonjs/components/label/label.component.js.map +1 -1
- package/lib/commonjs/components/label/label.style.js +41 -3
- package/lib/commonjs/components/label/label.style.js.map +1 -1
- package/lib/commonjs/components/search-input/search-input.component.js +8 -4
- package/lib/commonjs/components/search-input/search-input.component.js.map +1 -1
- package/lib/commonjs/components/typography/typography.component.js.map +1 -1
- package/lib/commonjs/icons/actions/IconThreeDot.js +31 -0
- package/lib/commonjs/icons/actions/IconThreeDot.js.map +1 -0
- package/lib/commonjs/icons/index.js +31 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/navs/IconNavAdiraku.js +40 -22
- package/lib/commonjs/icons/navs/IconNavAdiraku.js.map +1 -1
- package/lib/commonjs/icons/navs/IconNavDocument.js +30 -6
- package/lib/commonjs/icons/navs/IconNavDocument.js.map +1 -1
- package/lib/commonjs/icons/navs/IconNavHome.js +27 -9
- package/lib/commonjs/icons/navs/IconNavHome.js.map +1 -1
- package/lib/commonjs/icons/navs/IconNavProfile.js +20 -5
- package/lib/commonjs/icons/navs/IconNavProfile.js.map +1 -1
- package/lib/commonjs/themes/border.js +11 -0
- package/lib/commonjs/themes/border.js.map +1 -0
- package/lib/commonjs/themes/index.js +11 -0
- package/lib/commonjs/themes/index.js.map +1 -1
- package/lib/module/components/BottomTabBar/BottomTabBar.component.js +143 -0
- package/lib/module/components/BottomTabBar/BottomTabBar.component.js.map +1 -0
- package/lib/module/components/BottomTabBar/BottomTabBar.style.js +44 -0
- package/lib/module/components/BottomTabBar/BottomTabBar.style.js.map +1 -0
- package/lib/module/components/BottomTabBar/BottomTabBar.type.js +2 -0
- package/lib/module/components/BottomTabBar/BottomTabBar.type.js.map +1 -0
- package/lib/module/components/Chips/Chips.component.js +45 -0
- package/lib/module/components/Chips/Chips.component.js.map +1 -0
- package/lib/module/components/Chips/Chips.style.js +60 -0
- package/lib/module/components/Chips/Chips.style.js.map +1 -0
- package/lib/module/components/Chips/Chips.type.js +2 -0
- package/lib/module/components/Chips/Chips.type.js.map +1 -0
- package/lib/module/components/Loader/loader.component.js +104 -0
- package/lib/module/components/Loader/loader.component.js.map +1 -0
- package/lib/module/components/Loader/loader.style.js +6 -0
- package/lib/module/components/Loader/loader.style.js.map +1 -0
- package/lib/module/components/Loader/loader.type.js +2 -0
- package/lib/module/components/Loader/loader.type.js.map +1 -0
- package/lib/module/components/Notification/notification.component.js +41 -0
- package/lib/module/components/Notification/notification.component.js.map +1 -0
- package/lib/module/components/Notification/notification.style.js +7 -0
- package/lib/module/components/Notification/notification.style.js.map +1 -0
- package/lib/module/components/Notification/notification.type.js +2 -0
- package/lib/module/components/Notification/notification.type.js.map +1 -0
- package/lib/module/components/Snackbar/Snackbar.component.js +1 -1
- package/lib/module/components/Snackbar/Snackbar.component.js.map +1 -1
- package/lib/module/components/TextInput/TextInput.component.js +9 -7
- package/lib/module/components/TextInput/TextInput.component.js.map +1 -1
- package/lib/module/components/coachmark/coachmark.component.js +69 -9
- package/lib/module/components/coachmark/coachmark.component.js.map +1 -1
- package/lib/module/components/coachmark/coachmark.style.js +31 -34
- package/lib/module/components/coachmark/coachmark.style.js.map +1 -1
- package/lib/module/components/index.js +6 -2
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/label/label.component.js +15 -5
- package/lib/module/components/label/label.component.js.map +1 -1
- package/lib/module/components/label/label.style.js +41 -3
- package/lib/module/components/label/label.style.js.map +1 -1
- package/lib/module/components/search-input/search-input.component.js +9 -5
- package/lib/module/components/search-input/search-input.component.js.map +1 -1
- package/lib/module/components/typography/typography.component.js.map +1 -1
- package/lib/module/icons/actions/IconThreeDot.js +22 -0
- package/lib/module/icons/actions/IconThreeDot.js.map +1 -0
- package/lib/module/icons/index.js +5 -4
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/icons/navs/IconNavAdiraku.js +39 -22
- package/lib/module/icons/navs/IconNavAdiraku.js.map +1 -1
- package/lib/module/icons/navs/IconNavDocument.js +28 -5
- package/lib/module/icons/navs/IconNavDocument.js.map +1 -1
- package/lib/module/icons/navs/IconNavHome.js +25 -8
- package/lib/module/icons/navs/IconNavHome.js.map +1 -1
- package/lib/module/icons/navs/IconNavProfile.js +18 -4
- package/lib/module/icons/navs/IconNavProfile.js.map +1 -1
- package/lib/module/themes/border.js +6 -0
- package/lib/module/themes/border.js.map +1 -0
- package/lib/module/themes/index.js +1 -0
- package/lib/module/themes/index.js.map +1 -1
- package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts +4 -0
- package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts.map +1 -0
- package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts +11 -0
- package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts.map +1 -0
- package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts +47 -0
- package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts.map +1 -0
- package/lib/typescript/components/Chips/Chips.component.d.ts +5 -0
- package/lib/typescript/components/Chips/Chips.component.d.ts.map +1 -0
- package/lib/typescript/components/Chips/Chips.style.d.ts +11 -0
- package/lib/typescript/components/Chips/Chips.style.d.ts.map +1 -0
- package/lib/typescript/components/Chips/Chips.type.d.ts +32 -0
- package/lib/typescript/components/Chips/Chips.type.d.ts.map +1 -0
- package/lib/typescript/components/Loader/loader.component.d.ts +5 -0
- package/lib/typescript/components/Loader/loader.component.d.ts.map +1 -0
- package/lib/typescript/components/Loader/loader.style.d.ts +5 -0
- package/lib/typescript/components/Loader/loader.style.d.ts.map +1 -0
- package/lib/typescript/components/Loader/loader.type.d.ts +8 -0
- package/lib/typescript/components/Loader/loader.type.d.ts.map +1 -0
- package/lib/typescript/components/Notification/notification.component.d.ts +5 -0
- package/lib/typescript/components/Notification/notification.component.d.ts.map +1 -0
- package/lib/typescript/components/Notification/notification.style.d.ts +6 -0
- package/lib/typescript/components/Notification/notification.style.d.ts.map +1 -0
- package/lib/typescript/components/Notification/notification.type.d.ts +21 -0
- package/lib/typescript/components/Notification/notification.type.d.ts.map +1 -0
- package/lib/typescript/components/Snackbar/Snackbar.component.d.ts +4 -2
- package/lib/typescript/components/Snackbar/Snackbar.component.d.ts.map +1 -1
- package/lib/typescript/components/Snackbar/Snackbar.type.d.ts +13 -0
- package/lib/typescript/components/Snackbar/Snackbar.type.d.ts.map +1 -1
- package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -1
- package/lib/typescript/components/TextInput/TextInput.type.d.ts +1 -6
- package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -1
- package/lib/typescript/components/calendars/calendars.component.d.ts +2 -2
- package/lib/typescript/components/calendars/calendars.component.d.ts.map +1 -1
- package/lib/typescript/components/calendars/month-picker-modal.component.d.ts +3 -3
- package/lib/typescript/components/calendars/month-picker-modal.component.d.ts.map +1 -1
- package/lib/typescript/components/coachmark/coachmark.component.d.ts +4 -3
- package/lib/typescript/components/coachmark/coachmark.component.d.ts.map +1 -1
- package/lib/typescript/components/coachmark/coachmark.style.d.ts +6 -3
- package/lib/typescript/components/coachmark/coachmark.style.d.ts.map +1 -1
- package/lib/typescript/components/coachmark/coachmark.type.d.ts +75 -9
- package/lib/typescript/components/coachmark/coachmark.type.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +7 -2
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/label/label.component.d.ts.map +1 -1
- package/lib/typescript/components/label/label.style.d.ts +9 -1
- package/lib/typescript/components/label/label.style.d.ts.map +1 -1
- package/lib/typescript/components/label/label.type.d.ts +14 -3
- package/lib/typescript/components/label/label.type.d.ts.map +1 -1
- package/lib/typescript/components/search-input/search-input.component.d.ts +2 -2
- package/lib/typescript/components/search-input/search-input.component.d.ts.map +1 -1
- package/lib/typescript/components/search-input/search-input.type.d.ts +20 -1
- package/lib/typescript/components/search-input/search-input.type.d.ts.map +1 -1
- package/lib/typescript/components/selection-card/SelectionCard.component.d.ts +2 -2
- package/lib/typescript/components/selection-card/SelectionCard.component.d.ts.map +1 -1
- package/lib/typescript/components/textlink/textlink.type.d.ts +9 -0
- package/lib/typescript/components/textlink/textlink.type.d.ts.map +1 -1
- package/lib/typescript/components/typography/typography.component.d.ts +2 -2
- package/lib/typescript/components/typography/typography.component.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconAddMinus.d.ts +2 -2
- package/lib/typescript/icons/actions/IconAddMinus.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconAddPlus.d.ts +2 -2
- package/lib/typescript/icons/actions/IconAddPlus.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconAddRemove.d.ts +2 -2
- package/lib/typescript/icons/actions/IconAddRemove.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconAttach.d.ts +2 -2
- package/lib/typescript/icons/actions/IconAttach.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconBeliMobil.d.ts +3 -3
- package/lib/typescript/icons/actions/IconBeliMobil.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconCamera.d.ts +3 -3
- package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconChat.d.ts +3 -3
- package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconCopy.d.ts +3 -3
- package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconCustomerService.d.ts +2 -2
- package/lib/typescript/icons/actions/IconCustomerService.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconDot.d.ts +3 -3
- package/lib/typescript/icons/actions/IconDot.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconDownload.d.ts +2 -2
- package/lib/typescript/icons/actions/IconDownload.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconEdit.d.ts +3 -3
- package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconEmail.d.ts +3 -3
- package/lib/typescript/icons/actions/IconEmail.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconFilter.d.ts +3 -3
- package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconGallery.d.ts +3 -3
- package/lib/typescript/icons/actions/IconGallery.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconHamburger.d.ts +2 -2
- package/lib/typescript/icons/actions/IconHamburger.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconHeartEmpty.d.ts +2 -2
- package/lib/typescript/icons/actions/IconHeartEmpty.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconHeartFilled.d.ts +2 -2
- package/lib/typescript/icons/actions/IconHeartFilled.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconHeartOutline.d.ts +2 -2
- package/lib/typescript/icons/actions/IconHeartOutline.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconHelp.d.ts +3 -3
- package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconInfo.d.ts +3 -3
- package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconJualMobil.d.ts +3 -3
- package/lib/typescript/icons/actions/IconJualMobil.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconLike.d.ts +3 -3
- package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconMinus.d.ts +3 -3
- package/lib/typescript/icons/actions/IconMinus.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconNotification.d.ts +3 -3
- package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconOther.d.ts +3 -3
- package/lib/typescript/icons/actions/IconOther.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconPerson.d.ts +2 -2
- package/lib/typescript/icons/actions/IconPerson.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconPicture.d.ts +2 -2
- package/lib/typescript/icons/actions/IconPicture.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconPictureAdd.d.ts +2 -2
- package/lib/typescript/icons/actions/IconPictureAdd.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconReload.d.ts +2 -2
- package/lib/typescript/icons/actions/IconReload.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconRoundAdd.d.ts +3 -3
- package/lib/typescript/icons/actions/IconRoundAdd.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconRoundClose.d.ts +3 -3
- package/lib/typescript/icons/actions/IconRoundClose.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSearch.d.ts +2 -2
- package/lib/typescript/icons/actions/IconSearch.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSeeHide.d.ts +2 -2
- package/lib/typescript/icons/actions/IconSeeHide.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSeeShow.d.ts +2 -2
- package/lib/typescript/icons/actions/IconSeeShow.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSetting.d.ts +3 -3
- package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconShare.d.ts +3 -3
- package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconShoppingBag.d.ts +3 -3
- package/lib/typescript/icons/actions/IconShoppingBag.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts +3 -3
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSmartphone.d.ts +3 -3
- package/lib/typescript/icons/actions/IconSmartphone.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSort.d.ts +2 -2
- package/lib/typescript/icons/actions/IconSort.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSorting.d.ts +2 -2
- package/lib/typescript/icons/actions/IconSorting.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconStarFilled.d.ts +2 -2
- package/lib/typescript/icons/actions/IconStarFilled.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconStarOutline.d.ts +2 -2
- package/lib/typescript/icons/actions/IconStarOutline.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconThreeDot.d.ts +4 -0
- package/lib/typescript/icons/actions/IconThreeDot.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconTrash.d.ts +3 -3
- package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconUpload.d.ts +2 -2
- package/lib/typescript/icons/actions/IconUpload.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconUser.d.ts +3 -3
- package/lib/typescript/icons/actions/IconUser.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconVideo.d.ts +3 -3
- package/lib/typescript/icons/actions/IconVideo.d.ts.map +1 -1
- package/lib/typescript/icons/index.d.ts +5 -4
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconCalendar.d.ts +2 -2
- package/lib/typescript/icons/misc/IconCalendar.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconCash.d.ts +2 -2
- package/lib/typescript/icons/misc/IconCash.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconCategory.d.ts +2 -2
- package/lib/typescript/icons/misc/IconCategory.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconContract.d.ts +2 -2
- package/lib/typescript/icons/misc/IconContract.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconCreditCard.d.ts +2 -2
- package/lib/typescript/icons/misc/IconCreditCard.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconFlash.d.ts +2 -2
- package/lib/typescript/icons/misc/IconFlash.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconGroup.d.ts +2 -2
- package/lib/typescript/icons/misc/IconGroup.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconHistory.d.ts +2 -2
- package/lib/typescript/icons/misc/IconHistory.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconLocation.d.ts +2 -2
- package/lib/typescript/icons/misc/IconLocation.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconLock.d.ts +2 -2
- package/lib/typescript/icons/misc/IconLock.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconMoney.d.ts +2 -2
- package/lib/typescript/icons/misc/IconMoney.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconMyLocation.d.ts +2 -2
- package/lib/typescript/icons/misc/IconMyLocation.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconOfficial.d.ts +2 -2
- package/lib/typescript/icons/misc/IconOfficial.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconPromo.d.ts +2 -2
- package/lib/typescript/icons/misc/IconPromo.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconProtection.d.ts +2 -2
- package/lib/typescript/icons/misc/IconProtection.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconStore.d.ts +2 -2
- package/lib/typescript/icons/misc/IconStore.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconTick.d.ts +2 -2
- package/lib/typescript/icons/misc/IconTick.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconTicket.d.ts +2 -2
- package/lib/typescript/icons/misc/IconTicket.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconTime.d.ts +2 -2
- package/lib/typescript/icons/misc/IconTime.d.ts.map +1 -1
- package/lib/typescript/icons/misc/IconVoucher.d.ts +2 -2
- package/lib/typescript/icons/misc/IconVoucher.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconArrowDown.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconArrowDown.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconArrowLeft.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconArrowLeft.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconArrowRight.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconArrowRight.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconArrowUp.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconArrowUp.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconChevronDown.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconChevronDown.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconChevronLeft.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconChevronLeft.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconChevronRight.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconChevronRight.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconChevronUp.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconChevronUp.d.ts.map +1 -1
- package/lib/typescript/icons/navigations/IconClose.d.ts +2 -2
- package/lib/typescript/icons/navigations/IconClose.d.ts.map +1 -1
- package/lib/typescript/icons/navs/IconNavAdiraku.d.ts +6 -3
- package/lib/typescript/icons/navs/IconNavAdiraku.d.ts.map +1 -1
- package/lib/typescript/icons/navs/IconNavDocument.d.ts +6 -3
- package/lib/typescript/icons/navs/IconNavDocument.d.ts.map +1 -1
- package/lib/typescript/icons/navs/IconNavHome.d.ts +3 -2
- package/lib/typescript/icons/navs/IconNavHome.d.ts.map +1 -1
- package/lib/typescript/icons/navs/IconNavPhone.d.ts +2 -2
- package/lib/typescript/icons/navs/IconNavPhone.d.ts.map +1 -1
- package/lib/typescript/icons/navs/IconNavProfile.d.ts +3 -2
- package/lib/typescript/icons/navs/IconNavProfile.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarJeep.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarJeep.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarMuv.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarMuv.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarPickup.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarPickup.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarSuv.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarSuv.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarVan.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarVan.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconCarWagon.d.ts +2 -2
- package/lib/typescript/icons/vehicles/IconCarWagon.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconMinus.d.ts +3 -3
- package/lib/typescript/icons/vehicles/IconMinus.d.ts.map +1 -1
- package/lib/typescript/themes/border.d.ts +6 -0
- package/lib/typescript/themes/border.d.ts.map +1 -0
- package/lib/typescript/themes/index.d.ts +1 -0
- package/lib/typescript/themes/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/BottomTabBar/BottomTabBar.component.tsx +169 -0
- package/src/components/BottomTabBar/BottomTabBar.style.tsx +59 -0
- package/src/components/BottomTabBar/BottomTabBar.type.tsx +59 -0
- package/src/components/Chips/Chips.component.tsx +58 -0
- package/src/components/Chips/Chips.style.tsx +77 -0
- package/src/components/Chips/Chips.type.ts +32 -0
- package/src/components/Loader/loader.component.tsx +125 -0
- package/src/components/Loader/loader.style.tsx +9 -0
- package/src/components/Loader/loader.type.ts +7 -0
- package/src/components/Notification/notification.component.tsx +53 -0
- package/src/components/Notification/notification.style.tsx +13 -0
- package/src/components/Notification/notification.type.ts +23 -0
- package/src/components/Snackbar/Snackbar.component.tsx +1 -1
- package/src/components/Snackbar/Snackbar.type.ts +13 -0
- package/src/components/TextInput/TextInput.component.tsx +9 -7
- package/src/components/TextInput/TextInput.type.ts +1 -7
- package/src/components/coachmark/coachmark.component.tsx +81 -9
- package/src/components/coachmark/coachmark.style.tsx +44 -45
- package/src/components/coachmark/coachmark.type.ts +89 -9
- package/src/components/index.ts +7 -2
- package/src/components/label/label.component.tsx +23 -5
- package/src/components/label/label.style.tsx +64 -3
- package/src/components/label/label.type.ts +15 -3
- package/src/components/search-input/search-input.component.tsx +10 -3
- package/src/components/search-input/search-input.type.ts +24 -1
- package/src/components/textlink/textlink.type.ts +9 -0
- package/src/components/typography/typography.component.tsx +1 -1
- package/src/icons/actions/IconThreeDot.tsx +28 -0
- package/src/icons/index.ts +5 -4
- package/src/icons/navs/IconNavAdiraku.tsx +53 -21
- package/src/icons/navs/IconNavDocument.tsx +30 -6
- package/src/icons/navs/IconNavHome.tsx +28 -5
- package/src/icons/navs/IconNavProfile.tsx +19 -4
- package/src/themes/border.ts +5 -0
- package/src/themes/index.ts +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import Svg, {
|
|
3
|
+
import Svg, { Path } from 'react-native-svg';
|
|
4
4
|
import { Palettes } from '../../themes';
|
|
5
5
|
export const IconNavAdiraku = props => {
|
|
6
6
|
const {
|
|
@@ -13,28 +13,45 @@ export const IconNavAdiraku = props => {
|
|
|
13
13
|
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
14
14
|
width: width,
|
|
15
15
|
height: height,
|
|
16
|
-
viewBox: "0 0
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
17
|
fill: "none"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
d: "
|
|
26
|
-
fill: fill
|
|
27
|
-
}), /*#__PURE__*/React.createElement(Circle, {
|
|
28
|
-
cx: 16,
|
|
29
|
-
cy: 12,
|
|
30
|
-
r: 9.5,
|
|
31
|
-
stroke: innerCircle
|
|
32
|
-
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
33
|
-
id: "clip0_1435_133818"
|
|
34
|
-
}, /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
19
|
+
d: "M12 21a9 9 0 100-18 9 9 0 000 18z",
|
|
20
|
+
stroke: fill,
|
|
21
|
+
strokeWidth: 2,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
25
|
+
d: "M13.29 10c.216 0 .434-.025.65-.076v3.266c0 .29-.047.436-.133.534-.21.154-.398.246-.577.246h-2.4v0h-.007c-.448.006-.836-.421-.823-.886h0V11.38c0-.356.127-.665.364-.95.203-.241.483-.378.859-.43h2.067z",
|
|
35
26
|
fill: fill,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
stroke: fill
|
|
28
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
29
|
+
d: "M12 18a6 6 0 100-12 6 6 0 000 12z",
|
|
30
|
+
stroke: fill,
|
|
31
|
+
strokeWidth: 2,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
export const IconNavAdirakuFilled = props => {
|
|
37
|
+
const {
|
|
38
|
+
width = 32,
|
|
39
|
+
height = 32,
|
|
40
|
+
fill = Palettes.black[900],
|
|
41
|
+
innerCircle = Palettes.white[50],
|
|
42
|
+
...rest
|
|
43
|
+
} = props;
|
|
44
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
45
|
+
width: width,
|
|
46
|
+
height: height,
|
|
47
|
+
viewBox: "0 0 24 24",
|
|
48
|
+
fill: "none"
|
|
49
|
+
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
50
|
+
d: "M12 5.5c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm2.44 4v3.69c0 .36-.06.67-.3.91-.24.18-.55.37-.91.37h-2.4c-.77.01-1.35-.69-1.33-1.4v-1.69c0-.49.18-.91.48-1.27.31-.37.73-.55 1.21-.61h2.1c.3 0 .61-.06.91-.18.15-.15.28-.03.24.18z",
|
|
51
|
+
fill: fill
|
|
52
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
53
|
+
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",
|
|
54
|
+
fill: fill
|
|
55
|
+
}));
|
|
39
56
|
};
|
|
40
57
|
//# sourceMappingURL=IconNavAdiraku.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Palettes","IconNavAdiraku","props","width","height","fill","black","innerCircle","white","rest","createElement","_extends","viewBox","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","IconNavAdirakuFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavAdiraku.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAA2C,IAAK;EAC7E,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,mCAAmC;IACrCC,MAAM,EAAET,IAAK;IACbU,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,wMAAwM;IAC1MR,IAAI,EAAEA,IAAK;IACXS,MAAM,EAAET;EAAK,CACd,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,mCAAmC;IACrCC,MAAM,EAAET,IAAK;IACbU,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMC,oBAAoB,GAC/BhB,KAA2C,IACxC;EACH,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,wQAAwQ;IAC1QR,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,8HAA8H;IAChIR,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -15,18 +15,41 @@ export const IconNavDocument = props => {
|
|
|
15
15
|
height: height,
|
|
16
16
|
viewBox: "0 0 24 24",
|
|
17
17
|
fill: "none"
|
|
18
|
-
// xmlns="http://www.w3.org/2000/svg"
|
|
19
18
|
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
20
|
-
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
d: "M7.81 1c-1.714 0-3.198.506-4.254 1.566C2.502 3.626 2 5.113 2 6.83v10.33c0 1.738.5 3.231 1.558 4.29C4.616 22.508 6.102 23 7.81 23h8.381c1.73 0 3.218-.49 4.273-1.553C21.517 20.385 22 18.89 22 17.16V6.83c0-.294-.014-.582-.044-.863A2.503 2.503 0 0120 7.95v9.21c0 1.37-.377 2.295-.956 2.878-.578.582-1.493.962-2.853.962H7.81c-1.332 0-2.251-.378-2.838-.965C4.385 19.45 4 18.522 4 17.16V6.83c0-1.333.383-2.26.974-2.853C5.564 3.384 6.484 3 7.81 3h8.381c.813 0 1.468.14 1.987.378.384-.24.837-.378 1.322-.378.741 0 1.407.322 1.864.835a4.875 4.875 0 00-.899-1.266C19.413 1.504 17.926 1 16.191 1H7.81z",
|
|
21
22
|
fill: fill
|
|
22
23
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
23
24
|
d: "M19.5 9a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
|
24
|
-
|
|
25
|
-
stroke: lineStripes,
|
|
25
|
+
stroke: fill,
|
|
26
26
|
strokeWidth: 2
|
|
27
27
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
28
28
|
d: "M8.08 15.74h7.84c.399.04.7.38.7.79 0 .399-.301.74-.7.78H8.08c-.3.04-.59-.11-.75-.36a.795.795 0 01.75-1.21zm7.84-4.561a.781.781 0 010 1.561H8.08a.78.78 0 010-1.561h7.84zM11.069 6.65c.431 0 .781.35.781.779 0 .441-.35.791-.781.791H8.08a.78.78 0 010-1.56v-.01h2.989z",
|
|
29
|
-
fill:
|
|
29
|
+
fill: fill
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export const IconNavDocumentFilled = props => {
|
|
33
|
+
const {
|
|
34
|
+
width = 24,
|
|
35
|
+
height = 24,
|
|
36
|
+
fill = Palettes.black[900],
|
|
37
|
+
lineStripes = Palettes.white[50],
|
|
38
|
+
...rest
|
|
39
|
+
} = props;
|
|
40
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
41
|
+
width: width,
|
|
42
|
+
height: width,
|
|
43
|
+
viewBox: "0 0 24 24",
|
|
44
|
+
fill: "none"
|
|
45
|
+
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
46
|
+
d: "M19.5 8a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",
|
|
47
|
+
fill: fill
|
|
48
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
49
|
+
fillRule: "evenodd",
|
|
50
|
+
clipRule: "evenodd",
|
|
51
|
+
d: "M21 9.744a4.5 4.5 0 01-4.346-7.73A7.574 7.574 0 0016.191 2H7.81C4.77 2 3 3.78 3 6.83v10.33C3 20.26 4.77 22 7.81 22h8.381C19.28 22 21 20.26 21 17.16V9.744zM8.08 15.74h7.84c.399.04.7.38.7.79 0 .399-.301.74-.7.78H8.08c-.3.04-.59-.11-.75-.36a.795.795 0 01.75-1.21zm7.84-4.561a.781.781 0 010 1.561H8.08a.78.78 0 010-1.561h7.84zM11.069 6.65c.431 0 .781.35.781.779 0 .441-.35.791-.781.791H8.08a.78.78 0 010-1.56v-.01h2.989z",
|
|
52
|
+
fill: fill
|
|
30
53
|
}));
|
|
31
54
|
};
|
|
32
55
|
//# sourceMappingURL=IconNavDocument.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","Palettes","IconNavDocument","props","width","height","fill","black","lineStripes","white","rest","createElement","_extends","viewBox","d","stroke","strokeWidth"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavDocument.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,eAAe,
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Palettes","IconNavDocument","props","width","height","fill","black","lineStripes","white","rest","createElement","_extends","viewBox","fillRule","clipRule","d","stroke","strokeWidth","IconNavDocumentFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavDocument.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,eAAe,GAC1BC,KAA2C,IACxC;EACH,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,+kBAA+kB;IACjlBV,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHgB,CAAC,EAAC,0CAA0C;IAC5CC,MAAM,EAAEX,IAAK;IACbY,WAAW,EAAE;EAAE,CAChB,CAAC,eACFpB,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHgB,CAAC,EAAC,wQAAwQ;IAC1QV,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMa,qBAAqB,GAAIhB,KAA2C,IAAK;EACpF,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IAACR,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACS,OAAO,EAAC,WAAW;IAACP,IAAI,EAAC;EAAM,GAAKI,IAAI,gBACxEZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IAACgB,CAAC,EAAC,0CAA0C;IAACV,IAAI,EAAEA;EAAK,CAAE,CAAC,eACjER,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,kaAAka;IACpaV,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -1,8 +1,31 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import Svg, {
|
|
3
|
+
import Svg, { Path } from 'react-native-svg';
|
|
4
4
|
import { Palettes } from '../../themes';
|
|
5
5
|
export const IconNavHome = props => {
|
|
6
|
+
const {
|
|
7
|
+
width = 24,
|
|
8
|
+
height = 24,
|
|
9
|
+
fill = Palettes.black[900],
|
|
10
|
+
...rest
|
|
11
|
+
} = props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
13
|
+
width: width,
|
|
14
|
+
height: width,
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none"
|
|
17
|
+
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M19.695 8.363l-5.955-4.76a2.776 2.776 0 00-3.54.07l-5.835 4.69a2.198 2.198 0 00-.865 1.72v7.82c0 1.71 1.382 3.1 3.082 3.1h1.66c.587 0 1.074-.49 1.074-1.08v-3.06c0-.69.566-1.26 1.252-1.26h2.864c.685 0 1.252.57 1.252 1.26v3.06c0 .59.487 1.08 1.074 1.08h1.66c1.7 0 3.082-1.39 3.082-3.1v-7.82c0-.67-.298-1.3-.805-1.72z",
|
|
19
|
+
stroke: fill,
|
|
20
|
+
strokeWidth: 2,
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M12 12.003a1.994 1.994 0 001.988-2c0-1.105-.89-2-1.988-2a1.994 1.994 0 00-1.988 2c0 1.105.89 2 1.988 2z",
|
|
25
|
+
fill: fill
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export const IconNavHomeFilled = props => {
|
|
6
29
|
const {
|
|
7
30
|
width = 24,
|
|
8
31
|
height = 24,
|
|
@@ -14,15 +37,9 @@ export const IconNavHome = props => {
|
|
|
14
37
|
height: height,
|
|
15
38
|
viewBox: "0 0 24 24",
|
|
16
39
|
fill: "none"
|
|
17
|
-
// xmlns="http://www.w3.org/2000/svg"
|
|
18
40
|
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
19
|
-
d: "
|
|
41
|
+
d: "M20.586 7.96l-6.658-5.29a3.1 3.1 0 00-3.945.08l-6.51 5.21A2.496 2.496 0 002.5 9.87v8.69c0 1.9 1.54 3.44 3.438 3.44h1.859c.655 0 1.202-.54 1.202-1.2v-3.4c0-.77.626-1.4 1.401-1.4h3.2c.765 0 1.401.63 1.401 1.4v3.4c0 .66.537 1.2 1.202 1.2h1.859a3.44 3.44 0 003.438-3.44V9.87c0-.74-.328-1.44-.894-1.91h-.02zM11.99 12a2 2 0 01-1.987-2 2 2 0 011.987-2 2 2 0 011.987 2 2 2 0 01-1.987 2z",
|
|
20
42
|
fill: fill
|
|
21
|
-
}), /*#__PURE__*/React.createElement(Circle, {
|
|
22
|
-
cx: 12,
|
|
23
|
-
cy: 10,
|
|
24
|
-
r: 2,
|
|
25
|
-
fill: "transparent"
|
|
26
43
|
}));
|
|
27
44
|
};
|
|
28
45
|
//# sourceMappingURL=IconNavHome.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Palettes","IconNavHome","props","width","height","fill","black","rest","createElement","_extends","viewBox","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","IconNavHomeFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavHome.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,QAAQ,QAAQ,cAAc;AAGvC,OAAO,MAAMC,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IAACN,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACO,OAAO,EAAC,WAAW;IAACL,IAAI,EAAC;EAAM,GAAKE,IAAI,gBACxEV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,4TAA4T;IAC9TC,MAAM,EAAEP,IAAK;IACbQ,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFlB,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,yGAAyG;IAC3GN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMW,iBAAiB,GAAId,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;EAAM,GACPE,IAAI,gBAERV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,4XAA4X;IAC9XN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -14,11 +14,25 @@ export const IconNavProfile = props => {
|
|
|
14
14
|
height: height,
|
|
15
15
|
viewBox: "0 0 24 24",
|
|
16
16
|
fill: "none"
|
|
17
|
-
// xmlns="http://www.w3.org/2000/svg"
|
|
18
17
|
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
d: "M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22zm0-6c-3.48 0-6 1.58-6 2.64 0 .23.29 1.36 6 1.36s6-1.15 6-1.38c0-1.05-2.52-2.62-6-2.62z",
|
|
19
|
+
fill: fill
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
export const IconNavProfileFilled = props => {
|
|
23
|
+
const {
|
|
24
|
+
width = 24,
|
|
25
|
+
height = 24,
|
|
26
|
+
fill = Palettes.black[900],
|
|
27
|
+
...rest
|
|
28
|
+
} = props;
|
|
29
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
30
|
+
width: width,
|
|
31
|
+
height: width,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: "none"
|
|
34
|
+
}, rest), /*#__PURE__*/React.createElement(Path, {
|
|
35
|
+
d: "M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22z",
|
|
22
36
|
fill: fill
|
|
23
37
|
}));
|
|
24
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","Palettes","IconNavProfile","props","width","height","fill","black","rest","createElement","_extends","viewBox","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Palettes","IconNavProfile","props","width","height","fill","black","rest","createElement","_extends","viewBox","d","IconNavProfileFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavProfile.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;EAAM,GACPE,IAAI,gBAERV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,iSAAiS;IACnSN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMO,oBAAoB,GAAIV,KAAgB,IAAK;EACxD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IAACN,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACO,OAAO,EAAC,WAAW;IAACL,IAAI,EAAC;EAAM,GAAKE,IAAI,gBACxEV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,kJAAkJ;IACpJN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Border"],"sourceRoot":"../../../src","sources":["themes/border.ts"],"mappings":"AAAA,MAAMA,MAAM,GAAG;EACX,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE;AACP,CAAC;AACD,SAASA,MAAM","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["themes/index.ts"],"mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,UAAU;AACxB,cAAc,WAAW;AACzB,cAAc,UAAU","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["themes/index.ts"],"mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,UAAU;AACxB,cAAc,WAAW;AACzB,cAAc,UAAU;AACxB,cAAc,UAAU","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomTabBar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.component.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,iBAAiB,EAAsB,MAAM,qBAAqB,CAAC;AAK5E,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eA4DpD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ViewStyle } from 'react-native';
|
|
2
|
+
interface ComputedStyleProps {
|
|
3
|
+
container?: ViewStyle;
|
|
4
|
+
tabItemContainer?: ViewStyle;
|
|
5
|
+
iconWrapper?: ViewStyle;
|
|
6
|
+
animatedIconWrapper?: ViewStyle;
|
|
7
|
+
indicator?: ViewStyle;
|
|
8
|
+
}
|
|
9
|
+
export declare const getStyle: () => ComputedStyleProps;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=BottomTabBar.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomTabBar.style.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAIrD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,eAAO,MAAM,QAAQ,0BA8CpB,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
declare type NavigationEmit = {
|
|
4
|
+
type: string;
|
|
5
|
+
target?: string;
|
|
6
|
+
canPreventDefault?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare type TabBarMethod = {
|
|
9
|
+
focused?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare type BottomTabBarProps = {
|
|
12
|
+
containerStyle?: ViewStyle;
|
|
13
|
+
state: {
|
|
14
|
+
index: number;
|
|
15
|
+
routes: {
|
|
16
|
+
key: string;
|
|
17
|
+
name: string;
|
|
18
|
+
params: any;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
descriptors: Record<string, {
|
|
22
|
+
options: {
|
|
23
|
+
tabBarAccessibilityLabel: string;
|
|
24
|
+
tabBarTestID: string;
|
|
25
|
+
tabBarIcon?: (params: TabBarMethod) => ReactNode;
|
|
26
|
+
tabBarLabel?: (params: TabBarMethod) => ReactNode;
|
|
27
|
+
};
|
|
28
|
+
}>;
|
|
29
|
+
navigation: {
|
|
30
|
+
navigate: (routeName: string, params?: any) => void;
|
|
31
|
+
emit: (params: NavigationEmit) => {
|
|
32
|
+
defaultPrevented: boolean;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
insets: {
|
|
36
|
+
bottom: number;
|
|
37
|
+
top: number;
|
|
38
|
+
left: number;
|
|
39
|
+
right: number;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare type BottomTabItemProps = Pick<BottomTabBarProps, 'state' | 'descriptors' | 'navigation'> & {
|
|
43
|
+
index: BottomTabBarProps['state']['index'];
|
|
44
|
+
route: BottomTabBarProps['state']['routes'][number];
|
|
45
|
+
};
|
|
46
|
+
export {};
|
|
47
|
+
//# sourceMappingURL=BottomTabBar.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomTabBar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.type.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,aAAK,cAAc,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;AAEF,aAAK,YAAY,GAAG;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE;YACN,GAAG,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,GAAG,CAAC;SACb,EAAE,CAAC;KACL,CAAC;IAEF,WAAW,EAAE,MAAM,CACjB,MAAM,EACN;QACE,OAAO,EAAE;YACP,wBAAwB,EAAE,MAAM,CAAC;YACjC,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,SAAS,CAAC;YACjD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,SAAS,CAAC;SACnD,CAAC;KACH,CACF,CAAC;IAEF,UAAU,EAAE;QACV,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;QACpD,IAAI,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK;YAChC,gBAAgB,EAAE,OAAO,CAAC;SAC3B,CAAC;KACH,CAAC;IAEF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AAEF,oBAAY,kBAAkB,GAAG,IAAI,CACnC,iBAAiB,EACjB,OAAO,GAAG,aAAa,GAAG,YAAY,CACvC,GAAG;IACF,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;IAC3C,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;CACrD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ChipsProps } from './Chips.type';
|
|
3
|
+
declare const Chips: ({ label, variant, leadingComponent, onPress, containerStyles, textStyles, ...rest }: ChipsProps) => JSX.Element;
|
|
4
|
+
export { Chips, ChipsProps };
|
|
5
|
+
//# sourceMappingURL=Chips.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chips.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.component.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,KAAK,wFAQR,UAAU,gBAqCZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type { ChipsProps } from './Chips.component';
|
|
3
|
+
interface ComputedStyleProps {
|
|
4
|
+
container?: ViewStyle;
|
|
5
|
+
wrapLeftComponent?: ViewStyle;
|
|
6
|
+
marginLeft?: ViewStyle;
|
|
7
|
+
marginRight?: ViewStyle;
|
|
8
|
+
}
|
|
9
|
+
export declare const getStyle: (props: ChipsProps) => ComputedStyleProps;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=Chips.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chips.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,UAAW,UAAU,uBA8DzC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TextStyle, TouchableHighlightProps, ViewStyle } from 'react-native';
|
|
3
|
+
export interface ChipsProps extends TouchableHighlightProps {
|
|
4
|
+
/**
|
|
5
|
+
* A string that specifies the label text for the input field.
|
|
6
|
+
* @requires
|
|
7
|
+
*/
|
|
8
|
+
label: string;
|
|
9
|
+
/**
|
|
10
|
+
* Define chips style,
|
|
11
|
+
* - default: default view, not selected
|
|
12
|
+
* - selected-outline: selected chips with outline
|
|
13
|
+
* - selected: selected chips without chips
|
|
14
|
+
* - disabled: chips is cannot be selected
|
|
15
|
+
* @default default
|
|
16
|
+
*/
|
|
17
|
+
variant?: 'default' | 'selected-outline' | 'selected' | 'disabled';
|
|
18
|
+
/**
|
|
19
|
+
* A slot placed on the left side of the component. Could be used to pass a custom Icon or component
|
|
20
|
+
* @default null
|
|
21
|
+
*/
|
|
22
|
+
leadingComponent?: ReactNode;
|
|
23
|
+
/**
|
|
24
|
+
* The styles of the button, extended from ViewStyle
|
|
25
|
+
*/
|
|
26
|
+
containerStyles?: ViewStyle;
|
|
27
|
+
/**
|
|
28
|
+
* The styles of the text inside button, extended from TextStyle
|
|
29
|
+
*/
|
|
30
|
+
textStyles?: TextStyle;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=Chips.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chips.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7E,MAAM,WAAW,UAAW,SAAQ,uBAAuB;IACzD;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,kBAAkB,GAAG,UAAU,GAAG,UAAU,CAAC;IACnE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,UAAW,WAAW,gBAqHjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.style.tsx"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;CAAG;AAE/B,eAAO,MAAM,QAAQ,0BAIpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAK7D,QAAA,MAAM,YAAY,UAAW,iBAAiB,gBA0C7C,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.style.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,kBAAkB;CAE3B;AAED,eAAO,MAAM,QAAQ,UAAW,iBAAiB,uBAKhD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ViewStyle } from "react-native";
|
|
2
|
+
export interface NotificationProps {
|
|
3
|
+
/**
|
|
4
|
+
* The text content of the label
|
|
5
|
+
*
|
|
6
|
+
* @default 0
|
|
7
|
+
*/
|
|
8
|
+
amount: number;
|
|
9
|
+
/**
|
|
10
|
+
* The text content of the label
|
|
11
|
+
*
|
|
12
|
+
* @default false
|
|
13
|
+
*/
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Additional Container Style
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
containerStyle?: ViewStyle;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=notification.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ToastProps, ToastShowParams, ToastHideParams } from 'react-native-toast-message';
|
|
3
|
-
|
|
3
|
+
import type { SnackbarProps } from './Snackbar.type';
|
|
4
|
+
declare const SnackbarUI: React.FunctionComponent<SnackbarProps>;
|
|
5
|
+
declare function SnackbarComponent(props: ToastProps): JSX.Element;
|
|
4
6
|
declare const Snackbar: {
|
|
5
7
|
show: (params: Omit<ToastShowParams, 'props' | 'text1' | 'text2' | 'type'> & {
|
|
6
8
|
message: string;
|
|
@@ -8,5 +10,5 @@ declare const Snackbar: {
|
|
|
8
10
|
}) => void;
|
|
9
11
|
hide: (params: ToastHideParams) => void;
|
|
10
12
|
};
|
|
11
|
-
export { Snackbar, SnackbarComponent };
|
|
13
|
+
export { Snackbar, SnackbarComponent, SnackbarUI };
|
|
12
14
|
//# sourceMappingURL=Snackbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snackbar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAgB,EACd,UAAU,EACV,eAAe,EACf,eAAe,EAChB,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Snackbar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAgB,EACd,UAAU,EACV,eAAe,EACf,eAAe,EAChB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAiBtD,CAAC;AAEF,iBAAS,iBAAiB,CAAC,KAAK,EAAE,UAAU,eAuB3C;AAED,QAAA,MAAM,QAAQ;mBAEF,KAAK,eAAe,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC,GAAG;QACpE,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,SAAS,CAAC;KAC1B;mBAWY,eAAe;CAG/B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
3
|
export interface SnackbarProps {
|
|
4
|
+
/**
|
|
5
|
+
* The text content of the snackbar
|
|
6
|
+
*
|
|
7
|
+
* @default ""
|
|
8
|
+
*/
|
|
4
9
|
message: string;
|
|
10
|
+
/**
|
|
11
|
+
* React object for an action, could be link or button
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
5
14
|
action?: ReactNode;
|
|
15
|
+
/**
|
|
16
|
+
* Additional Container Style
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
6
19
|
containerStyle?: ViewStyle;
|
|
7
20
|
}
|
|
8
21
|
//# sourceMappingURL=Snackbar.type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snackbar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
1
|
+
{"version":3,"file":"Snackbar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAgMtD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -41,12 +41,7 @@ export interface TextInputProps extends MaskInputProps {
|
|
|
41
41
|
* handler which get executed when the save button on calendar pressed. Usable only when inputType='date'
|
|
42
42
|
* @default text
|
|
43
43
|
*/
|
|
44
|
-
onChangeDate?: (date
|
|
44
|
+
onChangeDate?: (date?: Date) => void;
|
|
45
45
|
calendarProps?: Omit<CalendarPropsAleph, 'isVisible' | 'onDateSave'>;
|
|
46
|
-
/**
|
|
47
|
-
* format of the date value, using intl format options
|
|
48
|
-
* @default { day: 'numeric', month: 'long', year: 'numeric' }
|
|
49
|
-
*/
|
|
50
|
-
dateValueFormatOptions?: Intl.DateTimeFormatOptions;
|
|
51
46
|
}
|
|
52
47
|
//# sourceMappingURL=TextInput.type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC;IAErC,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAC,CAAC;CACtE"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { CalendarPropsAleph } from './calendars.type';
|
|
3
3
|
export declare type OnMonthChange = (data: {
|
|
4
4
|
num: number;
|
|
5
5
|
}) => void;
|
|
6
6
|
export declare type OnArrowChange = (direction: 'left' | 'right') => void;
|
|
7
|
-
export declare function Calendars({ isVisible, initialDate, onDismiss, minDate, maxDate, onDateSave, selectedDate, ...rest }: CalendarPropsAleph):
|
|
7
|
+
export declare function Calendars({ isVisible, initialDate, onDismiss, minDate, maxDate, onDateSave, selectedDate, ...rest }: CalendarPropsAleph): JSX.Element;
|
|
8
8
|
//# sourceMappingURL=calendars.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":";AAgBA,OAAO,EAAE,kBAAkB,EAAuB,MAAM,kBAAkB,CAAC;AAW3E,oBAAY,aAAa,GAAG,CAAC,IAAI,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,CAAC;AAE5D,oBAAY,aAAa,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;AAElE,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAwB,EACxB,SAAoB,EACpB,OAAO,EACP,OAAO,EACP,UAAU,EACV,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,kBAAkB,eAkLpB"}
|