@spotlightjs/overlay
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -7,1 +7,2 @@ export declare const DEFAULT_SIDECAR_URL = "http://localhost:8969"; | ||
export declare const DEFAULT_ANCHOR = "bottomRight"; | ||
export declare const SPOTLIGHT_OPEN_CLASS_NAME = "__spotlight_open"; |
@@ -1,4 +0,4 @@ | ||
import { default as React } from 'react'; | ||
import { default as React, useEffect } from 'react'; | ||
import { default as ReactDOM } from 'react-dom/client'; | ||
export { React, ReactDOM }; | ||
export { React, ReactDOM, useEffect }; |
export type TagProps = { | ||
tagKey: string; | ||
tagKey?: string; | ||
value: string; | ||
flowing?: boolean; | ||
maxWidth?: string; | ||
}; | ||
export default function Tag({ tagKey, value }: TagProps): import("react/jsx-runtime").JSX.Element | null; | ||
export default function Tag({ tagKey, value, flowing, maxWidth }: TagProps): import("react/jsx-runtime").JSX.Element | null; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"license": "Apache-2.0", | ||
@@ -21,2 +21,4 @@ "type": "module", | ||
"@fontsource/raleway": "^5.1.0", | ||
"@microlink/react-json-view": "^1.23.4", | ||
"@sentry/react": "^8.43.0", | ||
"@sentry/types": "^8.33.1", | ||
@@ -44,3 +46,2 @@ "@sentry/utils": "^8.33.1", | ||
"react-dom": "^18.3.1", | ||
"react-json-view": "^1.21.3", | ||
"react-router-dom": "^6.26.2", | ||
@@ -55,3 +56,3 @@ "sql-formatter": "^12.2.4", | ||
"vitest": "^0.34.6", | ||
"@spotlightjs/sidecar": "1.9.2", | ||
"@spotlightjs/sidecar": "1.9.3", | ||
"@spotlightjs/tsconfig": "1.0.1" | ||
@@ -58,0 +59,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
11372243
122
49526
0
36