react-native-inapp-inspector 1.1.22 → 1.1.23

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 (27) hide show
  1. package/dist/commonjs/components/AnalyticsEventCard.js +5 -2
  2. package/dist/commonjs/components/ErrorBoundary.js +17 -8
  3. package/dist/commonjs/components/Inspector/BundleTab.d.ts +1 -0
  4. package/dist/commonjs/components/Inspector/BundleTab.js +135 -48
  5. package/dist/commonjs/components/Inspector/LogDetail.js +12 -6
  6. package/dist/commonjs/components/Inspector/PerformanceTab.js +12 -12
  7. package/dist/commonjs/components/Inspector/ReduxTab.js +6 -3
  8. package/dist/commonjs/components/NetworkIcons.d.ts +12 -0
  9. package/dist/commonjs/components/NetworkIcons.js +92 -1
  10. package/dist/commonjs/components/TreeNode.js +1 -1
  11. package/dist/commonjs/constants/version.d.ts +1 -1
  12. package/dist/commonjs/constants/version.js +1 -1
  13. package/dist/commonjs/i18n/locales/en.json +22 -22
  14. package/dist/esm/components/AnalyticsEventCard.js +5 -2
  15. package/dist/esm/components/ErrorBoundary.js +17 -8
  16. package/dist/esm/components/Inspector/BundleTab.d.ts +1 -0
  17. package/dist/esm/components/Inspector/BundleTab.js +137 -50
  18. package/dist/esm/components/Inspector/LogDetail.js +13 -7
  19. package/dist/esm/components/Inspector/PerformanceTab.js +13 -13
  20. package/dist/esm/components/Inspector/ReduxTab.js +7 -4
  21. package/dist/esm/components/NetworkIcons.d.ts +12 -0
  22. package/dist/esm/components/NetworkIcons.js +79 -0
  23. package/dist/esm/components/TreeNode.js +2 -2
  24. package/dist/esm/constants/version.d.ts +1 -1
  25. package/dist/esm/constants/version.js +1 -1
  26. package/dist/esm/i18n/locales/en.json +22 -22
  27. package/package.json +1 -1
@@ -402,3 +402,82 @@ export const PerformanceIcon = ({ color = AppColors.purple, size = 14, }) => {
402
402
  <Circle cx="12" cy="12" r="1.5" fill={color}/>
403
403
  </Svg>);
404
404
  };
405
+ // ─── App-wide Vector Icons (emoji-free, render on every device) ─────────────
406
+ export const BoltIcon = ({ color = AppColors.amber500, size = 14 }) => {
407
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
408
+ <Path d="M13 2 4.5 13.5 H10.5 L9 22 19.5 9.5 H13.5 Z" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
409
+ </Svg>);
410
+ };
411
+ export const BanIcon = ({ color = AppColors.errorColor, size = 14 }) => {
412
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
413
+ <Circle cx="12" cy="12" r="8.5" stroke={color} strokeWidth="1.8"/>
414
+ <Path d="M5.5 5.5 18.5 18.5" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
415
+ </Svg>);
416
+ };
417
+ export const FolderOpenIcon = ({ color = AppColors.amber500, size = 14 }) => {
418
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
419
+ <Path d="M8.4 11 10 5.5a2 2 0 0 1 1.9-1.5h3.7a1.5 1.5 0 0 1 1.4 2L15.5 11" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
420
+ <Path d="M6.7 20.4 4.3 12.9A1.6 1.6 0 0 1 5.8 11h14.6a1.6 1.6 0 0 1 1.6 1.9l-2.4 7.5a2 2 0 0 1-2 1.4H8.7a2 2 0 0 1-2-1.4Z" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
421
+ </Svg>);
422
+ };
423
+ export const DocIcon = ({ color = AppColors.grayTextWeak, size = 14 }) => {
424
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
425
+ <Path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
426
+ <Path d="M14 2v4a2 2 0 0 0 2 2h4" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
427
+ <Path d="M8 13h8 M8 17h8" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
428
+ </Svg>);
429
+ };
430
+ export const LightbulbIcon = ({ color = AppColors.amber500, size = 14 }) => {
431
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
432
+ <Path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1.3.5 2.6 1.5 3.5.8.8 1.3 1.5 1.5 2.5" stroke={color} strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
433
+ <Path d="M9 18h6" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
434
+ <Path d="M10 22h4" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
435
+ </Svg>);
436
+ };
437
+ export const SparkleIcon = ({ color = AppColors.amber500, size = 14 }) => {
438
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
439
+ <Path d="M11.1 3.9c.2-.6 1-.6 1.2 0l1.2 4.2 4.2 1.2c.6.2.6 1 0 1.2l-4.2 1.2-1.2 4.2c-.2.6-1 .6-1.2 0l-1.2-4.2-4.2-1.2c-.6-.2-.6-1 0-1.2l4.2-1.2Z" fill={color}/>
440
+ <Path d="M18.5 3.5v4 M16.5 5.5h4" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
441
+ </Svg>);
442
+ };
443
+ export const MapIcon = ({ color = AppColors.grayTextWeak, size = 14 }) => {
444
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
445
+ <Path d="M3 5.5 9 3.5l6 2 6-2v15l-6 2-6-2-6 2Z" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
446
+ <Path d="M9 3.5v15M15 5.5v15" stroke={color} strokeWidth="1.8"/>
447
+ <Circle cx="12" cy="11" r="1.9" stroke={color} strokeWidth="1.6"/>
448
+ </Svg>);
449
+ };
450
+ export const AtomIcon = ({ color = AppColors.grayTextWeak, size = 14 }) => {
451
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
452
+ <Ellipse cx="12" cy="12" rx="9" ry="3.8" stroke={color} strokeWidth="1.6"/>
453
+ <Ellipse cx="12" cy="12" rx="9" ry="3.8" stroke={color} strokeWidth="1.6" transform="rotate(60 12 12)"/>
454
+ <Ellipse cx="12" cy="12" rx="9" ry="3.8" stroke={color} strokeWidth="1.6" transform="rotate(120 12 12)"/>
455
+ <Circle cx="12" cy="12" r="1.6" fill={color}/>
456
+ </Svg>);
457
+ };
458
+ export const BrainIcon = ({ color = AppColors.grayTextWeak, size = 14 }) => {
459
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
460
+ <Path d="M9.5 2a2.5 2.5 0 0 0-2.5 2.5v.5a2.5 2.5 0 0 0-3 3.17A2.5 2.5 0 0 0 2 10.5c0 .76.34 1.44.88 1.9A2.5 2.5 0 0 0 2 15.5c0 .76.34 1.44.88 1.9A2.5 2.5 0 0 0 5 19.75c0 .75.5 1.5 1.25 1.75A2.5 2.5 0 0 0 8.5 23h.25a2.5 2.5 0 0 0 2.5-2.5V4a2.5 2.5 0 0 0-1.75-2ZM14.5 2a2.5 2.5 0 0 1 2.5 2.5v.5a2.5 2.5 0 0 1 3 3.17A2.5 2.5 0 0 1 22 10.5c0 .76-.34 1.44-.88 1.9a2.5 2.5 0 0 1 .88 1.9c0 .76-.34 1.44-.88 1.9A2.5 2.5 0 0 1 19 19.75c0 .75-.5 1.5-1.25 1.75A2.5 2.5 0 0 1 15.5 23h-.25a2.5 2.5 0 0 1-2.5-2.5V4a2.5 2.5 0 0 1 1.75-2Z" stroke={color} strokeWidth="1.6" strokeLinejoin="round"/>
461
+ </Svg>);
462
+ };
463
+ export const TextAaIcon = ({ color = AppColors.grayTextWeak, size = 14 }) => {
464
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
465
+ <Path d="M4 19 7.5 7 11 19" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
466
+ <Path d="M5.5 15h4" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
467
+ <Path d="M16 19l1.7-6.6 1.7 6.6" stroke={color} strokeWidth="1.8" strokeLinejoin="round"/>
468
+ <Path d="M16.9 15.8h1.6" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
469
+ </Svg>);
470
+ };
471
+ export const CartIcon = ({ color = AppColors.amber500, size = 14 }) => {
472
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
473
+ <Circle cx="9.5" cy="20" r="1.3" stroke={color} strokeWidth="1.8"/>
474
+ <Circle cx="18.5" cy="20" r="1.3" stroke={color} strokeWidth="1.8"/>
475
+ <Path d="M3 3.5h1.8a1 1 0 0 1 .97.75l3.1 9.75a1.5 1.5 0 0 0 1.44 1.1h9.2a1 1 0 0 0 .95-.7l2.5-7.5a.8.8 0 0 0-.75-1.05H7" stroke={color} strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
476
+ </Svg>);
477
+ };
478
+ export const MoneyIcon = ({ color = AppColors.emerald500, size = 14 }) => {
479
+ return (<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
480
+ <Circle cx="12" cy="12" r="8.5" stroke={color} strokeWidth="1.8"/>
481
+ <Path d="M12 7v10M14.5 9.5c-.6-1-1.5-1.5-2.5-1.5-1.5 0-2.5.9-2.5 2s1 1.8 2.5 2 2.5.8 2.5 2-1 2-2.5 2c-1 0-1.9-.5-2.5-1.5" stroke={color} strokeWidth="1.8" strokeLinecap="round"/>
482
+ </Svg>);
483
+ };
@@ -3,7 +3,7 @@ import { Text, View, Image, Animated, Pressable } from 'react-native';
3
3
  // Helpers
4
4
  import { escapeRegex } from '../helpers';
5
5
  // Assets
6
- import { ChevronIcon } from './NetworkIcons';
6
+ import { ChevronIcon, DocIcon } from './NetworkIcons';
7
7
  // Stylesheet
8
8
  import { AppColors } from '../styles/AppColors';
9
9
  import styles from '../styles';
@@ -43,7 +43,7 @@ const TreeNode = React.memo(function TreeNode({ data, name, level = 0, search, f
43
43
  {name !== undefined && (<Text style={[styles.codeKey, { marginBottom: 4 }]}>{`"${String(name)}": `}</Text>)}
44
44
  <View style={styles.filePreviewCard}>
45
45
  {isImage ? (<Image source={{ uri: file.uri }} style={styles.filePreviewThumb} resizeMode="cover"/>) : (<View style={styles.filePreviewDoc}>
46
- <Text style={{ fontSize: 20 }}>📄</Text>
46
+ <DocIcon color={AppColors.grayTextWeak} size={20}/>
47
47
  </View>)}
48
48
  <View style={{ flex: 1 }}>
49
49
  <Text style={styles.filePreviewName} numberOfLines={1}>
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.22";
1
+ export declare const LIB_VERSION = "1.1.23";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED FILE — do not edit by hand.
2
2
  // Regenerated from package.json on every build by scripts/gen-version.js.
3
- export const LIB_VERSION = '1.1.22';
3
+ export const LIB_VERSION = '1.1.23';
@@ -379,11 +379,11 @@
379
379
  "treemapTitle": "Asset & File Type Ratio Treemap",
380
380
  "treemapSub": "Total ~{{mb}} MB",
381
381
  "treemapJson": "Ratio Treemap JSON",
382
- "legendImages": "🖼️ Images:",
383
- "legendTs": "📜 TS/TSX:",
384
- "legendJs": "⚙️ JS Libs:",
385
- "legendFonts": "🔤 Fonts:",
386
- "legendJson": "📄 JSON:",
382
+ "legendImages": "Images:",
383
+ "legendTs": "TS/TSX:",
384
+ "legendJs": "JS Libs:",
385
+ "legendFonts": "Fonts:",
386
+ "legendJson": "JSON:",
387
387
  "categoryBreakdown": "Category Breakdown",
388
388
  "categoriesJson": "Categories Breakdown JSON",
389
389
  "catImagesTitle": "Images & Media Assets",
@@ -417,14 +417,14 @@
417
417
  "catJavascript": "JS & Node Modules",
418
418
  "catFonts": "Fonts & Glyphs",
419
419
  "catJson": "JSON & Data",
420
- "treeView": "🌳 Tree View",
421
- "flatList": "📄 Flat List",
420
+ "treeView": "Tree View",
421
+ "flatList": "Flat List",
422
422
  "expand": "Expand",
423
423
  "collapse": "Collapse",
424
424
  "showingFilesOf": "Showing {{shown}} of {{total}} files",
425
425
  "filesOf": "{{count}} of {{total}} Files",
426
- "notConsumed": "🚫 Not Consumed",
427
- "consumed": "Consumed",
426
+ "notConsumed": "Not Consumed",
427
+ "consumed": "Consumed",
428
428
  "copyFileInfo": "Copy {{name}} Info",
429
429
  "fileDetailsJson": "File Details JSON",
430
430
  "file": "file",
@@ -440,13 +440,13 @@
440
440
  "showingDependencies": "Showing {{count}} dependencies",
441
441
  "versionPrefix": "v{{version}}",
442
442
  "bundled": "bundled",
443
- "deprecated": "⚠️ DEPRECATED",
444
- "updateAvailable": "Update: v{{version}}",
445
- "upToDate": "Up to date",
446
- "bundledBadge": "📦 Bundled",
443
+ "deprecated": "DEPRECATED",
444
+ "updateAvailable": "Update: v{{version}}",
445
+ "upToDate": "Up to date",
446
+ "bundledBadge": "Bundled",
447
447
  "packageDetailsJson": "Package Details JSON",
448
- "direct": "📦 Direct",
449
- "transitive": "🔗 Transitive",
448
+ "direct": "Direct",
449
+ "transitive": "Transitive",
450
450
  "minified": "~{{size}} KB minified",
451
451
  "npmLink": "npm ↗",
452
452
  "dependenciesCount": "{{count}} Dependencies",
@@ -460,16 +460,16 @@
460
460
  "mediaAndFonts": "{{count}} Media & Fonts",
461
461
  "optimizerTitle": "React Native Bundle Optimization Checklist",
462
462
  "optimizationChecklist": "Optimization Checklist",
463
- "optTip1Title": "🖼️ Convert Heavy PNGs to WebP / SVGs",
463
+ "optTip1Title": "Convert Heavy PNGs to WebP / SVGs",
464
464
  "optTip1Desc": "Images account for >40% of final app download size. Converting 2x/3x raster PNGs to WebP saves 60-70% size with no visible fidelity loss.",
465
- "optTip2Title": "📜 Enable Hermes Bytecode Engine",
466
- "optTip2DescActive": "Hermes is active! JavaScript is compiled into optimized bytecode Ahead-Of-Time.",
467
- "optTip2DescInactive": "⚠️ Hermes is disabled. Enable hermes in your app config for ~40% smaller payload and instant TTI startup.",
468
- "optTip3Title": "🔤 Font Subsetting & Weight Pruning",
465
+ "optTip2Title": "Enable Hermes Bytecode Engine",
466
+ "optTip2DescActive": "Hermes is active! JavaScript is compiled into optimized bytecode Ahead-Of-Time.",
467
+ "optTip2DescInactive": "Hermes is disabled. Enable hermes in your app config for ~40% smaller payload and instant TTI startup.",
468
+ "optTip3Title": "Font Subsetting & Weight Pruning",
469
469
  "optTip3Desc": "Include only the font weights you actively use (e.g. Regular & Bold). Remove unused glyph ranges to save 100KB+ per font file.",
470
- "optTip4Title": "🌲 Selective Path Imports (Tree-shaking)",
470
+ "optTip4Title": "Selective Path Imports (Tree-shaking)",
471
471
  "optTip4Desc": "Import from specific subpaths (e.g. lodash/get or specific vector icon sets) instead of importing large monolithic packages.",
472
- "optTip5Title": "Screen Lazy-Loading",
472
+ "optTip5Title": "Screen Lazy-Loading",
473
473
  "optTip5Desc": "Lazy load secondary screens and heavy modal sheets using dynamic imports and InteractionManager to reduce initial bundle evaluation.",
474
474
  "highImpact": "High Impact",
475
475
  "mediumImpact": "Medium Impact",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "The zero-config, all-in-one in-app debugger for React Native & Expo. Inspect Network (fetch/axios), Console logs, Stack Traces, Redux State, Firebase Analytics, and JS Bundle size directly on device.",
5
5
  "repository": {
6
6
  "type": "git",