@plusscommunities/pluss-core-app 8.0.29 → 8.0.31

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.
Files changed (210) hide show
  1. package/dist/module/actions/FollowerActions.js +34 -0
  2. package/dist/module/actions/FollowerActions.js.map +1 -0
  3. package/dist/module/actions/MediaActions.js +29 -0
  4. package/dist/module/actions/MediaActions.js.map +1 -0
  5. package/dist/module/actions/ResidentActions.js +26 -0
  6. package/dist/module/actions/ResidentActions.js.map +1 -0
  7. package/dist/module/actions/UserActions.js +223 -0
  8. package/dist/module/actions/UserActions.js.map +1 -0
  9. package/dist/module/actions/UserSettingsActions.js +14 -0
  10. package/dist/module/actions/UserSettingsActions.js.map +1 -0
  11. package/dist/module/actions/index.js +6 -0
  12. package/dist/module/actions/index.js.map +1 -0
  13. package/dist/module/actions/types.js +17 -0
  14. package/dist/module/actions/types.js.map +1 -0
  15. package/dist/module/apis/analyticsActions.js +20 -0
  16. package/dist/module/apis/analyticsActions.js.map +1 -0
  17. package/dist/module/apis/contactActions.js +27 -0
  18. package/dist/module/apis/contactActions.js.map +1 -0
  19. package/dist/module/apis/eventActions.js +161 -0
  20. package/dist/module/apis/eventActions.js.map +1 -0
  21. package/dist/module/apis/fileActions.js +93 -0
  22. package/dist/module/apis/fileActions.js.map +1 -0
  23. package/dist/module/apis/followerActions.js +38 -0
  24. package/dist/module/apis/followerActions.js.map +1 -0
  25. package/dist/module/apis/index.js +13 -0
  26. package/dist/module/apis/index.js.map +1 -0
  27. package/dist/module/apis/notificationActions.js +60 -0
  28. package/dist/module/apis/notificationActions.js.map +1 -0
  29. package/dist/module/apis/profileActions.js +14 -0
  30. package/dist/module/apis/profileActions.js.map +1 -0
  31. package/dist/module/apis/reactionActions.js +76 -0
  32. package/dist/module/apis/reactionActions.js.map +1 -0
  33. package/dist/module/apis/settingActions.js +22 -0
  34. package/dist/module/apis/settingActions.js.map +1 -0
  35. package/dist/module/apis/stringActions.js +30 -0
  36. package/dist/module/apis/stringActions.js.map +1 -0
  37. package/dist/module/apis/typeActions.js +15 -0
  38. package/dist/module/apis/typeActions.js.map +1 -0
  39. package/dist/module/apis/userActions.js +104 -0
  40. package/dist/module/apis/userActions.js.map +1 -0
  41. package/dist/module/assets/icons/fontawesome/fa-brands-400.ttf +0 -0
  42. package/dist/module/assets/icons/fontawesome/fa-light-300.ttf +0 -0
  43. package/dist/module/assets/icons/fontawesome/fa-regular-400.ttf +0 -0
  44. package/dist/module/assets/icons/fontawesome/fa-solid-900.ttf +0 -0
  45. package/dist/module/assets/icons/fontawesome/fa-thin-100.ttf +0 -0
  46. package/dist/module/assets/icons/fontawesome/fa7-glyphmap.json +4205 -0
  47. package/dist/module/assets/icons/reactions/heart.png +0 -0
  48. package/dist/module/assets/icons/reactions/party.png +0 -0
  49. package/dist/module/assets/icons/reactions/sad.png +0 -0
  50. package/dist/module/assets/icons/reactions/smile.png +0 -0
  51. package/dist/module/colours.js +165 -0
  52. package/dist/module/colours.js.map +1 -0
  53. package/dist/module/components/AddButton.js +43 -0
  54. package/dist/module/components/AddButton.js.map +1 -0
  55. package/dist/module/components/AddToCalendarButton.js +225 -0
  56. package/dist/module/components/AddToCalendarButton.js.map +1 -0
  57. package/dist/module/components/Attachment.js +55 -0
  58. package/dist/module/components/Attachment.js.map +1 -0
  59. package/dist/module/components/AudienceSelectorLauncher.js +64 -0
  60. package/dist/module/components/AudienceSelectorLauncher.js.map +1 -0
  61. package/dist/module/components/AudienceSelectorPage.js +351 -0
  62. package/dist/module/components/AudienceSelectorPage.js.map +1 -0
  63. package/dist/module/components/AutoOffsetImage.js +184 -0
  64. package/dist/module/components/AutoOffsetImage.js.map +1 -0
  65. package/dist/module/components/BackButton.js +58 -0
  66. package/dist/module/components/BackButton.js.map +1 -0
  67. package/dist/module/components/CalendarPopup.js +126 -0
  68. package/dist/module/components/CalendarPopup.js.map +1 -0
  69. package/dist/module/components/CategoryTabs.js +155 -0
  70. package/dist/module/components/CategoryTabs.js.map +1 -0
  71. package/dist/module/components/CommentReply.js +334 -0
  72. package/dist/module/components/CommentReply.js.map +1 -0
  73. package/dist/module/components/CommentSection.js +823 -0
  74. package/dist/module/components/CommentSection.js.map +1 -0
  75. package/dist/module/components/ConfirmPopup.js +109 -0
  76. package/dist/module/components/ConfirmPopup.js.map +1 -0
  77. package/dist/module/components/ConfirmationPopup.js +72 -0
  78. package/dist/module/components/ConfirmationPopup.js.map +1 -0
  79. package/dist/module/components/DocumentUploader.js +253 -0
  80. package/dist/module/components/DocumentUploader.js.map +1 -0
  81. package/dist/module/components/DropDownItem.js +75 -0
  82. package/dist/module/components/DropDownItem.js.map +1 -0
  83. package/dist/module/components/DropDownMenu.js +41 -0
  84. package/dist/module/components/DropDownMenu.js.map +1 -0
  85. package/dist/module/components/EmptyStateMain.js +51 -0
  86. package/dist/module/components/EmptyStateMain.js.map +1 -0
  87. package/dist/module/components/EmptyStateWidget.js +48 -0
  88. package/dist/module/components/EmptyStateWidget.js.map +1 -0
  89. package/dist/module/components/FontScaleButton.js +37 -0
  90. package/dist/module/components/FontScaleButton.js.map +1 -0
  91. package/dist/module/components/FontScalePopup.js +76 -0
  92. package/dist/module/components/FontScalePopup.js.map +1 -0
  93. package/dist/module/components/Forbidden.js +58 -0
  94. package/dist/module/components/Forbidden.js.map +1 -0
  95. package/dist/module/components/FormCard.js +25 -0
  96. package/dist/module/components/FormCard.js.map +1 -0
  97. package/dist/module/components/FormCardSection.js +214 -0
  98. package/dist/module/components/FormCardSection.js.map +1 -0
  99. package/dist/module/components/FormCardSectionOptionLauncher.js +73 -0
  100. package/dist/module/components/FormCardSectionOptionLauncher.js.map +1 -0
  101. package/dist/module/components/FormattedText.js +133 -0
  102. package/dist/module/components/FormattedText.js.map +1 -0
  103. package/dist/module/components/GenericInput.js +151 -0
  104. package/dist/module/components/GenericInput.js.map +1 -0
  105. package/dist/module/components/GenericInputSection.js +173 -0
  106. package/dist/module/components/GenericInputSection.js.map +1 -0
  107. package/dist/module/components/Header.js +459 -0
  108. package/dist/module/components/Header.js.map +1 -0
  109. package/dist/module/components/Icon.js +109 -0
  110. package/dist/module/components/Icon.js.map +1 -0
  111. package/dist/module/components/ImagePopup.js +400 -0
  112. package/dist/module/components/ImagePopup.js.map +1 -0
  113. package/dist/module/components/ImageUploadProgress.js +69 -0
  114. package/dist/module/components/ImageUploadProgress.js.map +1 -0
  115. package/dist/module/components/ImageUploader.js +831 -0
  116. package/dist/module/components/ImageUploader.js.map +1 -0
  117. package/dist/module/components/InlineButton.js +66 -0
  118. package/dist/module/components/InlineButton.js.map +1 -0
  119. package/dist/module/components/Input.js +156 -0
  120. package/dist/module/components/Input.js.map +1 -0
  121. package/dist/module/components/LoadingCircles.js +219 -0
  122. package/dist/module/components/LoadingCircles.js.map +1 -0
  123. package/dist/module/components/LoadingIndicator.js +86 -0
  124. package/dist/module/components/LoadingIndicator.js.map +1 -0
  125. package/dist/module/components/LoadingStateWidget.js +46 -0
  126. package/dist/module/components/LoadingStateWidget.js.map +1 -0
  127. package/dist/module/components/MediaPlayer.js +407 -0
  128. package/dist/module/components/MediaPlayer.js.map +1 -0
  129. package/dist/module/components/MiddlePopup.js +49 -0
  130. package/dist/module/components/MiddlePopup.js.map +1 -0
  131. package/dist/module/components/PDFPopup.js +296 -0
  132. package/dist/module/components/PDFPopup.js.map +1 -0
  133. package/dist/module/components/PlussChat.js +1078 -0
  134. package/dist/module/components/PlussChat.js.map +1 -0
  135. package/dist/module/components/PlussChatMessage.js +299 -0
  136. package/dist/module/components/PlussChatMessage.js.map +1 -0
  137. package/dist/module/components/PlussChatTime.js +59 -0
  138. package/dist/module/components/PlussChatTime.js.map +1 -0
  139. package/dist/module/components/Popup.js +126 -0
  140. package/dist/module/components/Popup.js.map +1 -0
  141. package/dist/module/components/PopupMenu.js +120 -0
  142. package/dist/module/components/PopupMenu.js.map +1 -0
  143. package/dist/module/components/PositionedImage.js +313 -0
  144. package/dist/module/components/PositionedImage.js.map +1 -0
  145. package/dist/module/components/ProfilePic.js +105 -0
  146. package/dist/module/components/ProfilePic.js.map +1 -0
  147. package/dist/module/components/RadioButton.js +78 -0
  148. package/dist/module/components/RadioButton.js.map +1 -0
  149. package/dist/module/components/Reaction.js +117 -0
  150. package/dist/module/components/Reaction.js.map +1 -0
  151. package/dist/module/components/Reactions.js +71 -0
  152. package/dist/module/components/Reactions.js.map +1 -0
  153. package/dist/module/components/SharingTools.js +189 -0
  154. package/dist/module/components/SharingTools.js.map +1 -0
  155. package/dist/module/components/Spinner.js +22 -0
  156. package/dist/module/components/Spinner.js.map +1 -0
  157. package/dist/module/components/StickyFooter.js +34 -0
  158. package/dist/module/components/StickyFooter.js.map +1 -0
  159. package/dist/module/components/Text.js +57 -0
  160. package/dist/module/components/Text.js.map +1 -0
  161. package/dist/module/components/TickIcon.js +24 -0
  162. package/dist/module/components/TickIcon.js.map +1 -0
  163. package/dist/module/components/Toggle.js +66 -0
  164. package/dist/module/components/Toggle.js.map +1 -0
  165. package/dist/module/components/TouchableSearchBar.js +68 -0
  166. package/dist/module/components/TouchableSearchBar.js.map +1 -0
  167. package/dist/module/components/UserListPopup.js +136 -0
  168. package/dist/module/components/UserListPopup.js.map +1 -0
  169. package/dist/module/components/UserListing.js +268 -0
  170. package/dist/module/components/UserListing.js.map +1 -0
  171. package/dist/module/components/VideoPopup.js +113 -0
  172. package/dist/module/components/VideoPopup.js.map +1 -0
  173. package/dist/module/components/WarningPopup.js +85 -0
  174. package/dist/module/components/WarningPopup.js.map +1 -0
  175. package/dist/module/components/expo-image-picker-multiple/ImageBrowser.js +289 -0
  176. package/dist/module/components/expo-image-picker-multiple/ImageBrowser.js.map +1 -0
  177. package/dist/module/components/expo-image-picker-multiple/ImageTile.js +117 -0
  178. package/dist/module/components/expo-image-picker-multiple/ImageTile.js.map +1 -0
  179. package/dist/module/components/index.js +60 -0
  180. package/dist/module/components/index.js.map +1 -0
  181. package/dist/module/components/react-native-expo-image-cropper/ExpoImageManipulator.js +422 -0
  182. package/dist/module/components/react-native-expo-image-cropper/ExpoImageManipulator.js.map +1 -0
  183. package/dist/module/components/react-native-expo-image-cropper/ImageCropOverlay.js +387 -0
  184. package/dist/module/components/react-native-expo-image-cropper/ImageCropOverlay.js.map +1 -0
  185. package/dist/module/config.js +27 -0
  186. package/dist/module/config.js.map +1 -0
  187. package/dist/module/constants.js +18 -0
  188. package/dist/module/constants.js.map +1 -0
  189. package/dist/module/helper.js +424 -0
  190. package/dist/module/helper.js.map +1 -0
  191. package/dist/module/index.js +13 -0
  192. package/dist/module/index.js.map +1 -0
  193. package/dist/module/js/images/detectFaces.js +31 -0
  194. package/dist/module/js/images/detectFaces.js.map +1 -0
  195. package/dist/module/js/images/findLandmarkRange.js +93 -0
  196. package/dist/module/js/images/findLandmarkRange.js.map +1 -0
  197. package/dist/module/js/images/getScaledOffset.js +81 -0
  198. package/dist/module/js/images/getScaledOffset.js.map +1 -0
  199. package/dist/module/js/site/getSiteLevelFromState.js +29 -0
  200. package/dist/module/js/site/getSiteLevelFromState.js.map +1 -0
  201. package/dist/module/js/site/isTVEnabled.js +10 -0
  202. package/dist/module/js/site/isTVEnabled.js.map +1 -0
  203. package/dist/module/session.js +58 -0
  204. package/dist/module/session.js.map +1 -0
  205. package/dist/module/styles.js +67 -0
  206. package/dist/module/styles.js.map +1 -0
  207. package/dist/module/withNavigationFocus.js +30 -0
  208. package/dist/module/withNavigationFocus.js.map +1 -0
  209. package/package.json +1 -1
  210. package/src/components/PDFPopup.js +130 -35
@@ -0,0 +1,49 @@
1
+ import React, { PureComponent } from "react";
2
+ import { View, Modal, TouchableWithoutFeedback, KeyboardAvoidingView, Platform } from "react-native";
3
+ import { withSafeAreaInsets } from "react-native-safe-area-context";
4
+ class MiddlePopup extends PureComponent {
5
+ render() {
6
+ var _this$props$insets;
7
+ const bottom = Platform.OS === "android" ? ((_this$props$insets = this.props.insets) === null || _this$props$insets === void 0 ? void 0 : _this$props$insets.bottom) ?? 0 : 0;
8
+ return /*#__PURE__*/React.createElement(Modal, {
9
+ visible: this.props.visible,
10
+ transparent: true,
11
+ animationType: "fade",
12
+ onRequestClose: this.props.onClose
13
+ }, /*#__PURE__*/React.createElement(KeyboardAvoidingView, {
14
+ behavior: this.props.keyboardAvoid && Platform.OS === "ios" && "padding",
15
+ style: styles.popup
16
+ }, /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
17
+ onPress: this.props.onClose
18
+ }, /*#__PURE__*/React.createElement(View, {
19
+ style: styles.popupOverlay
20
+ })), /*#__PURE__*/React.createElement(View, {
21
+ style: [styles.popupContent, this.props.style, bottom > 0 && {
22
+ paddingBottom: bottom
23
+ }]
24
+ }, this.props.children)));
25
+ }
26
+ }
27
+ const styles = {
28
+ popup: {
29
+ flex: 1,
30
+ justifyContent: "center",
31
+ alignItems: "center"
32
+ },
33
+ popupOverlay: {
34
+ position: "absolute",
35
+ backgroundColor: "rgba(19, 19, 26, .25)",
36
+ top: 0,
37
+ left: 0,
38
+ right: 0,
39
+ bottom: 0
40
+ },
41
+ popupContent: {
42
+ borderRadius: 12,
43
+ backgroundColor: "#fff",
44
+ alignItems: "center"
45
+ }
46
+ };
47
+ const MiddlePopupWithInsets = withSafeAreaInsets(MiddlePopup);
48
+ export { MiddlePopupWithInsets as MiddlePopup };
49
+ //# sourceMappingURL=MiddlePopup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","PureComponent","View","Modal","TouchableWithoutFeedback","KeyboardAvoidingView","Platform","withSafeAreaInsets","MiddlePopup","render","_this$props$insets","bottom","OS","props","insets","createElement","visible","transparent","animationType","onRequestClose","onClose","behavior","keyboardAvoid","style","styles","popup","onPress","popupOverlay","popupContent","paddingBottom","children","flex","justifyContent","alignItems","position","backgroundColor","top","left","right","borderRadius","MiddlePopupWithInsets"],"sources":["MiddlePopup.js"],"sourcesContent":["import React, { PureComponent } from \"react\";\nimport {\n\tView,\n\tModal,\n\tTouchableWithoutFeedback,\n\tKeyboardAvoidingView,\n\tPlatform,\n} from \"react-native\";\nimport { withSafeAreaInsets } from \"react-native-safe-area-context\";\n\nclass MiddlePopup extends PureComponent {\n\trender() {\n\t\tconst bottom =\n\t\t\tPlatform.OS === \"android\" ? (this.props.insets?.bottom ?? 0) : 0;\n\n\t\treturn (\n\t\t\t<Modal\n\t\t\t\tvisible={this.props.visible}\n\t\t\t\ttransparent\n\t\t\t\tanimationType=\"fade\"\n\t\t\t\tonRequestClose={this.props.onClose}\n\t\t\t>\n\t\t\t\t<KeyboardAvoidingView\n\t\t\t\t\tbehavior={\n\t\t\t\t\t\tthis.props.keyboardAvoid && Platform.OS === \"ios\" && \"padding\"\n\t\t\t\t\t}\n\t\t\t\t\tstyle={styles.popup}\n\t\t\t\t>\n\t\t\t\t\t<TouchableWithoutFeedback onPress={this.props.onClose}>\n\t\t\t\t\t\t<View style={styles.popupOverlay} />\n\t\t\t\t\t</TouchableWithoutFeedback>\n\t\t\t\t\t<View\n\t\t\t\t\t\tstyle={[\n\t\t\t\t\t\t\tstyles.popupContent,\n\t\t\t\t\t\t\tthis.props.style,\n\t\t\t\t\t\t\tbottom > 0 && { paddingBottom: bottom },\n\t\t\t\t\t\t]}\n\t\t\t\t\t>\n\t\t\t\t\t\t{this.props.children}\n\t\t\t\t\t</View>\n\t\t\t\t</KeyboardAvoidingView>\n\t\t\t</Modal>\n\t\t);\n\t}\n}\n\nconst styles = {\n\tpopup: {\n\t\tflex: 1,\n\t\tjustifyContent: \"center\",\n\t\talignItems: \"center\",\n\t},\n\tpopupOverlay: {\n\t\tposition: \"absolute\",\n\t\tbackgroundColor: \"rgba(19, 19, 26, .25)\",\n\t\ttop: 0,\n\t\tleft: 0,\n\t\tright: 0,\n\t\tbottom: 0,\n\t},\n\tpopupContent: {\n\t\tborderRadius: 12,\n\t\tbackgroundColor: \"#fff\",\n\t\talignItems: \"center\",\n\t},\n};\n\nconst MiddlePopupWithInsets = withSafeAreaInsets(MiddlePopup);\nexport { MiddlePopupWithInsets as MiddlePopup };\n"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,aAAa,QAAQ,OAAO;AAC5C,SACCC,IAAI,EACJC,KAAK,EACLC,wBAAwB,EACxBC,oBAAoB,EACpBC,QAAQ,QACF,cAAc;AACrB,SAASC,kBAAkB,QAAQ,gCAAgC;AAEnE,MAAMC,WAAW,SAASP,aAAa,CAAC;EACvCQ,MAAMA,CAAA,EAAG;IAAA,IAAAC,kBAAA;IACR,MAAMC,MAAM,GACXL,QAAQ,CAACM,EAAE,KAAK,SAAS,GAAI,EAAAF,kBAAA,OAAI,CAACG,KAAK,CAACC,MAAM,cAAAJ,kBAAA,uBAAjBA,kBAAA,CAAmBC,MAAM,KAAI,CAAC,GAAI,CAAC;IAEjE,oBACCX,KAAA,CAAAe,aAAA,CAACZ,KAAK;MACLa,OAAO,EAAE,IAAI,CAACH,KAAK,CAACG,OAAQ;MAC5BC,WAAW;MACXC,aAAa,EAAC,MAAM;MACpBC,cAAc,EAAE,IAAI,CAACN,KAAK,CAACO;IAAQ,gBAEnCpB,KAAA,CAAAe,aAAA,CAACV,oBAAoB;MACpBgB,QAAQ,EACP,IAAI,CAACR,KAAK,CAACS,aAAa,IAAIhB,QAAQ,CAACM,EAAE,KAAK,KAAK,IAAI,SACrD;MACDW,KAAK,EAAEC,MAAM,CAACC;IAAM,gBAEpBzB,KAAA,CAAAe,aAAA,CAACX,wBAAwB;MAACsB,OAAO,EAAE,IAAI,CAACb,KAAK,CAACO;IAAQ,gBACrDpB,KAAA,CAAAe,aAAA,CAACb,IAAI;MAACqB,KAAK,EAAEC,MAAM,CAACG;IAAa,CAAE,CACV,CAAC,eAC3B3B,KAAA,CAAAe,aAAA,CAACb,IAAI;MACJqB,KAAK,EAAE,CACNC,MAAM,CAACI,YAAY,EACnB,IAAI,CAACf,KAAK,CAACU,KAAK,EAChBZ,MAAM,GAAG,CAAC,IAAI;QAAEkB,aAAa,EAAElB;MAAO,CAAC;IACtC,GAED,IAAI,CAACE,KAAK,CAACiB,QACP,CACe,CAChB,CAAC;EAEV;AACD;AAEA,MAAMN,MAAM,GAAG;EACdC,KAAK,EAAE;IACNM,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACb,CAAC;EACDN,YAAY,EAAE;IACbO,QAAQ,EAAE,UAAU;IACpBC,eAAe,EAAE,uBAAuB;IACxCC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACR3B,MAAM,EAAE;EACT,CAAC;EACDiB,YAAY,EAAE;IACbW,YAAY,EAAE,EAAE;IAChBJ,eAAe,EAAE,MAAM;IACvBF,UAAU,EAAE;EACb;AACD,CAAC;AAED,MAAMO,qBAAqB,GAAGjC,kBAAkB,CAACC,WAAW,CAAC;AAC7D,SAASgC,qBAAqB,IAAIhC,WAAW","ignoreList":[]}
@@ -0,0 +1,296 @@
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
+ import { Icon } from "@rneui/themed";
5
+ import { File, Paths } from "expo-file-system";
6
+ import * as Sharing from "expo-sharing";
7
+ import { Component } from "react";
8
+ import { Alert, Dimensions, Modal, TouchableOpacity, View } from "react-native";
9
+ import { WebView } from "react-native-webview";
10
+ import { TEXT_DARK, TEXT_LIGHT } from "../colours";
11
+ import { getFileName, StatusBarHeight } from "../helper";
12
+ import { FontAwesome } from "./Icon";
13
+ import { Spinner } from "./Spinner";
14
+ import { Text } from "./Text";
15
+ const SCREEN_HEIGHT = Dimensions.get("window").height;
16
+ class PDFPopup extends Component {
17
+ constructor(...args) {
18
+ super(...args);
19
+ _defineProperty(this, "state", {
20
+ loaded: false,
21
+ error: false
22
+ });
23
+ _defineProperty(this, "download", async () => {
24
+ try {
25
+ const file = await File.downloadFileAsync(this.props.source, new File(Paths.document, getFileName(this.props.source)), {
26
+ idempotent: true
27
+ });
28
+ await Sharing.shareAsync(file.uri, {
29
+ UTI: "public.item"
30
+ });
31
+ } catch (error) {
32
+ console.log("PDFPopup download error:", error);
33
+ Alert.alert("Download Failed", "Unable to download PDF. Please try again.", [{
34
+ text: "OK"
35
+ }]);
36
+ }
37
+ });
38
+ }
39
+ componentDidUpdate(prevProps) {
40
+ const sourceChanged = prevProps.source !== this.props.source;
41
+ const becameVisible = !prevProps.visible && this.props.visible;
42
+ if (sourceChanged || becameVisible) {
43
+ // Popup is reused across attachments — clear stale state so the
44
+ // spinner reappears and any prior error from a different PDF resets.
45
+ clearTimeout(this._loadTimeout);
46
+ this._loadTimeout = null;
47
+ this.setState({
48
+ loaded: false,
49
+ error: false
50
+ });
51
+ }
52
+ }
53
+ componentWillUnmount() {
54
+ clearTimeout(this._loadTimeout);
55
+ this._loadTimeout = null;
56
+ }
57
+ onLoadStarted() {
58
+ this.setState({
59
+ loaded: false,
60
+ error: false
61
+ });
62
+ clearTimeout(this._loadTimeout);
63
+ this._loadTimeout = setTimeout(() => {
64
+ this.setState({
65
+ error: true
66
+ });
67
+ }, 15000);
68
+ }
69
+ onLoadEnded() {
70
+ clearTimeout(this._loadTimeout);
71
+ this._loadTimeout = null;
72
+ this.setState({
73
+ loaded: true
74
+ });
75
+ }
76
+ onChangeIndex(index) {
77
+ this.props.onChangeIndex(index);
78
+ }
79
+ getUrl() {
80
+ if (!this.props.source) {
81
+ return "";
82
+ }
83
+ const linkPrefix = "https://drive.google.com/viewerng/viewer?embedded=true&url=";
84
+ return `${linkPrefix}${encodeURIComponent(this.props.source)}`;
85
+ }
86
+ closePopup() {
87
+ this.props.onClose();
88
+ }
89
+ renderFooter() {
90
+ if (this.props.pdfCount && this.props.pdfCount === 1) {
91
+ return null;
92
+ }
93
+ return /*#__PURE__*/React.createElement(View, {
94
+ style: styles.footerContent
95
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
96
+ onPress: this.onChangeIndex.bind(this, -1),
97
+ activeOpacity: 0.6
98
+ }, /*#__PURE__*/React.createElement(Icon, {
99
+ type: "font-awesome",
100
+ name: "angle-left",
101
+ iconStyle: [styles.chevron]
102
+ })), /*#__PURE__*/React.createElement(Text, {
103
+ style: styles.footerText
104
+ }, this.props.selectedIndex + 1, " / ", this.props.pdfCount), /*#__PURE__*/React.createElement(TouchableOpacity, {
105
+ onPress: this.onChangeIndex.bind(this, 1),
106
+ activeOpacity: 0.6
107
+ }, /*#__PURE__*/React.createElement(Icon, {
108
+ type: "font-awesome",
109
+ name: "angle-right",
110
+ iconStyle: [styles.chevron]
111
+ })));
112
+ }
113
+ render() {
114
+ if (!this.props.source) {
115
+ return null;
116
+ }
117
+ return /*#__PURE__*/React.createElement(Modal, {
118
+ visible: this.props.visible,
119
+ transparent: true,
120
+ animationType: "slide",
121
+ onRequestClose: this.closePopup.bind(this)
122
+ }, /*#__PURE__*/React.createElement(View, {
123
+ style: {
124
+ flex: 1,
125
+ backgroundColor: "#000",
126
+ paddingTop: StatusBarHeight(0)
127
+ }
128
+ }, /*#__PURE__*/React.createElement(View, {
129
+ style: styles.headerContent
130
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
131
+ onPress: this.closePopup.bind(this),
132
+ activeOpacity: 0.6
133
+ }, /*#__PURE__*/React.createElement(FontAwesome, {
134
+ name: "x",
135
+ style: [styles.menuIcon]
136
+ })), /*#__PURE__*/React.createElement(View, {
137
+ style: styles.titleContainer
138
+ }, /*#__PURE__*/React.createElement(Text, {
139
+ style: styles.title
140
+ }, this.props.title)), /*#__PURE__*/React.createElement(TouchableOpacity, {
141
+ onPress: this.download,
142
+ activeOpacity: 0.6
143
+ }, /*#__PURE__*/React.createElement(Icon, {
144
+ type: "font-awesome",
145
+ name: "cloud-download",
146
+ iconStyle: [styles.menuIcon]
147
+ }))), /*#__PURE__*/React.createElement(View, {
148
+ style: {
149
+ flex: 1,
150
+ backgroundColor: "#fff"
151
+ }
152
+ }, this.state.error ? /*#__PURE__*/React.createElement(View, {
153
+ style: styles.errorContainer
154
+ }, /*#__PURE__*/React.createElement(Text, {
155
+ style: styles.errorTitle
156
+ }, "Unable to load this PDF."), /*#__PURE__*/React.createElement(Text, {
157
+ style: styles.errorSubtitle
158
+ }, "Try downloading it instead."), /*#__PURE__*/React.createElement(TouchableOpacity, {
159
+ onPress: this.download,
160
+ activeOpacity: 0.6,
161
+ style: styles.errorDownloadButton
162
+ }, /*#__PURE__*/React.createElement(Icon, {
163
+ type: "font-awesome",
164
+ name: "cloud-download",
165
+ iconStyle: styles.errorDownloadIcon
166
+ }), /*#__PURE__*/React.createElement(Text, {
167
+ style: styles.errorDownloadText
168
+ }, "Download PDF"))) : /*#__PURE__*/React.createElement(React.Fragment, null, this.state.loaded ? null : /*#__PURE__*/React.createElement(Spinner, {
169
+ style: {
170
+ height: SCREEN_HEIGHT - StatusBarHeight(145),
171
+ flex: 0
172
+ }
173
+ }), /*#__PURE__*/React.createElement(WebView, {
174
+ source: {
175
+ uri: this.getUrl()
176
+ },
177
+ javaScriptEnabled: true,
178
+ domStorageEnabled: true,
179
+ originWhitelist: ["*"],
180
+ renderError: () => {
181
+ // Surface error UI in the parent View rather than the
182
+ // default WebView error chrome. Defer setState to avoid
183
+ // triggering a state update during another render.
184
+ if (!this.state.error) {
185
+ setTimeout(() => this.setState({
186
+ error: true
187
+ }), 0);
188
+ }
189
+ return null;
190
+ },
191
+ style: [{
192
+ flex: 1,
193
+ backgroundColor: "#fff"
194
+ }],
195
+ onLoadStart: this.onLoadStarted.bind(this),
196
+ onLoadEnd: this.onLoadEnded.bind(this)
197
+ }))), this.renderFooter()));
198
+ }
199
+ }
200
+ const styles = {
201
+ container: {
202
+ flex: 1,
203
+ position: "relative",
204
+ backgroundColor: "#000"
205
+ },
206
+ innerContainer: {
207
+ flex: 1,
208
+ paddingLeft: 15,
209
+ paddingRight: 15
210
+ },
211
+ menuIcon: {
212
+ fontSize: 25,
213
+ padding: 15,
214
+ width: 55,
215
+ textAlign: "center",
216
+ color: "#fff",
217
+ zIndex: 3
218
+ },
219
+ headerContent: {
220
+ flexDirection: "row",
221
+ alignItems: "center",
222
+ height: 70
223
+ },
224
+ titleContainer: {
225
+ flex: 1
226
+ },
227
+ title: {
228
+ color: "#fff",
229
+ fontFamily: "sf-semibold",
230
+ fontSize: 16,
231
+ textAlign: "center"
232
+ },
233
+ footerContent: {
234
+ flexDirection: "row",
235
+ alignItems: "center",
236
+ justifyContent: "center",
237
+ height: 70
238
+ //alignSelf: 'flex-end'
239
+ },
240
+ chevron: {
241
+ fontSize: 25,
242
+ padding: 15,
243
+ width: 55,
244
+ textAlign: "center",
245
+ color: "#fff",
246
+ zIndex: 3
247
+ },
248
+ footerText: {
249
+ fontFamily: "sf-regular",
250
+ fontSize: 14,
251
+ color: "#fff",
252
+ width: 150,
253
+ textAlign: "center"
254
+ },
255
+ errorContainer: {
256
+ flex: 1,
257
+ alignItems: "center",
258
+ justifyContent: "center",
259
+ paddingHorizontal: 32,
260
+ paddingVertical: 24,
261
+ backgroundColor: "#fff"
262
+ },
263
+ errorTitle: {
264
+ fontFamily: "sf-semibold",
265
+ fontSize: 18,
266
+ color: TEXT_DARK,
267
+ textAlign: "center"
268
+ },
269
+ errorSubtitle: {
270
+ fontFamily: "sf-regular",
271
+ fontSize: 14,
272
+ color: TEXT_LIGHT,
273
+ textAlign: "center",
274
+ marginTop: 8
275
+ },
276
+ errorDownloadButton: {
277
+ flexDirection: "row",
278
+ alignItems: "center",
279
+ justifyContent: "center",
280
+ marginTop: 24,
281
+ paddingHorizontal: 20,
282
+ paddingVertical: 12
283
+ },
284
+ errorDownloadIcon: {
285
+ fontSize: 20,
286
+ color: TEXT_DARK,
287
+ marginRight: 8
288
+ },
289
+ errorDownloadText: {
290
+ fontFamily: "sf-semibold",
291
+ fontSize: 16,
292
+ color: TEXT_DARK
293
+ }
294
+ };
295
+ export { PDFPopup };
296
+ //# sourceMappingURL=PDFPopup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Icon","File","Paths","Sharing","Component","Alert","Dimensions","Modal","TouchableOpacity","View","WebView","TEXT_DARK","TEXT_LIGHT","getFileName","StatusBarHeight","FontAwesome","Spinner","Text","SCREEN_HEIGHT","get","height","PDFPopup","constructor","args","_defineProperty","loaded","error","file","downloadFileAsync","props","source","document","idempotent","shareAsync","uri","UTI","console","log","alert","text","componentDidUpdate","prevProps","sourceChanged","becameVisible","visible","clearTimeout","_loadTimeout","setState","componentWillUnmount","onLoadStarted","setTimeout","onLoadEnded","onChangeIndex","index","getUrl","linkPrefix","encodeURIComponent","closePopup","onClose","renderFooter","pdfCount","React","createElement","style","styles","footerContent","onPress","bind","activeOpacity","type","name","iconStyle","chevron","footerText","selectedIndex","render","transparent","animationType","onRequestClose","flex","backgroundColor","paddingTop","headerContent","menuIcon","titleContainer","title","download","state","errorContainer","errorTitle","errorSubtitle","errorDownloadButton","errorDownloadIcon","errorDownloadText","Fragment","javaScriptEnabled","domStorageEnabled","originWhitelist","renderError","onLoadStart","onLoadEnd","container","position","innerContainer","paddingLeft","paddingRight","fontSize","padding","width","textAlign","color","zIndex","flexDirection","alignItems","fontFamily","justifyContent","paddingHorizontal","paddingVertical","marginTop","marginRight"],"sources":["PDFPopup.js"],"sourcesContent":["import { Icon } from \"@rneui/themed\";\nimport { File, Paths } from \"expo-file-system\";\nimport * as Sharing from \"expo-sharing\";\nimport { Component } from \"react\";\nimport { Alert, Dimensions, Modal, TouchableOpacity, View } from \"react-native\";\nimport { WebView } from \"react-native-webview\";\nimport { TEXT_DARK, TEXT_LIGHT } from \"../colours\";\nimport { getFileName, StatusBarHeight } from \"../helper\";\nimport { FontAwesome } from \"./Icon\";\nimport { Spinner } from \"./Spinner\";\nimport { Text } from \"./Text\";\n\nconst SCREEN_HEIGHT = Dimensions.get(\"window\").height;\n\nclass PDFPopup extends Component {\n\tstate = {\n\t\tloaded: false,\n\t\terror: false,\n\t};\n\n\tcomponentDidUpdate(prevProps) {\n\t\tconst sourceChanged = prevProps.source !== this.props.source;\n\t\tconst becameVisible = !prevProps.visible && this.props.visible;\n\t\tif (sourceChanged || becameVisible) {\n\t\t\t// Popup is reused across attachments — clear stale state so the\n\t\t\t// spinner reappears and any prior error from a different PDF resets.\n\t\t\tclearTimeout(this._loadTimeout);\n\t\t\tthis._loadTimeout = null;\n\t\t\tthis.setState({ loaded: false, error: false });\n\t\t}\n\t}\n\n\tcomponentWillUnmount() {\n\t\tclearTimeout(this._loadTimeout);\n\t\tthis._loadTimeout = null;\n\t}\n\n\tonLoadStarted() {\n\t\tthis.setState({\n\t\t\tloaded: false,\n\t\t\terror: false,\n\t\t});\n\t\tclearTimeout(this._loadTimeout);\n\t\tthis._loadTimeout = setTimeout(() => {\n\t\t\tthis.setState({ error: true });\n\t\t}, 15000);\n\t}\n\n\tonLoadEnded() {\n\t\tclearTimeout(this._loadTimeout);\n\t\tthis._loadTimeout = null;\n\t\tthis.setState({\n\t\t\tloaded: true,\n\t\t});\n\t}\n\n\tonChangeIndex(index) {\n\t\tthis.props.onChangeIndex(index);\n\t}\n\n\tgetUrl() {\n\t\tif (!this.props.source) {\n\t\t\treturn \"\";\n\t\t}\n\t\tconst linkPrefix =\n\t\t\t\"https://drive.google.com/viewerng/viewer?embedded=true&url=\";\n\t\treturn `${linkPrefix}${encodeURIComponent(this.props.source)}`;\n\t}\n\n\tdownload = async () => {\n\t\ttry {\n\t\t\tconst file = await File.downloadFileAsync(\n\t\t\t\tthis.props.source,\n\t\t\t\tnew File(Paths.document, getFileName(this.props.source)),\n\t\t\t\t{ idempotent: true },\n\t\t\t);\n\t\t\tawait Sharing.shareAsync(file.uri, {\n\t\t\t\tUTI: \"public.item\",\n\t\t\t});\n\t\t} catch (error) {\n\t\t\tconsole.log(\"PDFPopup download error:\", error);\n\t\t\tAlert.alert(\n\t\t\t\t\"Download Failed\",\n\t\t\t\t\"Unable to download PDF. Please try again.\",\n\t\t\t\t[{ text: \"OK\" }],\n\t\t\t);\n\t\t}\n\t};\n\n\tclosePopup() {\n\t\tthis.props.onClose();\n\t}\n\n\trenderFooter() {\n\t\tif (this.props.pdfCount && this.props.pdfCount === 1) {\n\t\t\treturn null;\n\t\t}\n\t\treturn (\n\t\t\t<View style={styles.footerContent}>\n\t\t\t\t<TouchableOpacity\n\t\t\t\t\tonPress={this.onChangeIndex.bind(this, -1)}\n\t\t\t\t\tactiveOpacity={0.6}\n\t\t\t\t>\n\t\t\t\t\t<Icon\n\t\t\t\t\t\ttype=\"font-awesome\"\n\t\t\t\t\t\tname=\"angle-left\"\n\t\t\t\t\t\ticonStyle={[styles.chevron]}\n\t\t\t\t\t/>\n\t\t\t\t</TouchableOpacity>\n\t\t\t\t<Text style={styles.footerText}>\n\t\t\t\t\t{this.props.selectedIndex + 1} / {this.props.pdfCount}\n\t\t\t\t</Text>\n\t\t\t\t<TouchableOpacity\n\t\t\t\t\tonPress={this.onChangeIndex.bind(this, 1)}\n\t\t\t\t\tactiveOpacity={0.6}\n\t\t\t\t>\n\t\t\t\t\t<Icon\n\t\t\t\t\t\ttype=\"font-awesome\"\n\t\t\t\t\t\tname=\"angle-right\"\n\t\t\t\t\t\ticonStyle={[styles.chevron]}\n\t\t\t\t\t/>\n\t\t\t\t</TouchableOpacity>\n\t\t\t</View>\n\t\t);\n\t}\n\n\trender() {\n\t\tif (!this.props.source) {\n\t\t\treturn null;\n\t\t}\n\t\treturn (\n\t\t\t<Modal\n\t\t\t\tvisible={this.props.visible}\n\t\t\t\ttransparent\n\t\t\t\tanimationType=\"slide\"\n\t\t\t\tonRequestClose={this.closePopup.bind(this)}\n\t\t\t>\n\t\t\t\t<View\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tflex: 1,\n\t\t\t\t\t\tbackgroundColor: \"#000\",\n\t\t\t\t\t\tpaddingTop: StatusBarHeight(0),\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<View style={styles.headerContent}>\n\t\t\t\t\t\t<TouchableOpacity\n\t\t\t\t\t\t\tonPress={this.closePopup.bind(this)}\n\t\t\t\t\t\t\tactiveOpacity={0.6}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<FontAwesome name=\"x\" style={[styles.menuIcon]} />\n\t\t\t\t\t\t</TouchableOpacity>\n\t\t\t\t\t\t<View style={styles.titleContainer}>\n\t\t\t\t\t\t\t<Text style={styles.title}>{this.props.title}</Text>\n\t\t\t\t\t\t</View>\n\t\t\t\t\t\t<TouchableOpacity onPress={this.download} activeOpacity={0.6}>\n\t\t\t\t\t\t\t<Icon\n\t\t\t\t\t\t\t\ttype=\"font-awesome\"\n\t\t\t\t\t\t\t\tname=\"cloud-download\"\n\t\t\t\t\t\t\t\ticonStyle={[styles.menuIcon]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</TouchableOpacity>\n\t\t\t\t\t</View>\n\t\t\t\t\t<View style={{ flex: 1, backgroundColor: \"#fff\" }}>\n\t\t\t\t\t\t{this.state.error ? (\n\t\t\t\t\t\t\t<View style={styles.errorContainer}>\n\t\t\t\t\t\t\t\t<Text style={styles.errorTitle}>Unable to load this PDF.</Text>\n\t\t\t\t\t\t\t\t<Text style={styles.errorSubtitle}>\n\t\t\t\t\t\t\t\t\tTry downloading it instead.\n\t\t\t\t\t\t\t\t</Text>\n\t\t\t\t\t\t\t\t<TouchableOpacity\n\t\t\t\t\t\t\t\t\tonPress={this.download}\n\t\t\t\t\t\t\t\t\tactiveOpacity={0.6}\n\t\t\t\t\t\t\t\t\tstyle={styles.errorDownloadButton}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t<Icon\n\t\t\t\t\t\t\t\t\t\ttype=\"font-awesome\"\n\t\t\t\t\t\t\t\t\t\tname=\"cloud-download\"\n\t\t\t\t\t\t\t\t\t\ticonStyle={styles.errorDownloadIcon}\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t<Text style={styles.errorDownloadText}>Download PDF</Text>\n\t\t\t\t\t\t\t\t</TouchableOpacity>\n\t\t\t\t\t\t\t</View>\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t\t{this.state.loaded ? null : (\n\t\t\t\t\t\t\t\t\t<Spinner\n\t\t\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\t\t\theight: SCREEN_HEIGHT - StatusBarHeight(145),\n\t\t\t\t\t\t\t\t\t\t\tflex: 0,\n\t\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t<WebView\n\t\t\t\t\t\t\t\t\tsource={{\n\t\t\t\t\t\t\t\t\t\turi: this.getUrl(),\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\tjavaScriptEnabled\n\t\t\t\t\t\t\t\t\tdomStorageEnabled\n\t\t\t\t\t\t\t\t\toriginWhitelist={[\"*\"]}\n\t\t\t\t\t\t\t\t\trenderError={() => {\n\t\t\t\t\t\t\t\t\t\t// Surface error UI in the parent View rather than the\n\t\t\t\t\t\t\t\t\t\t// default WebView error chrome. Defer setState to avoid\n\t\t\t\t\t\t\t\t\t\t// triggering a state update during another render.\n\t\t\t\t\t\t\t\t\t\tif (!this.state.error) {\n\t\t\t\t\t\t\t\t\t\t\tsetTimeout(() => this.setState({ error: true }), 0);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\treturn null;\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\tstyle={[\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\tflex: 1,\n\t\t\t\t\t\t\t\t\t\t\tbackgroundColor: \"#fff\",\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t\t\tonLoadStart={this.onLoadStarted.bind(this)}\n\t\t\t\t\t\t\t\t\tonLoadEnd={this.onLoadEnded.bind(this)}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</View>\n\t\t\t\t\t{this.renderFooter()}\n\t\t\t\t</View>\n\t\t\t</Modal>\n\t\t);\n\t}\n}\n\nconst styles = {\n\tcontainer: {\n\t\tflex: 1,\n\t\tposition: \"relative\",\n\t\tbackgroundColor: \"#000\",\n\t},\n\tinnerContainer: {\n\t\tflex: 1,\n\t\tpaddingLeft: 15,\n\t\tpaddingRight: 15,\n\t},\n\tmenuIcon: {\n\t\tfontSize: 25,\n\t\tpadding: 15,\n\t\twidth: 55,\n\t\ttextAlign: \"center\",\n\t\tcolor: \"#fff\",\n\t\tzIndex: 3,\n\t},\n\theaderContent: {\n\t\tflexDirection: \"row\",\n\t\talignItems: \"center\",\n\t\theight: 70,\n\t},\n\ttitleContainer: {\n\t\tflex: 1,\n\t},\n\ttitle: {\n\t\tcolor: \"#fff\",\n\t\tfontFamily: \"sf-semibold\",\n\t\tfontSize: 16,\n\t\ttextAlign: \"center\",\n\t},\n\tfooterContent: {\n\t\tflexDirection: \"row\",\n\t\talignItems: \"center\",\n\t\tjustifyContent: \"center\",\n\t\theight: 70,\n\t\t//alignSelf: 'flex-end'\n\t},\n\tchevron: {\n\t\tfontSize: 25,\n\t\tpadding: 15,\n\t\twidth: 55,\n\t\ttextAlign: \"center\",\n\t\tcolor: \"#fff\",\n\t\tzIndex: 3,\n\t},\n\tfooterText: {\n\t\tfontFamily: \"sf-regular\",\n\t\tfontSize: 14,\n\t\tcolor: \"#fff\",\n\t\twidth: 150,\n\t\ttextAlign: \"center\",\n\t},\n\terrorContainer: {\n\t\tflex: 1,\n\t\talignItems: \"center\",\n\t\tjustifyContent: \"center\",\n\t\tpaddingHorizontal: 32,\n\t\tpaddingVertical: 24,\n\t\tbackgroundColor: \"#fff\",\n\t},\n\terrorTitle: {\n\t\tfontFamily: \"sf-semibold\",\n\t\tfontSize: 18,\n\t\tcolor: TEXT_DARK,\n\t\ttextAlign: \"center\",\n\t},\n\terrorSubtitle: {\n\t\tfontFamily: \"sf-regular\",\n\t\tfontSize: 14,\n\t\tcolor: TEXT_LIGHT,\n\t\ttextAlign: \"center\",\n\t\tmarginTop: 8,\n\t},\n\terrorDownloadButton: {\n\t\tflexDirection: \"row\",\n\t\talignItems: \"center\",\n\t\tjustifyContent: \"center\",\n\t\tmarginTop: 24,\n\t\tpaddingHorizontal: 20,\n\t\tpaddingVertical: 12,\n\t},\n\terrorDownloadIcon: {\n\t\tfontSize: 20,\n\t\tcolor: TEXT_DARK,\n\t\tmarginRight: 8,\n\t},\n\terrorDownloadText: {\n\t\tfontFamily: \"sf-semibold\",\n\t\tfontSize: 16,\n\t\tcolor: TEXT_DARK,\n\t},\n};\n\nexport { PDFPopup };\n"],"mappings":"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","ignoreList":[]}