@spotlightjs/overlay
Advanced tools
Comparing version 2.10.1 to 2.11.0
@@ -5,3 +5,3 @@ import { SentryEvent } from '../types'; | ||
type Platform = 'python' | 'javascript' | 'node' | 'ruby' | 'csharp' | string; | ||
export default function PlatformIcon({ platform, event, size, width, height, title, ...props }: ComponentPropsWithoutRef<'svg'> & { | ||
type PlatformIconProps = ComponentPropsWithoutRef<'svg'> & { | ||
size?: number; | ||
@@ -13,3 +13,4 @@ platform?: Platform; | ||
title?: string; | ||
}): import("react/jsx-runtime").JSX.Element; | ||
}; | ||
export default function PlatformIcon({ platform, event, size, title, ...props }: PlatformIconProps): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "2.10.1", | ||
"version": "2.11.0", | ||
"license": "Apache-2.0", | ||
@@ -41,3 +41,3 @@ "type": "module", | ||
"magic-string": "^0.30.11", | ||
"platformicons": "^5.10.10", | ||
"platformicons": "^7.0.4", | ||
"postcss": "^8.4.47", | ||
@@ -44,0 +44,0 @@ "react": "^18.3.1", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16967680
54929