@spotlightjs/overlay
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -1,2 +0,2 @@ | ||
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-1803d5bd.js"; | ||
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-4728f540.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ e as React, |
@@ -1,2 +0,2 @@ | ||
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-1803d5bd.js"; | ||
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-4728f540.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ e as React, |
import { SentryEvent } from '../types'; | ||
import { ComponentPropsWithoutRef } from 'react'; | ||
type Platform = 'python' | 'javascript' | 'node' | 'ruby' | 'csharp' | string; | ||
export default function PlatformIcon({ platform, event, size, ...props }: ComponentPropsWithoutRef<'svg'> & { | ||
export default function PlatformIcon({ platform, event, size, width, height, title, ...props }: ComponentPropsWithoutRef<'svg'> & { | ||
size?: number; | ||
platform?: Platform; | ||
event?: SentryEvent; | ||
height?: number; | ||
width?: number; | ||
title?: string; | ||
}): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
@@ -1,1 +0,1 @@ | ||
export default function ErrorsTab(): import("react/jsx-runtime").JSX.Element; | ||
export default function TracesTab(): import("react/jsx-runtime").JSX.Element; |
@@ -1,2 +0,1 @@ | ||
import { ComponentPropsWithoutRef } from 'react'; | ||
import { type Integration } from './integrations/integration'; | ||
@@ -104,13 +103,1 @@ export type ExperimentName = 'sentry:focus-local-events'; | ||
}; | ||
export type SidePanelProps = Omit<ComponentPropsWithoutRef<'div'>, 'className'> & { | ||
backto: string; | ||
}; | ||
export type CrumbProps = { | ||
id: string; | ||
label: string; | ||
link?: boolean; | ||
to?: string; | ||
}; | ||
export type BreadcrumbProps = { | ||
crumbs: CrumbProps[]; | ||
}; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
11010926
107
46930
1