@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 @@
|
|
|
1
|
+
{"version":3,"names":["_flashList","require","_react","_reactNative","_useTheme","_interopRequireDefault","_Alert","_CardPrice","_jsxRuntime","e","__esModule","default","Platform","OS","UIManager","setLayoutAnimationEnabledExperimental","SKELETON_DATA","Array","from","length","_","i","id","ExpandableList","data","isLoading","onPressItem","emptyText","ListEmptyComponent","ListHeaderComponent","itemContainerStyle","contentContainerStyle","expandedContentStyle","selectedIds","multiSelect","renderItem","customRenderItem","expandedItemId","setExpandedItemId","useState","theme","useTheme","padding","spacing","lg","gap","md","selectedIdsSet","useMemo","Set","listData","handlePress","item","LayoutAnimation","configureNext","Presets","easeInEaseOut","handleExpandPress","jsx","FlashList","keyExtractor","String","extraData","containerStyle","marginTop","children","index","isLastItem","marginBottom","isExpanded","ExpandedContent","isSelected","has","Pressable","onPress","View","style","showCheckbox","showExpandArrow","onExpandPress","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/List/ExpandableList.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ListItem = void 0;
|
|
7
|
+
var _themed = require("@rneui/themed");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _Stack = _interopRequireDefault(require("../../Layout/Stack"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const ListItemBase = (0, _themed.withTheme)(({
|
|
13
|
+
containerStyle,
|
|
14
|
+
onPress,
|
|
15
|
+
onLongPress,
|
|
16
|
+
disabled,
|
|
17
|
+
disabledStyle,
|
|
18
|
+
bottomDivider,
|
|
19
|
+
topDivider,
|
|
20
|
+
gap = "lg",
|
|
21
|
+
children,
|
|
22
|
+
linearGradientProps,
|
|
23
|
+
ViewComponent = _reactNative.View,
|
|
24
|
+
Component = onPress || onLongPress ? _reactNative.Pressable : _reactNative.View,
|
|
25
|
+
theme,
|
|
26
|
+
...rest
|
|
27
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
|
|
28
|
+
...rest,
|
|
29
|
+
onPress: onPress,
|
|
30
|
+
onLongPress: onLongPress,
|
|
31
|
+
disabled: disabled,
|
|
32
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(ViewComponent, {
|
|
33
|
+
...linearGradientProps,
|
|
34
|
+
style: _reactNative.StyleSheet.flatten([{
|
|
35
|
+
backgroundColor: theme?.colors?.background,
|
|
36
|
+
borderColor: theme?.colors?.divider,
|
|
37
|
+
padding: theme?.spacing?.lg
|
|
38
|
+
}, topDivider && {
|
|
39
|
+
borderTopWidth: _reactNative.StyleSheet.hairlineWidth
|
|
40
|
+
}, bottomDivider && {
|
|
41
|
+
borderBottomWidth: _reactNative.StyleSheet.hairlineWidth
|
|
42
|
+
}, containerStyle, disabled && disabledStyle]),
|
|
43
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Stack.default, {
|
|
44
|
+
direction: "row",
|
|
45
|
+
align: "center",
|
|
46
|
+
spacing: gap,
|
|
47
|
+
children: children
|
|
48
|
+
})
|
|
49
|
+
})
|
|
50
|
+
}), "ListItem");
|
|
51
|
+
const ListItem = exports.ListItem = ListItemBase;
|
|
52
|
+
ListItem.Content = _themed.ListItem.Content;
|
|
53
|
+
ListItem.Title = _themed.ListItem.Title;
|
|
54
|
+
ListItem.Subtitle = _themed.ListItem.Subtitle;
|
|
55
|
+
ListItem.Chevron = _themed.ListItem.Chevron;
|
|
56
|
+
ListItem.CheckBox = _themed.ListItem.CheckBox;
|
|
57
|
+
ListItem.ButtonGroup = _themed.ListItem.ButtonGroup;
|
|
58
|
+
ListItem.Input = _themed.ListItem.Input;
|
|
59
|
+
ListItem.Swipeable = _themed.ListItem.Swipeable;
|
|
60
|
+
ListItem.Accordion = _themed.ListItem.Accordion;
|
|
61
|
+
//# sourceMappingURL=ListItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_themed","require","_reactNative","_Stack","_interopRequireDefault","_jsxRuntime","e","__esModule","default","ListItemBase","withTheme","containerStyle","onPress","onLongPress","disabled","disabledStyle","bottomDivider","topDivider","gap","children","linearGradientProps","ViewComponent","View","Component","Pressable","theme","rest","jsx","style","StyleSheet","flatten","backgroundColor","colors","background","borderColor","divider","padding","spacing","lg","borderTopWidth","hairlineWidth","borderBottomWidth","direction","align","ListItem","exports","Content","RNEListItem","Title","Subtitle","Chevron","CheckBox","ButtonGroup","Input","Swipeable","Accordion"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/List/ListItem.tsx"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;AAAuC,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAG,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AA0BvC,MAAMG,YAAY,GAAG,IAAAC,iBAAS,EAC5B,CAAC;EACCC,cAAc;EACdC,OAAO;EACPC,WAAW;EACXC,QAAQ;EACRC,aAAa;EACbC,aAAa;EACbC,UAAU;EACVC,GAAG,GAAG,IAAI;EACVC,QAAQ;EACRC,mBAAmB;EACnBC,aAAa,GAAGC,iBAAI;EACpBC,SAAS,GAAGX,OAAO,IAAIC,WAAW,GAAGW,sBAAS,GAAGF,iBAAI;EACrDG,KAAK;EACL,GAAGC;AACL,CAAC,kBACC,IAAArB,WAAA,CAAAsB,GAAA,EAACJ,SAAS;EAAA,GAAKG,IAAI;EAAEd,OAAO,EAAEA,OAAQ;EAACC,WAAW,EAAEA,WAAY;EAACC,QAAQ,EAAEA,QAAS;EAAAK,QAAA,eAClF,IAAAd,WAAA,CAAAsB,GAAA,EAACN,aAAa;IAAA,GACRD,mBAAmB;IACvBQ,KAAK,EAAEC,uBAAU,CAACC,OAAO,CAAC,CACxB;MACEC,eAAe,EAAEN,KAAK,EAAEO,MAAM,EAAEC,UAAU;MAC1CC,WAAW,EAAET,KAAK,EAAEO,MAAM,EAAEG,OAAO;MACnCC,OAAO,EAAEX,KAAK,EAAEY,OAAO,EAAEC;IAC3B,CAAC,EACDrB,UAAU,IAAI;MAAEsB,cAAc,EAAEV,uBAAU,CAACW;IAAc,CAAC,EAC1DxB,aAAa,IAAI;MAAEyB,iBAAiB,EAAEZ,uBAAU,CAACW;IAAc,CAAC,EAChE7B,cAAc,EACdG,QAAQ,IAAIC,aAAa,CAC1B,CAAE;IAAAI,QAAA,eAEH,IAAAd,WAAA,CAAAsB,GAAA,EAACxB,MAAA,CAAAK,OAAK;MAACkC,SAAS,EAAC,KAAK;MAACC,KAAK,EAAC,QAAQ;MAACN,OAAO,EAAEnB,GAAI;MAAAC,QAAA,EAChDA;IAAQ,CACJ;EAAC,CACK;AAAC,CACP,CACZ,EACD,UACF,CAAC;AAEM,MAAMyB,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAGnC,YAAiC;AAEzDmC,QAAQ,CAACE,OAAO,GAAGC,gBAAW,CAACD,OAAO;AACtCF,QAAQ,CAACI,KAAK,GAAGD,gBAAW,CAACC,KAAK;AAClCJ,QAAQ,CAACK,QAAQ,GAAGF,gBAAW,CAACE,QAAQ;AACxCL,QAAQ,CAACM,OAAO,GAAGH,gBAAW,CAACG,OAAO;AACtCN,QAAQ,CAACO,QAAQ,GAAGJ,gBAAW,CAACI,QAAQ;AACxCP,QAAQ,CAACQ,WAAW,GAAGL,gBAAW,CAACK,WAAW;AAC9CR,QAAQ,CAACS,KAAK,GAAGN,gBAAW,CAACM,KAAK;AAClCT,QAAQ,CAACU,SAAS,GAAGP,gBAAW,CAACO,SAAS;AAC1CV,QAAQ,CAACW,SAAS,GAAGR,gBAAW,CAACQ,SAAS","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _Stack = _interopRequireDefault(require("../../Layout/Stack"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
var _default = exports.default = _Stack.default;
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Stack","_interopRequireDefault","require","e","__esModule","default","_default","exports","Stack"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/List/index.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAuD,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAIxCG,cAAK","ignoreList":[]}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _useTheme = _interopRequireDefault(require("../../../hooks/useTheme"));
|
|
10
|
+
var _isRunningInExpoGo = _interopRequireDefault(require("../../../utils/isRunningInExpoGo"));
|
|
11
|
+
var _Skeleton = _interopRequireDefault(require("../Skeleton"));
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
15
|
+
const DEFAULT_LONGITUDE = 2.333333;
|
|
16
|
+
const DEFAULT_LATITUDE = 48.866667;
|
|
17
|
+
const MapMarkers = ({
|
|
18
|
+
cameraPosition,
|
|
19
|
+
markers,
|
|
20
|
+
isLoading,
|
|
21
|
+
width,
|
|
22
|
+
style,
|
|
23
|
+
uiSettings,
|
|
24
|
+
height = 180
|
|
25
|
+
}) => {
|
|
26
|
+
const {
|
|
27
|
+
theme
|
|
28
|
+
} = (0, _useTheme.default)();
|
|
29
|
+
const borderRadius = theme.radius.sm;
|
|
30
|
+
const [MapViewComponent, setMapViewComponent] = (0, _react.useState)(null);
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Load the map component dynamically to avoid loading expo-maps in Expo Go
|
|
34
|
+
* And avoid issues with unsupported native modules
|
|
35
|
+
*/
|
|
36
|
+
(0, _react.useEffect)(() => {
|
|
37
|
+
if ((0, _isRunningInExpoGo.default)()) {
|
|
38
|
+
return undefined;
|
|
39
|
+
}
|
|
40
|
+
let isMounted = true;
|
|
41
|
+
Promise.resolve().then(() => _interopRequireWildcard(require("expo-maps"))).then(expoMaps => {
|
|
42
|
+
if (isMounted) {
|
|
43
|
+
const MapView = _reactNative.Platform.OS === "ios" ? expoMaps.AppleMaps.View : expoMaps.GoogleMaps.View;
|
|
44
|
+
setMapViewComponent(() => MapView);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
return () => {
|
|
48
|
+
isMounted = false;
|
|
49
|
+
};
|
|
50
|
+
}, []);
|
|
51
|
+
if (isLoading || (0, _isRunningInExpoGo.default)() || !MapViewComponent) {
|
|
52
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
53
|
+
height: height,
|
|
54
|
+
width: width,
|
|
55
|
+
style: {
|
|
56
|
+
borderRadius
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(MapViewComponent, {
|
|
61
|
+
uiSettings: uiSettings,
|
|
62
|
+
markers: markers,
|
|
63
|
+
cameraPosition: {
|
|
64
|
+
coordinates: {
|
|
65
|
+
latitude: cameraPosition?.coordinates?.latitude || markers?.[0]?.coordinates?.latitude || DEFAULT_LATITUDE,
|
|
66
|
+
longitude: cameraPosition?.coordinates?.longitude || markers?.[0]?.coordinates?.longitude || DEFAULT_LONGITUDE
|
|
67
|
+
},
|
|
68
|
+
zoom: cameraPosition?.zoom || 8
|
|
69
|
+
},
|
|
70
|
+
style: [{
|
|
71
|
+
borderRadius,
|
|
72
|
+
height,
|
|
73
|
+
overflow: "hidden",
|
|
74
|
+
width
|
|
75
|
+
}, style]
|
|
76
|
+
});
|
|
77
|
+
};
|
|
78
|
+
var _default = exports.default = MapMarkers;
|
|
79
|
+
//# sourceMappingURL=MapMarkers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_useTheme","_interopRequireDefault","_isRunningInExpoGo","_Skeleton","_jsxRuntime","e","__esModule","default","_interopRequireWildcard","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","DEFAULT_LONGITUDE","DEFAULT_LATITUDE","MapMarkers","cameraPosition","markers","isLoading","width","style","uiSettings","height","theme","useTheme","borderRadius","radius","sm","MapViewComponent","setMapViewComponent","useState","useEffect","isRunningInExpoGo","undefined","isMounted","Promise","resolve","then","expoMaps","MapView","Platform","OS","AppleMaps","View","GoogleMaps","jsx","coordinates","latitude","longitude","zoom","overflow","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/MapMarkers/MapMarkers.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _exportNames = {};
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _MapMarkers = _interopRequireWildcard(require("./MapMarkers"));
|
|
9
|
+
Object.keys(_MapMarkers).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
12
|
+
if (key in exports && exports[key] === _MapMarkers[key]) return;
|
|
13
|
+
Object.defineProperty(exports, key, {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _MapMarkers[key];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
21
|
+
var _default = exports.default = _MapMarkers.default;
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_MapMarkers","_interopRequireWildcard","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","set","getOwnPropertyDescriptor","_default","MapMarkers"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/MapMarkers/index.ts"],"mappings":";;;;;;;AAAA,IAAAA,WAAA,GAAAC,uBAAA,CAAAC,OAAA;AAGAC,MAAA,CAAAC,IAAA,CAAAJ,WAAA,EAAAK,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAN,WAAA,CAAAM,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAd,WAAA,CAAAM,GAAA;IAAA;EAAA;AAAA;AAA6B,SAAAL,wBAAAc,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAhB,uBAAA,YAAAA,CAAAc,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAP,GAAA,CAAAC,CAAA,GAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAR,cAAA,CAAAC,IAAA,CAAAM,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAlB,MAAA,CAAAS,cAAA,KAAAT,MAAA,CAAAyB,wBAAA,CAAAb,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAR,GAAA,IAAAQ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,IAAAa,QAAA,GAAAlB,OAAA,CAAAc,OAAA,GADdK,mBAAU","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SkeletonProps", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _themed.SkeletonProps;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.default = void 0;
|
|
13
|
+
var _themed = require("@rneui/themed");
|
|
14
|
+
var _default = exports.default = _themed.Skeleton;
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_themed","require","_default","exports","default","Skeleton"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/Skeleton/index.ts"],"mappings":";;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAAwD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEzCC,gBAAQ","ignoreList":[]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _themed = require("@rneui/themed");
|
|
8
|
+
var _react = require("react");
|
|
9
|
+
var _reactNative = require("react-native");
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
const Text = (0, _themed.withTheme)(({
|
|
12
|
+
isLoading,
|
|
13
|
+
skeletonHeight,
|
|
14
|
+
skeletonWidth = 150,
|
|
15
|
+
...props
|
|
16
|
+
}) => {
|
|
17
|
+
const [height, setHeight] = (0, _react.useState)(null);
|
|
18
|
+
const onLayout = event => {
|
|
19
|
+
if (!isLoading) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
const {
|
|
23
|
+
layout
|
|
24
|
+
} = event.nativeEvent;
|
|
25
|
+
if (height === null) {
|
|
26
|
+
setHeight(layout.height);
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
// Get current font line height
|
|
31
|
+
if (isLoading && !height) {
|
|
32
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_themed.Text, {
|
|
33
|
+
...props,
|
|
34
|
+
onLayout: onLayout,
|
|
35
|
+
children: " "
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// Render skeleton
|
|
40
|
+
if (isLoading && height) {
|
|
41
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
42
|
+
style: {
|
|
43
|
+
height,
|
|
44
|
+
justifyContent: "center"
|
|
45
|
+
},
|
|
46
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_themed.Skeleton, {
|
|
47
|
+
width: skeletonWidth,
|
|
48
|
+
height: skeletonHeight || Math.round(height * 0.65)
|
|
49
|
+
})
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_themed.Text, {
|
|
53
|
+
...props
|
|
54
|
+
});
|
|
55
|
+
}, "Text");
|
|
56
|
+
var _default = exports.default = Text;
|
|
57
|
+
//# sourceMappingURL=Text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_themed","require","_react","_reactNative","_jsxRuntime","Text","withTheme","isLoading","skeletonHeight","skeletonWidth","props","height","setHeight","useState","onLayout","event","layout","nativeEvent","jsx","children","View","style","justifyContent","Skeleton","width","Math","round","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/Text/Text.tsx"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,YAAA,GAAAF,OAAA;AAAuD,IAAAG,WAAA,GAAAH,OAAA;AAQvD,MAAMI,IAAI,GAAG,IAAAC,iBAAS,EAAmB,CAAC;EAAEC,SAAS;EAAEC,cAAc;EAAEC,aAAa,GAAG,GAAG;EAAE,GAAGC;AAAM,CAAC,KAAK;EACzG,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAG,IAAAC,eAAQ,EAAgB,IAAI,CAAC;EAEzD,MAAMC,QAAQ,GAAIC,KAAwB,IAAK;IAC7C,IAAI,CAACR,SAAS,EAAE;MACd;IACF;IAEA,MAAM;MAAES;IAAO,CAAC,GAAGD,KAAK,CAACE,WAAW;IAEpC,IAAIN,MAAM,KAAK,IAAI,EAAE;MACnBC,SAAS,CAACI,MAAM,CAACL,MAAM,CAAC;IAC1B;EACF,CAAC;;EAED;EACA,IAAIJ,SAAS,IAAI,CAACI,MAAM,EAAE;IACxB,oBACE,IAAAP,WAAA,CAAAc,GAAA,EAAClB,OAAA,CAAAK,IAAS;MAAA,GAAKK,KAAK;MAAEI,QAAQ,EAAEA,QAAS;MAAAK,QAAA,EACtC;IAAG,CACK,CAAC;EAEhB;;EAEA;EACA,IAAIZ,SAAS,IAAII,MAAM,EAAE;IACvB,oBACE,IAAAP,WAAA,CAAAc,GAAA,EAACf,YAAA,CAAAiB,IAAI;MAACC,KAAK,EAAE;QAAEV,MAAM;QAAEW,cAAc,EAAE;MAAS,CAAE;MAAAH,QAAA,eAChD,IAAAf,WAAA,CAAAc,GAAA,EAAClB,OAAA,CAAAuB,QAAQ;QAACC,KAAK,EAAEf,aAAc;QAACE,MAAM,EAAEH,cAAc,IAAIiB,IAAI,CAACC,KAAK,CAACf,MAAM,GAAG,IAAI;MAAE,CAAE;IAAC,CACnF,CAAC;EAEX;EAEA,oBAAO,IAAAP,WAAA,CAAAc,GAAA,EAAClB,OAAA,CAAAK,IAAS;IAAA,GAAKK;EAAK,CAAG,CAAC;AACjC,CAAC,EAAE,MAAM,CAAC;AAAC,IAAAiB,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEIxB,IAAI","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _exportNames = {};
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _Text = _interopRequireWildcard(require("./Text"));
|
|
9
|
+
Object.keys(_Text).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
12
|
+
if (key in exports && exports[key] === _Text[key]) return;
|
|
13
|
+
Object.defineProperty(exports, key, {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _Text[key];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
21
|
+
var _default = exports.default = _Text.default;
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Text","_interopRequireWildcard","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","set","getOwnPropertyDescriptor","_default","Text"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/Text/index.ts"],"mappings":";;;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AAGAC,MAAA,CAAAC,IAAA,CAAAJ,KAAA,EAAAK,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAN,KAAA,CAAAM,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAd,KAAA,CAAAM,GAAA;IAAA;EAAA;AAAA;AAAuB,SAAAL,wBAAAc,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAhB,uBAAA,YAAAA,CAAAc,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAP,GAAA,CAAAC,CAAA,GAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAR,cAAA,CAAAC,IAAA,CAAAM,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAlB,MAAA,CAAAS,cAAA,KAAAT,MAAA,CAAAyB,wBAAA,CAAAb,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAR,GAAA,IAAAQ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,IAAAa,QAAA,GAAAlB,OAAA,CAAAc,OAAA,GADRK,aAAI","ignoreList":[]}
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _expoImage = require("expo-image");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _useLightbox = _interopRequireDefault(require("../../../hooks/useLightbox"));
|
|
10
|
+
var _useTheme = _interopRequireDefault(require("../../../hooks/useTheme"));
|
|
11
|
+
var _Stack = _interopRequireDefault(require("../../Layout/Stack"));
|
|
12
|
+
var _Badge = _interopRequireDefault(require("../Badge"));
|
|
13
|
+
var _Lightbox = _interopRequireDefault(require("../Lightbox/Lightbox"));
|
|
14
|
+
var _Skeleton = _interopRequireDefault(require("../Skeleton"));
|
|
15
|
+
var _Text = _interopRequireDefault(require("../Text"));
|
|
16
|
+
var _TimeLineIcon = _interopRequireDefault(require("./TimeLineIcon"));
|
|
17
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
|
+
const THUMB_WIDTH = 82;
|
|
20
|
+
const THUMB_HEIGHT = 64;
|
|
21
|
+
const TimeLineEventsItemSkeleton = ({
|
|
22
|
+
lastElement
|
|
23
|
+
}) => {
|
|
24
|
+
const {
|
|
25
|
+
theme
|
|
26
|
+
} = (0, _useTheme.default)();
|
|
27
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
28
|
+
children: [!lastElement && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
29
|
+
style: {
|
|
30
|
+
borderLeftColor: theme.colors.divider,
|
|
31
|
+
borderLeftWidth: 1,
|
|
32
|
+
bottom: 6,
|
|
33
|
+
left: theme.spacing.md,
|
|
34
|
+
position: "absolute",
|
|
35
|
+
top: 30
|
|
36
|
+
}
|
|
37
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Stack.default, {
|
|
38
|
+
direction: "row",
|
|
39
|
+
style: {
|
|
40
|
+
marginBottom: theme.spacing.lg * 2
|
|
41
|
+
},
|
|
42
|
+
align: "stretch",
|
|
43
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
44
|
+
circle: true,
|
|
45
|
+
width: 24,
|
|
46
|
+
height: 24,
|
|
47
|
+
style: {
|
|
48
|
+
marginRight: theme.spacing.md
|
|
49
|
+
}
|
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Stack.default, {
|
|
51
|
+
spacing: "xs",
|
|
52
|
+
style: {
|
|
53
|
+
flex: 1,
|
|
54
|
+
marginTop: theme.spacing.md / 2
|
|
55
|
+
},
|
|
56
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
57
|
+
width: 180,
|
|
58
|
+
height: 16,
|
|
59
|
+
style: {
|
|
60
|
+
marginBottom: 4
|
|
61
|
+
}
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
63
|
+
width: 140,
|
|
64
|
+
height: 12,
|
|
65
|
+
style: {
|
|
66
|
+
marginBottom: 4
|
|
67
|
+
}
|
|
68
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
69
|
+
width: 200,
|
|
70
|
+
height: 12
|
|
71
|
+
})]
|
|
72
|
+
})]
|
|
73
|
+
})]
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
const getVariant = (type, isPast) => {
|
|
77
|
+
if (type === "incident") {
|
|
78
|
+
return "incident";
|
|
79
|
+
}
|
|
80
|
+
if (isPast) {
|
|
81
|
+
return "past";
|
|
82
|
+
}
|
|
83
|
+
return "future";
|
|
84
|
+
};
|
|
85
|
+
const TimeLineEventsItem = props => {
|
|
86
|
+
const {
|
|
87
|
+
id,
|
|
88
|
+
isPressable,
|
|
89
|
+
title,
|
|
90
|
+
createdAt,
|
|
91
|
+
createdAtColor,
|
|
92
|
+
createdBy,
|
|
93
|
+
createdByColor,
|
|
94
|
+
type,
|
|
95
|
+
lastElement,
|
|
96
|
+
isPast,
|
|
97
|
+
badgeSeverity,
|
|
98
|
+
badgeLabel,
|
|
99
|
+
files,
|
|
100
|
+
subtitle,
|
|
101
|
+
onPressItem
|
|
102
|
+
} = props;
|
|
103
|
+
const {
|
|
104
|
+
theme
|
|
105
|
+
} = (0, _useTheme.default)();
|
|
106
|
+
const {
|
|
107
|
+
fileUrl,
|
|
108
|
+
isOpen,
|
|
109
|
+
fileLoading,
|
|
110
|
+
fileName,
|
|
111
|
+
onClose,
|
|
112
|
+
onLoadEnd,
|
|
113
|
+
openLightbox
|
|
114
|
+
} = (0, _useLightbox.default)();
|
|
115
|
+
const handelPressTitle = () => {
|
|
116
|
+
if (isPressable) {
|
|
117
|
+
onPressItem?.(props);
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
121
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
122
|
+
children: [!lastElement && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
123
|
+
style: {
|
|
124
|
+
borderLeftColor: theme.colors.divider,
|
|
125
|
+
borderLeftWidth: 1,
|
|
126
|
+
bottom: 6,
|
|
127
|
+
left: theme.spacing.md,
|
|
128
|
+
position: "absolute",
|
|
129
|
+
top: 30
|
|
130
|
+
}
|
|
131
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Stack.default, {
|
|
132
|
+
direction: "row",
|
|
133
|
+
style: {
|
|
134
|
+
marginBottom: theme.spacing.lg * 2
|
|
135
|
+
},
|
|
136
|
+
align: "stretch",
|
|
137
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_TimeLineIcon.default, {
|
|
138
|
+
variant: getVariant(type, isPast)
|
|
139
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Stack.default, {
|
|
140
|
+
spacing: "xs",
|
|
141
|
+
style: {
|
|
142
|
+
flex: 1,
|
|
143
|
+
marginTop: theme.spacing.md / 2
|
|
144
|
+
},
|
|
145
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_Stack.default, {
|
|
146
|
+
direction: "row",
|
|
147
|
+
justify: "space-between",
|
|
148
|
+
align: "flex-start",
|
|
149
|
+
style: {
|
|
150
|
+
minHeight: 20
|
|
151
|
+
},
|
|
152
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.default, {
|
|
153
|
+
h4: true,
|
|
154
|
+
link: isPressable,
|
|
155
|
+
onPress: handelPressTitle,
|
|
156
|
+
style: {
|
|
157
|
+
flex: 1
|
|
158
|
+
},
|
|
159
|
+
children: title
|
|
160
|
+
}), badgeLabel && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Badge.default, {
|
|
161
|
+
value: badgeLabel,
|
|
162
|
+
color: badgeSeverity || "default"
|
|
163
|
+
})]
|
|
164
|
+
}), (createdAt || createdBy) && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Text.default, {
|
|
165
|
+
color: createdAtColor || "textSecondary",
|
|
166
|
+
children: [createdAt, createdBy && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.default, {
|
|
167
|
+
color: createdByColor || "textSecondary",
|
|
168
|
+
children: ` | ${createdBy}`
|
|
169
|
+
})]
|
|
170
|
+
}), subtitle && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.default, {
|
|
171
|
+
color: "textSecondary",
|
|
172
|
+
numberOfLines: 2,
|
|
173
|
+
children: subtitle
|
|
174
|
+
}), files?.length && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Stack.default, {
|
|
175
|
+
direction: "row",
|
|
176
|
+
children: files?.map((file, index) => {
|
|
177
|
+
const key = `${id}-${file?.id}-${file?.name}-${index}`;
|
|
178
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
|
|
179
|
+
onPress: openLightbox({
|
|
180
|
+
fileId: file.id,
|
|
181
|
+
fileName: file.name,
|
|
182
|
+
filePath: file.path
|
|
183
|
+
}),
|
|
184
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoImage.Image, {
|
|
185
|
+
source: file.path,
|
|
186
|
+
contentFit: "cover",
|
|
187
|
+
transition: 200,
|
|
188
|
+
style: {
|
|
189
|
+
borderRadius: theme.radius.sm,
|
|
190
|
+
height: THUMB_HEIGHT,
|
|
191
|
+
overflow: "hidden",
|
|
192
|
+
width: THUMB_WIDTH
|
|
193
|
+
}
|
|
194
|
+
})
|
|
195
|
+
}, key);
|
|
196
|
+
})
|
|
197
|
+
})]
|
|
198
|
+
})]
|
|
199
|
+
}, id)]
|
|
200
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Lightbox.default, {
|
|
201
|
+
isOpen: isOpen,
|
|
202
|
+
fileUrl: fileUrl,
|
|
203
|
+
fileName: fileName,
|
|
204
|
+
onLoadEnd: onLoadEnd,
|
|
205
|
+
onClose: onClose,
|
|
206
|
+
isLoading: fileLoading
|
|
207
|
+
})]
|
|
208
|
+
});
|
|
209
|
+
};
|
|
210
|
+
const TimeLineEvents = ({
|
|
211
|
+
data,
|
|
212
|
+
onPressItem,
|
|
213
|
+
isLoading
|
|
214
|
+
}) => {
|
|
215
|
+
if (isLoading) {
|
|
216
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
217
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(TimeLineEventsItemSkeleton, {
|
|
218
|
+
lastElement: false
|
|
219
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(TimeLineEventsItemSkeleton, {
|
|
220
|
+
lastElement: false
|
|
221
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(TimeLineEventsItemSkeleton, {
|
|
222
|
+
lastElement: true
|
|
223
|
+
})]
|
|
224
|
+
});
|
|
225
|
+
}
|
|
226
|
+
return data?.map(({
|
|
227
|
+
id,
|
|
228
|
+
title,
|
|
229
|
+
createdAt,
|
|
230
|
+
createdBy,
|
|
231
|
+
createdByColor,
|
|
232
|
+
subtitle,
|
|
233
|
+
type,
|
|
234
|
+
isPast,
|
|
235
|
+
badgeSeverity,
|
|
236
|
+
badgeLabel,
|
|
237
|
+
isPressable,
|
|
238
|
+
files,
|
|
239
|
+
createdAtColor
|
|
240
|
+
}, index) => /*#__PURE__*/(0, _jsxRuntime.jsx)(TimeLineEventsItem, {
|
|
241
|
+
id: id,
|
|
242
|
+
title: title,
|
|
243
|
+
subtitle: subtitle,
|
|
244
|
+
createdAt: createdAt,
|
|
245
|
+
createdAtColor: createdAtColor,
|
|
246
|
+
createdBy: createdBy || "",
|
|
247
|
+
createdByColor: createdByColor,
|
|
248
|
+
type: type,
|
|
249
|
+
lastElement: data.length - 1 === index,
|
|
250
|
+
isPast: isPast,
|
|
251
|
+
badgeSeverity: badgeSeverity,
|
|
252
|
+
badgeLabel: badgeLabel,
|
|
253
|
+
files: files,
|
|
254
|
+
isPressable: isPressable,
|
|
255
|
+
onPressItem: onPressItem
|
|
256
|
+
}, id));
|
|
257
|
+
};
|
|
258
|
+
var _default = exports.default = TimeLineEvents;
|
|
259
|
+
//# sourceMappingURL=TimeLineEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_expoImage","require","_reactNative","_useLightbox","_interopRequireDefault","_useTheme","_Stack","_Badge","_Lightbox","_Skeleton","_Text","_TimeLineIcon","_jsxRuntime","e","__esModule","default","THUMB_WIDTH","THUMB_HEIGHT","TimeLineEventsItemSkeleton","lastElement","theme","useTheme","jsxs","View","children","jsx","style","borderLeftColor","colors","divider","borderLeftWidth","bottom","left","spacing","md","position","top","direction","marginBottom","lg","align","circle","width","height","marginRight","flex","marginTop","getVariant","type","isPast","TimeLineEventsItem","props","id","isPressable","title","createdAt","createdAtColor","createdBy","createdByColor","badgeSeverity","badgeLabel","files","subtitle","onPressItem","fileUrl","isOpen","fileLoading","fileName","onClose","onLoadEnd","openLightbox","useLightbox","handelPressTitle","Fragment","variant","justify","minHeight","h4","link","onPress","value","color","numberOfLines","length","map","file","index","key","name","Pressable","fileId","filePath","path","Image","source","contentFit","transition","borderRadius","radius","sm","overflow","isLoading","TimeLineEvents","data","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/DataDisplay/TimeLineEvents/TimeLineEvents.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _useTheme = _interopRequireDefault(require("../../../hooks/useTheme"));
|
|
9
|
+
var _Icon = _interopRequireDefault(require("../Icon"));
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const getBackground = (variant, theme) => {
|
|
13
|
+
if (variant === "incident") {
|
|
14
|
+
return theme.colors.warningBackground;
|
|
15
|
+
}
|
|
16
|
+
return variant === "past" ? theme.colors.secondaryBackground : theme.colors.actionDisabledBackground;
|
|
17
|
+
};
|
|
18
|
+
const getIconColor = (variant, theme) => {
|
|
19
|
+
if (variant === "incident") {
|
|
20
|
+
return theme.colors.warningDark;
|
|
21
|
+
}
|
|
22
|
+
return variant === "past" ? theme.colors.secondary : theme.colors.textDisabled;
|
|
23
|
+
};
|
|
24
|
+
const TimeLineIcon = ({
|
|
25
|
+
variant
|
|
26
|
+
}) => {
|
|
27
|
+
const {
|
|
28
|
+
theme
|
|
29
|
+
} = (0, _useTheme.default)();
|
|
30
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
31
|
+
style: [{
|
|
32
|
+
alignItems: "center",
|
|
33
|
+
backgroundColor: getBackground(variant, theme),
|
|
34
|
+
borderRadius: 10,
|
|
35
|
+
height: 24,
|
|
36
|
+
justifyContent: "center",
|
|
37
|
+
width: 24
|
|
38
|
+
}],
|
|
39
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.default, {
|
|
40
|
+
name: "dot",
|
|
41
|
+
color: getIconColor(variant, theme)
|
|
42
|
+
})
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
var _default = exports.default = TimeLineIcon;
|
|
46
|
+
//# sourceMappingURL=TimeLineIcon.js.map
|