@sentry-internal/feedback
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.5.0-alpha.0","sideEffects":false} | ||
{"type":"module","version":"9.5.0","sideEffects":false} |
@@ -45,4 +45,4 @@ export declare const WINDOW: { | ||
export declare const IS_REQUIRED_LABEL = "(required)"; | ||
export declare const ADD_SCREENSHOT_LABEL = "Capture Screenshot"; | ||
export declare const REMOVE_SCREENSHOT_LABEL = "Remove Screenshot"; | ||
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot"; | ||
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot"; | ||
export declare const FEEDBACK_WIDGET_SOURCE = "widget"; | ||
@@ -49,0 +49,0 @@ export declare const FEEDBACK_API_SOURCE = "api"; |
@@ -8,7 +8,7 @@ type VNode = any; | ||
} | ||
export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, }: { | ||
action: 'highlight' | 'hide'; | ||
setAction: Hooks.StateUpdater<'highlight' | 'hide'>; | ||
export default function ToolbarFactory({ h }: FactoryParams): ({ action, setAction, }: { | ||
action: 'crop' | 'annotate' | ''; | ||
setAction: Hooks.StateUpdater<'crop' | 'annotate' | ''>; | ||
}) => VNode; | ||
export {}; | ||
//# sourceMappingURL=Toolbar.d.ts.map |
@@ -45,4 +45,4 @@ export declare const WINDOW: { | ||
export declare const IS_REQUIRED_LABEL = "(required)"; | ||
export declare const ADD_SCREENSHOT_LABEL = "Capture Screenshot"; | ||
export declare const REMOVE_SCREENSHOT_LABEL = "Remove Screenshot"; | ||
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot"; | ||
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot"; | ||
export declare const FEEDBACK_WIDGET_SOURCE = "widget"; | ||
@@ -49,0 +49,0 @@ export declare const FEEDBACK_API_SOURCE = "api"; |
@@ -6,7 +6,7 @@ import type { VNode, h as hType } from 'preact'; | ||
} | ||
export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, }: { | ||
action: 'highlight' | 'hide'; | ||
setAction: Hooks.StateUpdater<'highlight' | 'hide'>; | ||
export default function ToolbarFactory({ h }: FactoryParams): ({ action, setAction, }: { | ||
action: 'crop' | 'annotate' | ''; | ||
setAction: Hooks.StateUpdater<'crop' | 'annotate' | ''>; | ||
}) => VNode; | ||
export {}; | ||
//# sourceMappingURL=Toolbar.d.ts.map |
{ | ||
"name": "@sentry-internal/feedback", | ||
"version": "9.5.0-alpha.0", | ||
"version": "9.5.0", | ||
"description": "Sentry SDK integration for user feedback", | ||
@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "9.5.0-alpha.0" | ||
"@sentry/core": "9.5.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
604765
9.8%107
12.63%5251
13.98%0
-100%+ Added
- Removed
Updated