react-native-inapp-inspector 2.5.1 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/README.ar.md +151 -53
  2. package/README.de.md +150 -52
  3. package/README.es.md +139 -42
  4. package/README.fr.md +151 -53
  5. package/README.hi.md +141 -43
  6. package/README.ja.md +150 -69
  7. package/README.ko.md +153 -55
  8. package/README.md +73 -14
  9. package/README.pt-BR.md +152 -54
  10. package/README.ru.md +153 -55
  11. package/README.zh-CN.md +95 -219
  12. package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
  13. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
  15. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/results.bin +1 -0
  16. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
  17. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
  18. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
  19. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
  20. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
  21. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$activityEventListener$1.dex +0 -0
  22. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
  23. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.dex +0 -0
  24. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
  25. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.dex +0 -0
  26. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
  27. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
  28. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  29. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/results.bin +1 -0
  30. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/transformed/classes/classes_dex/classes.dex +0 -0
  31. package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
  32. package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +160 -0
  33. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  34. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +212 -0
  35. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
  36. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
  37. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
  38. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
  39. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
  40. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
  41. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
  42. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +300 -0
  43. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
  44. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
  45. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
  46. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
  47. package/android/build/generated/source/codegen/schema.json +1 -0
  48. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  49. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  50. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  51. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  52. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  53. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  54. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  55. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  56. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  57. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  58. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  59. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  60. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  61. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
  62. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  63. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  64. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  65. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  66. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  67. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  68. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  69. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
  70. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  71. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  72. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  73. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  74. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  75. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  76. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
  77. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  78. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  79. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
  80. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  81. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  82. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  83. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  84. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  85. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  86. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  165. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  166. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  167. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  168. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  169. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  170. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  171. package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  172. package/android/build/reports/problems/problems-report.html +659 -0
  173. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  174. package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  175. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  176. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  177. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  178. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  179. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  180. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
  181. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  182. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  183. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
  184. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  185. package/android/src/main/java/com/inappinspector/NetworkInspectorModule.kt +154 -9
  186. package/dist/commonjs/capture.d.ts +5 -2
  187. package/dist/commonjs/capture.js +1 -1
  188. package/dist/commonjs/components/CountryFlag.d.ts +10 -0
  189. package/dist/commonjs/components/CountryFlag.js +140 -0
  190. package/dist/commonjs/components/EmptyState.js +6 -6
  191. package/dist/commonjs/components/Inspector/DeviceInfoTab.js +36 -36
  192. package/dist/commonjs/components/Inspector/FabLauncher.js +12 -12
  193. package/dist/commonjs/components/Inspector/FloatingCaptureWidget.js +23 -23
  194. package/dist/commonjs/components/Inspector/GlobalCrashScreenModal.js +24 -24
  195. package/dist/commonjs/components/Inspector/InspectorHeader.js +40 -42
  196. package/dist/commonjs/components/Inspector/LanguageSelectorModal.js +23 -18
  197. package/dist/commonjs/components/Inspector/MainScreen.js +17 -17
  198. package/dist/commonjs/components/Inspector/MediaGalleryTab.js +52 -34
  199. package/dist/commonjs/components/Inspector/MediaPreviewModal.d.ts +20 -18
  200. package/dist/commonjs/components/Inspector/MediaPreviewModal.js +742 -304
  201. package/dist/commonjs/components/Inspector/NetworkFilterModal.js +21 -21
  202. package/dist/commonjs/components/Inspector/SecondaryTelemetryStrip.js +6 -6
  203. package/dist/commonjs/components/Inspector/SocketFilterModal.js +12 -12
  204. package/dist/commonjs/components/Inspector/TabBar.js +3 -3
  205. package/dist/commonjs/components/Inspector/UpdateAvailableModal.js +2 -2
  206. package/dist/commonjs/components/MetaAccordion.js +17 -17
  207. package/dist/commonjs/components/ModuleErrorBoundary.js +4 -4
  208. package/dist/commonjs/components/NetworkIcons.d.ts +19 -0
  209. package/dist/commonjs/components/NetworkIcons.js +87 -3
  210. package/dist/commonjs/components/SourcePageCard.js +9 -9
  211. package/dist/commonjs/constants/version.d.ts +1 -1
  212. package/dist/commonjs/constants/version.js +1 -1
  213. package/dist/commonjs/i18n/locales/ar.json +1 -1
  214. package/dist/commonjs/i18n/locales/bn.json +1 -1
  215. package/dist/commonjs/i18n/locales/de.json +1 -1
  216. package/dist/commonjs/i18n/locales/en.json +1 -1
  217. package/dist/commonjs/i18n/locales/es.json +1 -1
  218. package/dist/commonjs/i18n/locales/fr.json +1 -1
  219. package/dist/commonjs/i18n/locales/gu.json +1 -1
  220. package/dist/commonjs/i18n/locales/hi.json +1 -1
  221. package/dist/commonjs/i18n/locales/id.json +1 -1
  222. package/dist/commonjs/i18n/locales/it.json +1 -1
  223. package/dist/commonjs/i18n/locales/ja.json +1 -1
  224. package/dist/commonjs/i18n/locales/kn.json +1 -1
  225. package/dist/commonjs/i18n/locales/ko.json +1 -1
  226. package/dist/commonjs/i18n/locales/ml.json +1 -1
  227. package/dist/commonjs/i18n/locales/mr.json +1 -1
  228. package/dist/commonjs/i18n/locales/nl.json +1 -1
  229. package/dist/commonjs/i18n/locales/pa.json +1 -1
  230. package/dist/commonjs/i18n/locales/pl.json +1 -1
  231. package/dist/commonjs/i18n/locales/pt.json +1 -1
  232. package/dist/commonjs/i18n/locales/ru.json +1 -1
  233. package/dist/commonjs/i18n/locales/ta.json +1 -1
  234. package/dist/commonjs/i18n/locales/te.json +1 -1
  235. package/dist/commonjs/i18n/locales/tr.json +1 -1
  236. package/dist/commonjs/i18n/locales/vi.json +1 -1
  237. package/dist/commonjs/i18n/locales/zh.json +1 -1
  238. package/dist/commonjs/index.js +1 -1
  239. package/dist/commonjs/native/NativeInspector.d.ts +4 -0
  240. package/dist/commonjs/native/NativeInspector.js +1 -1
  241. package/dist/commonjs/native/NativeNetworkInspector.d.ts +1 -0
  242. package/dist/commonjs/styles/AppColors.d.ts +76 -0
  243. package/dist/commonjs/styles/AppColors.js +1 -1
  244. package/dist/commonjs/types/interfaces.d.ts +2 -0
  245. package/dist/esm/capture.d.ts +5 -2
  246. package/dist/esm/capture.js +1 -1
  247. package/dist/esm/components/CountryFlag.d.ts +10 -0
  248. package/dist/esm/components/CountryFlag.js +140 -0
  249. package/dist/esm/components/EmptyState.js +13 -13
  250. package/dist/esm/components/Inspector/DeviceInfoTab.js +176 -176
  251. package/dist/esm/components/Inspector/FabLauncher.js +37 -37
  252. package/dist/esm/components/Inspector/FloatingCaptureWidget.js +27 -27
  253. package/dist/esm/components/Inspector/GlobalCrashScreenModal.js +9 -9
  254. package/dist/esm/components/Inspector/InspectorHeader.js +43 -45
  255. package/dist/esm/components/Inspector/LanguageSelectorModal.js +107 -102
  256. package/dist/esm/components/Inspector/MainScreen.js +52 -52
  257. package/dist/esm/components/Inspector/MediaGalleryTab.js +100 -82
  258. package/dist/esm/components/Inspector/MediaPreviewModal.d.ts +20 -18
  259. package/dist/esm/components/Inspector/MediaPreviewModal.js +764 -326
  260. package/dist/esm/components/Inspector/NetworkFilterModal.js +37 -37
  261. package/dist/esm/components/Inspector/SecondaryTelemetryStrip.js +20 -20
  262. package/dist/esm/components/Inspector/SocketFilterModal.js +32 -32
  263. package/dist/esm/components/Inspector/TabBar.js +12 -12
  264. package/dist/esm/components/Inspector/UpdateAvailableModal.js +11 -11
  265. package/dist/esm/components/MetaAccordion.js +24 -24
  266. package/dist/esm/components/ModuleErrorBoundary.js +20 -20
  267. package/dist/esm/components/NetworkIcons.d.ts +19 -0
  268. package/dist/esm/components/NetworkIcons.js +89 -5
  269. package/dist/esm/components/SourcePageCard.js +21 -21
  270. package/dist/esm/constants/version.d.ts +1 -1
  271. package/dist/esm/constants/version.js +1 -1
  272. package/dist/esm/i18n/locales/ar.json +1 -1
  273. package/dist/esm/i18n/locales/bn.json +1 -1
  274. package/dist/esm/i18n/locales/de.json +1 -1
  275. package/dist/esm/i18n/locales/en.json +1 -1
  276. package/dist/esm/i18n/locales/es.json +1 -1
  277. package/dist/esm/i18n/locales/fr.json +1 -1
  278. package/dist/esm/i18n/locales/gu.json +1 -1
  279. package/dist/esm/i18n/locales/hi.json +1 -1
  280. package/dist/esm/i18n/locales/id.json +1 -1
  281. package/dist/esm/i18n/locales/it.json +1 -1
  282. package/dist/esm/i18n/locales/ja.json +1 -1
  283. package/dist/esm/i18n/locales/kn.json +1 -1
  284. package/dist/esm/i18n/locales/ko.json +1 -1
  285. package/dist/esm/i18n/locales/ml.json +1 -1
  286. package/dist/esm/i18n/locales/mr.json +1 -1
  287. package/dist/esm/i18n/locales/nl.json +1 -1
  288. package/dist/esm/i18n/locales/pa.json +1 -1
  289. package/dist/esm/i18n/locales/pl.json +1 -1
  290. package/dist/esm/i18n/locales/pt.json +1 -1
  291. package/dist/esm/i18n/locales/ru.json +1 -1
  292. package/dist/esm/i18n/locales/ta.json +1 -1
  293. package/dist/esm/i18n/locales/te.json +1 -1
  294. package/dist/esm/i18n/locales/tr.json +1 -1
  295. package/dist/esm/i18n/locales/vi.json +1 -1
  296. package/dist/esm/i18n/locales/zh.json +1 -1
  297. package/dist/esm/index.js +3 -3
  298. package/dist/esm/native/NativeInspector.d.ts +4 -0
  299. package/dist/esm/native/NativeInspector.js +1 -1
  300. package/dist/esm/native/NativeNetworkInspector.d.ts +1 -0
  301. package/dist/esm/styles/AppColors.d.ts +76 -0
  302. package/dist/esm/styles/AppColors.js +1 -1
  303. package/dist/esm/types/interfaces.d.ts +2 -0
  304. package/ios/NetworkInspectorModule.mm +487 -224
  305. package/package.json +1 -1
  306. package/react-native-inapp-inspector.podspec +1 -1
  307. package/src/native/NativeInspector.ts +22 -0
  308. package/src/native/NativeNetworkInspector.ts +1 -1
@@ -1,4 +1,4 @@
1
- import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text as S,TouchableOpacity as O,StyleSheet as Y,Animated as T,Linking as J}from"react-native";import W,{Path as L}from"react-native-svg";import K from"../AppHeaderLogo";import{NpmIcon as Q}from"../NetworkIcons";import{LIB_VERSION as X}from"../../constants";import{copyToClipboard as Z}from"../../helpers";import{showToast as $}from"../../helpers/toast";import{AppFonts as N}from"../../styles/AppFonts";import{AppColors as e}from"../../styles/AppColors";import{t as B}from"../../i18n";const Ce=({size:o=14,color:r=e.grayTextWeak})=><W width={o}height={o}viewBox="0 0 24 24"fill="none">
1
+ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text as S,TouchableOpacity as O,StyleSheet as Y,Animated as T,Linking as J}from"react-native";import W,{Path as L}from"react-native-svg";import K from"../AppHeaderLogo";import{NpmIcon as Q}from"../NetworkIcons";import{LIB_VERSION as X}from"../../constants";import{copyToClipboard as Z}from"../../helpers";import{showToast as $}from"../../helpers/toast";import{AppFonts as N}from"../../styles/AppFonts";import{AppColors as e}from"../../styles/AppColors";import{t as V}from"../../i18n";const Ce=({size:o=14,color:r=e.grayTextWeak})=><W width={o}height={o}viewBox="0 0 24 24"fill="none">
2
2
  <L d="M8 4v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2z"stroke={r}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
3
3
  <L d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"stroke={r}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
4
4
  </W>,P=({size:o=14,color:r=e.emerald500})=><W width={o}height={o}viewBox="0 0 24 24"fill="none">
@@ -13,7 +13,7 @@ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text
13
13
  <L d="M12 2l2.4 6.6L21 11l-6.6 2.4L12 20l-2.4-6.6L3 11l6.6-2.4L12 2z"fill={r}/>
14
14
  </W>,Ve=({size:o=14,color:r=e.slate400})=><W width={o}height={o}viewBox="0 0 24 24"fill="none">
15
15
  <L d="M5 12h14M12 5l7 7-7 7"stroke={r}strokeWidth="2.2"strokeLinecap="round"strokeLinejoin="round"/>
16
- </W>;export const UpdateAvailableModal=({visible:o,latestVersion:r,onClose:_})=>{const[H,A]=D(!1),R=D(new T.Value(0))[0],I=D(new T.Value(.92))[0],M="npm install react-native-inapp-inspector@latest";if(typeof __DEV__>"u"||!__DEV__)return null;F(()=>{o&&(A(!1),T.parallel([T.timing(R,{toValue:1,duration:220,useNativeDriver:!0}),T.spring(I,{toValue:1,friction:8,tension:50,useNativeDriver:!0})]).start())},[o,R,I]);const z=()=>{T.parallel([T.timing(R,{toValue:0,duration:160,useNativeDriver:!0}),T.timing(I,{toValue:.92,duration:160,useNativeDriver:!0})]).start(()=>{_()})},E=()=>{Z(M,"Install Command"),A(!0),$(B("about.copiedInstallCommand","Copied npm install command to clipboard!")),setTimeout(()=>{A(!1)},2500)},U=()=>{J.openURL("https://www.npmjs.com/package/react-native-inapp-inspector").catch(()=>{}),z()};return o?<G transparent visible={o}animationType="none"statusBarTranslucent onRequestClose={z}>
16
+ </W>;export const UpdateAvailableModal=({visible:o,latestVersion:r,onClose:_})=>{const[H,A]=D(!1),R=D(new T.Value(0))[0],I=D(new T.Value(.92))[0],M="npm install react-native-inapp-inspector@latest";if(typeof __DEV__>"u"||!__DEV__)return null;F(()=>{o&&(A(!1),T.parallel([T.timing(R,{toValue:1,duration:220,useNativeDriver:!0}),T.spring(I,{toValue:1,friction:8,tension:50,useNativeDriver:!0})]).start())},[o,R,I]);const z=()=>{T.parallel([T.timing(R,{toValue:0,duration:160,useNativeDriver:!0}),T.timing(I,{toValue:.92,duration:160,useNativeDriver:!0})]).start(()=>{_()})},E=()=>{Z(M,"Install Command"),A(!0),$(V("about.copiedInstallCommand","Copied npm install command to clipboard!")),setTimeout(()=>{A(!1)},2500)},U=()=>{J.openURL("https://www.npmjs.com/package/react-native-inapp-inspector").catch(()=>{}),z()};return o?<G transparent visible={o}animationType="none"statusBarTranslucent onRequestClose={z}>
17
17
  <C style={t.overlay}>
18
18
  <T.View style={[t.card,{opacity:R,transform:[{scale:I}]}]}>
19
19
 
@@ -29,16 +29,16 @@ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text
29
29
  <Le size={13}color={e.amber500}/>
30
30
  </C>
31
31
  </C>
32
- <S style={t.title}>{B("header.updateAvailableTitle","Update Available")}</S>
32
+ <S style={t.title}>{V("header.updateAvailableTitle","Update Available")}</S>
33
33
  <S style={t.subtitle}>
34
- {B("header.updateAvailableSubtitle","A new version of react-native-inapp-inspector is ready to install")}
34
+ {V("header.updateAvailableSubtitle","A new version of react-native-inapp-inspector is ready to install")}
35
35
  </S>
36
36
  </C>
37
37
 
38
38
 
39
39
  <C style={t.versionComparisonCard}>
40
40
  <C style={t.versionColumn}>
41
- <S style={t.versionLabel}>INSTALLED</S>
41
+ <S style={t.versionLabel}>{V("modals.installed","INSTALLED")}</S>
42
42
  <C style={t.installedChip}>
43
43
  <S style={t.installedText}>v{X}</S>
44
44
  </C>
@@ -49,7 +49,7 @@ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text
49
49
  </C>
50
50
 
51
51
  <C style={t.versionColumn}>
52
- <S style={t.versionLabel}>LATEST</S>
52
+ <S style={t.versionLabel}>{V("modals.latest","LATEST")}</S>
53
53
  <C style={t.latestChip}>
54
54
  <Q size={12}color={e.npmRed}/>
55
55
  <S style={t.latestText}>v{r}</S>
@@ -60,10 +60,10 @@ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text
60
60
 
61
61
  <C style={t.codeSnippetBox}>
62
62
  <C style={t.codeSnippetHeader}>
63
- <S style={t.codeSnippetLabel}>{B("header.upgradeCommand","UPGRADE COMMAND")}</S>
63
+ <S style={t.codeSnippetLabel}>{V("header.upgradeCommand","UPGRADE COMMAND")}</S>
64
64
  {H&&<C style={t.copiedIndicator}>
65
65
  <P size={11}color={e.emerald500}/>
66
- <S style={t.copiedText}>{B("common.copied","Copied")}</S>
66
+ <S style={t.copiedText}>{V("common.copied","Copied")}</S>
67
67
  </C>}
68
68
  </C>
69
69
 
@@ -80,14 +80,14 @@ import{useState as D,useEffect as F}from"react";import{Modal as G,View as C,Text
80
80
 
81
81
  <C style={t.buttonRow}>
82
82
  <O activeOpacity={.7}onPress={z}style={t.secondaryButton}>
83
- <S style={t.secondaryButtonText}>{B("common.later","Later")}</S>
83
+ <S style={t.secondaryButtonText}>{V("common.later","Later")}</S>
84
84
  </O>
85
85
 
86
86
  <O activeOpacity={.8}onPress={U}style={t.primaryButton}>
87
- <S style={t.primaryButtonText}>{B("common.viewOnNpm","View on NPM")}</S>
87
+ <S style={t.primaryButtonText}>{V("common.viewOnNpm","View on NPM")}</S>
88
88
  <Se size={12}color={e.white}/>
89
89
  </O>
90
90
  </C>
91
91
  </T.View>
92
92
  </C>
93
- </G>:null};const V={fontFamily:N.interRegular},t=Y.create({overlay:{flex:1,backgroundColor:e.overlayDark,justifyContent:"center",alignItems:"center",paddingHorizontal:20,zIndex:999999},card:{width:"100%",maxWidth:360,backgroundColor:e.primaryLight,borderRadius:24,borderWidth:1,borderColor:e.dividerColor,paddingHorizontal:20,paddingTop:22,paddingBottom:20,alignItems:"center",shadowColor:e.shadowColorString,shadowOffset:{width:0,height:18},shadowOpacity:.24,shadowRadius:36,elevation:24},topCloseButton:{position:"absolute",top:14,right:14,width:28,height:28,borderRadius:14,backgroundColor:e.grayBackground,justifyContent:"center",alignItems:"center",borderWidth:1,borderColor:e.dividerColor,zIndex:10},headerSection:{alignItems:"center",width:"100%",marginBottom:12},iconHaloRing:{width:66,height:66,borderRadius:20,backgroundColor:e.purple50,justifyContent:"center",alignItems:"center",borderWidth:1.5,borderColor:e.purple100,marginBottom:8,shadowColor:e.offerPurple,shadowOffset:{width:0,height:4},shadowOpacity:.16,shadowRadius:10,elevation:4},sparkleBadge:{position:"absolute",top:-4,right:-4,width:22,height:22,borderRadius:11,backgroundColor:e.paleYellow,justifyContent:"center",alignItems:"center",borderWidth:1.5,borderColor:e.white},title:{fontSize:17.5,fontWeight:"800",color:e.primaryBlack,letterSpacing:-.4,textAlign:"center",lineHeight:22,marginBottom:2,...V},subtitle:{fontSize:12,fontWeight:"500",color:e.grayTextWeak,textAlign:"center",lineHeight:16,paddingHorizontal:8,...V},versionComparisonCard:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",backgroundColor:e.grayBackground,borderRadius:14,borderWidth:1,borderColor:e.dividerColor,paddingVertical:10,paddingHorizontal:14,marginBottom:12,width:"100%"},versionColumn:{alignItems:"center",gap:4},versionLabel:{fontSize:9.5,fontWeight:"700",color:e.slate400,letterSpacing:.6,...V},installedChip:{backgroundColor:e.grayBorderSecondary,paddingHorizontal:8,paddingVertical:3,borderRadius:6},installedText:{fontSize:12,fontWeight:"700",color:e.grayText,...V},arrowContainer:{paddingHorizontal:6},arrowText:{fontSize:14,color:e.slate400,fontWeight:"700"},latestChip:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:e.violetSoftBg,paddingHorizontal:8,paddingVertical:3,borderRadius:6,borderWidth:1,borderColor:e.violetSoftBorder},latestText:{fontSize:12,fontWeight:"800",color:e.offerPurple,...V},codeSnippetBox:{backgroundColor:e.slate900,borderRadius:12,padding:10,width:"100%",marginBottom:14,borderWidth:1,borderColor:e.slate800},codeSnippetHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:6},codeSnippetLabel:{fontSize:9.5,fontWeight:"700",color:e.grayTextWeak,letterSpacing:.6,...V},copiedIndicator:{flexDirection:"row",alignItems:"center",gap:3},copiedText:{fontSize:9.5,fontWeight:"600",color:e.emerald500,...V},commandRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",backgroundColor:e.slate800,borderRadius:8,paddingVertical:7,paddingHorizontal:9,gap:8},commandText:{flex:1,fontSize:11,fontFamily:N.interRegular,color:e.sky400},copyIconWrapper:{width:22,height:22,borderRadius:6,backgroundColor:e.slate700,justifyContent:"center",alignItems:"center"},buttonRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",gap:10,width:"100%"},secondaryButton:{flex:1,alignItems:"center",justifyContent:"center",paddingVertical:11,borderRadius:12,backgroundColor:e.graySurface,borderWidth:1,borderColor:e.dividerColor},secondaryButtonText:{fontSize:13,fontWeight:"600",color:e.grayText,...V},primaryButton:{flex:1.3,flexDirection:"row",alignItems:"center",justifyContent:"center",gap:6,paddingVertical:11,borderRadius:12,backgroundColor:e.offerPurple,shadowColor:e.offerPurple,shadowOffset:{width:0,height:3},shadowOpacity:.28,shadowRadius:6,elevation:4},primaryButtonText:{fontSize:13,fontWeight:"700",color:e.white,...V}});export default UpdateAvailableModal;
93
+ </G>:null};const B={fontFamily:N.interRegular},t=Y.create({overlay:{flex:1,backgroundColor:e.overlayDark,justifyContent:"center",alignItems:"center",paddingHorizontal:20,zIndex:999999},card:{width:"100%",maxWidth:360,backgroundColor:e.primaryLight,borderRadius:24,borderWidth:1,borderColor:e.dividerColor,paddingHorizontal:20,paddingTop:22,paddingBottom:20,alignItems:"center",shadowColor:e.shadowColorString,shadowOffset:{width:0,height:18},shadowOpacity:.24,shadowRadius:36,elevation:24},topCloseButton:{position:"absolute",top:14,right:14,width:28,height:28,borderRadius:14,backgroundColor:e.grayBackground,justifyContent:"center",alignItems:"center",borderWidth:1,borderColor:e.dividerColor,zIndex:10},headerSection:{alignItems:"center",width:"100%",marginBottom:12},iconHaloRing:{width:66,height:66,borderRadius:20,backgroundColor:e.purple50,justifyContent:"center",alignItems:"center",borderWidth:1.5,borderColor:e.purple100,marginBottom:8,shadowColor:e.offerPurple,shadowOffset:{width:0,height:4},shadowOpacity:.16,shadowRadius:10,elevation:4},sparkleBadge:{position:"absolute",top:-4,right:-4,width:22,height:22,borderRadius:11,backgroundColor:e.paleYellow,justifyContent:"center",alignItems:"center",borderWidth:1.5,borderColor:e.white},title:{fontSize:17.5,fontWeight:"800",color:e.primaryBlack,letterSpacing:-.4,textAlign:"center",lineHeight:22,marginBottom:2,...B},subtitle:{fontSize:12,fontWeight:"500",color:e.grayTextWeak,textAlign:"center",lineHeight:16,paddingHorizontal:8,...B},versionComparisonCard:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",backgroundColor:e.grayBackground,borderRadius:14,borderWidth:1,borderColor:e.dividerColor,paddingVertical:10,paddingHorizontal:14,marginBottom:12,width:"100%"},versionColumn:{alignItems:"center",gap:4},versionLabel:{fontSize:9.5,fontWeight:"700",color:e.slate400,letterSpacing:.6,...B},installedChip:{backgroundColor:e.grayBorderSecondary,paddingHorizontal:8,paddingVertical:3,borderRadius:6},installedText:{fontSize:12,fontWeight:"700",color:e.grayText,...B},arrowContainer:{paddingHorizontal:6},arrowText:{fontSize:14,color:e.slate400,fontWeight:"700"},latestChip:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:e.violetSoftBg,paddingHorizontal:8,paddingVertical:3,borderRadius:6,borderWidth:1,borderColor:e.violetSoftBorder},latestText:{fontSize:12,fontWeight:"800",color:e.offerPurple,...B},codeSnippetBox:{backgroundColor:e.slate900,borderRadius:12,padding:10,width:"100%",marginBottom:14,borderWidth:1,borderColor:e.slate800},codeSnippetHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:6},codeSnippetLabel:{fontSize:9.5,fontWeight:"700",color:e.grayTextWeak,letterSpacing:.6,...B},copiedIndicator:{flexDirection:"row",alignItems:"center",gap:3},copiedText:{fontSize:9.5,fontWeight:"600",color:e.emerald500,...B},commandRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",backgroundColor:e.slate800,borderRadius:8,paddingVertical:7,paddingHorizontal:9,gap:8},commandText:{flex:1,fontSize:11,fontFamily:N.interRegular,color:e.sky400},copyIconWrapper:{width:22,height:22,borderRadius:6,backgroundColor:e.slate700,justifyContent:"center",alignItems:"center"},buttonRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",gap:10,width:"100%"},secondaryButton:{flex:1,alignItems:"center",justifyContent:"center",paddingVertical:11,borderRadius:12,backgroundColor:e.graySurface,borderWidth:1,borderColor:e.dividerColor},secondaryButtonText:{fontSize:13,fontWeight:"600",color:e.grayText,...B},primaryButton:{flex:1.3,flexDirection:"row",alignItems:"center",justifyContent:"center",gap:6,paddingVertical:11,borderRadius:12,backgroundColor:e.offerPurple,shadowColor:e.offerPurple,shadowOffset:{width:0,height:3},shadowOpacity:.28,shadowRadius:6,elevation:4},primaryButtonText:{fontSize:13,fontWeight:"700",color:e.white,...B}});export default UpdateAvailableModal;
@@ -1,4 +1,4 @@
1
- import{useState as oe}from"react";import{useTranslation as le}from"../i18n";import{View as T,Pressable as Te,Text as V}from"react-native";import{DURATION_FAST_MS as J,DURATION_SLOW_MS as K}from"../constants";import ue from"../customHooks/useAccordion";import{getDurationColor as D,handleOpenExternalLink as be}from"../helpers";import{ChevronIcon as Ve,CalendarIcon as Se,StatusIcon as Re,ClockIcon as Ce,SizeIcon as Le,TerminalIcon as Ie,GlobeIcon as Q}from"./NetworkIcons";import U from"./TouchableScale";import De from"./CopyButton";import{AppColors as h}from"../styles/AppColors";import{AppFonts as C}from"../styles/AppFonts";import e from"../styles";const Fe=({status:B,statusColor:M,duration:S,size:P,triggeredAt:E,method:j,contentType:_,url:z})=>{const{t:R}=le(),[G,X]=oe(!1),{isOpen:Y,toggleOpen:Z,chevronStyle:ee}=ue(!0),I=B===0||B==null,te=L=>{if(!L)return"\u2014";try{const $=L.indexOf("//");let F=L,v="";$!==-1&&(v=L.substring(0,$+2),F=L.substring($+2));const A=F.indexOf("/");let N=F,W="";A!==-1&&(N=F.substring(0,A),W=F.substring(A));const O=W.indexOf("?");let q=W,H="";return O!==-1&&(q=W.substring(0,O),H=W.substring(O)),<V style={{lineHeight:16}}>
1
+ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";import{View as T,Pressable as Te,Text as V}from"react-native";import{DURATION_FAST_MS as J,DURATION_SLOW_MS as K}from"../constants";import ue from"../customHooks/useAccordion";import{getDurationColor as D,handleOpenExternalLink as be}from"../helpers";import{ChevronIcon as Ve,CalendarIcon as Se,StatusIcon as Re,ClockIcon as Ce,SizeIcon as Le,TerminalIcon as Ie,GlobeIcon as Q}from"./NetworkIcons";import U from"./TouchableScale";import De from"./CopyButton";import{AppColors as h}from"../styles/AppColors";import{AppFonts as C}from"../styles/AppFonts";import e from"../styles";const Fe=({status:W,statusColor:M,duration:R,size:P,triggeredAt:E,method:j,contentType:_,url:z})=>{const{t:S}=le(),[G,X]=oe(!1),{isOpen:Y,toggleOpen:Z,chevronStyle:ee}=ue(!0),I=W===0||W==null,te=L=>{if(!L)return"\u2014";try{const $=L.indexOf("//");let F=L,v="";$!==-1&&(v=L.substring(0,$+2),F=L.substring($+2));const A=F.indexOf("/");let N=F,B="";A!==-1&&(N=F.substring(0,A),B=F.substring(A));const O=B.indexOf("?");let q=B,H="";return O!==-1&&(q=B.substring(0,O),H=B.substring(O)),<V style={{lineHeight:16}}>
2
2
  {v?<V style={{color:h.slate400,fontFamily:C.interRegular}}>{v}</V>:null}
3
3
  <V style={{color:h.purple,fontFamily:C.interBold}}>{N}</V>
4
4
  <V style={{color:h.slate700,fontFamily:C.interMedium}}>{q}</V>
@@ -6,9 +6,9 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
6
6
  </V>}catch{return L}};return<T style={e.metaContainer}>
7
7
  <Te onPress={Z}hitSlop={12}>
8
8
  <T style={e.metaHeader}>
9
- <V style={e.metaTitle}>Metadata</V>
9
+ <V style={e.metaTitle}>{S("errorBoundary.metadata","Metadata")}</V>
10
10
  <T style={{flexDirection:"row",alignItems:"center",gap:8}}>
11
- <De value={{status:B??0,duration:S!=null?`${S} ms`:"\u2014",size:P||"\u2014",triggeredAt:E||"",method:j||"GET",contentType:_||"application/json",url:z||""}}label="Metadata"/>
11
+ <De value={{status:W??0,duration:R!=null?`${R} ms`:"\u2014",size:P||"\u2014",triggeredAt:E||"",method:j||"GET",contentType:_||"application/json",url:z||""}}label="Metadata"/>
12
12
  <T style={ee}>
13
13
  <Ve color={h.grayTextWeak}size={14}/>
14
14
  </T>
@@ -20,7 +20,7 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
20
20
  <T style={e.metaRow}>
21
21
  <T style={e.metaLabelRow}>
22
22
  <Se color={h.grayTextWeak}size={14}/>
23
- <V style={e.metaLabel}>{R("network.triggeredAt")}</V>
23
+ <V style={e.metaLabel}>{S("network.triggeredAt")}</V>
24
24
  </T>
25
25
  <V style={[e.metaValue,{color:h.purple,fontSize:12}]}>
26
26
  {E}
@@ -31,7 +31,7 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
31
31
  <T style={e.metaRow}>
32
32
  <T style={e.metaLabelRow}>
33
33
  <Ie color={h.grayTextWeak}size={14}/>
34
- <V style={e.metaLabel}>{R("network.methodHeader")}</V>
34
+ <V style={e.metaLabel}>{S("network.methodHeader")}</V>
35
35
  </T>
36
36
  <T style={[e.statusChip,{borderColor:`${h.brandPurple}40`,backgroundColor:`${h.brandPurple}14`}]}>
37
37
  <V style={[e.statusText,{color:h.purple,fontFamily:C.interBold}]}>
@@ -44,11 +44,11 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
44
44
  <T style={e.metaRow}>
45
45
  <T style={e.metaLabelRow}>
46
46
  <Re color={h.grayTextWeak}/>
47
- <V style={e.metaLabel}>{R("network.statusHeader")}</V>
47
+ <V style={e.metaLabel}>{S("network.statusHeader")}</V>
48
48
  </T>
49
49
  <T style={[e.statusChip,{borderColor:I?`${h.errorColor}40`:`${M}40`,backgroundColor:I?`${h.errorColor}15`:`${M}15`}]}>
50
50
  <V style={[e.statusText,{color:I?h.errorColor:M}]}>
51
- {I?R("network.failedNetworkError"):String(B)}
51
+ {I?S("network.failedNetworkError"):String(W)}
52
52
  </V>
53
53
  </T>
54
54
  </T>
@@ -57,7 +57,7 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
57
57
  <T style={e.metaRow}>
58
58
  <T style={e.metaLabelRow}>
59
59
  <Q color={h.grayTextWeak}size={14}/>
60
- <V style={e.metaLabel}>{R("network.contentType")}</V>
60
+ <V style={e.metaLabel}>{S("network.contentType")}</V>
61
61
  </T>
62
62
  <V style={e.metaValue}>
63
63
  {_||"application/json"}
@@ -68,41 +68,41 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
68
68
  <T style={e.metaRow}>
69
69
  <T style={e.metaLabelRow}>
70
70
  <Ce color={h.grayTextWeak}size={14}/>
71
- <V style={e.metaLabel}>{R("network.durationHeader")}</V>
71
+ <V style={e.metaLabel}>{S("network.durationHeader")}</V>
72
72
  </T>
73
73
  <T style={e.metaValueRow}>
74
- {S!=null&&!I&&<T style={[e.perfBadge,{backgroundColor:`${D(S)}15`,borderColor:`${D(S)}40`}]}>
75
- <V style={[e.perfBadgeText,{color:D(S)}]}>
76
- {S<J?R("network.perf.fast"):S<K?R("network.perf.moderate"):R("network.perf.slow")}
74
+ {R!=null&&!I&&<T style={[e.perfBadge,{backgroundColor:`${D(R)}15`,borderColor:`${D(R)}40`}]}>
75
+ <V style={[e.perfBadgeText,{color:D(R)}]}>
76
+ {R<J?S("network.perf.fast"):R<K?S("network.perf.moderate"):S("network.perf.slow")}
77
77
  </V>
78
78
  </T>}
79
79
  <V style={e.metaValue}>
80
- {S!=null?`${S} ms`:"\u2014"}
80
+ {R!=null?`${R} ms`:"\u2014"}
81
81
  </V>
82
82
  </T>
83
83
  </T>
84
84
 
85
85
 
86
- {S!=null&&!I&&<T style={{paddingVertical:8,gap:6}}>
86
+ {R!=null&&!I&&<T style={{paddingVertical:8,gap:6}}>
87
87
  <T style={{flexDirection:"row",justifyContent:"space-between",alignItems:"center"}}>
88
88
  <V style={{fontFamily:C.interBold,fontSize:11,color:h.primaryBlack}}>
89
- {R("network.timingWaterfall")}
89
+ {S("network.timingWaterfall")}
90
90
  </V>
91
- <V style={{fontFamily:C.interMedium,fontSize:10.5,color:D(S)}}>
92
- {S<J?R("network.perf.fast"):S<K?R("network.perf.moderate"):R("network.perf.slow")}
91
+ <V style={{fontFamily:C.interMedium,fontSize:10.5,color:D(R)}}>
92
+ {R<J?S("network.perf.fast"):R<K?S("network.perf.moderate"):S("network.perf.slow")}
93
93
  </V>
94
94
  </T>
95
95
 
96
96
  <T style={{height:6,backgroundColor:h.grayBorderSecondary,borderRadius:3,overflow:"hidden"}}>
97
- <T style={{height:"100%",width:`${Math.min(100,Math.max(8,S/1200*100))}%`,backgroundColor:D(S),borderRadius:3}}/>
97
+ <T style={{height:"100%",width:`${Math.min(100,Math.max(8,R/1200*100))}%`,backgroundColor:D(R),borderRadius:3}}/>
98
98
  </T>
99
99
 
100
100
  <T style={{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginTop:1}}>
101
101
  <V style={{fontFamily:C.interRegular,fontSize:9.5,color:h.grayTextWeak}}>
102
102
  0 ms
103
103
  </V>
104
- <V style={{fontFamily:C.interBold,fontSize:10,color:D(S)}}>
105
- {S} ms
104
+ <V style={{fontFamily:C.interBold,fontSize:10,color:D(R)}}>
105
+ {R} ms
106
106
  </V>
107
107
  <V style={{fontFamily:C.interRegular,fontSize:9.5,color:h.grayTextWeak}}>
108
108
  1,200+ ms
@@ -114,7 +114,7 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
114
114
  <T style={e.metaRow}>
115
115
  <T style={e.metaLabelRow}>
116
116
  <Le color={h.grayTextWeak}/>
117
- <V style={e.metaLabel}>{R("network.sizeHeader")}</V>
117
+ <V style={e.metaLabel}>{S("network.sizeHeader")}</V>
118
118
  </T>
119
119
  <V style={e.metaValue}>{P}</V>
120
120
  </T>
@@ -124,19 +124,19 @@ import{useState as oe}from"react";import{useTranslation as le}from"../i18n";impo
124
124
  <T style={{flexDirection:"row",justifyContent:"space-between",width:"100%",alignItems:"center"}}>
125
125
  <T style={e.metaLabelRow}>
126
126
  <Q color={h.grayTextWeak}size={14}/>
127
- <V style={e.metaLabel}>{R("network.fullUrl")}</V>
127
+ <V style={e.metaLabel}>{S("network.fullUrl")}</V>
128
128
  </T>
129
129
 
130
130
  <T style={{flexDirection:"row",alignItems:"center",gap:10}}>
131
131
  {z&&z.length>50&&<U onPress={()=>X(L=>!L)}hitSlop={8}>
132
132
  <V style={{fontFamily:C.interBold,fontSize:10.5,color:h.purple}}>
133
- {R(G?"network.showLess":"network.showMore")}
133
+ {S(G?"network.showLess":"network.showMore")}
134
134
  </V>
135
135
  </U>}
136
136
 
137
137
  {z&&<U onPress={()=>be(z)}hitSlop={8}>
138
138
  <V style={{fontFamily:C.interBold,fontSize:10.5,color:h.purple,textDecorationLine:"underline"}}>
139
- {R("network.open")}
139
+ {S("network.open")}
140
140
  </V>
141
141
  </U>}
142
142
  </T>
@@ -1,33 +1,33 @@
1
- import{Component as I}from"react";import{StyleSheet as O,Text as T,View as C,TouchableOpacity as E,Platform as k}from"react-native";import{AppFonts as S}from"../styles/AppFonts";import{AppColors as e}from"../styles/AppColors";import{copyToClipboard as V}from"../helpers";import{WarningTriangleIcon as D,RefreshCcwIcon as B,CopyIcon as F}from"./NetworkIcons";import{handleInterceptedCrash as W}from"../customHooks/crashHandler";import{CrashType as M}from"../types/enums";export class ModuleErrorBoundary extends I{constructor(){super(...arguments),this.state={hasError:!1,error:null,copied:!1},this.handleRetry=()=>{this.setState({hasError:!1,error:null,copied:!1}),this.props.onRetry&&this.props.onRetry()},this.handleCopy=()=>{if(!this.state.error)return;const t=`[Module Error: ${this.props.moduleName||"Micro-Feature"}]
1
+ import{Component as V}from"react";import{StyleSheet as D,Text as T,View as C,TouchableOpacity as I,Platform as B}from"react-native";import{AppFonts as S}from"../styles/AppFonts";import{AppColors as e}from"../styles/AppColors";import{copyToClipboard as F}from"../helpers";import{WarningTriangleIcon as M,RefreshCcwIcon as W,CopyIcon as A}from"./NetworkIcons";import{handleInterceptedCrash as v}from"../customHooks/crashHandler";import{CrashType as N}from"../types/enums";import{t as E}from"../i18n";export class ModuleErrorBoundary extends V{constructor(){super(...arguments),this.state={hasError:!1,error:null,copied:!1},this.handleRetry=()=>{this.setState({hasError:!1,error:null,copied:!1}),this.props.onRetry&&this.props.onRetry()},this.handleCopy=()=>{if(!this.state.error)return;const r=`[Module Error: ${this.props.moduleName||"Micro-Feature"}]
2
2
  Message: ${this.state.error.message}
3
- Stack: ${this.state.error.stack||"N/A"}`;V(t),this.setState({copied:!0}),setTimeout(()=>{this.setState({copied:!1})},2e3)}}static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,R){try{W(t,t?.stack,!1,M.Js,R.componentStack||void 0)}catch{}this.props.onError&&this.props.onError(t,R)}render(){if(this.state.hasError&&this.state.error){const{fallback:t,moduleName:R="UI Module",containerStyle:z}=this.props;return typeof t=="function"?t(this.state.error,this.handleRetry):t||<C style={[r.card,z]}>
4
- <C style={r.headerRow}>
5
- <C style={r.titleRow}>
6
- <D color={e.red600}size={16}/>
7
- <T style={r.moduleName}numberOfLines={1}>
3
+ Stack: ${this.state.error.stack||"N/A"}`;F(r),this.setState({copied:!0}),setTimeout(()=>{this.setState({copied:!1})},2e3)}}static getDerivedStateFromError(r){return{hasError:!0,error:r}}componentDidCatch(r,R){try{v(r,r?.stack,!1,N.Js,R.componentStack||void 0)}catch{}this.props.onError&&this.props.onError(r,R)}render(){if(this.state.hasError&&this.state.error){const{fallback:r,moduleName:R="UI Module",containerStyle:O}=this.props;return typeof r=="function"?r(this.state.error,this.handleRetry):r||<C style={[t.card,O]}>
4
+ <C style={t.headerRow}>
5
+ <C style={t.titleRow}>
6
+ <M color={e.red600}size={16}/>
7
+ <T style={t.moduleName}numberOfLines={1}>
8
8
  {R}
9
9
  </T>
10
10
  </C>
11
- <C style={r.badge}>
12
- <T style={r.badgeText}>FAULT ISOLATED</T>
11
+ <C style={t.badge}>
12
+ <T style={t.badgeText}>{E("errorBoundary.faultIsolated","FAULT ISOLATED")}</T>
13
13
  </C>
14
14
  </C>
15
15
 
16
- <T style={r.message}numberOfLines={2}>
16
+ <T style={t.message}numberOfLines={2}>
17
17
  {this.state.error.message||"An unexpected rendering error occurred in this module."}
18
18
  </T>
19
19
 
20
- <C style={r.actionsRow}>
21
- <E style={r.retryButton}onPress={this.handleRetry}activeOpacity={.7}>
22
- <B color={e.white}size={12}/>
23
- <T style={r.retryText}>Retry Module</T>
24
- </E>
20
+ <C style={t.actionsRow}>
21
+ <I style={t.retryButton}onPress={this.handleRetry}activeOpacity={.7}>
22
+ <W color={e.white}size={12}/>
23
+ <T style={t.retryText}>{E("errorBoundary.retryModule","Retry Module")}</T>
24
+ </I>
25
25
 
26
- <E style={r.copyButton}onPress={this.handleCopy}activeOpacity={.7}>
27
- <F color={e.slate600}size={12}/>
28
- <T style={r.copyText}>
29
- {this.state.copied?"Copied":"Copy Error"}
26
+ <I style={t.copyButton}onPress={this.handleCopy}activeOpacity={.7}>
27
+ <A color={e.slate600}size={12}/>
28
+ <T style={t.copyText}>
29
+ {this.state.copied?E("common.copied","Copied"):E("common.copy","Copy Error")}
30
30
  </T>
31
- </E>
31
+ </I>
32
32
  </C>
33
- </C>}return this.props.children}}export default ModuleErrorBoundary;const r=O.create({card:{backgroundColor:e.red50,borderColor:`${e.red500}33`,borderWidth:1.2,borderRadius:16,padding:14,marginVertical:6,gap:10,...k?.select?k.select({ios:{shadowColor:e.red600,shadowOffset:{width:0,height:2},shadowOpacity:.06,shadowRadius:6},android:{elevation:2}}):{elevation:2}},headerRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:6},titleRow:{flexDirection:"row",alignItems:"center",gap:6,flexShrink:1},moduleName:{fontSize:12.5,fontWeight:"800",color:e.redErrorText,fontFamily:S.interBold,flexShrink:1},badge:{backgroundColor:e.red100,paddingHorizontal:6,paddingVertical:2,borderRadius:6,borderWidth:1,borderColor:`${e.red500}4D`},badgeText:{fontSize:8.5,fontWeight:"800",color:e.rose700,letterSpacing:.4},message:{fontSize:11.5,color:e.redErrorText,lineHeight:16,fontFamily:S.interRegular},actionsRow:{flexDirection:"row",alignItems:"center",gap:8,marginTop:2},retryButton:{flex:1,flexDirection:"row",alignItems:"center",justifyContent:"center",gap:6,backgroundColor:e.red600,paddingVertical:7,paddingHorizontal:12,borderRadius:9},retryText:{fontSize:11,fontWeight:"700",color:e.white,fontFamily:S.interBold},copyButton:{flexDirection:"row",alignItems:"center",justifyContent:"center",gap:4,backgroundColor:e.graySurface,paddingVertical:7,paddingHorizontal:12,borderRadius:9,borderWidth:1,borderColor:e.grayBorderSecondary},copyText:{fontSize:11,fontWeight:"600",color:e.grayText,fontFamily:S.interMedium}});
33
+ </C>}return this.props.children}}export default ModuleErrorBoundary;const t=D.create({card:{backgroundColor:e.red50,borderColor:`${e.red500}33`,borderWidth:1.2,borderRadius:16,padding:14,marginVertical:6,gap:10,...B?.select?B.select({ios:{shadowColor:e.red600,shadowOffset:{width:0,height:2},shadowOpacity:.06,shadowRadius:6},android:{elevation:2}}):{elevation:2}},headerRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:6},titleRow:{flexDirection:"row",alignItems:"center",gap:6,flexShrink:1},moduleName:{fontSize:12.5,fontWeight:"800",color:e.redErrorText,fontFamily:S.interBold,flexShrink:1},badge:{backgroundColor:e.red100,paddingHorizontal:6,paddingVertical:2,borderRadius:6,borderWidth:1,borderColor:`${e.red500}4D`},badgeText:{fontSize:8.5,fontWeight:"800",color:e.rose700,letterSpacing:.4},message:{fontSize:11.5,color:e.redErrorText,lineHeight:16,fontFamily:S.interRegular},actionsRow:{flexDirection:"row",alignItems:"center",gap:8,marginTop:2},retryButton:{flex:1,flexDirection:"row",alignItems:"center",justifyContent:"center",gap:6,backgroundColor:e.red600,paddingVertical:7,paddingHorizontal:12,borderRadius:9},retryText:{fontSize:11,fontWeight:"700",color:e.white,fontFamily:S.interBold},copyButton:{flexDirection:"row",alignItems:"center",justifyContent:"center",gap:4,backgroundColor:e.graySurface,paddingVertical:7,paddingHorizontal:12,borderRadius:9,borderWidth:1,borderColor:e.grayBorderSecondary},copyText:{fontSize:11,fontWeight:"600",color:e.grayText,fontFamily:S.interMedium}});
@@ -158,6 +158,8 @@ export declare const FilmIcon: ({ color, size, }: IconProps) => React.JSX.Elemen
158
158
  export declare const ScreencastIcon: ({ color, size, }: IconProps) => React.JSX.Element;
159
159
  export declare const ListIcon: ({ color, size }: IconProps) => React.JSX.Element;
160
160
  export declare const GridIcon: ({ color, size }: IconProps) => React.JSX.Element;
161
+ export declare const GridlinesIcon: ({ color, size }: IconProps) => React.JSX.Element;
162
+ export declare const CameraRollIcon: ({ color, size }: IconProps) => React.JSX.Element;
161
163
  export declare const MinimizeWindowIcon: ({ color, size }: IconProps) => React.JSX.Element;
162
164
  export declare const BookOpenIcon: ({ color, size, }: IconProps) => React.JSX.Element;
163
165
  export declare const WrenchIcon: ({ color, size, }: IconProps) => React.JSX.Element;
@@ -210,3 +212,20 @@ export declare const UndoIcon: ({ color, size }: IconProps) => React.JSX.Element
210
212
  export declare const ResizeIcon: ({ color, size }: IconProps) => React.JSX.Element;
211
213
  export declare const AspectRatioIcon: ({ color, size }: IconProps) => React.JSX.Element;
212
214
  export declare const GripVerticalIcon: ({ color, size }: IconProps) => React.JSX.Element;
215
+ export declare const SaveIcon: ({ color, size }: IconProps) => React.JSX.Element;
216
+ export declare const RedoIcon: ({ color, size }: IconProps) => React.JSX.Element;
217
+ export declare const MoreDotsIcon: ({ color, size }: IconProps) => React.JSX.Element;
218
+ export declare const SunAdjustIcon: ({ color, size }: IconProps) => React.JSX.Element;
219
+ export declare const FlaskAiIcon: ({ color, size }: IconProps) => React.JSX.Element;
220
+ export declare const DownloadExportIcon: ({ color, size }: IconProps) => React.JSX.Element;
221
+ export declare const PixelateIcon: ({ color, size }: IconProps) => React.JSX.Element;
222
+ export declare const HighlighterIcon: ({ color, size }: IconProps) => React.JSX.Element;
223
+ export declare const ArrowRightIcon: ({ color, size }: IconProps) => React.JSX.Element;
224
+ export declare const EyeCompareIcon: ({ color, size }: IconProps) => React.JSX.Element;
225
+ export declare const BrightnessIcon: ({ color, size }: IconProps) => React.JSX.Element;
226
+ export declare const ContrastIcon: ({ color, size }: IconProps) => React.JSX.Element;
227
+ export declare const SaturationIcon: ({ color, size }: IconProps) => React.JSX.Element;
228
+ export declare const WarmthIcon: ({ color, size }: IconProps) => React.JSX.Element;
229
+ export declare const ExposureIcon: ({ color, size }: IconProps) => React.JSX.Element;
230
+ export declare const VignetteIcon: ({ color, size }: IconProps) => React.JSX.Element;
231
+ export declare const ArrowForwardIcon: ({ color, size }: IconProps) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as V,Polyline as C,Rect as B}from"react-native-svg";import{AppColors as p}from"../styles/AppColors";export const EmptyRadarIcon=({color:e=p.purple,size:t=32})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
1
+ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as H,Polyline as C,Rect as B}from"react-native-svg";import{AppColors as p}from"../styles/AppColors";export const EmptyRadarIcon=({color:e=p.purple,size:t=32})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
2
2
  <L d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"stroke={e}strokeWidth="1.5"strokeLinecap="round"strokeLinejoin="round"/>
3
3
  <M cx="12"cy="11"r="3"stroke={e}strokeWidth="1.5"/>
4
4
  <L d="M12 14v3"stroke={e}strokeWidth="1.5"strokeLinecap="round"/>
@@ -80,8 +80,8 @@ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as
80
80
  <L d="M4 6h4M4 12h7M4 18h10"stroke={e}strokeWidth="2"strokeLinecap="round"/>
81
81
  <L d="M18 18V6m0 0l-3 3m3-3l3 3"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
82
82
  </>}
83
- </W>,ChevronIcon=({color:e=p.grayTextWeak,size:t=14,direction:I="down"})=>{let m="M6 9l6 6 6-6";return I==="up"?m="M18 15l-6-6-6 6":I==="right"?m="M9 18l6-6-6-6":I==="left"&&(m="M15 18l-6-6 6-6"),<W width={t}height={t}viewBox="0 0 24 24"fill="none">
84
- <L d={m}stroke={e}strokeWidth="2.5"strokeLinecap="round"strokeLinejoin="round"/>
83
+ </W>,ChevronIcon=({color:e=p.grayTextWeak,size:t=14,direction:I="down"})=>{let V="M6 9l6 6 6-6";return I==="up"?V="M18 15l-6-6-6 6":I==="right"?V="M9 18l6-6-6-6":I==="left"&&(V="M15 18l-6-6 6-6"),<W width={t}height={t}viewBox="0 0 24 24"fill="none">
84
+ <L d={V}stroke={e}strokeWidth="2.5"strokeLinecap="round"strokeLinejoin="round"/>
85
85
  </W>},FilterIcon=({color:e=p.grayTextWeak,size:t=18})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
86
86
  <L d="M4 6h16M7 12h10M10 18h4"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
87
87
  </W>,DownloadIcon=({color:e=p.primaryLight,size:t=18})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
@@ -500,6 +500,17 @@ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as
500
500
  <B x="14"y="3"width="7"height="7"rx="1.5"stroke={e}strokeWidth="2"/>
501
501
  <B x="14"y="14"width="7"height="7"rx="1.5"stroke={e}strokeWidth="2"/>
502
502
  <B x="3"y="14"width="7"height="7"rx="1.5"stroke={e}strokeWidth="2"/>
503
+ </W>,GridlinesIcon=({color:e=p.white,size:t=14})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
504
+ <B x="3"y="3"width="18"height="18"rx="2"stroke={e}strokeWidth="1.8"/>
505
+ <S x1="9"y1="3"x2="9"y2="21"stroke={e}strokeWidth="1.4"strokeDasharray="3 2"/>
506
+ <S x1="15"y1="3"x2="15"y2="21"stroke={e}strokeWidth="1.4"strokeDasharray="3 2"/>
507
+ <S x1="3"y1="9"x2="21"y2="9"stroke={e}strokeWidth="1.4"strokeDasharray="3 2"/>
508
+ <S x1="3"y1="15"x2="21"y2="15"stroke={e}strokeWidth="1.4"strokeDasharray="3 2"/>
509
+ </W>,CameraRollIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
510
+ <B x="3"y="3"width="18"height="18"rx="3"stroke={e}strokeWidth="1.8"/>
511
+ <M cx="8.5"cy="8.5"r="1.8"fill={e}/>
512
+ <L d="M21 16l-5.5-5.5a1 1 0 0 0-1.4 0L4 20"stroke={e}strokeWidth="1.8"strokeLinecap="round"strokeLinejoin="round"/>
513
+ <L d="M14 14l2.5-2.5a1 1 0 0 1 1.4 0L21 14.5"stroke={e}strokeWidth="1.8"strokeLinecap="round"strokeLinejoin="round"/>
503
514
  </W>,MinimizeWindowIcon=({color:e=p.white,size:t=14})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
504
515
  <L d="M4 14h6v6M20 10h-6V4M14 10l7-7M10 14l-7 7"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
505
516
  </W>,BookOpenIcon=({color:e=p.purple,size:t=18})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
@@ -603,7 +614,7 @@ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as
603
614
  <S x1="14.47"y1="14.48"x2="20"y2="20"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
604
615
  <S x1="8.12"y1="8.12"x2="12"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
605
616
  </W>,VolumeXIcon=({color:e=p.white,size:t=18})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
606
- <V points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
617
+ <H points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
607
618
  <S x1="23"y1="9"x2="17"y2="15"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
608
619
  <S x1="17"y1="9"x2="23"y2="15"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
609
620
  </W>,MailIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
@@ -628,7 +639,7 @@ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as
628
639
  </W>,ShapesIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
629
640
  <B x="3"y="3"width="8"height="8"rx="1.5"stroke={e}strokeWidth="2"/>
630
641
  <M cx="17.5"cy="17.5"r="4.5"stroke={e}strokeWidth="2"/>
631
- <V points="18,3 22,11 14,11"stroke={e}strokeWidth="2"strokeLinejoin="round"/>
642
+ <H points="18,3 22,11 14,11"stroke={e}strokeWidth="2"strokeLinejoin="round"/>
632
643
  </W>,RectangleIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
633
644
  <B x="3"y="5"width="18"height="14"rx="2"stroke={e}strokeWidth="2"/>
634
645
  </W>,CircleIconOutline=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
@@ -670,4 +681,77 @@ import"react";import W,{Circle as M,Ellipse as T,Line as S,Path as L,Polygon as
670
681
  <M cx="15"cy="5"r="1.5"fill={e}/>
671
682
  <M cx="15"cy="12"r="1.5"fill={e}/>
672
683
  <M cx="15"cy="19"r="1.5"fill={e}/>
684
+ </W>,SaveIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
685
+ <L d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
686
+ <C points="17 21 17 13 7 13 7 21"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
687
+ <C points="7 3 7 8 15 8"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
688
+ </W>,RedoIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
689
+ <L d="M21 7v6h-6"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
690
+ <L d="M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3L21 13"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
691
+ </W>,MoreDotsIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
692
+ <M cx="12"cy="12"r="2"fill={e}/>
693
+ <M cx="19"cy="12"r="2"fill={e}/>
694
+ <M cx="5"cy="12"r="2"fill={e}/>
695
+ </W>,SunAdjustIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
696
+ <M cx="12"cy="12"r="4"stroke={e}strokeWidth="2"/>
697
+ <S x1="12"y1="2"x2="12"y2="4"stroke={e}strokeWidth="2"strokeLinecap="round"/>
698
+ <S x1="12"y1="20"x2="12"y2="22"stroke={e}strokeWidth="2"strokeLinecap="round"/>
699
+ <S x1="4.22"y1="4.22"x2="5.64"y2="5.64"stroke={e}strokeWidth="2"strokeLinecap="round"/>
700
+ <S x1="18.36"y1="18.36"x2="19.78"y2="19.78"stroke={e}strokeWidth="2"strokeLinecap="round"/>
701
+ <S x1="2"y1="12"x2="4"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"/>
702
+ <S x1="20"y1="12"x2="22"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"/>
703
+ <S x1="4.22"y1="19.78"x2="5.64"y2="18.36"stroke={e}strokeWidth="2"strokeLinecap="round"/>
704
+ <S x1="18.36"y1="5.64"x2="19.78"y2="4.22"stroke={e}strokeWidth="2"strokeLinecap="round"/>
705
+ </W>,FlaskAiIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
706
+ <L d="M9 3h6M10 9h4M10 3v6l-4 8a2 2 0 0 0 1.8 3h8.4a2 2 0 0 0 1.8-3l-4-8V3"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
707
+ </W>,DownloadExportIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
708
+ <L d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
709
+ <C points="7 10 12 15 17 10"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
710
+ <S x1="12"y1="15"x2="12"y2="3"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
711
+ </W>,PixelateIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
712
+ <B x="3"y="3"width="7"height="7"rx="1"fill={e}opacity={.8}/>
713
+ <B x="14"y="3"width="7"height="7"rx="1"stroke={e}strokeWidth="1.5"/>
714
+ <B x="3"y="14"width="7"height="7"rx="1"stroke={e}strokeWidth="1.5"/>
715
+ <B x="14"y="14"width="7"height="7"rx="1"fill={e}opacity={.8}/>
716
+ </W>,HighlighterIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
717
+ <L d="M12 19l7-7 3 3-7 7-3-3z"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
718
+ <L d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
719
+ <L d="M2 22h8"stroke={e}strokeWidth="2"strokeLinecap="round"/>
720
+ </W>,ArrowRightIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
721
+ <S x1="5"y1="12"x2="19"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
722
+ <C points="12 5 19 12 12 19"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
723
+ </W>,EyeCompareIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
724
+ <L d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
725
+ <M cx="12"cy="12"r="3"stroke={e}strokeWidth="2"/>
726
+ </W>,BrightnessIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
727
+ <M cx="12"cy="12"r="4"stroke={e}strokeWidth="2"/>
728
+ <S x1="12"y1="1"x2="12"y2="3"stroke={e}strokeWidth="2"strokeLinecap="round"/>
729
+ <S x1="12"y1="21"x2="12"y2="23"stroke={e}strokeWidth="2"strokeLinecap="round"/>
730
+ <S x1="4.22"y1="4.22"x2="5.64"y2="5.64"stroke={e}strokeWidth="2"strokeLinecap="round"/>
731
+ <S x1="18.36"y1="18.36"x2="19.78"y2="19.78"stroke={e}strokeWidth="2"strokeLinecap="round"/>
732
+ <S x1="1"y1="12"x2="3"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"/>
733
+ <S x1="21"y1="12"x2="23"y2="12"stroke={e}strokeWidth="2"strokeLinecap="round"/>
734
+ <S x1="4.22"y1="19.78"x2="5.64"y2="18.36"stroke={e}strokeWidth="2"strokeLinecap="round"/>
735
+ <S x1="18.36"y1="5.64"x2="19.78"y2="4.22"stroke={e}strokeWidth="2"strokeLinecap="round"/>
736
+ </W>,ContrastIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
737
+ <M cx="12"cy="12"r="9"stroke={e}strokeWidth="2"/>
738
+ <L d="M12 3a9 9 0 0 1 0 18z"fill={e}/>
739
+ </W>,SaturationIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
740
+ <L d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
741
+ <L d="M12 2.69v17.31a8 8 0 0 0 5.66-2.34"fill={e}opacity={.4}/>
742
+ </W>,WarmthIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
743
+ <L d="M12 2c1 3.5 4 6 4 9a6 6 0 1 1-12 0c0-3 3-5.5 4-9 1 2 2 3 4 0z"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
744
+ </W>,ExposureIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
745
+ <B x="3"y="3"width="18"height="18"rx="3"stroke={e}strokeWidth="2"/>
746
+ <S x1="3"y1="21"x2="21"y2="3"stroke={e}strokeWidth="2"/>
747
+
748
+ <S x1="7.5"y1="5.5"x2="7.5"y2="9.5"stroke={e}strokeWidth="1.8"strokeLinecap="round"/>
749
+ <S x1="5.5"y1="7.5"x2="9.5"y2="7.5"stroke={e}strokeWidth="1.8"strokeLinecap="round"/>
750
+
751
+ <S x1="14.5"y1="16.5"x2="18.5"y2="16.5"stroke={e}strokeWidth="1.8"strokeLinecap="round"/>
752
+ </W>,VignetteIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
753
+ <B x="2"y="4"width="20"height="16"rx="3"stroke={e}strokeWidth="2"/>
754
+ <T cx="12"cy="12"rx="6"ry="4.5"stroke={e}strokeWidth="1.8"strokeDasharray="2,2"/>
755
+ </W>,ArrowForwardIcon=({color:e=p.white,size:t=16})=><W width={t}height={t}viewBox="0 0 24 24"fill="none">
756
+ <L d="M5 12h14M12 5l7 7-7 7"stroke={e}strokeWidth="2"strokeLinecap="round"strokeLinejoin="round"/>
673
757
  </W>;
@@ -1,39 +1,39 @@
1
- import"react";import{View as V,Pressable as C,Text as S}from"react-native";import W,{Rect as O,Path as H}from"react-native-svg";import B from"./CopyButton";import R from"../customHooks/useAccordion";import{ChevronIcon as A}from"./NetworkIcons";import{AppColors as b}from"../styles/AppColors";import e from"../styles";const q=({routeInfo:P})=>{const f=R(!0),T=R(!1),j=P.params&&Object.keys(P.params).length>0;return<V style={e.sourcePageCard}>
2
- <C onPress={f.toggleOpen}hitSlop={12}>
1
+ import"react";import{View as V,Pressable as R,Text as S}from"react-native";import J,{Rect as B,Path as M}from"react-native-svg";import O from"./CopyButton";import A from"../customHooks/useAccordion";import{ChevronIcon as L}from"./NetworkIcons";import{useTranslation as N}from"../i18n";import{AppColors as b}from"../styles/AppColors";import e from"../styles";const K=({routeInfo:P})=>{const{t:C}=N(),f=A(!0),T=A(!1),W=P.params&&Object.keys(P.params).length>0;return<V style={e.sourcePageCard}>
2
+ <R onPress={f.toggleOpen}hitSlop={12}>
3
3
  <V style={e.sourcePageAccordionHeader}>
4
4
  <V style={e.sourcePageTop}>
5
5
  <V style={e.sourcePageIcon}>
6
- <W width={14}height={14}viewBox="0 0 24 24"fill="none">
7
- <O x="3"y="3"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
8
- <O x="14"y="3"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
9
- <O x="3"y="14"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
10
- <H d="M14 17.5h7M17.5 14v7"stroke={b.purple}strokeWidth="2"strokeLinecap="round"/>
11
- </W>
6
+ <J width={14}height={14}viewBox="0 0 24 24"fill="none">
7
+ <B x="3"y="3"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
8
+ <B x="14"y="3"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
9
+ <B x="3"y="14"width="7"height="7"rx="1.5"stroke={b.purple}strokeWidth="2"/>
10
+ <M d="M14 17.5h7M17.5 14v7"stroke={b.purple}strokeWidth="2"strokeLinecap="round"/>
11
+ </J>
12
12
  </V>
13
13
  <V style={{flex:1}}>
14
- <S style={e.sourcePageLabel}>Source Page</S>
14
+ <S style={e.sourcePageLabel}>{C("errorBoundary.sourcePage","Source Page")}</S>
15
15
  <S style={e.sourcePageValue}numberOfLines={1}>
16
16
  {P.path}
17
17
  </S>
18
18
  </V>
19
19
  </V>
20
20
  <V style={e.sourcePageHeaderRight}>
21
- <B value={P.path}label="Source Path"/>
21
+ <O value={P.path}label="Source Path"/>
22
22
  <V style={e.iconSquareBtn}>
23
23
  <V style={f.chevronStyle}>
24
- <A color={b.grayTextStrong}size={14}/>
24
+ <L color={b.grayTextStrong}size={14}/>
25
25
  </V>
26
26
  </V>
27
27
  </V>
28
28
  </V>
29
- </C>
29
+ </R>
30
30
 
31
31
  {f.isOpen&&<V>
32
- {j&&<V style={e.sourceParamsBox}>
33
- <C onPress={T.toggleOpen}hitSlop={10}>
32
+ {W&&<V style={e.sourceParamsBox}>
33
+ <R onPress={T.toggleOpen}hitSlop={10}>
34
34
  <V style={e.paramsAccordionHeader}>
35
35
  <V style={e.paramsAccordionLeft}>
36
- <S style={e.sourceParamsLabel}>Parameters</S>
36
+ <S style={e.sourceParamsLabel}>{C("errorBoundary.parameters","Parameters")}</S>
37
37
  <V style={e.headerCountBadge}>
38
38
  <S style={e.headerCountText}>
39
39
  {Object.keys(P.params).length}
@@ -41,27 +41,27 @@ import"react";import{View as V,Pressable as C,Text as S}from"react-native";impor
41
41
  </V>
42
42
  </V>
43
43
  <V style={e.paramsAccordionRight}>
44
- <B value={P.params}label="Parameters"/>
44
+ <O value={P.params}label="Parameters"/>
45
45
  <V style={e.iconSquareBtn}>
46
46
  <V style={T.chevronStyle}>
47
- <A color={b.grayTextStrong}size={14}/>
47
+ <L color={b.grayTextStrong}size={14}/>
48
48
  </V>
49
49
  </V>
50
50
  </V>
51
51
  </V>
52
- </C>
52
+ </R>
53
53
 
54
54
  {T.isOpen&&<V style={e.paramsBody}>
55
- {Object.entries(P.params).map(([k,x],v,L)=><V key={k}style={[e.paramRow,v<L.length-1?e.paramRowBorder:null]}>
55
+ {Object.entries(P.params).map(([k,x],H,q)=><V key={k}style={[e.paramRow,H<q.length-1?e.paramRowBorder:null]}>
56
56
  <S style={e.paramKey}>{k}</S>
57
57
  <V style={e.paramValueRow}>
58
58
  <S selectable style={e.paramValue}>
59
59
  {typeof x=="object"?JSON.stringify(x):String(x)}
60
60
  </S>
61
- <B value={typeof x=="object"?JSON.stringify(x):String(x)}label={k}/>
61
+ <O value={typeof x=="object"?JSON.stringify(x):String(x)}label={k}/>
62
62
  </V>
63
63
  </V>)}
64
64
  </V>}
65
65
  </V>}
66
66
  </V>}
67
- </V>};export default q;
67
+ </V>};export default K;
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "2.5.1";
1
+ export declare const LIB_VERSION = "2.5.3";
@@ -1 +1 @@
1
- export const LIB_VERSION="2.5.1";
1
+ export const LIB_VERSION="2.5.3";