@expofp/debug 3.3.6 → 3.3.7
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.
|
@@ -2,6 +2,6 @@ import '@radix-ui/themes/styles.css';
|
|
|
2
2
|
interface DebugPanelProps {
|
|
3
3
|
onClose?: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const DebugOverlay: ({ onClose }: DebugPanelProps) => import("react
|
|
5
|
+
export declare const DebugOverlay: ({ onClose }: DebugPanelProps) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=debug-overlay.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface DebugTabsProps {
|
|
2
2
|
onClose?: () => void;
|
|
3
3
|
}
|
|
4
|
-
export declare const DebugTabs: ({ onClose }: DebugTabsProps) => import("react
|
|
4
|
+
export declare const DebugTabs: ({ onClose }: DebugTabsProps) => import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
6
6
|
//# sourceMappingURL=debug-tabs.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EditorProps } from '../settings/editor-props.js';
|
|
2
2
|
export declare function EnumEditor<T>(props: EditorProps<T, {
|
|
3
3
|
values: readonly T[];
|
|
4
|
-
}>): import("react
|
|
4
|
+
}>): import("react").JSX.Element;
|
|
5
5
|
//# sourceMappingURL=enum-editor.d.ts.map
|
package/dist/lib/ui/log-tab.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LogTab: () => import("react
|
|
1
|
+
export declare const LogTab: () => import("react").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=log-tab.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface SettingsItemProps extends React.PropsWithChildren {
|
|
2
2
|
label: string;
|
|
3
3
|
}
|
|
4
|
-
export declare const SettingsItem: ({ label, children }: SettingsItemProps) => import("react
|
|
4
|
+
export declare const SettingsItem: ({ label, children }: SettingsItemProps) => import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
6
6
|
//# sourceMappingURL=settings-item.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SettingsTab: () => import("react
|
|
1
|
+
export declare const SettingsTab: () => import("react").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=settings-tab.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expofp/debug",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ExpoFP SDK internal: debug utilities",
|
|
6
6
|
"homepage": "https://developer.expofp.com/",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"tslib": "^2.3.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"react": "^19.2.
|
|
36
|
-
"react-dom": "^19.2.
|
|
35
|
+
"react": "^19.2.7",
|
|
36
|
+
"react-dom": "^19.2.7"
|
|
37
37
|
}
|
|
38
38
|
}
|