@getsoren/react-native-design-system 1.32.1
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 +140 -0
- package/lib/commonjs/components/DataDisplay/Avatar/Avatar.js +129 -0
- package/lib/commonjs/components/DataDisplay/Avatar/Avatar.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Avatar/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Avatar/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Badge/index.js +15 -0
- package/lib/commonjs/components/DataDisplay/Badge/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardDates/CardDates.js +75 -0
- package/lib/commonjs/components/DataDisplay/Card/CardDates/CardDates.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardDates/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Card/CardDates/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardPrice/CardPrice.js +130 -0
- package/lib/commonjs/components/DataDisplay/Card/CardPrice/CardPrice.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProduct/CardProduct.js +135 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProduct/CardProduct.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProduct/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProduct/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLink/CardProductLink.js +99 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLink/CardProductLink.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLink/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLink/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.js +234 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLinkLarge/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Card/CardProductLinkLarge/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardSupplier/CardSupplier.js +137 -0
- package/lib/commonjs/components/DataDisplay/Card/CardSupplier/CardSupplier.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardSupplier/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Card/CardSupplier/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/CardTitle/index.js +9 -0
- package/lib/commonjs/components/DataDisplay/Card/CardTitle/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Card/index.js +15 -0
- package/lib/commonjs/components/DataDisplay/Card/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/Chat.js +46 -0
- package/lib/commonjs/components/DataDisplay/Chat/Chat.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatMessageBubble.js +182 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatMessageBubble.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatMessageInput.js +108 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatMessageInput.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatParticipantModal.js +275 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatParticipantModal.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatSearchBar.js +80 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatSearchBar.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadDetail.js +219 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadDetail.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadHeader.js +83 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadHeader.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadList.js +322 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadList.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadListHeader.js +60 -0
- package/lib/commonjs/components/DataDisplay/Chat/components/ChatThreadListHeader.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/types.js +6 -0
- package/lib/commonjs/components/DataDisplay/Chat/types.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/ensureUtc.js +12 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/ensureUtc.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/extractUrls.js +14 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/extractUrls.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/formatParticipantNames.js +17 -0
- package/lib/commonjs/components/DataDisplay/Chat/utils/formatParticipantNames.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Collapse/Collapse.js +51 -0
- package/lib/commonjs/components/DataDisplay/Collapse/Collapse.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Collapse/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Collapse/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Divider/index.js +15 -0
- package/lib/commonjs/components/DataDisplay/Divider/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Empty/Empty.js +159 -0
- package/lib/commonjs/components/DataDisplay/Empty/Empty.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Empty/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Empty/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddSquareIcon.js +42 -0
- package/lib/commonjs/components/DataDisplay/Icon/AddSquareIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ArrowForwardFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/ArrowForwardFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/BackIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/BackIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/BellRingingIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/BellRingingIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CachedIcon.js +26 -0
- package/lib/commonjs/components/DataDisplay/Icon/CachedIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarCheckIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarCheckIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarIcon.js +42 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarRangeIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/CalendarRangeIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CameraIcon.js +46 -0
- package/lib/commonjs/components/DataDisplay/Icon/CameraIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ChatIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/ChatIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckCircleFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckCircleFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckCircleIcon.js +33 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckCircleIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/CheckFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ClockIcon.js +40 -0
- package/lib/commonjs/components/DataDisplay/Icon/ClockIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/CloseIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/CloseIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/DateRangeIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/DateRangeIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/DeleteIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/DeleteIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/DocumentIcon.js +59 -0
- package/lib/commonjs/components/DataDisplay/Icon/DocumentIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/DotIcon.js +27 -0
- package/lib/commonjs/components/DataDisplay/Icon/DotIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/DownloadIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/DownloadIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/EditIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/EditIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ErrorFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/ErrorFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/EyeIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/EyeIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/EyeOffIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/EyeOffIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/FileIcon.js +40 -0
- package/lib/commonjs/components/DataDisplay/Icon/FileIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/FlagIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/FlagIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/InfoCircleIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/InfoCircleIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/Lightning.js +26 -0
- package/lib/commonjs/components/DataDisplay/Icon/Lightning.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/LogoutIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/LogoutIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageCircleIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageCircleIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageQuestionIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageQuestionIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageSquareIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/MessageSquareIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MicrosoftIcon.js +34 -0
- package/lib/commonjs/components/DataDisplay/Icon/MicrosoftIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MiniExcavatorIcon.js +34 -0
- package/lib/commonjs/components/DataDisplay/Icon/MiniExcavatorIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/MoreVerticalIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/MoreVerticalIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/PageIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/PageIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/PasswordIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/PasswordIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/PenLineIcon.js +30 -0
- package/lib/commonjs/components/DataDisplay/Icon/PenLineIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/PhoneFilledIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/PhoneFilledIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ProfileDeleteIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/ProfileDeleteIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ProfileIcon.js +40 -0
- package/lib/commonjs/components/DataDisplay/Icon/ProfileIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/SearchIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/SearchIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ShareIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/ShareIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/StarIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/StarIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/SubdirectoryArrowIcon.js +27 -0
- package/lib/commonjs/components/DataDisplay/Icon/SubdirectoryArrowIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/TracktorIcon.js +46 -0
- package/lib/commonjs/components/DataDisplay/Icon/TracktorIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/TrendUpIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/TrendUpIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/TruckIcon.js +63 -0
- package/lib/commonjs/components/DataDisplay/Icon/TruckIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/UnlockIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/UnlockIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/UserAddIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/UserAddIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/UserIcon.js +28 -0
- package/lib/commonjs/components/DataDisplay/Icon/UserIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/UsersIcon.js +36 -0
- package/lib/commonjs/components/DataDisplay/Icon/UsersIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/ValidationIcon.js +25 -0
- package/lib/commonjs/components/DataDisplay/Icon/ValidationIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/WarningIcon.js +26 -0
- package/lib/commonjs/components/DataDisplay/Icon/WarningIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/index.js +413 -0
- package/lib/commonjs/components/DataDisplay/Icon/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Icon/types.js +6 -0
- package/lib/commonjs/components/DataDisplay/Icon/types.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.js +30 -0
- package/lib/commonjs/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/ImagePlaceholder/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/ImagePlaceholder/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/InputLabel/InputLabel.js +21 -0
- package/lib/commonjs/components/DataDisplay/InputLabel/InputLabel.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/InputLabel/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/InputLabel/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Lightbox/Lightbox.js +125 -0
- package/lib/commonjs/components/DataDisplay/Lightbox/Lightbox.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Lightbox/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Lightbox/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductHorizontalList.js +74 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductHorizontalList.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductLargeList.js +98 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductLargeList.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductList.js +124 -0
- package/lib/commonjs/components/DataDisplay/List/CardProductList.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/ExpandableList.js +127 -0
- package/lib/commonjs/components/DataDisplay/List/ExpandableList.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/ListItem.js +61 -0
- package/lib/commonjs/components/DataDisplay/List/ListItem.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/List/index.js +10 -0
- package/lib/commonjs/components/DataDisplay/List/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/MapMarkers/MapMarkers.js +79 -0
- package/lib/commonjs/components/DataDisplay/MapMarkers/MapMarkers.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/MapMarkers/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/MapMarkers/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Skeleton/index.js +15 -0
- package/lib/commonjs/components/DataDisplay/Skeleton/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Text/Text.js +57 -0
- package/lib/commonjs/components/DataDisplay/Text/Text.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Text/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/Text/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/TimeLineEvents.js +259 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/TimeLineEvents.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/TimeLineIcon.js +46 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/TimeLineIcon.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/index.js +22 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/index.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/types.js +2 -0
- package/lib/commonjs/components/DataDisplay/TimeLineEvents/types.js.map +1 -0
- package/lib/commonjs/components/DataDisplay/Tooltip/index.js +15 -0
- package/lib/commonjs/components/DataDisplay/Tooltip/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/Alert/Alert.js +91 -0
- package/lib/commonjs/components/Feedback/Alert/Alert.js.map +1 -0
- package/lib/commonjs/components/Feedback/Alert/index.js +22 -0
- package/lib/commonjs/components/Feedback/Alert/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/AlertTitle/AlertTitle.js +22 -0
- package/lib/commonjs/components/Feedback/AlertTitle/AlertTitle.js.map +1 -0
- package/lib/commonjs/components/Feedback/AlertTitle/index.js +22 -0
- package/lib/commonjs/components/Feedback/AlertTitle/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomFixed/BottomFixed.js +56 -0
- package/lib/commonjs/components/Feedback/BottomFixed/BottomFixed.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomFixed/index.js +22 -0
- package/lib/commonjs/components/Feedback/BottomFixed/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheet/BottomSheet.js +77 -0
- package/lib/commonjs/components/Feedback/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheet/index.js +22 -0
- package/lib/commonjs/components/Feedback/BottomSheet/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.js +27 -0
- package/lib/commonjs/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetCloseButton/index.js +22 -0
- package/lib/commonjs/components/Feedback/BottomSheetCloseButton/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetContent/BottomSheetContent.js +38 -0
- package/lib/commonjs/components/Feedback/BottomSheetContent/BottomSheetContent.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetContent/index.js +22 -0
- package/lib/commonjs/components/Feedback/BottomSheetContent/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.js +57 -0
- package/lib/commonjs/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.js.map +1 -0
- package/lib/commonjs/components/Feedback/BottomSheetSuccess/index.js +22 -0
- package/lib/commonjs/components/Feedback/BottomSheetSuccess/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenu.js +47 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenu.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.js +72 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuContent.js +167 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuContent.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.js +32 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuItem.js +91 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuItem.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuSeparator.js +25 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuSeparator.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuTrigger.js +48 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/DropdownMenuTrigger.js.map +1 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/index.js +56 -0
- package/lib/commonjs/components/Feedback/DropdownMenu/index.js.map +1 -0
- package/lib/commonjs/components/Feedback/Snackbar/Snackbar.js +162 -0
- package/lib/commonjs/components/Feedback/Snackbar/Snackbar.js.map +1 -0
- package/lib/commonjs/components/Feedback/Snackbar/index.js +22 -0
- package/lib/commonjs/components/Feedback/Snackbar/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/Autocomplete/Autocomplete.js +522 -0
- package/lib/commonjs/components/Inputs/Autocomplete/Autocomplete.js.map +1 -0
- package/lib/commonjs/components/Inputs/Autocomplete/index.js +22 -0
- package/lib/commonjs/components/Inputs/Autocomplete/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/BottomFixedButton/BottomFixedButton.js +29 -0
- package/lib/commonjs/components/Inputs/BottomFixedButton/BottomFixedButton.js.map +1 -0
- package/lib/commonjs/components/Inputs/BottomFixedButton/index.js +22 -0
- package/lib/commonjs/components/Inputs/BottomFixedButton/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/Button/index.js +15 -0
- package/lib/commonjs/components/Inputs/Button/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/CheckBox/index.js +15 -0
- package/lib/commonjs/components/Inputs/CheckBox/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/CheckCard/CheckCard.js +61 -0
- package/lib/commonjs/components/Inputs/CheckCard/CheckCard.js.map +1 -0
- package/lib/commonjs/components/Inputs/CheckCard/index.js +22 -0
- package/lib/commonjs/components/Inputs/CheckCard/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/Chip/Chip.js +14 -0
- package/lib/commonjs/components/Inputs/Chip/Chip.js.map +1 -0
- package/lib/commonjs/components/Inputs/Chip/index.js +22 -0
- package/lib/commonjs/components/Inputs/Chip/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/DatePicker/DatePicker.js +128 -0
- package/lib/commonjs/components/Inputs/DatePicker/DatePicker.js.map +1 -0
- package/lib/commonjs/components/Inputs/DatePicker/index.js +22 -0
- package/lib/commonjs/components/Inputs/DatePicker/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/DateRangePicker/DateRangePicker.js +434 -0
- package/lib/commonjs/components/Inputs/DateRangePicker/DateRangePicker.js.map +1 -0
- package/lib/commonjs/components/Inputs/DateRangePicker/index.js +22 -0
- package/lib/commonjs/components/Inputs/DateRangePicker/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/File/File.js +345 -0
- package/lib/commonjs/components/Inputs/File/File.js.map +1 -0
- package/lib/commonjs/components/Inputs/File/index.js +22 -0
- package/lib/commonjs/components/Inputs/File/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/Select/Select.js +179 -0
- package/lib/commonjs/components/Inputs/Select/Select.js.map +1 -0
- package/lib/commonjs/components/Inputs/Select/index.js +22 -0
- package/lib/commonjs/components/Inputs/Select/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/Switch/index.js +15 -0
- package/lib/commonjs/components/Inputs/Switch/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/TextField/TextField.js +245 -0
- package/lib/commonjs/components/Inputs/TextField/TextField.js.map +1 -0
- package/lib/commonjs/components/Inputs/TextField/index.js +22 -0
- package/lib/commonjs/components/Inputs/TextField/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/TextFieldDateTime/TextFieldDateTime.js +73 -0
- package/lib/commonjs/components/Inputs/TextFieldDateTime/TextFieldDateTime.js.map +1 -0
- package/lib/commonjs/components/Inputs/TextFieldDateTime/index.js +22 -0
- package/lib/commonjs/components/Inputs/TextFieldDateTime/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/TimePicker/TimePicker.js +120 -0
- package/lib/commonjs/components/Inputs/TimePicker/TimePicker.js.map +1 -0
- package/lib/commonjs/components/Inputs/TimePicker/index.js +22 -0
- package/lib/commonjs/components/Inputs/TimePicker/index.js.map +1 -0
- package/lib/commonjs/components/Inputs/TimeRangePicker/TimeRangePicker.js +200 -0
- package/lib/commonjs/components/Inputs/TimeRangePicker/TimeRangePicker.js.map +1 -0
- package/lib/commonjs/components/Inputs/TimeRangePicker/index.js +22 -0
- package/lib/commonjs/components/Inputs/TimeRangePicker/index.js.map +1 -0
- package/lib/commonjs/components/Layout/Container/Container.js +22 -0
- package/lib/commonjs/components/Layout/Container/Container.js.map +1 -0
- package/lib/commonjs/components/Layout/Container/index.js +22 -0
- package/lib/commonjs/components/Layout/Container/index.js.map +1 -0
- package/lib/commonjs/components/Layout/ModalLayout/ModalLayout.js +68 -0
- package/lib/commonjs/components/Layout/ModalLayout/ModalLayout.js.map +1 -0
- package/lib/commonjs/components/Layout/ModalLayout/index.js +22 -0
- package/lib/commonjs/components/Layout/ModalLayout/index.js.map +1 -0
- package/lib/commonjs/components/Layout/Spacing/Spacing.js +42 -0
- package/lib/commonjs/components/Layout/Spacing/Spacing.js.map +1 -0
- package/lib/commonjs/components/Layout/Spacing/index.js +22 -0
- package/lib/commonjs/components/Layout/Spacing/index.js.map +1 -0
- package/lib/commonjs/components/Layout/Stack/Stack.js +35 -0
- package/lib/commonjs/components/Layout/Stack/Stack.js.map +1 -0
- package/lib/commonjs/components/Layout/Stack/index.js +22 -0
- package/lib/commonjs/components/Layout/Stack/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/Header/Header.js +98 -0
- package/lib/commonjs/components/Navigation/Header/Header.js.map +1 -0
- package/lib/commonjs/components/Navigation/Header/index.js +22 -0
- package/lib/commonjs/components/Navigation/Header/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/HeaderBackButton/HeaderBackButton.js +43 -0
- package/lib/commonjs/components/Navigation/HeaderBackButton/HeaderBackButton.js.map +1 -0
- package/lib/commonjs/components/Navigation/HeaderBackButton/index.js +22 -0
- package/lib/commonjs/components/Navigation/HeaderBackButton/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalBackButton/ModalBackButton.js +18 -0
- package/lib/commonjs/components/Navigation/ModalBackButton/ModalBackButton.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalBackButton/index.js +22 -0
- package/lib/commonjs/components/Navigation/ModalBackButton/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalCloseButton/ModalCloseButton.js +18 -0
- package/lib/commonjs/components/Navigation/ModalCloseButton/ModalCloseButton.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalCloseButton/index.js +22 -0
- package/lib/commonjs/components/Navigation/ModalCloseButton/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalIconButton/ModalIconButton.js +42 -0
- package/lib/commonjs/components/Navigation/ModalIconButton/ModalIconButton.js.map +1 -0
- package/lib/commonjs/components/Navigation/ModalIconButton/index.js +22 -0
- package/lib/commonjs/components/Navigation/ModalIconButton/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/Tab/index.js +15 -0
- package/lib/commonjs/components/Navigation/Tab/index.js.map +1 -0
- package/lib/commonjs/components/Navigation/TabView/index.js +15 -0
- package/lib/commonjs/components/Navigation/TabView/index.js.map +1 -0
- package/lib/commonjs/components/Utils/HasPermission/HasPermission.js +30 -0
- package/lib/commonjs/components/Utils/HasPermission/HasPermission.js.map +1 -0
- package/lib/commonjs/components/Utils/HasPermission/index.js +22 -0
- package/lib/commonjs/components/Utils/HasPermission/index.js.map +1 -0
- package/lib/commonjs/config/theme.js +718 -0
- package/lib/commonjs/config/theme.js.map +1 -0
- package/lib/commonjs/constants/Colors.js +64 -0
- package/lib/commonjs/constants/Colors.js.map +1 -0
- package/lib/commonjs/constants/Fonts.js +39 -0
- package/lib/commonjs/constants/Fonts.js.map +1 -0
- package/lib/commonjs/hooks/useLightbox.js +39 -0
- package/lib/commonjs/hooks/useLightbox.js.map +1 -0
- package/lib/commonjs/hooks/usePermission.js +63 -0
- package/lib/commonjs/hooks/usePermission.js.map +1 -0
- package/lib/commonjs/hooks/useTheme.js +9 -0
- package/lib/commonjs/hooks/useTheme.js.map +1 -0
- package/lib/commonjs/index.js +1379 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/providers/PermissionProvider.js +36 -0
- package/lib/commonjs/providers/PermissionProvider.js.map +1 -0
- package/lib/commonjs/providers/ThemeProvider.js +26 -0
- package/lib/commonjs/providers/ThemeProvider.js.map +1 -0
- package/lib/commonjs/providers/types.js +6 -0
- package/lib/commonjs/providers/types.js.map +1 -0
- package/lib/commonjs/utils/hexToRgba.js +20 -0
- package/lib/commonjs/utils/hexToRgba.js.map +1 -0
- package/lib/commonjs/utils/isEqual.js +30 -0
- package/lib/commonjs/utils/isEqual.js.map +1 -0
- package/lib/commonjs/utils/isRunningInExpoGo.js +15 -0
- package/lib/commonjs/utils/isRunningInExpoGo.js.map +1 -0
- package/lib/module/components/DataDisplay/Avatar/Avatar.js +125 -0
- package/lib/module/components/DataDisplay/Avatar/Avatar.js.map +1 -0
- package/lib/module/components/DataDisplay/Avatar/index.js +6 -0
- package/lib/module/components/DataDisplay/Avatar/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Badge/index.js +6 -0
- package/lib/module/components/DataDisplay/Badge/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardDates/CardDates.js +70 -0
- package/lib/module/components/DataDisplay/Card/CardDates/CardDates.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardDates/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/CardDates/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardPrice/CardPrice.js +124 -0
- package/lib/module/components/DataDisplay/Card/CardPrice/CardPrice.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProduct/CardProduct.js +130 -0
- package/lib/module/components/DataDisplay/Card/CardProduct/CardProduct.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProduct/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/CardProduct/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProductLink/CardProductLink.js +94 -0
- package/lib/module/components/DataDisplay/Card/CardProductLink/CardProductLink.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProductLink/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/CardProductLink/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.js +229 -0
- package/lib/module/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardProductLinkLarge/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/CardProductLinkLarge/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardSupplier/CardSupplier.js +132 -0
- package/lib/module/components/DataDisplay/Card/CardSupplier/CardSupplier.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardSupplier/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/CardSupplier/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/CardTitle/index.js +5 -0
- package/lib/module/components/DataDisplay/Card/CardTitle/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Card/index.js +6 -0
- package/lib/module/components/DataDisplay/Card/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/Chat.js +41 -0
- package/lib/module/components/DataDisplay/Chat/Chat.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatMessageBubble.js +177 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatMessageBubble.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatMessageInput.js +103 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatMessageInput.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatParticipantModal.js +270 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatParticipantModal.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatSearchBar.js +75 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatSearchBar.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadDetail.js +214 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadDetail.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadHeader.js +78 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadHeader.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadList.js +316 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadList.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadListHeader.js +55 -0
- package/lib/module/components/DataDisplay/Chat/components/ChatThreadListHeader.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/types.js +4 -0
- package/lib/module/components/DataDisplay/Chat/types.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/utils/ensureUtc.js +8 -0
- package/lib/module/components/DataDisplay/Chat/utils/ensureUtc.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/utils/extractUrls.js +10 -0
- package/lib/module/components/DataDisplay/Chat/utils/extractUrls.js.map +1 -0
- package/lib/module/components/DataDisplay/Chat/utils/formatParticipantNames.js +13 -0
- package/lib/module/components/DataDisplay/Chat/utils/formatParticipantNames.js.map +1 -0
- package/lib/module/components/DataDisplay/Collapse/Collapse.js +47 -0
- package/lib/module/components/DataDisplay/Collapse/Collapse.js.map +1 -0
- package/lib/module/components/DataDisplay/Collapse/index.js +6 -0
- package/lib/module/components/DataDisplay/Collapse/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Divider/index.js +6 -0
- package/lib/module/components/DataDisplay/Divider/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Empty/Empty.js +153 -0
- package/lib/module/components/DataDisplay/Empty/Empty.js.map +1 -0
- package/lib/module/components/DataDisplay/Empty/index.js +6 -0
- package/lib/module/components/DataDisplay/Empty/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/AddFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/AddFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/AddIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/AddIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/AddSquareIcon.js +37 -0
- package/lib/module/components/DataDisplay/Icon/AddSquareIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ArrowForwardFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/ArrowForwardFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/BackIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/BackIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/BellRingingIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/BellRingingIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CachedIcon.js +21 -0
- package/lib/module/components/DataDisplay/Icon/CachedIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CalendarCheckIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/CalendarCheckIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CalendarIcon.js +37 -0
- package/lib/module/components/DataDisplay/Icon/CalendarIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CalendarRangeIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/CalendarRangeIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CameraIcon.js +41 -0
- package/lib/module/components/DataDisplay/Icon/CameraIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ChatIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/ChatIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CheckCircleFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/CheckCircleFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CheckCircleIcon.js +28 -0
- package/lib/module/components/DataDisplay/Icon/CheckCircleIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CheckFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/CheckFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ClockIcon.js +35 -0
- package/lib/module/components/DataDisplay/Icon/ClockIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/CloseIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/CloseIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/DateRangeIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/DateRangeIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/DeleteIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/DeleteIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/DocumentIcon.js +54 -0
- package/lib/module/components/DataDisplay/Icon/DocumentIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/DotIcon.js +22 -0
- package/lib/module/components/DataDisplay/Icon/DotIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/DownloadIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/DownloadIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/EditIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/EditIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ErrorFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/ErrorFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/EyeIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/EyeIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/EyeOffIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/EyeOffIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/FileIcon.js +35 -0
- package/lib/module/components/DataDisplay/Icon/FileIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/FlagIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/FlagIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/InfoCircleIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/InfoCircleIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/Lightning.js +21 -0
- package/lib/module/components/DataDisplay/Icon/Lightning.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/LogoutIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/LogoutIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MessageCircleIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/MessageCircleIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MessageQuestionIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/MessageQuestionIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MessageSquareIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/MessageSquareIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MicrosoftIcon.js +29 -0
- package/lib/module/components/DataDisplay/Icon/MicrosoftIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MiniExcavatorIcon.js +29 -0
- package/lib/module/components/DataDisplay/Icon/MiniExcavatorIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/MoreVerticalIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/MoreVerticalIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/PageIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/PageIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/PasswordIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/PasswordIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/PenLineIcon.js +25 -0
- package/lib/module/components/DataDisplay/Icon/PenLineIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/PhoneFilledIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/PhoneFilledIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ProfileDeleteIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/ProfileDeleteIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ProfileIcon.js +35 -0
- package/lib/module/components/DataDisplay/Icon/ProfileIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/SearchIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/SearchIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ShareIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/ShareIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/StarIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/StarIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/SubdirectoryArrowIcon.js +22 -0
- package/lib/module/components/DataDisplay/Icon/SubdirectoryArrowIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/TracktorIcon.js +41 -0
- package/lib/module/components/DataDisplay/Icon/TracktorIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/TrendUpIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/TrendUpIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/TruckIcon.js +58 -0
- package/lib/module/components/DataDisplay/Icon/TruckIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/UnlockIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/UnlockIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/UserAddIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/UserAddIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/UserIcon.js +23 -0
- package/lib/module/components/DataDisplay/Icon/UserIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/UsersIcon.js +31 -0
- package/lib/module/components/DataDisplay/Icon/UsersIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/ValidationIcon.js +20 -0
- package/lib/module/components/DataDisplay/Icon/ValidationIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/WarningIcon.js +21 -0
- package/lib/module/components/DataDisplay/Icon/WarningIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/index.js +408 -0
- package/lib/module/components/DataDisplay/Icon/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Icon/types.js +4 -0
- package/lib/module/components/DataDisplay/Icon/types.js.map +1 -0
- package/lib/module/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.js +25 -0
- package/lib/module/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.js.map +1 -0
- package/lib/module/components/DataDisplay/ImagePlaceholder/index.js +6 -0
- package/lib/module/components/DataDisplay/ImagePlaceholder/index.js.map +1 -0
- package/lib/module/components/DataDisplay/InputLabel/InputLabel.js +16 -0
- package/lib/module/components/DataDisplay/InputLabel/InputLabel.js.map +1 -0
- package/lib/module/components/DataDisplay/InputLabel/index.js +6 -0
- package/lib/module/components/DataDisplay/InputLabel/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Lightbox/Lightbox.js +120 -0
- package/lib/module/components/DataDisplay/Lightbox/Lightbox.js.map +1 -0
- package/lib/module/components/DataDisplay/Lightbox/index.js +6 -0
- package/lib/module/components/DataDisplay/Lightbox/index.js.map +1 -0
- package/lib/module/components/DataDisplay/List/CardProductHorizontalList.js +69 -0
- package/lib/module/components/DataDisplay/List/CardProductHorizontalList.js.map +1 -0
- package/lib/module/components/DataDisplay/List/CardProductLargeList.js +93 -0
- package/lib/module/components/DataDisplay/List/CardProductLargeList.js.map +1 -0
- package/lib/module/components/DataDisplay/List/CardProductList.js +119 -0
- package/lib/module/components/DataDisplay/List/CardProductList.js.map +1 -0
- package/lib/module/components/DataDisplay/List/ExpandableList.js +122 -0
- package/lib/module/components/DataDisplay/List/ExpandableList.js.map +1 -0
- package/lib/module/components/DataDisplay/List/ListItem.js +56 -0
- package/lib/module/components/DataDisplay/List/ListItem.js.map +1 -0
- package/lib/module/components/DataDisplay/List/index.js +5 -0
- package/lib/module/components/DataDisplay/List/index.js.map +1 -0
- package/lib/module/components/DataDisplay/MapMarkers/MapMarkers.js +73 -0
- package/lib/module/components/DataDisplay/MapMarkers/MapMarkers.js.map +1 -0
- package/lib/module/components/DataDisplay/MapMarkers/index.js +6 -0
- package/lib/module/components/DataDisplay/MapMarkers/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Skeleton/index.js +6 -0
- package/lib/module/components/DataDisplay/Skeleton/index.js.map +1 -0
- package/lib/module/components/DataDisplay/Text/Text.js +53 -0
- package/lib/module/components/DataDisplay/Text/Text.js.map +1 -0
- package/lib/module/components/DataDisplay/Text/index.js +6 -0
- package/lib/module/components/DataDisplay/Text/index.js.map +1 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/TimeLineEvents.js +254 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/TimeLineEvents.js.map +1 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/TimeLineIcon.js +41 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/TimeLineIcon.js.map +1 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/index.js +6 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/index.js.map +1 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/types.js +2 -0
- package/lib/module/components/DataDisplay/TimeLineEvents/types.js.map +1 -0
- package/lib/module/components/DataDisplay/Tooltip/index.js +6 -0
- package/lib/module/components/DataDisplay/Tooltip/index.js.map +1 -0
- package/lib/module/components/Feedback/Alert/Alert.js +86 -0
- package/lib/module/components/Feedback/Alert/Alert.js.map +1 -0
- package/lib/module/components/Feedback/Alert/index.js +6 -0
- package/lib/module/components/Feedback/Alert/index.js.map +1 -0
- package/lib/module/components/Feedback/AlertTitle/AlertTitle.js +17 -0
- package/lib/module/components/Feedback/AlertTitle/AlertTitle.js.map +1 -0
- package/lib/module/components/Feedback/AlertTitle/index.js +6 -0
- package/lib/module/components/Feedback/AlertTitle/index.js.map +1 -0
- package/lib/module/components/Feedback/BottomFixed/BottomFixed.js +51 -0
- package/lib/module/components/Feedback/BottomFixed/BottomFixed.js.map +1 -0
- package/lib/module/components/Feedback/BottomFixed/index.js +6 -0
- package/lib/module/components/Feedback/BottomFixed/index.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheet/BottomSheet.js +71 -0
- package/lib/module/components/Feedback/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheet/index.js +6 -0
- package/lib/module/components/Feedback/BottomSheet/index.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.js +22 -0
- package/lib/module/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetCloseButton/index.js +6 -0
- package/lib/module/components/Feedback/BottomSheetCloseButton/index.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetContent/BottomSheetContent.js +33 -0
- package/lib/module/components/Feedback/BottomSheetContent/BottomSheetContent.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetContent/index.js +6 -0
- package/lib/module/components/Feedback/BottomSheetContent/index.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.js +52 -0
- package/lib/module/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.js.map +1 -0
- package/lib/module/components/Feedback/BottomSheetSuccess/index.js +6 -0
- package/lib/module/components/Feedback/BottomSheetSuccess/index.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenu.js +42 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenu.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.js +67 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuContent.js +163 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuContent.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.js +27 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuItem.js +86 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuItem.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuSeparator.js +21 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuSeparator.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuTrigger.js +44 -0
- package/lib/module/components/Feedback/DropdownMenu/DropdownMenuTrigger.js.map +1 -0
- package/lib/module/components/Feedback/DropdownMenu/index.js +10 -0
- package/lib/module/components/Feedback/DropdownMenu/index.js.map +1 -0
- package/lib/module/components/Feedback/Snackbar/Snackbar.js +156 -0
- package/lib/module/components/Feedback/Snackbar/Snackbar.js.map +1 -0
- package/lib/module/components/Feedback/Snackbar/index.js +6 -0
- package/lib/module/components/Feedback/Snackbar/index.js.map +1 -0
- package/lib/module/components/Inputs/Autocomplete/Autocomplete.js +517 -0
- package/lib/module/components/Inputs/Autocomplete/Autocomplete.js.map +1 -0
- package/lib/module/components/Inputs/Autocomplete/index.js +6 -0
- package/lib/module/components/Inputs/Autocomplete/index.js.map +1 -0
- package/lib/module/components/Inputs/BottomFixedButton/BottomFixedButton.js +24 -0
- package/lib/module/components/Inputs/BottomFixedButton/BottomFixedButton.js.map +1 -0
- package/lib/module/components/Inputs/BottomFixedButton/index.js +6 -0
- package/lib/module/components/Inputs/BottomFixedButton/index.js.map +1 -0
- package/lib/module/components/Inputs/Button/index.js +6 -0
- package/lib/module/components/Inputs/Button/index.js.map +1 -0
- package/lib/module/components/Inputs/CheckBox/index.js +6 -0
- package/lib/module/components/Inputs/CheckBox/index.js.map +1 -0
- package/lib/module/components/Inputs/CheckCard/CheckCard.js +56 -0
- package/lib/module/components/Inputs/CheckCard/CheckCard.js.map +1 -0
- package/lib/module/components/Inputs/CheckCard/index.js +6 -0
- package/lib/module/components/Inputs/CheckCard/index.js.map +1 -0
- package/lib/module/components/Inputs/Chip/Chip.js +10 -0
- package/lib/module/components/Inputs/Chip/Chip.js.map +1 -0
- package/lib/module/components/Inputs/Chip/index.js +6 -0
- package/lib/module/components/Inputs/Chip/index.js.map +1 -0
- package/lib/module/components/Inputs/DatePicker/DatePicker.js +123 -0
- package/lib/module/components/Inputs/DatePicker/DatePicker.js.map +1 -0
- package/lib/module/components/Inputs/DatePicker/index.js +6 -0
- package/lib/module/components/Inputs/DatePicker/index.js.map +1 -0
- package/lib/module/components/Inputs/DateRangePicker/DateRangePicker.js +429 -0
- package/lib/module/components/Inputs/DateRangePicker/DateRangePicker.js.map +1 -0
- package/lib/module/components/Inputs/DateRangePicker/index.js +6 -0
- package/lib/module/components/Inputs/DateRangePicker/index.js.map +1 -0
- package/lib/module/components/Inputs/File/File.js +340 -0
- package/lib/module/components/Inputs/File/File.js.map +1 -0
- package/lib/module/components/Inputs/File/index.js +6 -0
- package/lib/module/components/Inputs/File/index.js.map +1 -0
- package/lib/module/components/Inputs/Select/Select.js +174 -0
- package/lib/module/components/Inputs/Select/Select.js.map +1 -0
- package/lib/module/components/Inputs/Select/index.js +6 -0
- package/lib/module/components/Inputs/Select/index.js.map +1 -0
- package/lib/module/components/Inputs/Switch/index.js +6 -0
- package/lib/module/components/Inputs/Switch/index.js.map +1 -0
- package/lib/module/components/Inputs/TextField/TextField.js +240 -0
- package/lib/module/components/Inputs/TextField/TextField.js.map +1 -0
- package/lib/module/components/Inputs/TextField/index.js +6 -0
- package/lib/module/components/Inputs/TextField/index.js.map +1 -0
- package/lib/module/components/Inputs/TextFieldDateTime/TextFieldDateTime.js +68 -0
- package/lib/module/components/Inputs/TextFieldDateTime/TextFieldDateTime.js.map +1 -0
- package/lib/module/components/Inputs/TextFieldDateTime/index.js +6 -0
- package/lib/module/components/Inputs/TextFieldDateTime/index.js.map +1 -0
- package/lib/module/components/Inputs/TimePicker/TimePicker.js +115 -0
- package/lib/module/components/Inputs/TimePicker/TimePicker.js.map +1 -0
- package/lib/module/components/Inputs/TimePicker/index.js +6 -0
- package/lib/module/components/Inputs/TimePicker/index.js.map +1 -0
- package/lib/module/components/Inputs/TimeRangePicker/TimeRangePicker.js +195 -0
- package/lib/module/components/Inputs/TimeRangePicker/TimeRangePicker.js.map +1 -0
- package/lib/module/components/Inputs/TimeRangePicker/index.js +6 -0
- package/lib/module/components/Inputs/TimeRangePicker/index.js.map +1 -0
- package/lib/module/components/Layout/Container/Container.js +18 -0
- package/lib/module/components/Layout/Container/Container.js.map +1 -0
- package/lib/module/components/Layout/Container/index.js +6 -0
- package/lib/module/components/Layout/Container/index.js.map +1 -0
- package/lib/module/components/Layout/ModalLayout/ModalLayout.js +63 -0
- package/lib/module/components/Layout/ModalLayout/ModalLayout.js.map +1 -0
- package/lib/module/components/Layout/ModalLayout/index.js +6 -0
- package/lib/module/components/Layout/ModalLayout/index.js.map +1 -0
- package/lib/module/components/Layout/Spacing/Spacing.js +38 -0
- package/lib/module/components/Layout/Spacing/Spacing.js.map +1 -0
- package/lib/module/components/Layout/Spacing/index.js +6 -0
- package/lib/module/components/Layout/Spacing/index.js.map +1 -0
- package/lib/module/components/Layout/Stack/Stack.js +31 -0
- package/lib/module/components/Layout/Stack/Stack.js.map +1 -0
- package/lib/module/components/Layout/Stack/index.js +6 -0
- package/lib/module/components/Layout/Stack/index.js.map +1 -0
- package/lib/module/components/Navigation/Header/Header.js +93 -0
- package/lib/module/components/Navigation/Header/Header.js.map +1 -0
- package/lib/module/components/Navigation/Header/index.js +6 -0
- package/lib/module/components/Navigation/Header/index.js.map +1 -0
- package/lib/module/components/Navigation/HeaderBackButton/HeaderBackButton.js +38 -0
- package/lib/module/components/Navigation/HeaderBackButton/HeaderBackButton.js.map +1 -0
- package/lib/module/components/Navigation/HeaderBackButton/index.js +6 -0
- package/lib/module/components/Navigation/HeaderBackButton/index.js.map +1 -0
- package/lib/module/components/Navigation/ModalBackButton/ModalBackButton.js +13 -0
- package/lib/module/components/Navigation/ModalBackButton/ModalBackButton.js.map +1 -0
- package/lib/module/components/Navigation/ModalBackButton/index.js +6 -0
- package/lib/module/components/Navigation/ModalBackButton/index.js.map +1 -0
- package/lib/module/components/Navigation/ModalCloseButton/ModalCloseButton.js +13 -0
- package/lib/module/components/Navigation/ModalCloseButton/ModalCloseButton.js.map +1 -0
- package/lib/module/components/Navigation/ModalCloseButton/index.js +6 -0
- package/lib/module/components/Navigation/ModalCloseButton/index.js.map +1 -0
- package/lib/module/components/Navigation/ModalIconButton/ModalIconButton.js +37 -0
- package/lib/module/components/Navigation/ModalIconButton/ModalIconButton.js.map +1 -0
- package/lib/module/components/Navigation/ModalIconButton/index.js +6 -0
- package/lib/module/components/Navigation/ModalIconButton/index.js.map +1 -0
- package/lib/module/components/Navigation/Tab/index.js +6 -0
- package/lib/module/components/Navigation/Tab/index.js.map +1 -0
- package/lib/module/components/Navigation/TabView/index.js +6 -0
- package/lib/module/components/Navigation/TabView/index.js.map +1 -0
- package/lib/module/components/Utils/HasPermission/HasPermission.js +24 -0
- package/lib/module/components/Utils/HasPermission/HasPermission.js.map +1 -0
- package/lib/module/components/Utils/HasPermission/index.js +6 -0
- package/lib/module/components/Utils/HasPermission/index.js.map +1 -0
- package/lib/module/config/theme.js +712 -0
- package/lib/module/config/theme.js.map +1 -0
- package/lib/module/constants/Colors.js +60 -0
- package/lib/module/constants/Colors.js.map +1 -0
- package/lib/module/constants/Fonts.js +35 -0
- package/lib/module/constants/Fonts.js.map +1 -0
- package/lib/module/hooks/useLightbox.js +35 -0
- package/lib/module/hooks/useLightbox.js.map +1 -0
- package/lib/module/hooks/usePermission.js +59 -0
- package/lib/module/hooks/usePermission.js.map +1 -0
- package/lib/module/hooks/useTheme.js +5 -0
- package/lib/module/hooks/useTheme.js.map +1 -0
- package/lib/module/index.js +157 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/providers/PermissionProvider.js +31 -0
- package/lib/module/providers/PermissionProvider.js.map +1 -0
- package/lib/module/providers/ThemeProvider.js +22 -0
- package/lib/module/providers/ThemeProvider.js.map +1 -0
- package/lib/module/providers/types.js +4 -0
- package/lib/module/providers/types.js.map +1 -0
- package/lib/module/utils/hexToRgba.js +15 -0
- package/lib/module/utils/hexToRgba.js.map +1 -0
- package/lib/module/utils/isEqual.js +26 -0
- package/lib/module/utils/isEqual.js.map +1 -0
- package/lib/module/utils/isRunningInExpoGo.js +10 -0
- package/lib/module/utils/isRunningInExpoGo.js.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts +17 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Badge/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Badge/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardDates/CardDates.d.ts +9 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardDates/CardDates.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardDates/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardDates/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardPrice/CardPrice.d.ts +28 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardPrice/CardPrice.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProduct/CardProduct.d.ts +17 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProduct/CardProduct.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProduct/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProduct/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLink/CardProductLink.d.ts +12 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLink/CardProductLink.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLink/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLink/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.d.ts +18 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLinkLarge/CardProductLinkLarge.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLinkLarge/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardProductLinkLarge/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardSupplier/CardSupplier.d.ts +18 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardSupplier/CardSupplier.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardSupplier/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardSupplier/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardTitle/index.d.ts +3 -0
- package/lib/typescript/src/components/DataDisplay/Card/CardTitle/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Card/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Card/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/Chat.d.ts +25 -0
- package/lib/typescript/src/components/DataDisplay/Chat/Chat.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatMessageBubble.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatMessageBubble.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatMessageInput.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatMessageInput.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatParticipantModal.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatParticipantModal.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatSearchBar.d.ts +10 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatSearchBar.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadDetail.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadDetail.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadHeader.d.ts +16 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadList.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadList.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadListHeader.d.ts +10 -0
- package/lib/typescript/src/components/DataDisplay/Chat/components/ChatThreadListHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/types.d.ts +94 -0
- package/lib/typescript/src/components/DataDisplay/Chat/types.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/ensureUtc.d.ts +6 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/ensureUtc.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/extractUrls.d.ts +6 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/extractUrls.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/formatParticipantNames.d.ts +7 -0
- package/lib/typescript/src/components/DataDisplay/Chat/utils/formatParticipantNames.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Collapse/Collapse.d.ts +9 -0
- package/lib/typescript/src/components/DataDisplay/Collapse/Collapse.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Collapse/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Collapse/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Divider/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Divider/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Empty/Empty.d.ts +14 -0
- package/lib/typescript/src/components/DataDisplay/Empty/Empty.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Empty/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Empty/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddSquareIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/AddSquareIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ArrowForwardFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ArrowForwardFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/BackIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/BackIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/BellRingingIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/BellRingingIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CachedIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CachedIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarCheckIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarCheckIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarRangeIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CalendarRangeIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CameraIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CameraIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ChatIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ChatIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckCircleFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckCircleFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckCircleIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckCircleIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CheckFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ClockIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ClockIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CloseIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/CloseIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DateRangeIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DateRangeIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DeleteIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DeleteIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DocumentIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DocumentIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DotIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DotIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DownloadIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/DownloadIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EditIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EditIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ErrorFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ErrorFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EyeIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EyeIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EyeOffIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/EyeOffIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/FileIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/FileIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/FlagIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/FlagIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/InfoCircleIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/InfoCircleIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/Lightning.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/Lightning.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/LogoutIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/LogoutIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageCircleIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageCircleIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageQuestionIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageQuestionIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageSquareIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MessageSquareIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MicrosoftIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MicrosoftIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MiniExcavatorIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MiniExcavatorIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MoreVerticalIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/MoreVerticalIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PageIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PageIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PasswordIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PasswordIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PenLineIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PenLineIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PhoneFilledIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/PhoneFilledIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ProfileDeleteIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ProfileDeleteIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ProfileIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ProfileIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/SearchIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/SearchIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ShareIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ShareIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/StarIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/StarIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/SubdirectoryArrowIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/SubdirectoryArrowIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TracktorIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TracktorIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TrendUpIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TrendUpIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TruckIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/TruckIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UnlockIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UnlockIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UserAddIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UserAddIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UserIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UserIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UsersIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/UsersIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ValidationIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/ValidationIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/WarningIcon.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Icon/WarningIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/index.d.ts +5 -0
- package/lib/typescript/src/components/DataDisplay/Icon/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Icon/types.d.ts +8 -0
- package/lib/typescript/src/components/DataDisplay/Icon/types.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.d.ts +14 -0
- package/lib/typescript/src/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/ImagePlaceholder/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/ImagePlaceholder/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/InputLabel/InputLabel.d.ts +7 -0
- package/lib/typescript/src/components/DataDisplay/InputLabel/InputLabel.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/InputLabel/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/InputLabel/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Lightbox/Lightbox.d.ts +18 -0
- package/lib/typescript/src/components/DataDisplay/Lightbox/Lightbox.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Lightbox/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Lightbox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductHorizontalList.d.ts +16 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductHorizontalList.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductLargeList.d.ts +28 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductLargeList.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductList.d.ts +38 -0
- package/lib/typescript/src/components/DataDisplay/List/CardProductList.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/ExpandableList.d.ts +30 -0
- package/lib/typescript/src/components/DataDisplay/List/ExpandableList.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/ListItem.d.ts +28 -0
- package/lib/typescript/src/components/DataDisplay/List/ListItem.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/List/index.d.ts +6 -0
- package/lib/typescript/src/components/DataDisplay/List/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/MapMarkers/MapMarkers.d.ts +16 -0
- package/lib/typescript/src/components/DataDisplay/MapMarkers/MapMarkers.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/MapMarkers/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/MapMarkers/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Skeleton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Text/Text.d.ts +9 -0
- package/lib/typescript/src/components/DataDisplay/Text/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Text/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Text/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/TimeLineEvents.d.ts +32 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/TimeLineEvents.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/TimeLineIcon.d.ts +6 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/TimeLineIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/index.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/types.d.ts +2 -0
- package/lib/typescript/src/components/DataDisplay/TimeLineEvents/types.d.ts.map +1 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/index.d.ts +4 -0
- package/lib/typescript/src/components/DataDisplay/Tooltip/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts +19 -0
- package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Alert/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/Alert/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/AlertTitle/AlertTitle.d.ts +11 -0
- package/lib/typescript/src/components/Feedback/AlertTitle/AlertTitle.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/AlertTitle/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/AlertTitle/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomFixed/BottomFixed.d.ts +8 -0
- package/lib/typescript/src/components/Feedback/BottomFixed/BottomFixed.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomFixed/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/BottomFixed/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheet/BottomSheet.d.ts +52 -0
- package/lib/typescript/src/components/Feedback/BottomSheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheet/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/BottomSheet/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.d.ts +14 -0
- package/lib/typescript/src/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetCloseButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/BottomSheetCloseButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetContent/BottomSheetContent.d.ts +17 -0
- package/lib/typescript/src/components/Feedback/BottomSheetContent/BottomSheetContent.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetContent/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/BottomSheetContent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.d.ts +11 -0
- package/lib/typescript/src/components/Feedback/BottomSheetSuccess/BottomSheetSuccess.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/BottomSheetSuccess/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/BottomSheetSuccess/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenu.d.ts +22 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.d.ts +10 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuCheckboxItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuContent.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.d.ts +8 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuGroupLabel.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuItem.d.ts +11 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuItem.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuSeparator.d.ts +7 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuSeparator.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuTrigger.d.ts +9 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/DropdownMenuTrigger.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/index.d.ts +15 -0
- package/lib/typescript/src/components/Feedback/DropdownMenu/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Snackbar/Snackbar.d.ts +18 -0
- package/lib/typescript/src/components/Feedback/Snackbar/Snackbar.d.ts.map +1 -0
- package/lib/typescript/src/components/Feedback/Snackbar/index.d.ts +4 -0
- package/lib/typescript/src/components/Feedback/Snackbar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Autocomplete/Autocomplete.d.ts +167 -0
- package/lib/typescript/src/components/Inputs/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Autocomplete/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/Autocomplete/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/BottomFixedButton/BottomFixedButton.d.ts +11 -0
- package/lib/typescript/src/components/Inputs/BottomFixedButton/BottomFixedButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/BottomFixedButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/BottomFixedButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Button/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/Button/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/CheckBox/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/CheckBox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/CheckCard/CheckCard.d.ts +17 -0
- package/lib/typescript/src/components/Inputs/CheckCard/CheckCard.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/CheckCard/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/CheckCard/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Chip/Chip.d.ts +22 -0
- package/lib/typescript/src/components/Inputs/Chip/Chip.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Chip/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/Chip/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/DatePicker/DatePicker.d.ts +30 -0
- package/lib/typescript/src/components/Inputs/DatePicker/DatePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/DatePicker/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/DatePicker/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/DateRangePicker/DateRangePicker.d.ts +36 -0
- package/lib/typescript/src/components/Inputs/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/DateRangePicker/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/DateRangePicker/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/File/File.d.ts +41 -0
- package/lib/typescript/src/components/Inputs/File/File.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/File/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/File/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Select/Select.d.ts +28 -0
- package/lib/typescript/src/components/Inputs/Select/Select.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Select/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/Select/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/Switch/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/Switch/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TextField/TextField.d.ts +24 -0
- package/lib/typescript/src/components/Inputs/TextField/TextField.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TextField/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/TextField/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TextFieldDateTime/TextFieldDateTime.d.ts +30 -0
- package/lib/typescript/src/components/Inputs/TextFieldDateTime/TextFieldDateTime.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TextFieldDateTime/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/TextFieldDateTime/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TimePicker/TimePicker.d.ts +12 -0
- package/lib/typescript/src/components/Inputs/TimePicker/TimePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TimePicker/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/TimePicker/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TimeRangePicker/TimeRangePicker.d.ts +23 -0
- package/lib/typescript/src/components/Inputs/TimeRangePicker/TimeRangePicker.d.ts.map +1 -0
- package/lib/typescript/src/components/Inputs/TimeRangePicker/index.d.ts +4 -0
- package/lib/typescript/src/components/Inputs/TimeRangePicker/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Container/Container.d.ts +14 -0
- package/lib/typescript/src/components/Layout/Container/Container.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Container/index.d.ts +4 -0
- package/lib/typescript/src/components/Layout/Container/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/ModalLayout/ModalLayout.d.ts +45 -0
- package/lib/typescript/src/components/Layout/ModalLayout/ModalLayout.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/ModalLayout/index.d.ts +4 -0
- package/lib/typescript/src/components/Layout/ModalLayout/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Spacing/Spacing.d.ts +44 -0
- package/lib/typescript/src/components/Layout/Spacing/Spacing.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Spacing/index.d.ts +4 -0
- package/lib/typescript/src/components/Layout/Spacing/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Stack/Stack.d.ts +48 -0
- package/lib/typescript/src/components/Layout/Stack/Stack.d.ts.map +1 -0
- package/lib/typescript/src/components/Layout/Stack/index.d.ts +4 -0
- package/lib/typescript/src/components/Layout/Stack/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Header/Header.d.ts +30 -0
- package/lib/typescript/src/components/Navigation/Header/Header.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Header/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/Header/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/HeaderBackButton/HeaderBackButton.d.ts +7 -0
- package/lib/typescript/src/components/Navigation/HeaderBackButton/HeaderBackButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/HeaderBackButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/HeaderBackButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalBackButton/ModalBackButton.d.ts +6 -0
- package/lib/typescript/src/components/Navigation/ModalBackButton/ModalBackButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalBackButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/ModalBackButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalCloseButton/ModalCloseButton.d.ts +6 -0
- package/lib/typescript/src/components/Navigation/ModalCloseButton/ModalCloseButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalCloseButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/ModalCloseButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalIconButton/ModalIconButton.d.ts +7 -0
- package/lib/typescript/src/components/Navigation/ModalIconButton/ModalIconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/ModalIconButton/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/ModalIconButton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/Tab/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/Tab/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Navigation/TabView/index.d.ts +4 -0
- package/lib/typescript/src/components/Navigation/TabView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Utils/HasPermission/HasPermission.d.ts +26 -0
- package/lib/typescript/src/components/Utils/HasPermission/HasPermission.d.ts.map +1 -0
- package/lib/typescript/src/components/Utils/HasPermission/index.d.ts +4 -0
- package/lib/typescript/src/components/Utils/HasPermission/index.d.ts.map +1 -0
- package/lib/typescript/src/config/theme.d.ts +110 -0
- package/lib/typescript/src/config/theme.d.ts.map +1 -0
- package/lib/typescript/src/constants/Colors.d.ts +112 -0
- package/lib/typescript/src/constants/Colors.d.ts.map +1 -0
- package/lib/typescript/src/constants/Fonts.d.ts +32 -0
- package/lib/typescript/src/constants/Fonts.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useLightbox.d.ts +16 -0
- package/lib/typescript/src/hooks/useLightbox.d.ts.map +1 -0
- package/lib/typescript/src/hooks/usePermission.d.ts +12 -0
- package/lib/typescript/src/hooks/usePermission.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useTheme.d.ts +3 -0
- package/lib/typescript/src/hooks/useTheme.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +145 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/providers/PermissionProvider.d.ts +25 -0
- package/lib/typescript/src/providers/PermissionProvider.d.ts.map +1 -0
- package/lib/typescript/src/providers/ThemeProvider.d.ts +5 -0
- package/lib/typescript/src/providers/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/providers/types.d.ts +9 -0
- package/lib/typescript/src/providers/types.d.ts.map +1 -0
- package/lib/typescript/src/utils/hexToRgba.d.ts +8 -0
- package/lib/typescript/src/utils/hexToRgba.d.ts.map +1 -0
- package/lib/typescript/src/utils/isEqual.d.ts +8 -0
- package/lib/typescript/src/utils/isEqual.d.ts.map +1 -0
- package/lib/typescript/src/utils/isRunningInExpoGo.d.ts +6 -0
- package/lib/typescript/src/utils/isRunningInExpoGo.d.ts.map +1 -0
- package/package.json +199 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
2
|
+
export interface ImagePlaceholderProps {
|
|
3
|
+
width?: number;
|
|
4
|
+
height?: number;
|
|
5
|
+
style?: StyleProp<ViewStyle>;
|
|
6
|
+
}
|
|
7
|
+
declare module "@rneui/themed" {
|
|
8
|
+
interface ComponentTheme {
|
|
9
|
+
ImagePlaceholder: Partial<ImagePlaceholderProps>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
declare const ImagePlaceholder: import("react").FunctionComponent<import("react").PropsWithChildren<ImagePlaceholderProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<ImagePlaceholderProps>>>;
|
|
13
|
+
export default ImagePlaceholder;
|
|
14
|
+
//# sourceMappingURL=ImagePlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImagePlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/ImagePlaceholder/ImagePlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAiB,cAAc;QAC7B,gBAAgB,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC;KAClD;CACF;AAED,QAAA,MAAM,gBAAgB,kOAoBrB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/ImagePlaceholder/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,eAAe,gBAAgB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
export interface InputLabelProps extends PropsWithChildren {
|
|
3
|
+
required?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const InputLabel: ({ children, required }: InputLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default InputLabel;
|
|
7
|
+
//# sourceMappingURL=InputLabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/InputLabel/InputLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACxD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,GAAI,wBAAwB,eAAe,4CAI1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/InputLabel/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,eAAe,UAAU,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type BaseLightboxProps = {
|
|
2
|
+
isOpen?: boolean;
|
|
3
|
+
onClose?: () => void;
|
|
4
|
+
fileUrl?: string;
|
|
5
|
+
fileName?: string;
|
|
6
|
+
};
|
|
7
|
+
type LoadingLightboxProps = BaseLightboxProps & {
|
|
8
|
+
isLoading: boolean;
|
|
9
|
+
onLoadEnd: () => void;
|
|
10
|
+
};
|
|
11
|
+
type NonLoadingLightboxProps = BaseLightboxProps & {
|
|
12
|
+
isLoading?: undefined;
|
|
13
|
+
onLoadEnd?: () => void;
|
|
14
|
+
};
|
|
15
|
+
export type LightboxProps = LoadingLightboxProps | NonLoadingLightboxProps;
|
|
16
|
+
declare const Lightbox: ({ isOpen, onClose, fileName, fileUrl, isLoading, onLoadEnd }: LightboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default Lightbox;
|
|
18
|
+
//# sourceMappingURL=Lightbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lightbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Lightbox/Lightbox.tsx"],"names":[],"mappings":"AAaA,KAAK,iBAAiB,GAAG;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,oBAAoB,GAAG,iBAAiB,GAAG;IAC9C,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,KAAK,uBAAuB,GAAG,iBAAiB,GAAG;IACjD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,oBAAoB,GAAG,uBAAuB,CAAC;AAK3E,QAAA,MAAM,QAAQ,GAAI,8DAA8D,aAAa,4CAoE5F,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Lightbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,eAAe,QAAQ,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface CardProductHorizontalListProps {
|
|
2
|
+
data?: {
|
|
3
|
+
id: string | number;
|
|
4
|
+
title?: string;
|
|
5
|
+
imageUri?: string | null;
|
|
6
|
+
linkLabel?: string;
|
|
7
|
+
linkHref?: string;
|
|
8
|
+
}[];
|
|
9
|
+
linkLabel?: string;
|
|
10
|
+
onPressItem?: (id: string | number) => void;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
estimatedItemSize?: number;
|
|
13
|
+
}
|
|
14
|
+
declare const CardProductHorizontalList: ({ data, onPressItem, isLoading, linkLabel }: CardProductHorizontalListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
15
|
+
export default CardProductHorizontalList;
|
|
16
|
+
//# sourceMappingURL=CardProductHorizontalList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardProductHorizontalList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/CardProductHorizontalList.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,8BAA8B;IAC7C,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QACpB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,yBAAyB,GAAI,6CAA6C,8BAA8B,mDA+C7G,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
3
|
+
export interface CardProductLargeListProps<Value = any> {
|
|
4
|
+
data?: {
|
|
5
|
+
id: string | number;
|
|
6
|
+
title?: ReactNode;
|
|
7
|
+
subtitle?: string;
|
|
8
|
+
subtitle2?: string;
|
|
9
|
+
subtitle3?: string;
|
|
10
|
+
imageUri?: string | null;
|
|
11
|
+
imageUriSecondary?: string | null;
|
|
12
|
+
leftIcon?: ReactNode | null | false;
|
|
13
|
+
value?: Value;
|
|
14
|
+
}[];
|
|
15
|
+
onPressItem?: (value: Value extends undefined ? string | number : Value) => void;
|
|
16
|
+
isLoading?: boolean;
|
|
17
|
+
estimatedItemSize?: number;
|
|
18
|
+
variant?: "default" | "secondary";
|
|
19
|
+
direction?: "horizontal" | "vertical";
|
|
20
|
+
showsVerticalScrollIndicator?: boolean;
|
|
21
|
+
showsHorizontalScrollIndicator?: boolean;
|
|
22
|
+
scrollEnabled?: boolean;
|
|
23
|
+
style?: StyleProp<ViewStyle>;
|
|
24
|
+
cardStyle?: StyleProp<ViewStyle>;
|
|
25
|
+
}
|
|
26
|
+
declare const CardProductLargeList: <Value>({ data, style, cardStyle, onPressItem, isLoading, variant, scrollEnabled, showsVerticalScrollIndicator, showsHorizontalScrollIndicator, direction, }: CardProductLargeListProps<Value>) => import("react/jsx-runtime").JSX.Element | null;
|
|
27
|
+
export default CardProductLargeList;
|
|
28
|
+
//# sourceMappingURL=CardProductLargeList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardProductLargeList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/CardProductLargeList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAa,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAM/D,MAAM,WAAW,yBAAyB,CAAC,KAAK,GAAG,GAAG;IACpD,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QACpB,KAAK,CAAC,EAAE,SAAS,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,KAAK,CAAC;QACpC,KAAK,CAAC,EAAE,KAAK,CAAC;KACf,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,SAAS,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,KAAK,IAAI,CAAC;IACjF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACtC,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAClC;AAID,QAAA,MAAM,oBAAoB,GAAI,KAAK,EAAG,sJAWnC,yBAAyB,CAAC,KAAK,CAAC,mDAiElC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FlashListProps } from "@shopify/flash-list";
|
|
2
|
+
import { ReactElement, ReactNode } from "react";
|
|
3
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
4
|
+
export interface CardProductListProps {
|
|
5
|
+
data?: {
|
|
6
|
+
badgeColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "info" | string;
|
|
7
|
+
badgeText?: string;
|
|
8
|
+
id: string | number;
|
|
9
|
+
imageUri?: string | null;
|
|
10
|
+
imageUriSecondary?: string | null;
|
|
11
|
+
subtitle?: ReactNode;
|
|
12
|
+
subtitle2?: ReactNode;
|
|
13
|
+
subtitle3?: ReactNode;
|
|
14
|
+
title?: ReactNode;
|
|
15
|
+
}[];
|
|
16
|
+
onPressItem?: (id: string | number) => void;
|
|
17
|
+
onRefresh?: () => void;
|
|
18
|
+
refreshing?: boolean;
|
|
19
|
+
isLoading?: boolean;
|
|
20
|
+
emptyTitle?: string;
|
|
21
|
+
emptyDescription?: string;
|
|
22
|
+
emptyButtonLabel?: string;
|
|
23
|
+
onPressButtonEmptyButton?: () => void;
|
|
24
|
+
estimatedItemSize?: number;
|
|
25
|
+
itemContainerStyle?: StyleProp<ViewStyle>;
|
|
26
|
+
contentContainerStyle?: FlashListProps<unknown>["contentContainerStyle"];
|
|
27
|
+
ListHeaderComponent?: ReactElement;
|
|
28
|
+
ListHeaderComponentStyle?: FlashListProps<unknown>["ListHeaderComponentStyle"];
|
|
29
|
+
ListEmptyComponent?: FlashListProps<unknown>["ListEmptyComponent"];
|
|
30
|
+
ListFooterComponent?: FlashListProps<unknown>["ListFooterComponent"];
|
|
31
|
+
ListFooterComponentStyle?: FlashListProps<unknown>["ListFooterComponentStyle"];
|
|
32
|
+
onEndReached?: FlashListProps<unknown>["onEndReached"];
|
|
33
|
+
onEndReachedThreshold?: FlashListProps<unknown>["onEndReachedThreshold"];
|
|
34
|
+
isFetchingNextPage?: boolean;
|
|
35
|
+
}
|
|
36
|
+
declare const CardProductList: ({ data, isLoading, emptyTitle, emptyDescription, emptyButtonLabel, onPressButtonEmptyButton, onPressItem, onRefresh, itemContainerStyle, contentContainerStyle, ListHeaderComponent, ListHeaderComponentStyle, ListFooterComponentStyle, ListEmptyComponent, ListFooterComponent, onEndReached, onEndReachedThreshold, isFetchingNextPage, refreshing, }: CardProductListProps) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export default CardProductList;
|
|
38
|
+
//# sourceMappingURL=CardProductList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardProductList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/CardProductList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAa,SAAS,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAOrE,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE;QACL,UAAU,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;QACrG,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,EAAE,SAAS,CAAC;QACrB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,KAAK,CAAC,EAAE,SAAS,CAAC;KACnB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,IAAI,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,qBAAqB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,uBAAuB,CAAC,CAAC;IACzE,mBAAmB,CAAC,EAAE,YAAY,CAAC;IACnC,wBAAwB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,0BAA0B,CAAC,CAAC;IAC/E,kBAAkB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,oBAAoB,CAAC,CAAC;IACnE,mBAAmB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,qBAAqB,CAAC,CAAC;IACrE,wBAAwB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,0BAA0B,CAAC,CAAC;IAC/E,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,cAAc,CAAC,CAAC;IACvD,qBAAqB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,uBAAuB,CAAC,CAAC;IACzE,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAKD,QAAA,MAAM,eAAe,GAAI,0VAoBtB,oBAAoB,4CA+DtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FlashListProps } from "@shopify/flash-list";
|
|
2
|
+
import { ComponentType, ReactElement, ReactNode } from "react";
|
|
3
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
4
|
+
export interface ExpandableListItem {
|
|
5
|
+
id: string | number;
|
|
6
|
+
title?: ReactNode;
|
|
7
|
+
subtitle?: ReactNode;
|
|
8
|
+
price?: ReactNode;
|
|
9
|
+
imageUri?: string | null;
|
|
10
|
+
imageUriSecondary?: string | null;
|
|
11
|
+
ExpandedContent?: ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export interface ExpandableListProps<T extends ExpandableListItem = ExpandableListItem> {
|
|
14
|
+
data?: T[];
|
|
15
|
+
emptyText?: string;
|
|
16
|
+
onPressItem?: (item: T) => void;
|
|
17
|
+
isLoading?: boolean;
|
|
18
|
+
itemContainerStyle?: StyleProp<ViewStyle>;
|
|
19
|
+
ListEmptyComponent?: ComponentType | ReactElement | null | undefined;
|
|
20
|
+
ListHeaderComponent?: ComponentType | ReactElement | null | undefined;
|
|
21
|
+
estimatedItemSize?: number;
|
|
22
|
+
contentContainerStyle?: FlashListProps<unknown>["contentContainerStyle"];
|
|
23
|
+
expandedContentStyle?: StyleProp<ViewStyle>;
|
|
24
|
+
selectedIds?: (string | number)[];
|
|
25
|
+
multiSelect?: boolean;
|
|
26
|
+
renderItem?: (item: T, isSelected: boolean, isExpanded: boolean) => ReactNode;
|
|
27
|
+
}
|
|
28
|
+
declare const ExpandableList: <T extends ExpandableListItem = ExpandableListItem>({ data, isLoading, onPressItem, emptyText, ListEmptyComponent, ListHeaderComponent, itemContainerStyle, contentContainerStyle, expandedContentStyle, selectedIds, multiSelect, renderItem: customRenderItem, }: ExpandableListProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export default ExpandableList;
|
|
30
|
+
//# sourceMappingURL=ExpandableList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/ExpandableList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AAClF,OAAO,EAAwC,SAAS,EAAmB,SAAS,EAAE,MAAM,cAAc,CAAC;AAW3G,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB;IACpF,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,kBAAkB,CAAC,EAAE,aAAa,GAAG,YAAY,GAAG,IAAI,GAAG,SAAS,CAAC;IACrE,mBAAmB,CAAC,EAAE,aAAa,GAAG,YAAY,GAAG,IAAI,GAAG,SAAS,CAAC;IACtE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,qBAAqB,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,uBAAuB,CAAC,CAAC;IACzE,oBAAoB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5C,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,KAAK,SAAS,CAAC;CAC/E;AAID,QAAA,MAAM,cAAc,GAAI,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,EAAE,gNAaxE,mBAAmB,CAAC,CAAC,CAAC,4CA2ExB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ListItem as RNEListItem } from "@rneui/themed";
|
|
2
|
+
import { ElementType, FC, ReactNode } from "react";
|
|
3
|
+
import { PressableProps, StyleProp, ViewStyle } from "react-native";
|
|
4
|
+
export interface ListItemProps extends PressableProps {
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
containerStyle?: StyleProp<ViewStyle>;
|
|
7
|
+
disabledStyle?: StyleProp<ViewStyle>;
|
|
8
|
+
topDivider?: boolean;
|
|
9
|
+
bottomDivider?: boolean;
|
|
10
|
+
linearGradientProps?: any;
|
|
11
|
+
gap?: "xs" | "sm" | "md" | "lg" | "xl" | 0;
|
|
12
|
+
Component?: ElementType;
|
|
13
|
+
ViewComponent?: ElementType;
|
|
14
|
+
}
|
|
15
|
+
type ListItemComponent = FC<ListItemProps> & {
|
|
16
|
+
Content: typeof RNEListItem.Content;
|
|
17
|
+
Title: typeof RNEListItem.Title;
|
|
18
|
+
Subtitle: typeof RNEListItem.Subtitle;
|
|
19
|
+
Chevron: typeof RNEListItem.Chevron;
|
|
20
|
+
CheckBox: typeof RNEListItem.CheckBox;
|
|
21
|
+
ButtonGroup: typeof RNEListItem.ButtonGroup;
|
|
22
|
+
Input: typeof RNEListItem.Input;
|
|
23
|
+
Swipeable: typeof RNEListItem.Swipeable;
|
|
24
|
+
Accordion: typeof RNEListItem.Accordion;
|
|
25
|
+
};
|
|
26
|
+
export declare const ListItem: ListItemComponent;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/ListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,WAAW,EAAoB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAa,cAAc,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAGjG,MAAM,WAAW,aAAc,SAAQ,cAAc;IACnD,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAC1B,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,aAAa,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,KAAK,iBAAiB,GAAG,EAAE,CAAC,aAAa,CAAC,GAAG;IAC3C,OAAO,EAAE,OAAO,WAAW,CAAC,OAAO,CAAC;IACpC,KAAK,EAAE,OAAO,WAAW,CAAC,KAAK,CAAC;IAChC,QAAQ,EAAE,OAAO,WAAW,CAAC,QAAQ,CAAC;IACtC,OAAO,EAAE,OAAO,WAAW,CAAC,OAAO,CAAC;IACpC,QAAQ,EAAE,OAAO,WAAW,CAAC,QAAQ,CAAC;IACtC,WAAW,EAAE,OAAO,WAAW,CAAC,WAAW,CAAC;IAC5C,KAAK,EAAE,OAAO,WAAW,CAAC,KAAK,CAAC;IAChC,SAAS,EAAE,OAAO,WAAW,CAAC,SAAS,CAAC;IACxC,SAAS,EAAE,OAAO,WAAW,CAAC,SAAS,CAAC;CACzC,CAAC;AA2CF,eAAO,MAAM,QAAQ,EAAmB,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/List/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEvD,UAAU,SAAU,SAAQ,UAAU;CAAG;AAEzC,eAAe,KAAK,CAAC;AACrB,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { AppleMaps, CameraPosition, GoogleMaps } from "expo-maps";
|
|
2
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
3
|
+
type MapMarker = AppleMaps.Marker | GoogleMaps.Marker;
|
|
4
|
+
type MapUISettings = AppleMaps.MapUISettings | GoogleMaps.MapUISettings;
|
|
5
|
+
export interface MapMarkersProps {
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
height?: number;
|
|
8
|
+
width?: number;
|
|
9
|
+
style?: StyleProp<ViewStyle>;
|
|
10
|
+
markers?: MapMarker[];
|
|
11
|
+
uiSettings?: MapUISettings;
|
|
12
|
+
cameraPosition?: CameraPosition;
|
|
13
|
+
}
|
|
14
|
+
declare const MapMarkers: ({ cameraPosition, markers, isLoading, width, style, uiSettings, height }: MapMarkersProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default MapMarkers;
|
|
16
|
+
//# sourceMappingURL=MapMarkers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MapMarkers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/MapMarkers/MapMarkers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvE,OAAO,EAAY,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAM9D,KAAK,SAAS,GAAG,SAAS,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;AACtD,KAAK,aAAa,GAAG,SAAS,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,CAAC;AAExE,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAKD,QAAA,MAAM,UAAU,GAAI,0EAAgF,eAAe,4CA8DlH,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/MapMarkers/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,eAAe,UAAU,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAExD,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TextProps } from "@rneui/themed";
|
|
2
|
+
declare module "@rneui/themed" {
|
|
3
|
+
interface ComponentTheme {
|
|
4
|
+
Text: Partial<TextProps>;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
declare const Text: import("react").FunctionComponent<import("react").PropsWithChildren<TextProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<TextProps>>>;
|
|
8
|
+
export default Text;
|
|
9
|
+
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAuC,MAAM,eAAe,CAAC;AAIzF,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAiB,cAAc;QAC7B,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;KAC1B;CACF;AAED,QAAA,MAAM,IAAI,0MAkCA,CAAC;AAEX,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Text/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAE1B,eAAe,IAAI,CAAC;AACpB,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BadgeProps } from "@rneui/themed";
|
|
2
|
+
export interface TimeLineEventsItemData {
|
|
3
|
+
badgeLabel?: string | false;
|
|
4
|
+
badgeSeverity?: BadgeProps["color"] | false;
|
|
5
|
+
createdAt?: string;
|
|
6
|
+
createdAtColor?: string;
|
|
7
|
+
createdBy?: string;
|
|
8
|
+
createdByColor?: string;
|
|
9
|
+
id: string;
|
|
10
|
+
isPast: boolean;
|
|
11
|
+
title: string;
|
|
12
|
+
subtitle?: string;
|
|
13
|
+
type: string;
|
|
14
|
+
isPressable?: boolean;
|
|
15
|
+
files?: {
|
|
16
|
+
id?: string;
|
|
17
|
+
name?: string;
|
|
18
|
+
path: string;
|
|
19
|
+
}[];
|
|
20
|
+
}
|
|
21
|
+
export interface TimeLineEventsItemProps extends TimeLineEventsItemData {
|
|
22
|
+
lastElement: boolean;
|
|
23
|
+
onPressItem?(event: TimeLineEventsItemProps): void;
|
|
24
|
+
}
|
|
25
|
+
export interface TimeLineEventsProps {
|
|
26
|
+
data?: TimeLineEventsItemData[];
|
|
27
|
+
onPressItem?(event: TimeLineEventsItemProps): void;
|
|
28
|
+
isLoading?: boolean;
|
|
29
|
+
}
|
|
30
|
+
declare const TimeLineEvents: ({ data, onPressItem, isLoading }: TimeLineEventsProps) => import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[] | undefined;
|
|
31
|
+
export default TimeLineEvents;
|
|
32
|
+
//# sourceMappingURL=TimeLineEvents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeLineEvents.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/TimeLineEvents/TimeLineEvents.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAgB3C,MAAM,WAAW,sBAAsB;IACrC,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC5B,aAAa,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE;QACN,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;CACL;AAED,MAAM,WAAW,uBAAwB,SAAQ,sBAAsB;IACrE,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,CAAC,KAAK,EAAE,uBAAuB,GAAG,IAAI,CAAC;CACpD;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAChC,WAAW,CAAC,CAAC,KAAK,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACnD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AA0KD,QAAA,MAAM,cAAc,GAAI,kCAAkC,mBAAmB,oGAkD5E,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeLineIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/TimeLineEvents/TimeLineIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAkBjD,QAAA,MAAM,YAAY,GAAI,aAAa;IAAE,OAAO,EAAE,sBAAsB,CAAA;CAAE,4CAmBrE,CAAC;AACF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/TimeLineEvents/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,eAAe,cAAc,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/TimeLineEvents/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DataDisplay/Tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEtD,eAAe,OAAO,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PropsWithChildren, ReactNode } from "react";
|
|
2
|
+
import { StyleProp, ViewStyle } from "react-native";
|
|
3
|
+
interface AlertProps extends PropsWithChildren {
|
|
4
|
+
color?: "default" | "success" | "warning" | "error" | "info" | string;
|
|
5
|
+
containerStyle?: StyleProp<ViewStyle>;
|
|
6
|
+
backgroundIconStyle?: StyleProp<ViewStyle>;
|
|
7
|
+
link?: boolean;
|
|
8
|
+
onPress?: () => void;
|
|
9
|
+
Icon?: ReactNode;
|
|
10
|
+
Footer?: ReactNode;
|
|
11
|
+
}
|
|
12
|
+
declare module "@rneui/themed" {
|
|
13
|
+
interface ComponentTheme {
|
|
14
|
+
Alert: Partial<AlertProps>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
declare const Alert: import("react").FunctionComponent<PropsWithChildren<AlertProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<PropsWithChildren<AlertProps>>>;
|
|
18
|
+
export default Alert;
|
|
19
|
+
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/Alert/Alert.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA4B,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC/E,OAAO,EAAa,SAAS,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAOrE,UAAU,UAAW,SAAQ,iBAAiB;IAE5C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IACtE,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,mBAAmB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC3C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAiB,cAAc;QAC7B,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;KAC5B;CACF;AAED,QAAA,MAAM,KAAK,4KAoEA,CAAC;AAEZ,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAE5B,eAAe,KAAK,CAAC;AACrB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
export interface AlertTitleProps extends PropsWithChildren {
|
|
3
|
+
}
|
|
4
|
+
declare module "@rneui/themed" {
|
|
5
|
+
interface ComponentTheme {
|
|
6
|
+
AlertTitle: Partial<AlertTitleProps>;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
declare const AlertTitle: import("react").FunctionComponent<PropsWithChildren<AlertTitleProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<PropsWithChildren<AlertTitleProps>>>;
|
|
10
|
+
export default AlertTitle;
|
|
11
|
+
//# sourceMappingURL=AlertTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertTitle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/AlertTitle/AlertTitle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;CAAG;AAE7D,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAiB,cAAc;QAC7B,UAAU,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;KACtC;CACF;AAED,QAAA,MAAM,UAAU,sLAOf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/AlertTitle/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,eAAe,UAAU,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
export interface BottomFixedProps extends PropsWithChildren {
|
|
3
|
+
isVisible?: boolean;
|
|
4
|
+
position?: "absolute" | "relative";
|
|
5
|
+
}
|
|
6
|
+
declare const BottomFixed: ({ children, position, isVisible }: BottomFixedProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default BottomFixed;
|
|
8
|
+
//# sourceMappingURL=BottomFixed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomFixed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomFixed/BottomFixed.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAM/D,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;CACpC;AAED,QAAA,MAAM,WAAW,GAAI,mCAAuD,gBAAgB,4CAkC3F,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomFixed/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,eAAe,WAAW,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { ComponentType, PropsWithChildren } from "react";
|
|
2
|
+
import { ModalProps, PressableProps, StyleProp, ViewStyle } from "react-native";
|
|
3
|
+
export interface BottomSheetProps<T> extends PropsWithChildren {
|
|
4
|
+
/**
|
|
5
|
+
* Style of the container.
|
|
6
|
+
*/
|
|
7
|
+
containerStyle?: StyleProp<ViewStyle>;
|
|
8
|
+
/**
|
|
9
|
+
* Props passed to the modal.
|
|
10
|
+
*/
|
|
11
|
+
modalProps?: ModalProps;
|
|
12
|
+
/**
|
|
13
|
+
* Style of the backdrop.
|
|
14
|
+
*/
|
|
15
|
+
backdropStyle?: StyleProp<ViewStyle>;
|
|
16
|
+
/**
|
|
17
|
+
* Props passed to the backdrop.
|
|
18
|
+
*/
|
|
19
|
+
backdropProps?: PressableProps;
|
|
20
|
+
/**
|
|
21
|
+
* Callback that is called when the user presses the backdrop.
|
|
22
|
+
*/
|
|
23
|
+
isVisible?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The `animationType` prop controls how the modal animates.
|
|
26
|
+
*
|
|
27
|
+
* - `slide` slides in from the bottom
|
|
28
|
+
* - `fade` fades into view
|
|
29
|
+
* - `none` appears without an animation
|
|
30
|
+
*/
|
|
31
|
+
animationType?: "none" | "slide" | "fade";
|
|
32
|
+
/**
|
|
33
|
+
* Style of the bottom sheet content.
|
|
34
|
+
* If not provided, the bottom sheet content will be wrapped in a BottomSheetContent component.
|
|
35
|
+
*/
|
|
36
|
+
bottomSheetContentStyle?: StyleProp<ViewStyle>;
|
|
37
|
+
/**
|
|
38
|
+
* Custom component to render the bottom sheet content.
|
|
39
|
+
*/
|
|
40
|
+
BottomSheetContentComponent?: ComponentType<T | any>;
|
|
41
|
+
/**
|
|
42
|
+
* Callback that is called when the user presses the backdrop.
|
|
43
|
+
*/
|
|
44
|
+
onBackdropPress?(): void;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Overlay Modal that displays content from the bottom of the screen.
|
|
48
|
+
* This opens from the bottom of the screen.
|
|
49
|
+
*/
|
|
50
|
+
export declare const BottomSheet: <T>({ onBackdropPress, modalProps, children, backdropProps, backdropStyle, containerStyle, bottomSheetContentStyle, animationType, BottomSheetContentComponent, isVisible, }: BottomSheetProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
export default BottomSheet;
|
|
52
|
+
//# sourceMappingURL=BottomSheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,iBAAiB,EAA2B,MAAM,OAAO,CAAC;AAC5F,OAAO,EAGL,UAAU,EAGV,cAAc,EACd,SAAS,EAET,SAAS,EACV,MAAM,cAAc,CAAC;AAItB,MAAM,WAAW,gBAAgB,CAAC,CAAC,CAAE,SAAQ,iBAAiB;IAC5D;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC;;OAEG;IACH,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1C;;;OAGG;IACH,uBAAuB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,2BAA2B,CAAC,EAAE,aAAa,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;IACrD;;OAEG;IACH,eAAe,CAAC,IAAI,IAAI,CAAC;CAC1B;AAoBD;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,CAAC,EAAG,0KAW7B,gBAAgB,CAAC,CAAC,CAAC,4CA+BrB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomSheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,eAAe,WAAW,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
package/lib/typescript/src/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StyleProp } from "react-native/Libraries/StyleSheet/StyleSheet";
|
|
2
|
+
import { ViewStyle } from "react-native/Libraries/StyleSheet/StyleSheetTypes";
|
|
3
|
+
interface BottomSheetCloseButtonProps {
|
|
4
|
+
onPress?: () => void;
|
|
5
|
+
style?: StyleProp<ViewStyle> | undefined;
|
|
6
|
+
}
|
|
7
|
+
declare module "@rneui/themed" {
|
|
8
|
+
interface ComponentTheme {
|
|
9
|
+
BottomSheetCloseButton: Partial<BottomSheetCloseButtonProps>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
declare const BottomSheetCloseButton: import("react").FunctionComponent<import("react").PropsWithChildren<BottomSheetCloseButtonProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<BottomSheetCloseButtonProps>>>;
|
|
13
|
+
export default BottomSheetCloseButton;
|
|
14
|
+
//# sourceMappingURL=BottomSheetCloseButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomSheetCloseButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomSheetCloseButton/BottomSheetCloseButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,8CAA8C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,mDAAmD,CAAC;AAI9E,UAAU,2BAA2B;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC;CAC1C;AAED,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAiB,cAAc;QAC7B,sBAAsB,EAAE,OAAO,CAAC,2BAA2B,CAAC,CAAC;KAC9D;CACF;AAED,QAAA,MAAM,sBAAsB,8OAkB3B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feedback/BottomSheetCloseButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAE9D,eAAe,sBAAsB,CAAC;AACtC,cAAc,0BAA0B,CAAC"}
|