react-native-inapp-inspector 1.1.19 → 1.1.20
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "1.1.
|
|
1
|
+
export declare const LIB_VERSION = "1.1.20";
|
|
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.LIB_VERSION = void 0;
|
|
4
4
|
// AUTO-GENERATED FILE — do not edit by hand.
|
|
5
5
|
// Regenerated from package.json on every build by scripts/gen-version.js.
|
|
6
|
-
exports.LIB_VERSION = '1.1.
|
|
6
|
+
exports.LIB_VERSION = '1.1.20';
|
|
@@ -1315,7 +1315,7 @@ const getRawStyles = (colors) => ({
|
|
|
1315
1315
|
justifyContent: 'flex-end',
|
|
1316
1316
|
},
|
|
1317
1317
|
modalBackdropPressable: {
|
|
1318
|
-
...react_native_1.StyleSheet.
|
|
1318
|
+
...react_native_1.StyleSheet.absoluteFillObject,
|
|
1319
1319
|
},
|
|
1320
1320
|
modalContentCard: {
|
|
1321
1321
|
height: '90%',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "1.1.
|
|
1
|
+
export declare const LIB_VERSION = "1.1.20";
|
package/dist/esm/styles/index.js
CHANGED
package/package.json
CHANGED