react-native-inapp-inspector 2.5.9 → 2.5.11

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 (300) hide show
  1. package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
  2. package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
  3. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  4. package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
  5. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/results.bin +1 -0
  6. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
  7. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
  8. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
  9. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
  10. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
  11. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$activityEventListener$1.dex +0 -0
  12. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
  13. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.dex +0 -0
  14. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
  15. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.dex +0 -0
  16. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
  17. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
  18. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  19. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/results.bin +1 -0
  20. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/transformed/classes/classes_dex/classes.dex +0 -0
  21. package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
  22. package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +160 -0
  23. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  24. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +212 -0
  25. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
  26. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
  27. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
  28. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
  29. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
  30. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
  31. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
  32. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +300 -0
  33. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
  34. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
  35. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
  36. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
  37. package/android/build/generated/source/codegen/schema.json +1 -0
  38. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  39. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  40. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  41. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  42. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  43. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  44. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  45. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  46. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  47. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  48. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  49. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  50. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  51. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
  52. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  53. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  54. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  55. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  56. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  57. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  58. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  59. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
  60. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  61. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  62. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  63. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  64. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  65. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  66. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
  67. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  68. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  69. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
  70. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  71. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  72. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  73. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  74. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  75. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  76. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  77. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  78. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  79. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  80. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  81. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  82. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  83. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  84. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  85. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  86. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  161. package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  162. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  163. package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  164. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  165. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  166. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  167. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  168. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  169. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$57$$inlined$sortedByDescending$1.class +0 -0
  170. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  171. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  172. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
  173. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  174. package/dist/commonjs/a11y.d.ts +2 -0
  175. package/dist/commonjs/a11y.js +1 -0
  176. package/dist/commonjs/components/ErrorBoundary.js +1 -1
  177. package/dist/commonjs/components/Inspector/A11yTab.d.ts +2 -0
  178. package/dist/commonjs/components/Inspector/A11yTab.js +268 -0
  179. package/dist/commonjs/components/Inspector/AboutModal.js +4 -1
  180. package/dist/commonjs/components/Inspector/ConsoleExportModal.d.ts +10 -0
  181. package/dist/commonjs/components/Inspector/ConsoleExportModal.js +317 -0
  182. package/dist/commonjs/components/Inspector/ConsoleTab.js +20 -15
  183. package/dist/commonjs/components/Inspector/DeveloperSponsorCard.d.ts +9 -0
  184. package/dist/commonjs/components/Inspector/DeveloperSponsorCard.js +52 -0
  185. package/dist/commonjs/components/Inspector/FloatingCaptureWidget.js +4 -4
  186. package/dist/commonjs/components/Inspector/InspectorHeader.js +74 -66
  187. package/dist/commonjs/components/Inspector/MediaGalleryTab.js +34 -20
  188. package/dist/commonjs/components/Inspector/MediaPreviewModal.js +49 -44
  189. package/dist/commonjs/components/Inspector/NetworkTab.js +10 -7
  190. package/dist/commonjs/components/Inspector/SettingsPanel.js +242 -148
  191. package/dist/commonjs/components/Inspector/SkeletonPlaceholder.js +3 -3
  192. package/dist/commonjs/components/ModuleErrorBoundary.js +1 -1
  193. package/dist/commonjs/components/NetworkIcons.d.ts +3 -0
  194. package/dist/commonjs/components/NetworkIcons.js +18 -5
  195. package/dist/commonjs/components/SkeletonPlaceholder.js +3 -3
  196. package/dist/commonjs/constants/version.d.ts +1 -1
  197. package/dist/commonjs/constants/version.js +1 -1
  198. package/dist/commonjs/customHooks/a11yAdapter.d.ts +11 -0
  199. package/dist/commonjs/customHooks/a11yAdapter.js +1 -0
  200. package/dist/commonjs/customHooks/crashHandler.d.ts +9 -1
  201. package/dist/commonjs/customHooks/crashHandler.js +4 -4
  202. package/dist/commonjs/helpers/remoteConfig.d.ts +8 -0
  203. package/dist/commonjs/helpers/remoteConfig.js +1 -1
  204. package/dist/commonjs/helpers/shareFormatter.d.ts +15 -0
  205. package/dist/commonjs/helpers/shareFormatter.js +15 -8
  206. package/dist/commonjs/helpers/sponsorService.d.ts +20 -0
  207. package/dist/commonjs/helpers/sponsorService.js +1 -0
  208. package/dist/commonjs/helpers/telemetry.js +1 -1
  209. package/dist/commonjs/i18n/locales/ar.json +1 -1
  210. package/dist/commonjs/i18n/locales/bn.json +1 -1
  211. package/dist/commonjs/i18n/locales/de.json +1 -1
  212. package/dist/commonjs/i18n/locales/en.json +1 -1
  213. package/dist/commonjs/i18n/locales/es.json +1 -1
  214. package/dist/commonjs/i18n/locales/fr.json +1 -1
  215. package/dist/commonjs/i18n/locales/gu.json +1 -1
  216. package/dist/commonjs/i18n/locales/hi.json +1 -1
  217. package/dist/commonjs/i18n/locales/id.json +1 -1
  218. package/dist/commonjs/i18n/locales/it.json +1 -1
  219. package/dist/commonjs/i18n/locales/ja.json +1 -1
  220. package/dist/commonjs/i18n/locales/kn.json +1 -1
  221. package/dist/commonjs/i18n/locales/ko.json +1 -1
  222. package/dist/commonjs/i18n/locales/ml.json +1 -1
  223. package/dist/commonjs/i18n/locales/mr.json +1 -1
  224. package/dist/commonjs/i18n/locales/nl.json +1 -1
  225. package/dist/commonjs/i18n/locales/pa.json +1 -1
  226. package/dist/commonjs/i18n/locales/pl.json +1 -1
  227. package/dist/commonjs/i18n/locales/pt.json +1 -1
  228. package/dist/commonjs/i18n/locales/ru.json +1 -1
  229. package/dist/commonjs/i18n/locales/ta.json +1 -1
  230. package/dist/commonjs/i18n/locales/te.json +1 -1
  231. package/dist/commonjs/i18n/locales/tr.json +1 -1
  232. package/dist/commonjs/i18n/locales/vi.json +1 -1
  233. package/dist/commonjs/i18n/locales/zh.json +1 -1
  234. package/dist/commonjs/index.d.ts +3 -1
  235. package/dist/commonjs/index.js +3 -3
  236. package/dist/commonjs/types/interfaces.d.ts +20 -0
  237. package/dist/esm/a11y.d.ts +2 -0
  238. package/dist/esm/a11y.js +1 -0
  239. package/dist/esm/components/ErrorBoundary.js +10 -10
  240. package/dist/esm/components/Inspector/A11yTab.d.ts +2 -0
  241. package/dist/esm/components/Inspector/A11yTab.js +268 -0
  242. package/dist/esm/components/Inspector/AboutModal.js +17 -14
  243. package/dist/esm/components/Inspector/ConsoleExportModal.d.ts +10 -0
  244. package/dist/esm/components/Inspector/ConsoleExportModal.js +317 -0
  245. package/dist/esm/components/Inspector/ConsoleTab.js +38 -33
  246. package/dist/esm/components/Inspector/DeveloperSponsorCard.d.ts +9 -0
  247. package/dist/esm/components/Inspector/DeveloperSponsorCard.js +52 -0
  248. package/dist/esm/components/Inspector/FloatingCaptureWidget.js +22 -22
  249. package/dist/esm/components/Inspector/InspectorHeader.js +195 -187
  250. package/dist/esm/components/Inspector/MediaGalleryTab.js +88 -74
  251. package/dist/esm/components/Inspector/MediaPreviewModal.js +178 -173
  252. package/dist/esm/components/Inspector/NetworkTab.js +86 -83
  253. package/dist/esm/components/Inspector/SettingsPanel.js +329 -235
  254. package/dist/esm/components/Inspector/SkeletonPlaceholder.js +11 -11
  255. package/dist/esm/components/ModuleErrorBoundary.js +1 -1
  256. package/dist/esm/components/NetworkIcons.d.ts +3 -0
  257. package/dist/esm/components/NetworkIcons.js +16 -3
  258. package/dist/esm/components/SkeletonPlaceholder.js +11 -11
  259. package/dist/esm/constants/version.d.ts +1 -1
  260. package/dist/esm/constants/version.js +1 -1
  261. package/dist/esm/customHooks/a11yAdapter.d.ts +11 -0
  262. package/dist/esm/customHooks/a11yAdapter.js +1 -0
  263. package/dist/esm/customHooks/crashHandler.d.ts +9 -1
  264. package/dist/esm/customHooks/crashHandler.js +6 -6
  265. package/dist/esm/helpers/remoteConfig.d.ts +8 -0
  266. package/dist/esm/helpers/remoteConfig.js +1 -1
  267. package/dist/esm/helpers/shareFormatter.d.ts +15 -0
  268. package/dist/esm/helpers/shareFormatter.js +15 -8
  269. package/dist/esm/helpers/sponsorService.d.ts +20 -0
  270. package/dist/esm/helpers/sponsorService.js +1 -0
  271. package/dist/esm/helpers/telemetry.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.d.ts +3 -1
  298. package/dist/esm/index.js +8 -8
  299. package/dist/esm/types/interfaces.d.ts +20 -0
  300. package/package.json +1 -1
@@ -0,0 +1,268 @@
1
+ import{useCallback as O,useEffect as ce,useMemo as G,useState as v}from"react";import{Platform as de,ScrollView as _,StyleSheet as N,Text as T,TextInput as F,TouchableOpacity as R,View as C}from"react-native";import{announceA11y as ge,calculateContrastRatio as ue,evaluateTouchTarget as ye,getA11yState as be,getA11ySuiteInstance as me,subscribeA11yState as Te,syncA11yTelemetry as J,WCAG_RULES as pe}from"../../customHooks/a11yAdapter";import{copyToClipboard as Ce}from"../../helpers";import{showToast as L}from"../../helpers/toast";import{useTranslation as xe}from"../../i18n";import{AppColors as t}from"../../styles/AppColors";import{AppFonts as f}from"../../styles/AppFonts";import{AccessibilityIcon as P,ChevronIcon as Se,CopyIcon as Be,SearchIcon as Ae,SignalIcon as U,TerminalIcon as Fe}from"../NetworkIcons";import K from"../TouchableScale";export const A11yTab=()=>{const{t:Re}=xe(),[h,D]=v("status"),[S,j]=v(be()),[k,Q]=v("Accessibility announcement test"),[V,X]=v("#FFFFFF"),[H,Y]=v("#4F46E5"),[E,Z]=v("44"),[M,ee]=v("44"),[I,te]=v(""),[w,re]=v("ALL"),[$,ke]=v("ALL"),[oe,ae]=v({});ce(()=>(J(),Te(x=>{j(x)})),[]);const le=O(async()=>{const x=await J();j(x),L(`A11y Telemetry Updated (VoiceOver/TalkBack: ${x.isScreenReaderEnabled?"Active":"Inactive"})`)},[]),ie=O(()=>{if(!k.trim()){L("Please enter text to announce");return}ge(k)?L(`Announced: "${k}"`):L("Dispatched via AccessibilityInfo fallback")},[k]),B=G(()=>ue(V,H),[V,H]),W=G(()=>{const x=parseFloat(E)||0,A=parseFloat(M)||0;return ye(x,A)},[E,M]),ne=G(()=>pe.filter(x=>{if(w!=="ALL"&&x.level!==w||$!=="ALL"&&x.principle!==$)return!1;if(I.trim()){const A=I.toLowerCase();return x.id.toLowerCase().includes(A)||x.title.toLowerCase().includes(A)||x.description.toLowerCase().includes(A)||x.mobileRecommendation.toLowerCase().includes(A)}return!0}),[I,w,$]),se=O(x=>{ae(A=>({...A,[x]:!A[x]}))},[]),z=!!me();return<C style={e.container}>
2
+
3
+ <C style={e.subTabBar}>
4
+ <R style={[e.subTabItem,h==="status"&&e.subTabItemActive]}onPress={()=>D("status")}activeOpacity={.7}>
5
+ <U size={14}color={h==="status"?t.brandPurple:t.grayTextWeak}/>
6
+ <T style={[e.subTabText,h==="status"&&e.subTabTextActive]}>
7
+ Status & Telemetry
8
+ </T>
9
+ </R>
10
+
11
+ <R style={[e.subTabItem,h==="tools"&&e.subTabItemActive]}onPress={()=>D("tools")}activeOpacity={.7}>
12
+ <Fe size={14}color={h==="tools"?t.brandPurple:t.grayTextWeak}/>
13
+ <T style={[e.subTabText,h==="tools"&&e.subTabTextActive]}>
14
+ A11y Tools
15
+ </T>
16
+ </R>
17
+
18
+ <R style={[e.subTabItem,h==="wcag"&&e.subTabItemActive]}onPress={()=>D("wcag")}activeOpacity={.7}>
19
+ <P size={14}color={h==="wcag"?t.brandPurple:t.grayTextWeak}/>
20
+ <T style={[e.subTabText,h==="wcag"&&e.subTabTextActive]}>
21
+ WCAG 2.2 Standards
22
+ </T>
23
+ </R>
24
+ </C>
25
+
26
+ <_ style={e.scrollContent}contentContainerStyle={e.scrollContainer}showsVerticalScrollIndicator={!1}>
27
+
28
+ {h==="status"&&<C>
29
+
30
+ <C style={[e.bannerCard,{backgroundColor:z?`${t.greenColor}14`:`${t.brandPurple}14`,borderColor:z?`${t.greenColor}33`:`${t.brandPurple}33`}]}>
31
+ <C style={{flexDirection:"row",alignItems:"center",gap:8}}>
32
+ <P size={20}color={z?t.greenColor:t.brandPurple}/>
33
+ <C style={{flex:1}}>
34
+ <T style={e.bannerTitle}>
35
+ {z?"react-native-a11y-suite Active":"react-native-inapp-inspector A11y Engine"}
36
+ </T>
37
+ <T style={e.bannerSubtitle}>
38
+ {z?"Connected to native TurboModules for enhanced assistive telemetry.":"Running in zero-config mode with native AccessibilityInfo bridge."}
39
+ </T>
40
+ </C>
41
+ </C>
42
+ </C>
43
+
44
+
45
+ <C style={e.metricsGrid}>
46
+ <C style={e.metricCard}>
47
+ <T style={e.metricLabel}>Screen Reader</T>
48
+ <C style={e.badgeRow}>
49
+ <C style={[e.statusDot,{backgroundColor:S.isScreenReaderEnabled?t.greenColor:t.grayTextWeak}]}/>
50
+ <T style={[e.metricValue,{color:S.isScreenReaderEnabled?t.greenColor:t.grayTextStrong}]}>
51
+ {S.isScreenReaderEnabled?de.OS==="ios"?"VoiceOver ON":"TalkBack ON":"Inactive"}
52
+ </T>
53
+ </C>
54
+ </C>
55
+
56
+ <C style={e.metricCard}>
57
+ <T style={e.metricLabel}>Font Scale Multiplier</T>
58
+ <T style={[e.metricValue,{color:t.brandPurple}]}>
59
+ {S.fontScale}x
60
+ </T>
61
+ <T style={e.metricSub}>
62
+ {S.fontScale>=1.5?"Accessibility Size":S.fontScale>1?"Large Scale":"Default (1.0x)"}
63
+ </T>
64
+ </C>
65
+
66
+ <C style={e.metricCard}>
67
+ <T style={e.metricLabel}>Reduced Motion</T>
68
+ <T style={[e.metricValue,{color:S.isReduceMotionEnabled?t.lightOrange:t.grayTextStrong}]}>
69
+ {S.isReduceMotionEnabled?"Enabled (No Anim)":"Disabled"}
70
+ </T>
71
+ </C>
72
+
73
+ <C style={e.metricCard}>
74
+ <T style={e.metricLabel}>Bold Text</T>
75
+ <T style={[e.metricValue,{color:S.isBoldTextEnabled?t.skyBlue:t.grayTextStrong}]}>
76
+ {S.isBoldTextEnabled?"Enabled":"Default"}
77
+ </T>
78
+ </C>
79
+
80
+ <C style={e.metricCard}>
81
+ <T style={e.metricLabel}>High Contrast</T>
82
+ <T style={[e.metricValue,{color:S.isHighContrastEnabled?t.brandPurple:t.grayTextStrong}]}>
83
+ {S.isHighContrastEnabled?"Enabled":"Default"}
84
+ </T>
85
+ </C>
86
+
87
+ <C style={e.metricCard}>
88
+ <T style={e.metricLabel}>Invert Colors</T>
89
+ <T style={[e.metricValue,{color:S.isInvertColorsEnabled?t.lightOrange:t.grayTextStrong}]}>
90
+ {S.isInvertColorsEnabled?"Enabled":"Default"}
91
+ </T>
92
+ </C>
93
+ </C>
94
+
95
+
96
+ <K style={e.actionButton}onPress={le}>
97
+ <U size={16}color={t.white}/>
98
+ <T style={e.actionButtonText}>Sync Accessibility Telemetry</T>
99
+ </K>
100
+ </C>}
101
+
102
+
103
+ {h==="tools"&&<C>
104
+
105
+ <C style={e.toolCard}>
106
+ <C style={e.toolHeader}>
107
+ <P size={18}color={t.brandPurple}/>
108
+ <T style={e.toolTitle}>Live Speech & Announcement Tester</T>
109
+ </C>
110
+ <T style={e.toolDesc}>
111
+ Dispatches announcements directly to active assistive technologies
112
+ (VoiceOver on iOS, TalkBack on Android).
113
+ </T>
114
+
115
+ <F style={e.input}value={k}onChangeText={Q}placeholder="Enter message to announce..."placeholderTextColor={t.grayTextWeak}/>
116
+
117
+ <K style={[e.actionButton,{marginTop:10}]}onPress={ie}>
118
+ <T style={e.actionButtonText}>📢 Dispatch Announcement</T>
119
+ </K>
120
+ </C>
121
+
122
+
123
+ <C style={e.toolCard}>
124
+ <C style={e.toolHeader}>
125
+ <P size={18}color={t.skyBlue}/>
126
+ <T style={e.toolTitle}>WCAG 2.2 Color Contrast Checker</T>
127
+ </C>
128
+ <T style={e.toolDesc}>
129
+ Calculates relative luminance and contrast ratio between foreground text
130
+ and background surfaces.
131
+ </T>
132
+
133
+ <C style={{flexDirection:"row",gap:10,marginTop:10}}>
134
+ <C style={{flex:1}}>
135
+ <T style={e.inputLabel}>Text Hex</T>
136
+ <F style={e.input}value={V}onChangeText={X}placeholder="#FFFFFF"placeholderTextColor={t.grayTextWeak}autoCapitalize="characters"/>
137
+ </C>
138
+ <C style={{flex:1}}>
139
+ <T style={e.inputLabel}>Background Hex</T>
140
+ <F style={e.input}value={H}onChangeText={Y}placeholder="#4F46E5"placeholderTextColor={t.grayTextWeak}autoCapitalize="characters"/>
141
+ </C>
142
+ </C>
143
+
144
+
145
+ <C style={[e.contrastPreviewBox,{backgroundColor:B.bgHex||"#4F46E5"}]}>
146
+ <T style={[e.contrastPreviewText,{color:B.fgHex||"#FFFFFF"}]}>
147
+ Sample Text Preview
148
+ </T>
149
+ </C>
150
+
151
+
152
+ <C style={e.ratioRow}>
153
+ <T style={e.ratioValue}>{B.ratio}:1</T>
154
+ <C style={e.badgeContainer}>
155
+ <C style={[e.complianceBadge,B.aaNormal?e.badgePass:e.badgeFail]}>
156
+ <T style={[e.badgeText,B.aaNormal?e.textPass:e.textFail]}>
157
+ AA (4.5:1) {B.aaNormal?"\u2713":"\u2717"}
158
+ </T>
159
+ </C>
160
+ <C style={[e.complianceBadge,B.aaLarge?e.badgePass:e.badgeFail]}>
161
+ <T style={[e.badgeText,B.aaLarge?e.textPass:e.textFail]}>
162
+ AA Large (3:1) {B.aaLarge?"\u2713":"\u2717"}
163
+ </T>
164
+ </C>
165
+ <C style={[e.complianceBadge,B.aaaNormal?e.badgePass:e.badgeFail]}>
166
+ <T style={[e.badgeText,B.aaaNormal?e.textPass:e.textFail]}>
167
+ AAA (7:1) {B.aaaNormal?"\u2713":"\u2717"}
168
+ </T>
169
+ </C>
170
+ </C>
171
+ </C>
172
+ </C>
173
+
174
+
175
+ <C style={e.toolCard}>
176
+ <C style={e.toolHeader}>
177
+ <P size={18}color={t.greenColor}/>
178
+ <T style={e.toolTitle}>Touch Target Evaluator (WCAG 2.5.5/2.5.8)</T>
179
+ </C>
180
+ <T style={e.toolDesc}>
181
+ Validates interactive component dimensions against Apple HIG (44pt) and
182
+ Android Material (48dp) minimums.
183
+ </T>
184
+
185
+ <C style={{flexDirection:"row",gap:10,marginTop:10}}>
186
+ <C style={{flex:1}}>
187
+ <T style={e.inputLabel}>Width (dp/pt)</T>
188
+ <F style={e.input}value={E}onChangeText={Z}keyboardType="numeric"/>
189
+ </C>
190
+ <C style={{flex:1}}>
191
+ <T style={e.inputLabel}>Height (dp/pt)</T>
192
+ <F style={e.input}value={M}onChangeText={ee}keyboardType="numeric"/>
193
+ </C>
194
+ </C>
195
+
196
+ <C style={e.targetResultsRow}>
197
+ <C style={e.targetStatusBox}>
198
+ <T style={e.targetPlatformLabel}>iOS HIG (44x44pt)</T>
199
+ <T style={[e.targetStatusValue,{color:W.iosMinMet?t.greenColor:t.errorColor}]}>
200
+ {W.iosMinMet?"\u2713 Compliant":"\u2717 Too Small"}
201
+ </T>
202
+ </C>
203
+ <C style={e.targetStatusBox}>
204
+ <T style={e.targetPlatformLabel}>Android Material (48x48dp)</T>
205
+ <T style={[e.targetStatusValue,{color:W.androidMinMet?t.greenColor:t.errorColor}]}>
206
+ {W.androidMinMet?"\u2713 Compliant":"\u2717 Too Small"}
207
+ </T>
208
+ </C>
209
+ </C>
210
+ </C>
211
+ </C>}
212
+
213
+
214
+ {h==="wcag"&&<C>
215
+
216
+ <C style={e.searchBar}>
217
+ <Ae size={16}color={t.grayTextWeak}/>
218
+ <F style={e.searchInput}value={I}onChangeText={te}placeholder="Search WCAG 2.2 rules..."placeholderTextColor={t.grayTextWeak}/>
219
+ </C>
220
+
221
+
222
+ <_ horizontal showsHorizontalScrollIndicator={!1}style={{marginBottom:12}}>
223
+ {["ALL","A","AA","AAA"].map(x=><R key={x}style={[e.filterChip,w===x&&e.filterChipActive]}onPress={()=>re(x)}>
224
+ <T style={[e.filterChipText,w===x&&e.filterChipTextActive]}>
225
+ Level {x}
226
+ </T>
227
+ </R>)}
228
+ </_>
229
+
230
+
231
+ {ne.map(x=>{const A=!!oe[x.id];return<C key={x.id}style={e.ruleCard}>
232
+ <R style={e.ruleCardHeader}onPress={()=>se(x.id)}activeOpacity={.7}>
233
+ <C style={{flex:1}}>
234
+ <C style={{flexDirection:"row",alignItems:"center",gap:6}}>
235
+ <T style={e.ruleId}>{x.id}</T>
236
+ <C style={[e.levelBadge,{backgroundColor:x.level==="AAA"?`${t.brandPurple}22`:x.level==="AA"?`${t.skyBlue}22`:`${t.greenColor}22`}]}>
237
+ <T style={[e.levelBadgeText,{color:x.level==="AAA"?t.brandPurple:x.level==="AA"?t.skyBlue:t.greenColor}]}>
238
+ Level {x.level}
239
+ </T>
240
+ </C>
241
+ <T style={e.principleTag}>{x.principle}</T>
242
+ </C>
243
+ <T style={e.ruleTitle}>{x.title}</T>
244
+ </C>
245
+ <Se direction={A?"up":"down"}size={16}color={t.grayTextWeak}/>
246
+ </R>
247
+
248
+ {A&&<C style={e.ruleBody}>
249
+ <T style={e.ruleDescLabel}>Criterion Definition:</T>
250
+ <T style={e.ruleDesc}>{x.description}</T>
251
+
252
+ <T style={[e.ruleDescLabel,{marginTop:8}]}>
253
+ Mobile / React Native Recommendation:
254
+ </T>
255
+ <T style={e.ruleRec}>{x.mobileRecommendation}</T>
256
+
257
+ <R style={e.copyRuleBtn}onPress={()=>{Ce(`WCAG ${x.id} ${x.title} (Level ${x.level}):
258
+ ${x.description}
259
+
260
+ Mobile: ${x.mobileRecommendation}`),L(`Copied WCAG ${x.id} rule guidance`)}}>
261
+ <Be size={14}color={t.brandPurple}/>
262
+ <T style={e.copyRuleBtnText}>Copy Rule Guidance</T>
263
+ </R>
264
+ </C>}
265
+ </C>})}
266
+ </C>}
267
+ </_>
268
+ </C>};const e=N.create({container:{flex:1,backgroundColor:t.grayBackground},subTabBar:{flexDirection:"row",backgroundColor:t.graySurface,borderBottomWidth:N.hairlineWidth,borderBottomColor:t.grayBorderSecondary,paddingHorizontal:8,paddingVertical:4,gap:4},subTabItem:{flex:1,flexDirection:"row",alignItems:"center",justifyContent:"center",paddingVertical:8,borderRadius:8,gap:6},subTabItemActive:{backgroundColor:`${t.brandPurple}1F`},subTabText:{fontFamily:f.interMedium,fontSize:12,color:t.grayTextWeak},subTabTextActive:{color:t.brandPurple,fontFamily:f.interBold},scrollContent:{flex:1},scrollContainer:{padding:14,paddingBottom:40},bannerCard:{borderRadius:10,borderWidth:1,padding:12,marginBottom:14},bannerTitle:{fontFamily:f.interBold,fontSize:13,color:t.grayTextStrong},bannerSubtitle:{fontFamily:f.interRegular,fontSize:11,color:t.grayTextWeak,marginTop:2},metricsGrid:{flexDirection:"row",flexWrap:"wrap",gap:10,marginBottom:14},metricCard:{flexBasis:"48%",flexGrow:1,backgroundColor:t.primaryLight,borderRadius:10,borderWidth:1,borderColor:t.grayBorderSecondary,padding:12},metricLabel:{fontFamily:f.interMedium,fontSize:11,color:t.grayTextWeak,marginBottom:4},metricValue:{fontFamily:f.interBold,fontSize:14,color:t.grayTextStrong},metricSub:{fontFamily:f.interRegular,fontSize:10,color:t.grayTextWeak,marginTop:2},badgeRow:{flexDirection:"row",alignItems:"center",gap:6},statusDot:{width:8,height:8,borderRadius:4},actionButton:{flexDirection:"row",alignItems:"center",justifyContent:"center",backgroundColor:t.brandPurple,paddingVertical:12,borderRadius:8,gap:8},actionButtonText:{fontFamily:f.interBold,fontSize:13,color:t.white},toolCard:{backgroundColor:t.primaryLight,borderRadius:10,borderWidth:1,borderColor:t.grayBorderSecondary,padding:14,marginBottom:14},toolHeader:{flexDirection:"row",alignItems:"center",gap:8,marginBottom:4},toolTitle:{fontFamily:f.interBold,fontSize:13,color:t.grayTextStrong},toolDesc:{fontFamily:f.interRegular,fontSize:11,color:t.grayTextWeak,marginBottom:8},inputLabel:{fontFamily:f.interMedium,fontSize:11,color:t.grayTextWeak,marginBottom:4},input:{backgroundColor:t.graySurface,borderWidth:1,borderColor:t.grayBorderSecondary,borderRadius:8,paddingHorizontal:12,paddingVertical:8,fontFamily:f.interRegular,fontSize:13,color:t.grayTextStrong},contrastPreviewBox:{marginTop:12,borderRadius:8,padding:16,alignItems:"center",justifyContent:"center"},contrastPreviewText:{fontFamily:f.interBold,fontSize:15},ratioRow:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginTop:12},ratioValue:{fontFamily:f.interBold,fontSize:18,color:t.grayTextStrong},badgeContainer:{flexDirection:"row",gap:6},complianceBadge:{paddingHorizontal:8,paddingVertical:4,borderRadius:6,borderWidth:1},badgePass:{backgroundColor:`${t.greenColor}1A`,borderColor:`${t.greenColor}33`},badgeFail:{backgroundColor:`${t.errorColor}1A`,borderColor:`${t.errorColor}33`},badgeText:{fontFamily:f.interBold,fontSize:10},textPass:{color:t.greenColor},textFail:{color:t.errorColor},targetResultsRow:{flexDirection:"row",gap:10,marginTop:12},targetStatusBox:{flex:1,backgroundColor:t.graySurface,padding:10,borderRadius:8,borderWidth:1,borderColor:t.grayBorderSecondary,alignItems:"center"},targetPlatformLabel:{fontFamily:f.interMedium,fontSize:10,color:t.grayTextWeak},targetStatusValue:{fontFamily:f.interBold,fontSize:12,marginTop:4},searchBar:{flexDirection:"row",alignItems:"center",backgroundColor:t.primaryLight,borderRadius:8,borderWidth:1,borderColor:t.grayBorderSecondary,paddingHorizontal:10,paddingVertical:6,gap:6,marginBottom:10},searchInput:{flex:1,fontFamily:f.interRegular,fontSize:12,color:t.grayTextStrong,padding:0},filterChip:{paddingHorizontal:10,paddingVertical:5,borderRadius:6,backgroundColor:t.graySurface,borderWidth:1,borderColor:t.grayBorderSecondary,marginRight:6},filterChipActive:{backgroundColor:t.brandPurple,borderColor:t.brandPurple},filterChipText:{fontFamily:f.interMedium,fontSize:11,color:t.grayTextWeak},filterChipTextActive:{color:t.white,fontFamily:f.interBold},ruleCard:{backgroundColor:t.primaryLight,borderRadius:10,borderWidth:1,borderColor:t.grayBorderSecondary,padding:12,marginBottom:10},ruleCardHeader:{flexDirection:"row",alignItems:"center",justifyContent:"space-between"},ruleId:{fontFamily:f.interBold,fontSize:11,color:t.brandPurple},levelBadge:{paddingHorizontal:6,paddingVertical:2,borderRadius:4},levelBadgeText:{fontFamily:f.interBold,fontSize:9},principleTag:{fontFamily:f.interRegular,fontSize:10,color:t.grayTextWeak},ruleTitle:{fontFamily:f.interBold,fontSize:13,color:t.grayTextStrong,marginTop:4},ruleBody:{marginTop:10,paddingTop:10,borderTopWidth:N.hairlineWidth,borderTopColor:t.grayBorderSecondary},ruleDescLabel:{fontFamily:f.interBold,fontSize:10,color:t.grayTextWeak,textTransform:"uppercase"},ruleDesc:{fontFamily:f.interRegular,fontSize:12,color:t.grayTextStrong,marginTop:2,lineHeight:16},ruleRec:{fontFamily:f.interMedium,fontSize:12,color:t.brandPurple,marginTop:2,lineHeight:16},copyRuleBtn:{flexDirection:"row",alignItems:"center",gap:6,marginTop:10,alignSelf:"flex-start",paddingVertical:4,paddingHorizontal:8,borderRadius:6,backgroundColor:`${t.brandPurple}14`},copyRuleBtnText:{fontFamily:f.interBold,fontSize:11,color:t.brandPurple}});
@@ -1,4 +1,4 @@
1
- import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,Text as C,View as T}from"react-native";import{AppColors as t}from"../../styles/AppColors";import{AppFonts as I}from"../../styles/AppFonts";import S from"../TouchableScale";import{useInspector as N}from"./InspectorContext";import{t as V}from"../../i18n";import{LIB_VERSION as $}from"../../constants/version";import _ from"../AppHeaderLogo";import{getAppName as O,getBundleIdentifier as E,getAppVersionAndBuild as M,copyToClipboard as H,showToast as A}from"../../helpers";import{GitHubIcon as U,NpmIcon as G,BoltIcon as W,StarIcon as Q,BookOpenIcon as Z,BugIcon as J,TagIcon as K,WifiIcon as X,TerminalIcon as Y,AnalyticsIcon as Te,DatabaseIcon as Ce,CameraIcon as Ve,CrashIcon as Ie,ExternalLinkIcon as R,CopyIcon as Se}from"../NetworkIcons";export const AboutModal=({onClose:Be})=>{const{updateAvailable:z,latestNpmVersion:D}=N();return<T style={e.container}>
1
+ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,Text as C,View as T}from"react-native";import{AppColors as t}from"../../styles/AppColors";import{AppFonts as I}from"../../styles/AppFonts";import S from"../TouchableScale";import{useInspector as N}from"./InspectorContext";import{t as V}from"../../i18n";import{LIB_VERSION as $}from"../../constants/version";import _ from"../AppHeaderLogo";import{getAppName as O,getBundleIdentifier as E,getAppVersionAndBuild as M,copyToClipboard as H,showToast as A}from"../../helpers";import{DeveloperSponsorCard as U}from"./DeveloperSponsorCard";import{GitHubIcon as G,NpmIcon as Q,BoltIcon as W,StarIcon as Z,BookOpenIcon as J,BugIcon as K,TagIcon as X,WifiIcon as Y,TerminalIcon as Te,AnalyticsIcon as Ce,DatabaseIcon as Ve,CameraIcon as Ie,CrashIcon as Se,ExternalLinkIcon as R,CopyIcon as Be}from"../NetworkIcons";export const AboutModal=({onClose:ve})=>{const{updateAvailable:z,latestNpmVersion:D}=N();return<T style={e.container}>
2
2
  <L style={e.scrollView}contentContainerStyle={e.scrollContent}showsVerticalScrollIndicator={!1}>
3
3
 
4
4
  <T style={e.heroCard}>
@@ -40,6 +40,9 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
40
40
  </T>
41
41
 
42
42
 
43
+ <U/>
44
+
45
+
43
46
  <T style={e.sectionCard}>
44
47
  <C style={e.sectionHeader}>{V("about.appInformation","APP INFORMATION")}</C>
45
48
 
@@ -87,7 +90,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
87
90
  <T style={e.featuresList}>
88
91
  <T style={e.featureItem}>
89
92
  <T style={[e.featureIconBox,{backgroundColor:`${t.brandPurple}15`}]}>
90
- <X color={t.brandPurple}size={18}/>
93
+ <Y color={t.brandPurple}size={18}/>
91
94
  </T>
92
95
  <T style={e.featureTextBox}>
93
96
  <C style={e.featureTitle}>{V("about.featureNetwork","Network Traffic Monitor")}</C>
@@ -99,7 +102,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
99
102
 
100
103
  <T style={e.featureItem}>
101
104
  <T style={[e.featureIconBox,{backgroundColor:`${t.blue500}15`}]}>
102
- <Y color={t.blue500}size={18}/>
105
+ <Te color={t.blue500}size={18}/>
103
106
  </T>
104
107
  <T style={e.featureTextBox}>
105
108
  <C style={e.featureTitle}>{V("about.featureConsole","Console Logger")}</C>
@@ -111,7 +114,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
111
114
 
112
115
  <T style={e.featureItem}>
113
116
  <T style={[e.featureIconBox,{backgroundColor:`${t.firebaseOrange}15`}]}>
114
- <Te color={t.firebaseOrange}size={18}/>
117
+ <Ce color={t.firebaseOrange}size={18}/>
115
118
  </T>
116
119
  <T style={e.featureTextBox}>
117
120
  <C style={e.featureTitle}>{V("about.featureAnalytics","Analytics Telemetry")}</C>
@@ -123,7 +126,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
123
126
 
124
127
  <T style={e.featureItem}>
125
128
  <T style={[e.featureIconBox,{backgroundColor:`${t.violet600}15`}]}>
126
- <Ce color={t.violet600}size={18}/>
129
+ <Ve color={t.violet600}size={18}/>
127
130
  </T>
128
131
  <T style={e.featureTextBox}>
129
132
  <C style={e.featureTitle}>{V("about.featureRedux","Redux State & Actions")}</C>
@@ -135,7 +138,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
135
138
 
136
139
  <T style={e.featureItem}>
137
140
  <T style={[e.featureIconBox,{backgroundColor:`${t.teal600}15`}]}>
138
- <Ve color={t.teal600}size={18}/>
141
+ <Ie color={t.teal600}size={18}/>
139
142
  </T>
140
143
  <T style={e.featureTextBox}>
141
144
  <C style={e.featureTitle}>{V("about.featureCapture","Screen & Video Capture")}</C>
@@ -147,7 +150,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
147
150
 
148
151
  <T style={e.featureItem}>
149
152
  <T style={[e.featureIconBox,{backgroundColor:`${t.emerald600}15`}]}>
150
- <Ie color={t.emerald600}size={18}/>
153
+ <Se color={t.emerald600}size={18}/>
151
154
  </T>
152
155
  <T style={e.featureTextBox}>
153
156
  <C style={e.featureTitle}>
@@ -164,10 +167,10 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
164
167
 
165
168
  <T style={e.gridContainer}>
166
169
  <S onPress={()=>{B.openURL("https://github.com/vengatmacuser/react-native-inapp-inspector").catch(()=>{})}}style={[e.gridCard,{backgroundColor:`${t.brandPurple}0F`,borderColor:`${t.brandPurple}30`}]}>
167
- <U color={t.brandPurple}size={18}/>
170
+ <G color={t.brandPurple}size={18}/>
168
171
  <T style={{flex:1}}>
169
172
  <T style={{flexDirection:"row",alignItems:"center",gap:5}}>
170
- <Q color={t.amber500}size={13}/>
173
+ <Z color={t.amber500}size={13}/>
171
174
  <C style={e.gridCardTitle}>{V("about.github","GitHub")}</C>
172
175
  </T>
173
176
  <C style={e.gridCardSub}>{V("about.githubSub","Star & source code")}</C>
@@ -176,7 +179,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
176
179
  </S>
177
180
 
178
181
  <S onPress={()=>{B.openURL("https://www.npmjs.com/package/react-native-inapp-inspector").catch(()=>{})}}style={e.gridCard}>
179
- <G color={t.npmRed}size={18}/>
182
+ <Q color={t.npmRed}size={18}/>
180
183
  <T style={{flex:1}}>
181
184
  <C style={e.gridCardTitle}>{V("about.npmRegistry","NPM Registry")}</C>
182
185
  <C style={e.gridCardSub}>{V("about.npmRegistrySub","Package updates")}</C>
@@ -185,7 +188,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
185
188
  </S>
186
189
 
187
190
  <S onPress={()=>{B.openURL("https://github.com/vengatmacuser/react-native-inapp-inspector#readme").catch(()=>{})}}style={e.gridCard}>
188
- <Z color={t.brandPurple}size={18}/>
191
+ <J color={t.brandPurple}size={18}/>
189
192
  <T style={{flex:1}}>
190
193
  <C style={e.gridCardTitle}>{V("about.documentation","Documentation")}</C>
191
194
  <C style={e.gridCardSub}>{V("about.documentationSub","Integration guide")}</C>
@@ -194,7 +197,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
194
197
  </S>
195
198
 
196
199
  <S onPress={()=>{B.openURL("https://github.com/vengatmacuser/react-native-inapp-inspector/issues").catch(()=>{})}}style={e.gridCard}>
197
- <J color={t.errorColor}size={18}/>
200
+ <K color={t.errorColor}size={18}/>
198
201
  <T style={{flex:1}}>
199
202
  <C style={e.gridCardTitle}>{V("about.reportIssue","Report Issue")}</C>
200
203
  <C style={e.gridCardSub}>{V("about.reportIssueSub","Help & support")}</C>
@@ -203,7 +206,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
203
206
  </S>
204
207
 
205
208
  <S onPress={()=>{B.openURL("https://github.com/vengatmacuser/react-native-inapp-inspector/releases").catch(()=>{})}}style={e.gridCard}>
206
- <K color={t.successGreen}size={18}/>
209
+ <X color={t.successGreen}size={18}/>
207
210
  <T style={{flex:1}}>
208
211
  <C style={e.gridCardTitle}>{V("about.releaseNotes","Release Notes")}</C>
209
212
  <C style={e.gridCardSub}>{V("about.releaseNotesSub","What's new")}</C>
@@ -212,7 +215,7 @@ import"react";import{Platform as P,Linking as B,ScrollView as L,StyleSheet as F,
212
215
  </S>
213
216
 
214
217
  <S onPress={()=>{H("npm install react-native-inapp-inspector","NPM Command"),A(V("about.copiedInstallCommand","Copied package install command!"))}}style={e.gridCard}>
215
- <Se color={t.brandPurple}size={16}/>
218
+ <Be color={t.brandPurple}size={16}/>
216
219
  <T style={{flex:1}}>
217
220
  <C style={e.gridCardTitle}>{V("about.copyInstall","Copy Install")}</C>
218
221
  <C style={e.gridCardSub}>{V("about.copyInstallSub","npm / yarn command")}</C>
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { ConsoleLog } from '../../types';
3
+ export interface ConsoleExportModalProps {
4
+ visible: boolean;
5
+ onClose: () => void;
6
+ filteredLogs: ConsoleLog[];
7
+ allLogs: ConsoleLog[];
8
+ }
9
+ export declare const ConsoleExportModal: React.FC<ConsoleExportModalProps>;
10
+ export default ConsoleExportModal;