react-native-inapp-inspector 2.5.12 → 2.5.14

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 (392) hide show
  1. package/README.md +0 -8
  2. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  3. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  4. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  5. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  6. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  7. package/android/.gradle/8.9/gc.properties +0 -0
  8. package/android/.gradle/9.2.0/checksums/checksums.lock +0 -0
  9. package/android/.gradle/9.2.0/fileChanges/last-build.bin +0 -0
  10. package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
  11. package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
  12. package/android/.gradle/9.2.0/gc.properties +0 -0
  13. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  15. package/android/.gradle/vcs-1/gc.properties +0 -0
  16. package/android/.settings/org.eclipse.buildship.core.prefs +13 -0
  17. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/results.bin +1 -0
  18. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/BuildConfig.dex +0 -0
  19. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView$iconView$1.dex +0 -0
  20. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/InAppInspectorFloatingView.dex +0 -0
  21. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NativeNetworkInspectorSpec.dex +0 -0
  22. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$Companion.dex +0 -0
  23. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$activityEventListener$1.dex +0 -0
  24. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$frameCallback$1.dex +0 -0
  25. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$62$$inlined$sortedByDescending$1.dex +0 -0
  26. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$shakeListener$1.dex +0 -0
  27. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.dex +0 -0
  28. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorModule.dex +0 -0
  29. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/inappinspector/NetworkInspectorPackage.dex +0 -0
  30. package/android/build/.transforms/ad628164ecef2a7cc593f0fd2f4050ce/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  31. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/results.bin +1 -0
  32. package/android/build/.transforms/c93e459e24d856bde563ebb048265732/transformed/classes/classes_dex/classes.dex +0 -0
  33. package/android/build/generated/source/buildConfig/debug/com/inappinspector/BuildConfig.java +10 -0
  34. package/android/build/generated/source/codegen/java/com/inappinspector/NativeNetworkInspectorSpec.java +176 -0
  35. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  36. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec-generated.cpp +236 -0
  37. package/android/build/generated/source/codegen/jni/RNInAppInspectorSpec.h +31 -0
  38. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.cpp +22 -0
  39. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ComponentDescriptors.h +24 -0
  40. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.cpp +16 -0
  41. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/EventEmitters.h +17 -0
  42. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.cpp +19 -0
  43. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/Props.h +18 -0
  44. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/RNInAppInspectorSpecJSI.h +337 -0
  45. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.cpp +17 -0
  46. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/ShadowNodes.h +23 -0
  47. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.cpp +16 -0
  48. package/android/build/generated/source/codegen/jni/react/renderer/components/RNInAppInspectorSpec/States.h +20 -0
  49. package/android/build/generated/source/codegen/schema.json +1 -0
  50. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +19 -0
  51. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  52. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  53. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  54. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  55. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  56. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +1 -0
  57. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/xml_inappinspector_file_paths.xml.flat +0 -0
  58. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +2 -0
  59. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  60. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  61. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  62. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  63. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  64. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/BuildConfig.class +0 -0
  65. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  66. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +3 -0
  67. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +28 -0
  68. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +19 -0
  69. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  70. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  71. package/android/build/intermediates/packaged_res/debug/packageDebugResources/xml/inappinspector_file_paths.xml +7 -0
  72. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  73. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/BuildConfig.class +0 -0
  74. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  75. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  76. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NativeNetworkInspectorSpec.class +0 -0
  77. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  78. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  79. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  80. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$62$$inlined$sortedByDescending$1.class +0 -0
  81. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  82. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  83. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorModule.class +0 -0
  84. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  85. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  86. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +2 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  165. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  166. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  167. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  168. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  169. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  170. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  171. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  172. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  173. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  174. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  175. package/android/build/outputs/logs/manifest-merger-debug-report.txt +35 -0
  176. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  177. package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-inapp-inspector_debug.kotlin_module +0 -0
  178. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView$iconView$1.class +0 -0
  179. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/InAppInspectorFloatingView.class +0 -0
  180. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$Companion.class +0 -0
  181. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$activityEventListener$1.class +0 -0
  182. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$frameCallback$1.class +0 -0
  183. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$getCapturedMedia$lambda$62$$inlined$sortedByDescending$1.class +0 -0
  184. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$shakeListener$1.class +0 -0
  185. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule$startVideoRecording$2$1.class +0 -0
  186. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorModule.class +0 -0
  187. package/android/build/tmp/kotlin-classes/debug/com/inappinspector/NetworkInspectorPackage.class +0 -0
  188. package/android/src/main/AndroidManifest.xml +11 -0
  189. package/android/src/main/java/com/inappinspector/NetworkInspectorModule.kt +492 -45
  190. package/android/src/main/res/xml/inappinspector_file_paths.xml +7 -0
  191. package/dist/commonjs/components/Inspector/AnalyticsFilterModal.js +47 -49
  192. package/dist/commonjs/components/Inspector/BoxModelVisualizer.d.ts +8 -0
  193. package/dist/commonjs/components/Inspector/BoxModelVisualizer.js +76 -0
  194. package/dist/commonjs/components/Inspector/ConsoleExportModal.js +51 -51
  195. package/dist/commonjs/components/Inspector/ConsoleTab.js +7 -7
  196. package/dist/commonjs/components/Inspector/CrashTab.js +17 -17
  197. package/dist/commonjs/components/Inspector/DebuggingTab.js +37 -37
  198. package/dist/commonjs/components/Inspector/DeviceInfoTab.js +2 -2
  199. package/dist/commonjs/components/Inspector/FabLauncher.js +4 -4
  200. package/dist/commonjs/components/Inspector/FloatingCaptureWidget.js +2 -2
  201. package/dist/commonjs/components/Inspector/InspectorHeader.js +36 -36
  202. package/dist/commonjs/components/Inspector/MainScreen.js +38 -75
  203. package/dist/commonjs/components/Inspector/MediaGalleryTab.js +10 -10
  204. package/dist/commonjs/components/Inspector/MediaPreviewModal.d.ts +1 -0
  205. package/dist/commonjs/components/Inspector/MediaPreviewModal.js +222 -222
  206. package/dist/commonjs/components/Inspector/NetworkExportModal.d.ts +10 -0
  207. package/dist/commonjs/components/Inspector/NetworkExportModal.js +333 -0
  208. package/dist/commonjs/components/Inspector/NetworkTab.js +60 -53
  209. package/dist/commonjs/components/Inspector/NpmStarPrompt.js +11 -12
  210. package/dist/commonjs/components/Inspector/ReduxDetail.js +17 -19
  211. package/dist/commonjs/components/Inspector/ReduxTab.js +5 -5
  212. package/dist/commonjs/components/Inspector/SecondaryTelemetryStrip.d.ts +1 -0
  213. package/dist/commonjs/components/Inspector/SecondaryTelemetryStrip.js +17 -16
  214. package/dist/commonjs/components/Inspector/SettingsPanel.js +43 -47
  215. package/dist/commonjs/components/Inspector/SkeletonPlaceholder.d.ts +3 -0
  216. package/dist/commonjs/components/Inspector/SkeletonPlaceholder.js +34 -3
  217. package/dist/commonjs/components/Inspector/SocketCard.js +2 -2
  218. package/dist/commonjs/components/Inspector/SupportPage.js +5 -5
  219. package/dist/commonjs/components/Inspector/TabBar.js +9 -15
  220. package/dist/commonjs/components/Inspector/UiA11yAuditPanel.d.ts +7 -0
  221. package/dist/commonjs/components/Inspector/UiA11yAuditPanel.js +97 -0
  222. package/dist/commonjs/components/Inspector/UiInspectorDetail.d.ts +2 -0
  223. package/dist/commonjs/components/Inspector/UiInspectorDetail.js +485 -0
  224. package/dist/commonjs/components/Inspector/UiInspectorOverlay.d.ts +2 -0
  225. package/dist/commonjs/components/Inspector/UiInspectorOverlay.js +199 -0
  226. package/dist/commonjs/components/Inspector/UiInspectorTab.d.ts +2 -0
  227. package/dist/commonjs/components/Inspector/UiInspectorTab.js +117 -0
  228. package/dist/commonjs/components/Inspector/UiLiveStyleTweaker.d.ts +10 -0
  229. package/dist/commonjs/components/Inspector/UiLiveStyleTweaker.js +148 -0
  230. package/dist/commonjs/components/Inspector/index.d.ts +28 -0
  231. package/dist/commonjs/components/Inspector/index.js +1 -0
  232. package/dist/commonjs/components/LogCard.js +12 -10
  233. package/dist/commonjs/components/SkeletonPlaceholder.d.ts +3 -0
  234. package/dist/commonjs/components/SkeletonPlaceholder.js +34 -3
  235. package/dist/commonjs/constants/index.js +1 -1
  236. package/dist/commonjs/constants/telemetryConfig.d.ts +3 -3
  237. package/dist/commonjs/constants/telemetryConfig.js +1 -1
  238. package/dist/commonjs/constants/version.d.ts +1 -1
  239. package/dist/commonjs/constants/version.js +1 -1
  240. package/dist/commonjs/customHooks/crashHandler.d.ts +1 -1
  241. package/dist/commonjs/customHooks/crashHandler.js +6 -6
  242. package/dist/commonjs/customHooks/uiInspectorManager.d.ts +22 -0
  243. package/dist/commonjs/customHooks/uiInspectorManager.js +1 -0
  244. package/dist/commonjs/helpers/index.js +1 -3
  245. package/dist/commonjs/helpers/remoteConfig.js +1 -1
  246. package/dist/commonjs/helpers/searchQueryParser.d.ts +1 -0
  247. package/dist/commonjs/helpers/searchQueryParser.js +7 -5
  248. package/dist/commonjs/helpers/shareFormatter.d.ts +16 -0
  249. package/dist/commonjs/helpers/shareFormatter.js +16 -9
  250. package/dist/commonjs/helpers/uiInspectorEngine.d.ts +62 -0
  251. package/dist/commonjs/helpers/uiInspectorEngine.js +19 -0
  252. package/dist/commonjs/i18n/locales/ar.json +1 -1
  253. package/dist/commonjs/i18n/locales/bn.json +1 -1
  254. package/dist/commonjs/i18n/locales/de.json +1 -1
  255. package/dist/commonjs/i18n/locales/en.json +1 -1
  256. package/dist/commonjs/i18n/locales/es.json +1 -1
  257. package/dist/commonjs/i18n/locales/fr.json +1 -1
  258. package/dist/commonjs/i18n/locales/gu.json +1 -1
  259. package/dist/commonjs/i18n/locales/hi.json +1 -1
  260. package/dist/commonjs/i18n/locales/id.json +1 -1
  261. package/dist/commonjs/i18n/locales/it.json +1 -1
  262. package/dist/commonjs/i18n/locales/ja.json +1 -1
  263. package/dist/commonjs/i18n/locales/kn.json +1 -1
  264. package/dist/commonjs/i18n/locales/ko.json +1 -1
  265. package/dist/commonjs/i18n/locales/ml.json +1 -1
  266. package/dist/commonjs/i18n/locales/mr.json +1 -1
  267. package/dist/commonjs/i18n/locales/nl.json +1 -1
  268. package/dist/commonjs/i18n/locales/pa.json +1 -1
  269. package/dist/commonjs/i18n/locales/pl.json +1 -1
  270. package/dist/commonjs/i18n/locales/pt.json +1 -1
  271. package/dist/commonjs/i18n/locales/ru.json +1 -1
  272. package/dist/commonjs/i18n/locales/ta.json +1 -1
  273. package/dist/commonjs/i18n/locales/te.json +1 -1
  274. package/dist/commonjs/i18n/locales/tr.json +1 -1
  275. package/dist/commonjs/i18n/locales/vi.json +1 -1
  276. package/dist/commonjs/i18n/locales/zh.json +1 -1
  277. package/dist/commonjs/index.d.ts +4 -2
  278. package/dist/commonjs/index.js +3 -3
  279. package/dist/commonjs/native/NativeInspector.d.ts +4 -0
  280. package/dist/commonjs/native/NativeInspector.js +1 -1
  281. package/dist/commonjs/native/NativeNetworkInspector.d.ts +4 -0
  282. package/dist/commonjs/styles/AppFonts.d.ts +4 -0
  283. package/dist/commonjs/styles/AppFonts.js +1 -1
  284. package/dist/commonjs/styles/index.d.ts +2 -0
  285. package/dist/commonjs/styles/index.js +1 -1
  286. package/dist/commonjs/types/editor.d.ts +31 -0
  287. package/dist/commonjs/types/enums.d.ts +0 -2
  288. package/dist/commonjs/types/enums.js +1 -1
  289. package/dist/commonjs/types/interfaces.d.ts +1 -1
  290. package/dist/esm/components/Inspector/AnalyticsFilterModal.js +73 -75
  291. package/dist/esm/components/Inspector/BoxModelVisualizer.d.ts +8 -0
  292. package/dist/esm/components/Inspector/BoxModelVisualizer.js +76 -0
  293. package/dist/esm/components/Inspector/ConsoleExportModal.js +67 -67
  294. package/dist/esm/components/Inspector/ConsoleTab.js +48 -48
  295. package/dist/esm/components/Inspector/CrashTab.js +58 -58
  296. package/dist/esm/components/Inspector/DebuggingTab.js +105 -105
  297. package/dist/esm/components/Inspector/DeviceInfoTab.js +2 -2
  298. package/dist/esm/components/Inspector/FabLauncher.js +50 -50
  299. package/dist/esm/components/Inspector/FloatingCaptureWidget.js +23 -23
  300. package/dist/esm/components/Inspector/InspectorHeader.js +64 -64
  301. package/dist/esm/components/Inspector/MainScreen.js +87 -124
  302. package/dist/esm/components/Inspector/MediaGalleryTab.js +151 -151
  303. package/dist/esm/components/Inspector/MediaPreviewModal.d.ts +1 -0
  304. package/dist/esm/components/Inspector/MediaPreviewModal.js +468 -468
  305. package/dist/esm/components/Inspector/NetworkExportModal.d.ts +10 -0
  306. package/dist/esm/components/Inspector/NetworkExportModal.js +333 -0
  307. package/dist/esm/components/Inspector/NetworkTab.js +143 -136
  308. package/dist/esm/components/Inspector/NpmStarPrompt.js +32 -33
  309. package/dist/esm/components/Inspector/ReduxDetail.js +54 -56
  310. package/dist/esm/components/Inspector/ReduxTab.js +9 -9
  311. package/dist/esm/components/Inspector/SecondaryTelemetryStrip.d.ts +1 -0
  312. package/dist/esm/components/Inspector/SecondaryTelemetryStrip.js +23 -22
  313. package/dist/esm/components/Inspector/SettingsPanel.js +109 -113
  314. package/dist/esm/components/Inspector/SkeletonPlaceholder.d.ts +3 -0
  315. package/dist/esm/components/Inspector/SkeletonPlaceholder.js +42 -11
  316. package/dist/esm/components/Inspector/SocketCard.js +13 -13
  317. package/dist/esm/components/Inspector/SupportPage.js +5 -5
  318. package/dist/esm/components/Inspector/TabBar.js +35 -41
  319. package/dist/esm/components/Inspector/UiA11yAuditPanel.d.ts +7 -0
  320. package/dist/esm/components/Inspector/UiA11yAuditPanel.js +97 -0
  321. package/dist/esm/components/Inspector/UiInspectorDetail.d.ts +2 -0
  322. package/dist/esm/components/Inspector/UiInspectorDetail.js +422 -0
  323. package/dist/esm/components/Inspector/UiInspectorOverlay.d.ts +2 -0
  324. package/dist/esm/components/Inspector/UiInspectorOverlay.js +138 -0
  325. package/dist/esm/components/Inspector/UiInspectorTab.d.ts +2 -0
  326. package/dist/esm/components/Inspector/UiInspectorTab.js +117 -0
  327. package/dist/esm/components/Inspector/UiLiveStyleTweaker.d.ts +10 -0
  328. package/dist/esm/components/Inspector/UiLiveStyleTweaker.js +148 -0
  329. package/dist/esm/components/Inspector/index.d.ts +28 -0
  330. package/dist/esm/components/Inspector/index.js +1 -0
  331. package/dist/esm/components/LogCard.js +24 -22
  332. package/dist/esm/components/SkeletonPlaceholder.d.ts +3 -0
  333. package/dist/esm/components/SkeletonPlaceholder.js +42 -11
  334. package/dist/esm/constants/index.js +1 -1
  335. package/dist/esm/constants/telemetryConfig.d.ts +3 -3
  336. package/dist/esm/constants/telemetryConfig.js +1 -1
  337. package/dist/esm/constants/version.d.ts +1 -1
  338. package/dist/esm/constants/version.js +1 -1
  339. package/dist/esm/customHooks/crashHandler.d.ts +1 -1
  340. package/dist/esm/customHooks/crashHandler.js +6 -6
  341. package/dist/esm/customHooks/uiInspectorManager.d.ts +22 -0
  342. package/dist/esm/customHooks/uiInspectorManager.js +1 -0
  343. package/dist/esm/helpers/index.js +4 -6
  344. package/dist/esm/helpers/remoteConfig.js +1 -1
  345. package/dist/esm/helpers/searchQueryParser.d.ts +1 -0
  346. package/dist/esm/helpers/searchQueryParser.js +7 -5
  347. package/dist/esm/helpers/shareFormatter.d.ts +16 -0
  348. package/dist/esm/helpers/shareFormatter.js +20 -13
  349. package/dist/esm/helpers/uiInspectorEngine.d.ts +48 -0
  350. package/dist/esm/helpers/uiInspectorEngine.js +19 -0
  351. package/dist/esm/i18n/locales/ar.json +1 -1
  352. package/dist/esm/i18n/locales/bn.json +1 -1
  353. package/dist/esm/i18n/locales/de.json +1 -1
  354. package/dist/esm/i18n/locales/en.json +1 -1
  355. package/dist/esm/i18n/locales/es.json +1 -1
  356. package/dist/esm/i18n/locales/fr.json +1 -1
  357. package/dist/esm/i18n/locales/gu.json +1 -1
  358. package/dist/esm/i18n/locales/hi.json +1 -1
  359. package/dist/esm/i18n/locales/id.json +1 -1
  360. package/dist/esm/i18n/locales/it.json +1 -1
  361. package/dist/esm/i18n/locales/ja.json +1 -1
  362. package/dist/esm/i18n/locales/kn.json +1 -1
  363. package/dist/esm/i18n/locales/ko.json +1 -1
  364. package/dist/esm/i18n/locales/ml.json +1 -1
  365. package/dist/esm/i18n/locales/mr.json +1 -1
  366. package/dist/esm/i18n/locales/nl.json +1 -1
  367. package/dist/esm/i18n/locales/pa.json +1 -1
  368. package/dist/esm/i18n/locales/pl.json +1 -1
  369. package/dist/esm/i18n/locales/pt.json +1 -1
  370. package/dist/esm/i18n/locales/ru.json +1 -1
  371. package/dist/esm/i18n/locales/ta.json +1 -1
  372. package/dist/esm/i18n/locales/te.json +1 -1
  373. package/dist/esm/i18n/locales/tr.json +1 -1
  374. package/dist/esm/i18n/locales/vi.json +1 -1
  375. package/dist/esm/i18n/locales/zh.json +1 -1
  376. package/dist/esm/index.d.ts +4 -2
  377. package/dist/esm/index.js +8 -8
  378. package/dist/esm/native/NativeInspector.d.ts +4 -0
  379. package/dist/esm/native/NativeInspector.js +1 -1
  380. package/dist/esm/native/NativeNetworkInspector.d.ts +4 -0
  381. package/dist/esm/styles/AppFonts.d.ts +4 -0
  382. package/dist/esm/styles/AppFonts.js +1 -1
  383. package/dist/esm/styles/index.d.ts +2 -0
  384. package/dist/esm/styles/index.js +1 -1
  385. package/dist/esm/types/editor.d.ts +31 -0
  386. package/dist/esm/types/enums.d.ts +0 -2
  387. package/dist/esm/types/enums.js +1 -1
  388. package/dist/esm/types/interfaces.d.ts +1 -1
  389. package/ios/NetworkInspectorModule.mm +597 -336
  390. package/package.json +1 -1
  391. package/src/native/NativeInspector.ts +67 -0
  392. package/src/native/NativeNetworkInspector.ts +4 -0
@@ -0,0 +1,422 @@
1
+ import Ze,{useRef as et,useState as _}from"react";import{Dimensions as tt,Image as Re,Modal as Ct,ScrollView as Z,StyleSheet as ke,Text as C,TextInput as Tt,TouchableOpacity as H,View as T}from"react-native";import{useInspector as Ft}from"./InspectorContext";import{auditAccessibility as ft,categorizeStyles as Bt,extractBoxModel as St,generateCssSnippet as Pe,generateFullJsxSegmentSnippet as xt,generateStyleSheetSnippet as ee}from"../../helpers/uiInspectorEngine";import{BoxModelVisualizer as It}from"./BoxModelVisualizer";import{UiA11yAuditPanel as Et}from"./UiA11yAuditPanel";import At from"../JsonViewer";import Ce from"../TouchableScale";import{AccessibilityIcon as Rt,BoxModelIcon as kt,ChevronIcon as He,CloseIcon as De,CodeBracketsIcon as Te,CopyIcon as U,LayersIcon as Pt,SearchIcon as Ve}from"../NetworkIcons";import{AppColors as f}from"../../styles/AppColors";import{AppFonts as F}from"../../styles/AppFonts";import{triggerNativeHaptic as v}from"../../native/NativeInspector";import{showToast as $}from"../../helpers/toast";import X from"@react-native-clipboard/clipboard";export const UiInspectorDetail=()=>{const{selectedUiElement:N,setSelectedUiElement:Fe,uiActiveSubTab:j,setUiActiveSubTab:Le}=Ft(),[J,ve]=_(""),[je,Q]=_(!1),[We,fe]=_(null),[W,Be]=_("rn"),Me=et(null);if(!N)return null;const{componentName:A,hierarchy:G,props:K,flattenedStyles:Oe,boxModel:R,a11y:Ne,layout:z,snapshotUri:q}=N,Y=tt.get("window"),Se=Y.width*Y.height,xe=z.width*z.height,Ge=Se>0?(xe/Se*100).toFixed(1):"0.0",Ue=z.height>0?(z.width/z.height).toFixed(2):"1.00",D={...Oe},k=Bt(D),$e=typeof A=="string"&&(A.startsWith("RCT")||["View","Text","Image","ScrollView","TextInput","Modal"].includes(A)),P=xt(A,K,D),we=()=>{X.setString(P.code),v(),$("Copied full JSX to clipboard")},Xe=()=>{P.sourceFile&&(X.setString(`${P.sourceFile}:${P.lineNumber||1}`),v(),$("Copied source location"))},Ie=()=>{const B=W==="rn"?ee(A,D):Pe(A,D);X.setString(B),v(),$(W==="rn"?"Copied StyleSheet":"Copied CSS")},Je=()=>{X.setString(JSON.stringify(K,null,2)),v(),$("Copied props as JSON")},Ke=(B,S)=>{X.setString(String(S)),v(),fe(B),$(`Copied "${B}: ${S}"`),setTimeout(()=>fe(null),1500)},ze=B=>{if(B.componentName===A)return;v();const S=B.props||{},I=B.styles||(S.style?ke.flatten(S.style):{})||{},E=B.layout||{...z,width:I.width||z.width,height:I.height||z.height},V=St(I,E),L=ft(S,E,I);Fe({...N,componentName:B.componentName,displayName:B.displayName,props:S,originalStyles:I,flattenedStyles:I,tweakedStyles:{},layout:E,boxModel:V,a11y:L})},qe=(B,S)=>{if(typeof S!="string")return!1;const I=B.toLowerCase();return I.includes("color")||I.includes("background")||S.startsWith("#")||S.startsWith("rgb")||S.startsWith("hsl")},M=(B,S,I,E)=>{const V=Object.entries(S);return V.length===0?null:<T key={B}style={[e.styleGroupCard,{borderLeftColor:E}]}>
2
+ <T style={e.styleGroupHeader}>
3
+ <T style={e.styleGroupTitleRow}>
4
+ <C style={e.styleGroupIcon}>{I}</C>
5
+ <C style={[e.styleGroupTitle,{color:E}]}>{B.toUpperCase()}</C>
6
+ </T>
7
+ <T style={[e.styleGroupBadge,{backgroundColor:`${E}18`}]}>
8
+ <C style={[e.styleGroupBadgeText,{color:E}]}>{V.length}</C>
9
+ </T>
10
+ </T>
11
+
12
+ <T style={e.styleRowsContainer}>
13
+ {V.map(([L,O])=>{const Ae=qe(L,O),Qe=We===L;return<H key={L}activeOpacity={.7}style={[e.styleRow,Qe&&e.styleRowCopied]}onPress={()=>Ke(L,O)}>
14
+ <C style={e.stylePropKey}>{L}</C>
15
+ <T style={e.styleValueContainer}>
16
+ {Ae&&<T style={[e.colorSwatchPreview,{backgroundColor:String(O)}]}/>}
17
+ <C style={[e.stylePropValue,Ae&&e.stylePropColorValue]}>
18
+ {typeof O=="object"?JSON.stringify(O):String(O)}
19
+ </C>
20
+ {typeof O=="number"&&<C style={e.styleUnitText}>pt</C>}
21
+ </T>
22
+ </H>})}
23
+ </T>
24
+ </T>},Ee=Object.entries(K).filter(([B,S])=>{if(!J)return!0;const I=J.toLowerCase();return B.toLowerCase().includes(I)||String(S).toLowerCase().includes(I)}),Ye=[{key:"styles",label:"Styles",icon:Pt},{key:"jsx",label:"JSX Code",icon:Te},{key:"boxmodel",label:"Box Model",icon:kt},{key:"tree",label:`Hierarchy (${G.length})`,icon:He},{key:"props",label:`Props (${Object.keys(K).length})`,icon:Ve},{key:"a11y",label:"A11y",icon:Rt}],_e=Object.keys(k.layout).length>0||Object.keys(k.spacing).length>0||Object.keys(k.appearance).length>0||Object.keys(k.typography).length>0||Object.keys(k.borders).length>0||Object.keys(k.transforms).length>0||Object.keys(k.other).length>0;return<T style={e.container}>
25
+
26
+ <T style={e.topControlBar}>
27
+ <T style={e.elementTagRow}>
28
+ <T style={e.componentPill}>
29
+ <C style={e.componentTagBracket}>&lt;</C>
30
+ <C style={e.componentTagName}>{A}</C>
31
+ <C style={e.componentTagBracket}> /&gt;</C>
32
+ <T style={e.typeBadge}>
33
+ <C style={e.typeBadgeText}>
34
+ {$e?"Native":"React"}
35
+ </C>
36
+ </T>
37
+ </T>
38
+
39
+
40
+ <Z horizontal showsHorizontalScrollIndicator={!1}contentContainerStyle={e.breadcrumbScroll}>
41
+ {G.map((B,S)=>{const I=S===G.length-1||B.componentName===A;return<Ze.Fragment key={B.id||S}>
42
+ <He color="#94A3B8"size={8}direction="right"/>
43
+ <H style={[e.crumbChip,I&&e.crumbChipActive]}onPress={()=>ze(B)}>
44
+ <C style={[e.crumbChipText,I&&e.crumbChipTextActive]}numberOfLines={1}>
45
+ {B.displayName}
46
+ </C>
47
+ </H>
48
+ </Ze.Fragment>})}
49
+ </Z>
50
+ </T>
51
+
52
+ <T style={e.topActions}>
53
+ <Ce style={e.quickActionBtn}onPress={we}>
54
+ <Te color={f.brandPurple}size={11}/>
55
+ <C style={e.quickActionBtnText}>JSX</C>
56
+ </Ce>
57
+ <Ce style={e.closeBtn}onPress={()=>{v(),Fe(null)}}>
58
+ <De color={f.slate600}size={12}/>
59
+ </Ce>
60
+ </T>
61
+ </T>
62
+
63
+
64
+ <Ct visible={je}transparent animationType="fade"onRequestClose={()=>Q(!1)}>
65
+ <T style={e.modalBackdrop}>
66
+ <T style={e.modalCard}>
67
+ <T style={e.modalHeader}>
68
+ <C style={e.modalTitle}>
69
+ &lt;{A}&gt; Preview ({Math.round(z.width)} × {Math.round(z.height)} pt)
70
+ </C>
71
+ <H style={e.modalCloseBtn}onPress={()=>Q(!1)}>
72
+ <De color={f.white}size={15}/>
73
+ </H>
74
+ </T>
75
+ {q&&<T style={e.modalImageContainer}>
76
+ <Re source={{uri:q}}style={e.modalImage}resizeMode="contain"/>
77
+ </T>}
78
+ </T>
79
+ </T>
80
+ </Ct>
81
+
82
+
83
+ <T style={e.subTabBarWrapper}>
84
+ <Z ref={Me}horizontal showsHorizontalScrollIndicator={!1}contentContainerStyle={e.subTabBarContent}>
85
+ {Ye.map(B=>{const S=j===B.key,I=B.icon;return<H key={B.key}style={[e.subTabItem,S&&e.subTabItemActive]}onPress={()=>{v(),Le(B.key)}}>
86
+ <I color={S?f.white:"#64748B"}size={12}/>
87
+ <C style={[e.subTabText,S&&e.subTabTextActive]}>
88
+ {B.label}
89
+ </C>
90
+ </H>})}
91
+ </Z>
92
+ </T>
93
+
94
+
95
+ <Z style={e.tabScrollContent}contentContainerStyle={e.tabScrollInner}showsVerticalScrollIndicator={!1}>
96
+
97
+ {j==="styles"&&<T style={e.stylesTabContainer}>
98
+
99
+ <T style={e.heroSnapshotCard}>
100
+ <T style={e.heroImageFrame}>
101
+ {q?<H activeOpacity={.9}style={e.heroImageTouchable}onPress={()=>Q(!0)}>
102
+ <Re source={{uri:q}}style={e.heroImage}resizeMode="contain"/>
103
+ <T style={e.zoomGlassBadge}>
104
+ <C style={e.zoomGlassBadgeText}>🔍 Zoom Lightbox</C>
105
+ </T>
106
+ </H>:<T style={e.heroPlaceholder}>
107
+ <C style={e.heroPlaceholderIcon}>🎨</C>
108
+ <C style={e.heroPlaceholderText}>Rendered Component Frame</C>
109
+ </T>}
110
+ </T>
111
+
112
+
113
+ <T style={e.metricsGrid}>
114
+ <T style={e.metricCell}>
115
+ <C style={e.metricCellLabel}>WIDTH</C>
116
+ <C style={e.metricCellValue}>{Math.round(z.width)}<C style={e.metricUnit}> pt</C></C>
117
+ </T>
118
+ <T style={e.metricCell}>
119
+ <C style={e.metricCellLabel}>HEIGHT</C>
120
+ <C style={e.metricCellValue}>{Math.round(z.height)}<C style={e.metricUnit}> pt</C></C>
121
+ </T>
122
+ <T style={e.metricCell}>
123
+ <C style={e.metricCellLabel}>PAGE X</C>
124
+ <C style={e.metricCellValue}>{Math.round(z.pageX)}<C style={e.metricUnit}> pt</C></C>
125
+ </T>
126
+ <T style={e.metricCell}>
127
+ <C style={e.metricCellLabel}>PAGE Y</C>
128
+ <C style={e.metricCellValue}>{Math.round(z.pageY)}<C style={e.metricUnit}> pt</C></C>
129
+ </T>
130
+ </T>
131
+
132
+
133
+ <T style={e.specsBar}>
134
+ <T style={e.specsTag}>
135
+ <C style={e.specsTagLabel}>Coverage</C>
136
+ <C style={e.specsTagVal}>{Ge}% ({Ue}:1)</C>
137
+ </T>
138
+ <T style={e.specsTag}>
139
+ <C style={e.specsTagLabel}>Tag ID</C>
140
+ <C style={e.specsTagVal}>{N.nativeTag?`#${N.nativeTag}`:"Virtual Fiber"}</C>
141
+ </T>
142
+ </T>
143
+ </T>
144
+
145
+
146
+ <T style={e.computedLayoutCard}>
147
+ <T style={e.computedLayoutHeader}>
148
+ <C style={e.computedLayoutTitle}>⚡ COMPUTED CONSTRAINTS</C>
149
+ <C style={e.computedLayoutSub}>Resolved Frame & Insets</C>
150
+ </T>
151
+ <T style={e.computedGrid}>
152
+ <T style={e.computedItem}>
153
+ <C style={e.computedItemKey}>Display</C>
154
+ <C style={e.computedItemVal}>{D.display||"flex"}</C>
155
+ </T>
156
+ <T style={e.computedItem}>
157
+ <C style={e.computedItemKey}>Position</C>
158
+ <C style={e.computedItemVal}>{D.position||"relative"}</C>
159
+ </T>
160
+ <T style={e.computedItem}>
161
+ <C style={e.computedItemKey}>Flex Direction</C>
162
+ <C style={e.computedItemVal}>{D.flexDirection||"column"}</C>
163
+ </T>
164
+ <T style={e.computedItem}>
165
+ <C style={e.computedItemKey}>Box Sizing</C>
166
+ <C style={e.computedItemVal}>border-box</C>
167
+ </T>
168
+ </T>
169
+ </T>
170
+
171
+
172
+ {_e&&<>
173
+ {M("Flex Layout",k.layout,"\u26A1","#8B5CF6")}
174
+ {M("Spacing & Margins",k.spacing,"\u{1F4E6}","#10B981")}
175
+ {M("Appearance & Color",k.appearance,"\u{1F3A8}","#F43F5E")}
176
+ {M("Typography",k.typography,"\u{1F524}","#F59E0B")}
177
+ {M("Borders & Corners",k.borders,"\u{1F532}","#0D9488")}
178
+ {M("Transforms",k.transforms,"\u{1F504}","#EC4899")}
179
+ {M("Other Properties",k.other,"\u2699\uFE0F","#64748B")}
180
+ </>}
181
+
182
+
183
+ <T style={e.codeSnippetCard}>
184
+ <T style={e.codeSnippetHeader}>
185
+ <T style={e.codeSnippetTabs}>
186
+ <H style={[e.codeFormatBtn,W==="rn"&&e.codeFormatBtnActive]}onPress={()=>Be("rn")}>
187
+ <C style={[e.codeFormatBtnText,W==="rn"&&e.codeFormatBtnTextActive]}>
188
+ React Native StyleSheet
189
+ </C>
190
+ </H>
191
+ <H style={[e.codeFormatBtn,W==="css"&&e.codeFormatBtnActive]}onPress={()=>Be("css")}>
192
+ <C style={[e.codeFormatBtnText,W==="css"&&e.codeFormatBtnTextActive]}>
193
+ Web CSS
194
+ </C>
195
+ </H>
196
+ </T>
197
+
198
+ <H style={e.codeCopyBtn}onPress={Ie}>
199
+ <U color={f.brandPurple}size={11}/>
200
+ <C style={e.codeCopyBtnText}>Copy</C>
201
+ </H>
202
+ </T>
203
+ <T style={e.codeSnippetBody}>
204
+ <C style={e.codeSnippetText}numberOfLines={14}>
205
+ {W==="rn"?ee(A,D):Pe(A,D)}
206
+ </C>
207
+ </T>
208
+ </T>
209
+ </T>}
210
+
211
+
212
+ {j==="jsx"&&<T style={e.jsxTabContainer}>
213
+
214
+ <T style={e.sourceLocationCard}>
215
+ <T style={e.sourceLocationHeader}>
216
+ <C style={e.sourceLocationTitle}>📍 CODEBASE LOCATION</C>
217
+ {P.sourceFile&&<H style={e.copyPathBtn}onPress={Xe}>
218
+ <U color={f.brandPurple}size={11}/>
219
+ <C style={e.copyPathBtnText}>Copy Path</C>
220
+ </H>}
221
+ </T>
222
+ <T style={e.sourceLocationBody}>
223
+ <C style={e.sourceLocationText}>
224
+ {P.sourceLocation||(P.sourceFile?`${P.sourceFile}:${P.lineNumber||1}`:`${A}.tsx (Rendered React Node)`)}
225
+ </C>
226
+ {P.lineNumber!=null&&<T style={e.lineNumberBadge}>
227
+ <C style={e.lineNumberBadgeText}>Line {P.lineNumber}</C>
228
+ </T>}
229
+ </T>
230
+ </T>
231
+
232
+
233
+ <T style={e.jsxCodeCard}>
234
+ <T style={e.jsxCodeHeader}>
235
+ <T style={e.jsxCodeTitleRow}>
236
+ <Te color={f.brandPurple}size={14}/>
237
+ <C style={e.jsxCodeTitle}>FULL JSX CODE</C>
238
+ </T>
239
+ <H style={e.jsxCopyActionBtn}onPress={we}>
240
+ <U color={f.white}size={11}/>
241
+ <C style={e.jsxCopyActionBtnText}>Copy JSX</C>
242
+ </H>
243
+ </T>
244
+
245
+ <T style={e.jsxCodeBody}>
246
+ <C style={e.jsxCodeContent}selectable>
247
+ {P.code}
248
+ </C>
249
+ </T>
250
+ </T>
251
+
252
+
253
+ <T style={e.codeSnippetCard}>
254
+ <T style={e.codeSnippetHeader}>
255
+ <C style={e.connectedStyleTitle}>🎨 CONNECTED STYLESHEET</C>
256
+ <H style={e.codeCopyBtn}onPress={Ie}>
257
+ <U color={f.brandPurple}size={11}/>
258
+ <C style={e.codeCopyBtnText}>Copy Styles</C>
259
+ </H>
260
+ </T>
261
+ <T style={e.codeSnippetBody}>
262
+ <C style={e.codeSnippetText}numberOfLines={14}>
263
+ {ee(A,D)}
264
+ </C>
265
+ </T>
266
+ </T>
267
+ </T>}
268
+
269
+
270
+ {j==="boxmodel"&&<T style={e.boxModelTabContainer}>
271
+ <T style={e.boxModelCard}>
272
+ <C style={e.boxModelSectionTitle}>📦 VISUAL BOX MODEL (CSS METRICS)</C>
273
+ <It boxModel={R}/>
274
+ </T>
275
+
276
+
277
+ <T style={e.boxModelMetricsTable}>
278
+ <C style={e.tableTitle}>SPACING SUMMARY</C>
279
+ <T style={e.tableRow}>
280
+ <C style={e.tableHeaderCell}>Layer</C>
281
+ <C style={e.tableHeaderCell}>Top</C>
282
+ <C style={e.tableHeaderCell}>Right</C>
283
+ <C style={e.tableHeaderCell}>Bottom</C>
284
+ <C style={e.tableHeaderCell}>Left</C>
285
+ </T>
286
+ <T style={e.tableRow}>
287
+ <C style={[e.tableCell,{color:"#D97706",fontFamily:F.bold}]}>Margin</C>
288
+ <C style={e.tableCell}>{R.margin.top} pt</C>
289
+ <C style={e.tableCell}>{R.margin.right} pt</C>
290
+ <C style={e.tableCell}>{R.margin.bottom} pt</C>
291
+ <C style={e.tableCell}>{R.margin.left} pt</C>
292
+ </T>
293
+ <T style={e.tableRow}>
294
+ <C style={[e.tableCell,{color:"#CA8A04",fontFamily:F.bold}]}>Border</C>
295
+ <C style={e.tableCell}>{R.border.top} pt</C>
296
+ <C style={e.tableCell}>{R.border.right} pt</C>
297
+ <C style={e.tableCell}>{R.border.bottom} pt</C>
298
+ <C style={e.tableCell}>{R.border.left} pt</C>
299
+ </T>
300
+ <T style={e.tableRow}>
301
+ <C style={[e.tableCell,{color:"#059669",fontFamily:F.bold}]}>Padding</C>
302
+ <C style={e.tableCell}>{R.padding.top} pt</C>
303
+ <C style={e.tableCell}>{R.padding.right} pt</C>
304
+ <C style={e.tableCell}>{R.padding.bottom} pt</C>
305
+ <C style={e.tableCell}>{R.padding.left} pt</C>
306
+ </T>
307
+ <T style={e.tableRow}>
308
+ <C style={[e.tableCell,{color:"#4F46E5",fontFamily:F.bold}]}>Content</C>
309
+ <C style={[e.tableCell,{flex:4}]}>
310
+ {R.content.width} × {R.content.height} pt (Area: {Math.round(xe)} pt²)
311
+ </C>
312
+ </T>
313
+ </T>
314
+
315
+
316
+ <T style={e.insetsCard}>
317
+ <C style={e.tableTitle}>SCREEN INSETS & EDGES</C>
318
+ <T style={e.insetsGrid}>
319
+ <T style={e.insetRow}>
320
+ <C style={e.insetLabel}>Distance from Screen Top:</C>
321
+ <C style={e.insetValue}>{Math.round(z.pageY)} pt</C>
322
+ </T>
323
+ <T style={e.insetRow}>
324
+ <C style={e.insetLabel}>Distance from Screen Left:</C>
325
+ <C style={e.insetValue}>{Math.round(z.pageX)} pt</C>
326
+ </T>
327
+ <T style={e.insetRow}>
328
+ <C style={e.insetLabel}>Distance from Screen Bottom:</C>
329
+ <C style={e.insetValue}>
330
+ {Math.max(0,Math.round(Y.height-(z.pageY+z.height)))} pt
331
+ </C>
332
+ </T>
333
+ <T style={e.insetRow}>
334
+ <C style={e.insetLabel}>Distance from Screen Right:</C>
335
+ <C style={e.insetValue}>
336
+ {Math.max(0,Math.round(Y.width-(z.pageX+z.width)))} pt
337
+ </C>
338
+ </T>
339
+ </T>
340
+ </T>
341
+ </T>}
342
+
343
+
344
+ {j==="tree"&&<T style={e.treeTabContainer}>
345
+ <T style={e.treeHeaderCard}>
346
+ <C style={e.treeHeaderTitle}>COMPONENT ANCESTOR TREE</C>
347
+ <C style={e.treeHeaderSubtitle}>
348
+ Tap any parent or child node in the hierarchy to inspect its styles, props, and box model.
349
+ </C>
350
+ </T>
351
+
352
+ <T style={e.treeList}>
353
+ {G.map((B,S)=>{const I=S===G.length-1||B.componentName===A,E=S;return<H key={B.id||S}activeOpacity={.7}style={[e.treeItemCard,{marginLeft:E*14},I&&e.treeItemCardActive]}onPress={()=>ze(B)}>
354
+ <T style={e.treeItemTopRow}>
355
+ <T style={e.treeTagRow}>
356
+ <T style={[e.depthBadge,I&&e.depthBadgeActive]}>
357
+ <C style={[e.depthBadgeText,I&&e.depthBadgeTextActive]}>
358
+ L{E}
359
+ </C>
360
+ </T>
361
+ <C style={[e.treeTagName,I&&e.treeTagNameActive]}>
362
+ &lt;{B.displayName}&gt;
363
+ </C>
364
+ </T>
365
+
366
+ {I?<T style={e.activePillBadge}>
367
+ <C style={e.activePillBadgeText}>CURRENT</C>
368
+ </T>:<T style={e.inspectArrowBtn}>
369
+ <C style={e.inspectArrowBtnText}>Inspect →</C>
370
+ </T>}
371
+ </T>
372
+
373
+ {B.layout&&<T style={e.treeItemBottomRow}>
374
+ <C style={e.treeItemMetric}>
375
+ Frame: {Math.round(B.layout.width)} × {Math.round(B.layout.height)} pt
376
+ </C>
377
+ {B.isHostComponent&&<C style={e.treeItemHostBadge}>Native</C>}
378
+ </T>}
379
+ </H>})}
380
+ </T>
381
+ </T>}
382
+
383
+
384
+ {j==="props"&&<T style={e.propsTabContainer}>
385
+ <T style={e.propsSearchRow}>
386
+ <T style={e.searchBar}>
387
+ <Ve color={f.slate400}size={14}/>
388
+ <Tt style={e.searchInput}placeholder="Filter props by name or value..."placeholderTextColor={f.slate400}value={J}onChangeText={ve}/>
389
+ </T>
390
+
391
+ <Ce style={e.copyPropsBtn}onPress={Je}>
392
+ <U color={f.white}size={11}/>
393
+ <C style={e.copyPropsBtnText}>Copy All</C>
394
+ </Ce>
395
+ </T>
396
+
397
+ {Ee.length===0?<T style={e.emptyPropsBox}>
398
+ <C style={e.emptyPropsText}>No props match "{J}"</C>
399
+ </T>:<T style={e.propsList}>
400
+ {Ee.map(([B,S])=>{const I=typeof S,E=I==="function",V=I==="object"&&S!==null,L=!E&&!V;return<T key={B}style={e.propItemCard}>
401
+ <T style={e.propHeader}>
402
+ <C style={e.propKeyName}>{B}</C>
403
+ <T style={[e.typeBadgePrimary,E&&e.typeBadgeFn,V&&e.typeBadgeObj,L&&e.typeBadgePrim]}>
404
+ <C style={e.typeBadgePrimaryText}>
405
+ {E?"function":V?"object":I}
406
+ </C>
407
+ </T>
408
+ </T>
409
+
410
+ {V?<T style={e.jsonViewerWrapper}>
411
+ <At data={S}defaultExpandDepth={1}/>
412
+ </T>:<C style={e.propValueText}numberOfLines={3}>
413
+ {E?"\u0192 () { [native / custom handler] }":String(S)}
414
+ </C>}
415
+ </T>})}
416
+ </T>}
417
+ </T>}
418
+
419
+
420
+ {j==="a11y"&&<Et a11y={Ne}/>}
421
+ </Z>
422
+ </T>};const e=ke.create({container:{flex:1,backgroundColor:"#F8FAFC"},topControlBar:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",backgroundColor:f.white,paddingHorizontal:12,paddingVertical:8,borderBottomWidth:1,borderBottomColor:"#E2E8F0"},elementTagRow:{flex:1,flexDirection:"row",alignItems:"center",gap:6,marginRight:8},componentPill:{flexDirection:"row",alignItems:"center",backgroundColor:"#EEF2FF",paddingHorizontal:8,paddingVertical:4,borderRadius:6,borderWidth:1,borderColor:"#C7D2FE"},componentTagBracket:{fontSize:12,fontFamily:F.bold,color:"#D97706"},componentTagName:{fontSize:12,fontFamily:F.bold,color:f.brandPurple,paddingHorizontal:2},typeBadge:{backgroundColor:"#FFFFFF",paddingHorizontal:5,paddingVertical:1.5,borderRadius:4,marginLeft:5,borderWidth:1,borderColor:"#E2E8F0"},typeBadgeText:{fontSize:9,fontFamily:F.semiBold,color:"#64748B"},breadcrumbScroll:{alignItems:"center",gap:4},crumbChip:{paddingHorizontal:6,paddingVertical:2.5,borderRadius:4,backgroundColor:"#F1F5F9"},crumbChipActive:{backgroundColor:f.brandPurple},crumbChipText:{fontSize:10,fontFamily:F.medium,color:"#64748B"},crumbChipTextActive:{color:f.white,fontFamily:F.bold},topActions:{flexDirection:"row",alignItems:"center",gap:6},quickActionBtn:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:"#EEF2FF",paddingHorizontal:8,paddingVertical:4,borderRadius:6,borderWidth:1,borderColor:"#C7D2FE"},quickActionBtnText:{fontSize:10,fontFamily:F.bold,color:f.brandPurple},closeBtn:{padding:5,borderRadius:6,backgroundColor:"#F1F5F9",borderWidth:1,borderColor:"#E2E8F0"},subTabBarWrapper:{backgroundColor:f.white,borderBottomWidth:1,borderBottomColor:"#E2E8F0",paddingVertical:6},subTabBarContent:{paddingHorizontal:10,gap:6,alignItems:"center"},subTabItem:{flexDirection:"row",alignItems:"center",paddingHorizontal:10,paddingVertical:5,borderRadius:7,backgroundColor:"#F1F5F9",gap:4.5,borderWidth:1,borderColor:"#E2E8F0"},subTabItemActive:{backgroundColor:f.brandPurple,borderColor:"#4338CA",shadowColor:f.brandPurple,shadowOffset:{width:0,height:1.5},shadowOpacity:.2,shadowRadius:2,elevation:2},subTabText:{fontSize:11,fontFamily:F.medium,color:"#475569"},subTabTextActive:{color:f.white,fontFamily:F.bold},tabScrollContent:{flex:1},tabScrollInner:{padding:12,paddingBottom:32},stylesTabContainer:{gap:10},heroSnapshotCard:{backgroundColor:f.white,borderRadius:12,borderWidth:1,borderColor:"#E2E8F0",overflow:"hidden",shadowColor:"#0F172A",shadowOffset:{width:0,height:2},shadowOpacity:.06,shadowRadius:4,elevation:2},heroImageFrame:{width:"100%",height:125,backgroundColor:"#0F172A",justifyContent:"center",alignItems:"center",position:"relative"},heroImageTouchable:{width:"100%",height:"100%",justifyContent:"center",alignItems:"center",padding:10},heroImage:{width:"100%",height:"100%"},zoomGlassBadge:{position:"absolute",top:8,right:8,backgroundColor:"rgba(15, 23, 42, 0.75)",paddingHorizontal:8,paddingVertical:3.5,borderRadius:6,borderWidth:1,borderColor:"rgba(255, 255, 255, 0.2)"},zoomGlassBadgeText:{fontSize:9.5,fontFamily:F.bold,color:"#FFFFFF"},heroPlaceholder:{alignItems:"center",justifyContent:"center"},heroPlaceholderIcon:{fontSize:24,marginBottom:4},heroPlaceholderText:{fontSize:10,fontFamily:F.bold,color:"#94A3B8"},metricsGrid:{flexDirection:"row",borderTopWidth:1,borderTopColor:"#E2E8F0",backgroundColor:"#FFFFFF"},metricCell:{flex:1,paddingVertical:8,paddingHorizontal:6,alignItems:"center",borderRightWidth:1,borderRightColor:"#F1F5F9"},metricCellLabel:{fontSize:8.5,fontFamily:F.bold,color:"#94A3B8",letterSpacing:.5},metricCellValue:{fontSize:12.5,fontFamily:F.bold,color:"#0F172A",marginTop:2},metricUnit:{fontSize:9,fontFamily:F.regular,color:"#64748B"},specsBar:{flexDirection:"row",justifyContent:"space-between",backgroundColor:"#F8FAFC",paddingHorizontal:12,paddingVertical:6.5,borderTopWidth:1,borderTopColor:"#E2E8F0"},specsTag:{flexDirection:"row",alignItems:"center",gap:4},specsTagLabel:{fontSize:9.5,fontFamily:F.medium,color:"#64748B"},specsTagVal:{fontSize:9.5,fontFamily:F.bold,color:"#0F172A"},computedLayoutCard:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0"},computedLayoutHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:8,paddingBottom:6,borderBottomWidth:1,borderBottomColor:"#F1F5F9"},computedLayoutTitle:{fontSize:10.5,fontFamily:F.bold,color:"#6366F1",letterSpacing:.6},computedLayoutSub:{fontSize:9.5,fontFamily:F.medium,color:"#94A3B8"},computedGrid:{flexDirection:"row",flexWrap:"wrap",gap:8},computedItem:{width:"48%",backgroundColor:"#F8FAFC",paddingHorizontal:8,paddingVertical:6,borderRadius:6,borderWidth:1,borderColor:"#E2E8F0",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},computedItemKey:{fontSize:10,fontFamily:F.medium,color:"#64748B"},computedItemVal:{fontSize:10.5,fontFamily:F.bold,color:"#0F172A"},styleGroupCard:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0",borderLeftWidth:3.5,shadowColor:"#0F172A",shadowOffset:{width:0,height:1},shadowOpacity:.04,shadowRadius:2,elevation:1},styleGroupHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:8,paddingBottom:6,borderBottomWidth:1,borderBottomColor:"#F1F5F9"},styleGroupTitleRow:{flexDirection:"row",alignItems:"center",gap:6},styleGroupIcon:{fontSize:13},styleGroupTitle:{fontSize:11,fontFamily:F.bold,letterSpacing:.6},styleGroupBadge:{paddingHorizontal:6,paddingVertical:2,borderRadius:10},styleGroupBadgeText:{fontSize:9.5,fontFamily:F.bold},styleRowsContainer:{gap:2},styleRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",paddingVertical:4.5,paddingHorizontal:6,borderRadius:6},styleRowCopied:{backgroundColor:"#ECFDF5"},stylePropKey:{fontSize:11.5,fontFamily:F.medium,color:"#475569"},styleValueContainer:{flexDirection:"row",alignItems:"center",gap:6},colorSwatchPreview:{width:13,height:13,borderRadius:3,borderWidth:1,borderColor:"rgba(0,0,0,0.15)"},stylePropValue:{fontSize:11.5,fontFamily:F.semiBold,color:"#0F172A"},stylePropColorValue:{fontFamily:F.bold,color:"#6366F1"},styleUnitText:{fontSize:9.5,fontFamily:F.regular,color:"#94A3B8"},codeSnippetCard:{backgroundColor:"#F8FAFC",borderRadius:10,borderWidth:1,borderColor:"#E2E8F0",overflow:"hidden"},codeSnippetHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",paddingHorizontal:10,paddingVertical:6,borderBottomWidth:1,borderBottomColor:"#E2E8F0",backgroundColor:"#EEF2FF"},codeSnippetTabs:{flexDirection:"row",gap:4},codeFormatBtn:{paddingHorizontal:8,paddingVertical:3,borderRadius:5},codeFormatBtnActive:{backgroundColor:f.white,shadowColor:"#000",shadowOffset:{width:0,height:1},shadowOpacity:.1,shadowRadius:1,elevation:1},codeFormatBtnText:{fontSize:9.5,fontFamily:F.medium,color:"#64748B"},codeFormatBtnTextActive:{color:f.brandPurple,fontFamily:F.bold},codeCopyBtn:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:f.white,paddingHorizontal:8,paddingVertical:3,borderRadius:5,borderWidth:1,borderColor:"#C7D2FE"},codeCopyBtnText:{fontSize:10,fontFamily:F.bold,color:f.brandPurple},codeSnippetBody:{padding:10,backgroundColor:"#FFFFFF"},codeSnippetText:{fontSize:11,fontFamily:"Courier",color:"#334155",lineHeight:16},jsxTabContainer:{gap:12},sourceLocationCard:{backgroundColor:f.white,borderRadius:10,borderWidth:1,borderColor:"#E2E8F0",overflow:"hidden"},sourceLocationHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",backgroundColor:"#EEF2FF",paddingHorizontal:12,paddingVertical:7,borderBottomWidth:1,borderBottomColor:"#E0E7FF"},sourceLocationTitle:{fontSize:10,fontFamily:F.bold,color:f.brandPurple,letterSpacing:.6},copyPathBtn:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:f.white,paddingHorizontal:7,paddingVertical:2.5,borderRadius:4,borderWidth:1,borderColor:"#C7D2FE"},copyPathBtnText:{fontSize:9.5,fontFamily:F.bold,color:f.brandPurple},sourceLocationBody:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",padding:10},sourceLocationText:{flex:1,fontSize:11.5,fontFamily:F.bold,color:"#1E293B"},lineNumberBadge:{backgroundColor:"#F1F5F9",paddingHorizontal:6,paddingVertical:2,borderRadius:4,borderWidth:1,borderColor:"#E2E8F0"},lineNumberBadgeText:{fontSize:9.5,fontFamily:F.semiBold,color:"#64748B"},jsxCodeCard:{backgroundColor:f.white,borderRadius:10,borderWidth:1,borderColor:"#C7D2FE",overflow:"hidden"},jsxCodeHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",backgroundColor:"#EEF2FF",paddingHorizontal:12,paddingVertical:8,borderBottomWidth:1,borderBottomColor:"#E0E7FF"},jsxCodeTitleRow:{flexDirection:"row",alignItems:"center",gap:6},jsxCodeTitle:{fontSize:10.5,fontFamily:F.bold,color:f.brandPurple,letterSpacing:.6},jsxCopyActionBtn:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:f.brandPurple,paddingHorizontal:9,paddingVertical:4,borderRadius:6},jsxCopyActionBtnText:{fontSize:10.5,fontFamily:F.bold,color:f.white},jsxCodeBody:{padding:12,backgroundColor:"#FAF5FF"},jsxCodeContent:{fontSize:12,fontFamily:"Courier",color:"#4C1D95",lineHeight:18},connectedStyleTitle:{fontSize:10,fontFamily:F.bold,color:f.brandPurple,letterSpacing:.6},boxModelTabContainer:{gap:12},boxModelCard:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0"},boxModelSectionTitle:{fontSize:10.5,fontFamily:F.bold,color:"#64748B",letterSpacing:.5,marginBottom:8},boxModelMetricsTable:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0"},tableTitle:{fontSize:10,fontFamily:F.bold,color:"#64748B",letterSpacing:.5,marginBottom:8},tableRow:{flexDirection:"row",borderBottomWidth:1,borderBottomColor:"#F1F5F9",paddingVertical:6},tableHeaderCell:{flex:1,fontSize:10,fontFamily:F.bold,color:"#94A3B8",textAlign:"center"},tableCell:{flex:1,fontSize:11,fontFamily:F.medium,color:"#334155",textAlign:"center"},insetsCard:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0"},insetsGrid:{gap:6},insetRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",paddingVertical:4,borderBottomWidth:1,borderBottomColor:"#F8FAFC"},insetLabel:{fontSize:11,fontFamily:F.medium,color:"#64748B"},insetValue:{fontSize:11.5,fontFamily:F.bold,color:"#0F172A"},treeTabContainer:{gap:10},treeHeaderCard:{backgroundColor:f.white,borderRadius:10,padding:12,borderWidth:1,borderColor:"#E2E8F0"},treeHeaderTitle:{fontSize:10.5,fontFamily:F.bold,color:"#64748B",letterSpacing:.5,marginBottom:4},treeHeaderSubtitle:{fontSize:11,fontFamily:F.regular,color:"#94A3B8",lineHeight:16},treeList:{gap:6},treeItemCard:{backgroundColor:f.white,borderRadius:8,padding:10,borderWidth:1,borderColor:"#E2E8F0"},treeItemCardActive:{backgroundColor:"#EEF2FF",borderColor:"#6366F1",borderLeftWidth:3.5,borderLeftColor:f.brandPurple},treeItemTopRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center"},treeTagRow:{flexDirection:"row",alignItems:"center",gap:6},depthBadge:{backgroundColor:"#F1F5F9",paddingHorizontal:5,paddingVertical:2,borderRadius:4},depthBadgeActive:{backgroundColor:f.brandPurple},depthBadgeText:{fontSize:9,fontFamily:F.bold,color:"#64748B"},depthBadgeTextActive:{color:f.white},treeTagName:{fontSize:12,fontFamily:F.bold,color:"#334155"},treeTagNameActive:{color:f.brandPurple},activePillBadge:{backgroundColor:"#10B98118",paddingHorizontal:6,paddingVertical:2,borderRadius:4},activePillBadgeText:{fontSize:9,fontFamily:F.bold,color:"#059669"},inspectArrowBtn:{paddingHorizontal:6,paddingVertical:2,borderRadius:4,backgroundColor:"#F8FAFC"},inspectArrowBtnText:{fontSize:10,fontFamily:F.medium,color:"#64748B"},treeItemBottomRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginTop:6,paddingTop:4,borderTopWidth:1,borderTopColor:"#F1F5F9"},treeItemMetric:{fontSize:9.5,fontFamily:F.regular,color:"#94A3B8"},treeItemHostBadge:{fontSize:9,fontFamily:F.semiBold,color:"#6366F1"},propsTabContainer:{gap:10},propsSearchRow:{flexDirection:"row",gap:8,alignItems:"center"},searchBar:{flex:1,flexDirection:"row",alignItems:"center",gap:8,backgroundColor:f.white,paddingHorizontal:10,borderRadius:8,borderWidth:1,borderColor:"#E2E8F0",height:36},searchInput:{flex:1,fontSize:11.5,fontFamily:F.regular,color:"#0F172A",padding:0},copyPropsBtn:{flexDirection:"row",alignItems:"center",gap:4,backgroundColor:f.brandPurple,paddingHorizontal:10,height:36,borderRadius:8},copyPropsBtnText:{fontSize:10.5,fontFamily:F.bold,color:f.white},emptyPropsBox:{padding:24,alignItems:"center",backgroundColor:f.white,borderRadius:8,borderWidth:1,borderColor:"#E2E8F0"},emptyPropsText:{fontSize:12,fontFamily:F.medium,color:"#94A3B8"},propsList:{gap:6},propItemCard:{backgroundColor:f.white,borderRadius:8,padding:10,borderWidth:1,borderColor:"#E2E8F0"},propHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",marginBottom:4},propKeyName:{fontSize:12,fontFamily:F.bold,color:"#1E293B"},typeBadgePrimary:{paddingHorizontal:6,paddingVertical:2,borderRadius:4,backgroundColor:"#F1F5F9"},typeBadgeFn:{backgroundColor:"#EEF2FF"},typeBadgeObj:{backgroundColor:"#FEF3C7"},typeBadgePrim:{backgroundColor:"#ECFDF5"},typeBadgePrimaryText:{fontSize:9,fontFamily:F.bold,color:"#475569"},propValueText:{fontSize:11,fontFamily:"Courier",color:"#334155",marginTop:2},jsonViewerWrapper:{marginTop:4},modalBackdrop:{flex:1,backgroundColor:"rgba(15, 23, 42, 0.85)",justifyContent:"center",alignItems:"center",padding:20},modalCard:{width:"100%",maxHeight:"80%",backgroundColor:"#1E293B",borderRadius:14,overflow:"hidden",borderWidth:1,borderColor:"#334155"},modalHeader:{flexDirection:"row",justifyContent:"space-between",alignItems:"center",paddingHorizontal:14,paddingVertical:10,borderBottomWidth:1,borderBottomColor:"#334155"},modalTitle:{fontSize:12,fontFamily:F.bold,color:f.white},modalCloseBtn:{padding:4},modalImageContainer:{padding:12,alignItems:"center",justifyContent:"center"},modalImage:{width:"100%",height:260}});
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UiInspectorOverlay: React.FC;
@@ -0,0 +1,138 @@
1
+ import pe,{useCallback as be,useRef as fe,useState as J}from"react";import{Dimensions as Be,PanResponder as we,Platform as xe,ScrollView as Se,StyleSheet as N,Text as B,TouchableOpacity as G,View as S}from"react-native";import{useInspector as Ce}from"./InspectorContext";import{createInspectedElement as Me,extractBoxModel as Fe,getDynamicInspectorDataForPoint as Ie,auditAccessibility as ve}from"../../helpers/uiInspectorEngine";import{ActiveTab as Pe}from"../../types";import{AppColors as P}from"../../styles/AppColors";import{AppFonts as F}from"../../styles/AppFonts";import{CloseIcon as Te,LayersIcon as Ae,RulerIcon as Re}from"../NetworkIcons";import K from"../TouchableScale";import{takeNativeScreenshot as ne,triggerNativeHaptic as z}from"../../native/NativeInspector";export const UiInspectorOverlay=()=>{const{isInspectModeActive:ie,setIsInspectModeActive:q,selectedUiElement:t,setSelectedUiElement:W,showAlignmentGrid:O,setShowAlignmentGrid:ae,showDistanceGuides:re,setShowDistanceGuides:De,setVisible:le,switchActiveTab:de}=Ce(),[Q,se]=J("top"),[L,Z]=J(!1),[he,X]=J(null),D=Be.get("window"),_=be(async w=>{const{pageX:I,pageY:v,locationX:T,locationY:Y}=w.nativeEvent,R=I??T??0,ee=v??Y??0;try{const C=await Ie(R,ee);if(C&&C.layout&&(C.layout.width>0||C.layout.height>0)){try{const oe=await ne({rect:{x:Math.max(0,C.layout.pageX),y:Math.max(0,C.layout.pageY),width:Math.max(1,C.layout.width),height:Math.max(1,C.layout.height)},quality:.95,format:"png"});oe?.uri&&(C.snapshotUri=oe.uri)}catch{}X({x:C.layout.x,y:C.layout.y,width:C.layout.width,height:C.layout.height,componentName:C.displayName||C.componentName}),W(C),z();return}}catch{}const k=Math.round(Math.min(D.width-32,Math.max(48,R>D.width/2?(D.width-R)*1.5:R*1.5))),E=44,H=Math.max(0,Math.min(R-k/2,D.width-k)),V=Math.max(0,Math.min(ee-E/2,D.height-E));let te;try{const C=await ne({rect:{x:Math.max(0,H),y:Math.max(0,V),width:Math.max(1,k),height:Math.max(1,E)},quality:.95,format:"png"});C?.uri&&(te=C.uri)}catch{}const ye=Me("View",{accessible:!0,style:{position:"absolute",left:Math.round(H),top:Math.round(V),width:k,height:E}},{x:Math.round(H),y:Math.round(V),width:k,height:E,pageX:Math.round(H),pageY:Math.round(V)},void 0,void 0,te);X({x:Math.round(H),y:Math.round(V),width:k,height:E,componentName:"View"}),W(ye),z()},[D,W]),ue=fe(we.create({onStartShouldSetPanResponder:()=>!0,onMoveShouldSetPanResponder:()=>!0,onPanResponderGrant:w=>_(w),onPanResponderMove:w=>_(w)})).current;if(!ie)return null;const M=he||(t?{x:t.layout.pageX,y:t.layout.pageY,width:t.layout.width,height:t.layout.height,componentName:t.componentName}:null),U=t?.hierarchy||[],ge=t?.flattenedStyles||{},A=t?.boxModel||{margin:{top:0,right:0,bottom:0,left:0},border:{top:0,right:0,bottom:0,left:0},padding:{top:0,right:0,bottom:0,left:0},content:{width:t?.layout.width||0,height:t?.layout.height||0}},$=Object.entries(ge).filter(([w,I])=>I==null||typeof I=="object"?!1:["overflow","fontSize","fontWeight","color","letterSpacing","lineHeight","backgroundColor","borderRadius","flexDirection","justifyContent","alignItems","flex","opacity","zIndex"].includes(w)),me=w=>{if(!t||w.componentName===t.componentName)return;z();const I=w.props||{},v=w.styles||(I.style?N.flatten(I.style):{})||{},T=w.layout||{...t.layout,width:v.width||t.layout.width,height:v.height||t.layout.height},Y=Fe(v,T),R=ve(I,T,v);W({...t,componentName:w.componentName,displayName:w.displayName,props:I,originalStyles:v,flattenedStyles:v,tweakedStyles:{},layout:T,boxModel:Y,a11y:R}),X({x:T.x??t.layout.x,y:T.y??t.layout.y,width:T.width,height:T.height,componentName:w.displayName||w.componentName})},ce=()=>{z(),q(!1),de(Pe.Ui),le(!0)};return<S style={[N.absoluteFill,e.overlayContainer]}pointerEvents="box-none">
2
+
3
+ <S style={N.absoluteFill}{...ue.panHandlers}/>
4
+
5
+
6
+ {O&&<S style={[N.absoluteFill,e.gridPattern]}pointerEvents="none"/>}
7
+
8
+
9
+ {t&&<S style={[e.devToolsHudContainer,Q==="top"?e.hudTop:e.hudBottom]}pointerEvents="box-none">
10
+
11
+ <S style={e.hudBreadcrumbBar}>
12
+ <Se horizontal showsHorizontalScrollIndicator={!1}contentContainerStyle={e.hudBreadcrumbContent}>
13
+ {U.length>0?U.map((w,I)=>{const v=I===U.length-1||w.componentName===t.componentName;return<pe.Fragment key={w.id||I}>
14
+ {I>0&&<B style={e.hudDotSeparator}>•</B>}
15
+ <G style={[e.hudBreadcrumbChip,v&&e.hudBreadcrumbChipActive]}onPress={()=>me(w)}>
16
+ <B style={[e.hudBreadcrumbText,v&&e.hudBreadcrumbTextActive]}>
17
+ {w.displayName||w.componentName}
18
+ </B>
19
+ </G>
20
+ </pe.Fragment>}):<S style={e.hudBreadcrumbChipActive}>
21
+ <B style={e.hudBreadcrumbTextActive}>
22
+ {t.componentName}
23
+ </B>
24
+ </S>}
25
+ </Se>
26
+
27
+
28
+ <G style={e.hudFlipBtn}onPress={()=>{z(),se(Q==="top"?"bottom":"top")}}>
29
+ <B style={e.hudFlipBtnText}>🔄</B>
30
+ </G>
31
+ </S>
32
+
33
+
34
+ <S style={e.hudBodyRow}pointerEvents="none">
35
+
36
+ <S style={e.hudStylesColumn}>
37
+ {$.length>0?$.slice(0,7).map(([w,I])=><S key={w}style={e.hudStyleRow}>
38
+ <B style={e.hudStyleKey}>{w}:</B>
39
+ <B style={e.hudStyleVal}numberOfLines={1}>
40
+ {String(I)}
41
+ </B>
42
+ </S>):<S style={e.hudStyleRow}>
43
+ <B style={e.hudStyleKey}>layout:</B>
44
+ <B style={e.hudStyleVal}>default</B>
45
+ </S>}
46
+ </S>
47
+
48
+
49
+ <S style={e.hudBoxModelWrapper}>
50
+ <S style={e.boxModelMarginLayer}>
51
+ <B style={e.boxModelMarginLabel}>margin</B>
52
+ <B style={e.boxModelInsetTop}>{A.margin.top}</B>
53
+ <B style={e.boxModelInsetRight}>{A.margin.right}</B>
54
+ <B style={e.boxModelInsetBottom}>{A.margin.bottom}</B>
55
+ <B style={e.boxModelInsetLeft}>{A.margin.left}</B>
56
+
57
+ <S style={e.boxModelPaddingLayer}>
58
+ <B style={e.boxModelPaddingLabel}>padding</B>
59
+ <B style={e.boxModelInsetTop}>{A.padding.top}</B>
60
+ <B style={e.boxModelInsetRight}>{A.padding.right}</B>
61
+ <B style={e.boxModelInsetBottom}>{A.padding.bottom}</B>
62
+ <B style={e.boxModelInsetLeft}>{A.padding.left}</B>
63
+
64
+ <S style={e.boxModelContentLayer}>
65
+ <B style={e.boxModelCoords}>
66
+ ({Math.round(t.layout.pageX)},{" "}
67
+ {Math.round(t.layout.pageY)})
68
+ </B>
69
+ <B style={e.boxModelDimensions}>
70
+ {Math.round(t.layout.width)} ×{" "}
71
+ {Math.round(t.layout.height)}
72
+ </B>
73
+ </S>
74
+ </S>
75
+ </S>
76
+ </S>
77
+ </S>
78
+ </S>}
79
+
80
+
81
+ {M&&<S pointerEvents="none"style={[e.highlightBox,{top:M.y,left:M.x,width:M.width,height:M.height}]}>
82
+
83
+ <S style={e.contentTint}/>
84
+
85
+
86
+ <S style={[e.elementBadge,M.y<50?e.elementBadgeBottom:e.elementBadgeTop]}>
87
+ <B style={e.elementBadgeTag}>&lt;{M.componentName}&gt;</B>
88
+ <B style={e.elementBadgeDim}>
89
+ {Math.round(M.width)} × {Math.round(M.height)} pt
90
+ </B>
91
+ </S>
92
+ </S>}
93
+
94
+
95
+ {re&&M&&<S style={N.absoluteFill}pointerEvents="none">
96
+
97
+ <S style={[e.guideLineV,{top:0,left:M.x+M.width/2,height:M.y}]}>
98
+ <B style={e.guideBadge}>{Math.round(M.y)} pt</B>
99
+ </S>
100
+
101
+
102
+ <S style={[e.guideLineH,{top:M.y+M.height/2,left:0,width:M.x}]}>
103
+ <B style={e.guideBadge}>{Math.round(M.x)} pt</B>
104
+ </S>
105
+ </S>}
106
+
107
+
108
+ <S style={e.hudToolbar}>
109
+ <S style={e.hudLeftGroup}>
110
+ <G style={[e.modePillBtn,!L&&e.modePillBtnActive]}onPress={()=>{z(),Z(!1)}}>
111
+ <B style={[e.modePillText,!L&&e.modePillTextActive]}>
112
+ Inspect
113
+ </B>
114
+ </G>
115
+
116
+ <G style={[e.modePillBtn,L&&e.modePillBtnActive]}onPress={()=>{z(),Z(!L)}}>
117
+ <B style={[e.modePillText,L&&e.modePillTextActive]}>
118
+ Touchables
119
+ </B>
120
+ </G>
121
+ </S>
122
+
123
+ <S style={e.hudActions}>
124
+ <K style={[e.hudBtn,O&&e.hudBtnActive]}onPress={()=>{z(),ae(!O)}}>
125
+ <Re color={O?P.white:"#CBD5E1"}size={14}/>
126
+ </K>
127
+
128
+ {t&&<K style={[e.hudBtn,e.hudBtnPrimary]}onPress={ce}>
129
+ <Ae color={P.white}size={13}/>
130
+ <B style={e.hudBtnPrimaryText}>Full JSX & Specs</B>
131
+ </K>}
132
+
133
+ <K style={[e.hudBtn,e.hudBtnClose]}onPress={()=>{z(),q(!1)}}>
134
+ <Te color={P.white}size={13}/>
135
+ </K>
136
+ </S>
137
+ </S>
138
+ </S>};const e=N.create({overlayContainer:{zIndex:99999999,elevation:99999999},gridPattern:{backgroundColor:"transparent",borderWidth:0,opacity:.15},devToolsHudContainer:{position:"absolute",left:0,right:0,backgroundColor:"rgba(15, 23, 42, 0.88)",paddingTop:xe.OS==="ios"?44:20,paddingBottom:10,paddingHorizontal:12,borderBottomWidth:1,borderBottomColor:"rgba(255, 255, 255, 0.12)",zIndex:999999999,shadowColor:"#000",shadowOffset:{width:0,height:4},shadowOpacity:.4,shadowRadius:8,elevation:12},hudTop:{top:0},hudBottom:{bottom:60,borderTopWidth:1,borderTopColor:"rgba(255, 255, 255, 0.12)",paddingTop:10},hudBreadcrumbBar:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:8},hudBreadcrumbContent:{alignItems:"center",gap:4,paddingRight:10},hudDotSeparator:{color:"#94A3B8",fontSize:12,paddingHorizontal:2},hudBreadcrumbChip:{paddingHorizontal:6,paddingVertical:2.5,borderRadius:4},hudBreadcrumbChipActive:{backgroundColor:"rgba(255, 255, 255, 0.18)",borderWidth:1,borderColor:"rgba(255, 255, 255, 0.35)"},hudBreadcrumbText:{color:"#CBD5E1",fontSize:11,fontFamily:F.medium},hudBreadcrumbTextActive:{color:"#FFFFFF",fontFamily:F.bold},hudFlipBtn:{padding:4,borderRadius:4,backgroundColor:"rgba(255, 255, 255, 0.12)"},hudFlipBtnText:{fontSize:12},hudBodyRow:{flexDirection:"row",justifyContent:"space-between",alignItems:"flex-start",marginTop:4},hudStylesColumn:{flex:1,paddingRight:8,gap:2},hudStyleRow:{flexDirection:"row",alignItems:"center",gap:4},hudStyleKey:{color:"#94A3B8",fontSize:10,fontFamily:F.regular},hudStyleVal:{color:"#F8FAFC",fontSize:10,fontFamily:F.bold},hudBoxModelWrapper:{width:140,height:90,alignItems:"center",justifyContent:"center"},boxModelMarginLayer:{width:"100%",height:"100%",borderWidth:1,borderColor:"rgba(245, 158, 11, 0.6)",backgroundColor:"rgba(245, 158, 11, 0.08)",borderRadius:4,alignItems:"center",justifyContent:"center",position:"relative",padding:12},boxModelMarginLabel:{position:"absolute",top:2,left:4,fontSize:8,fontFamily:F.bold,color:"#F59E0B"},boxModelPaddingLayer:{width:"100%",height:"100%",borderWidth:1,borderColor:"rgba(251, 191, 36, 0.6)",backgroundColor:"rgba(251, 191, 36, 0.08)",borderRadius:3,alignItems:"center",justifyContent:"center",position:"relative",padding:6},boxModelPaddingLabel:{position:"absolute",top:1,left:3,fontSize:7.5,fontFamily:F.bold,color:"#FBBF24"},boxModelContentLayer:{alignItems:"center",justifyContent:"center"},boxModelCoords:{color:"#FACC15",fontSize:8,fontFamily:F.bold},boxModelDimensions:{color:"#FACC15",fontSize:9,fontFamily:F.bold},boxModelInsetTop:{position:"absolute",top:1,alignSelf:"center",fontSize:7.5,color:"#CBD5E1",fontFamily:F.medium},boxModelInsetBottom:{position:"absolute",bottom:1,alignSelf:"center",fontSize:7.5,color:"#CBD5E1",fontFamily:F.medium},boxModelInsetLeft:{position:"absolute",left:2,alignSelf:"center",fontSize:7.5,color:"#CBD5E1",fontFamily:F.medium},boxModelInsetRight:{position:"absolute",right:2,alignSelf:"center",fontSize:7.5,color:"#CBD5E1",fontFamily:F.medium},highlightBox:{position:"absolute",borderWidth:1.5,borderColor:"#4F46E5",backgroundColor:"rgba(79, 70, 229, 0.15)",borderRadius:4,zIndex:100},contentTint:{flex:1,backgroundColor:"rgba(16, 185, 129, 0.1)",margin:3,borderRadius:2,borderWidth:1,borderColor:"rgba(16, 185, 129, 0.35)",borderStyle:"dashed"},elementBadge:{position:"absolute",flexDirection:"row",alignItems:"center",gap:6,backgroundColor:"rgba(15, 23, 42, 0.85)",paddingHorizontal:7,paddingVertical:3.5,borderRadius:5,borderWidth:1,borderColor:"rgba(255, 255, 255, 0.2)"},elementBadgeTop:{top:-26,left:0},elementBadgeBottom:{bottom:-26,left:0},elementBadgeTag:{fontSize:10.5,fontFamily:F.bold,color:"#818CF8"},elementBadgeDim:{fontSize:9.5,fontFamily:F.medium,color:"#E2E8F0"},guideLineV:{position:"absolute",width:1,backgroundColor:"#EF4444",alignItems:"center",justifyContent:"center"},guideLineH:{position:"absolute",height:1,backgroundColor:"#EF4444",alignItems:"center",justifyContent:"center"},guideBadge:{backgroundColor:"#EF4444",color:P.white,fontSize:9,fontFamily:F.bold,paddingHorizontal:4,paddingVertical:1,borderRadius:3},hudToolbar:{position:"absolute",bottom:24,left:14,right:14,backgroundColor:"rgba(15, 23, 42, 0.92)",borderRadius:12,paddingHorizontal:12,paddingVertical:8,flexDirection:"row",alignItems:"center",justifyContent:"space-between",borderWidth:1,borderColor:"rgba(255, 255, 255, 0.15)",shadowColor:"#000",shadowOffset:{width:0,height:4},shadowOpacity:.4,shadowRadius:8,elevation:10},hudLeftGroup:{flexDirection:"row",alignItems:"center",gap:4},modePillBtn:{paddingHorizontal:8,paddingVertical:4,borderRadius:6,backgroundColor:"rgba(255, 255, 255, 0.08)"},modePillBtnActive:{backgroundColor:P.brandPurple},modePillText:{fontSize:10.5,fontFamily:F.medium,color:"#94A3B8"},modePillTextActive:{color:P.white,fontFamily:F.bold},hudActions:{flexDirection:"row",alignItems:"center",gap:6},hudBtn:{paddingHorizontal:8,paddingVertical:5,borderRadius:6,backgroundColor:"rgba(255, 255, 255, 0.1)",borderWidth:1,borderColor:"rgba(255, 255, 255, 0.15)",alignItems:"center",justifyContent:"center"},hudBtnActive:{backgroundColor:P.brandPurple,borderColor:P.brandPurple},hudBtnPrimary:{flexDirection:"row",gap:4,backgroundColor:P.brandPurple,borderColor:P.brandPurple},hudBtnPrimaryText:{fontSize:10.5,fontFamily:F.bold,color:P.white},hudBtnClose:{backgroundColor:"#E11D48",borderColor:"#E11D48"}});
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UiInspectorTab: React.FC;