Socket
Socket
Sign inDemoInstall

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
9
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/feedback - npm Package Compare versions

Comparing version 8.0.0-beta.6 to 8.0.0-rc.0

types-ts3.8/modal/components/Dialog.d.ts

8

package.json
{
"name": "@sentry-internal/feedback",
"version": "8.0.0-beta.6",
"version": "8.0.0-rc.0",
"description": "Sentry SDK integration for user feedback",

@@ -45,5 +45,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "8.0.0-beta.6",
"@sentry/types": "8.0.0-beta.6",
"@sentry/utils": "8.0.0-beta.6"
"@sentry/core": "8.0.0-rc.0",
"@sentry/types": "8.0.0-rc.0",
"@sentry/utils": "8.0.0-rc.0"
},

@@ -50,0 +50,0 @@ "devDependencies": {

export declare const LIGHT_THEME: {
fontFamily: string;
fontSize: string;
foreground: string;
background: string;
success: string;
error: string;
zIndex: number;
border: string;
boxShadow: string;
backgroundHover: string;
foreground: string;
border: string;
borderRadius: string;
boxShadow: string;
success: string;
error: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -28,4 +31,2 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};

@@ -36,22 +37,25 @@ export declare const DEFAULT_THEME: {

fontSize: string;
foreground: string;
background: string;
success: string;
error: string;
zIndex: number;
border: string;
boxShadow: string;
backgroundHover: string;
foreground: string;
border: string;
borderRadius: string;
boxShadow: string;
success: string;
error: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -61,4 +65,2 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};

@@ -74,16 +76,19 @@ dark: {

fontSize: string;
zIndex: number;
boxShadow: string;
borderRadius: string;
boxShadow: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -93,6 +98,4 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};
};
//# sourceMappingURL=theme.d.ts.map

@@ -9,2 +9,4 @@ export interface ActorProps {

removeFromDom: () => void;
show: () => void;
hide: () => void;
}

@@ -11,0 +13,0 @@ /**

type VNode = any;
import { FeedbackInternalOptions } from '@sentry/types';
// replaced import from preact
import { Props as LogoProps } from './SentryLogo';
export interface Props extends LogoProps {
export interface Props {
formTitle: FeedbackInternalOptions['formTitle'];
showBranding: FeedbackInternalOptions['showBranding'];
}
export declare function DialogHeader({ colorScheme, formTitle, showBranding }: Props): VNode;
export declare function DialogHeader({ formTitle, showBranding }: Props): VNode;
//# sourceMappingURL=DialogHeader.d.ts.map

@@ -1,9 +0,5 @@

import { FeedbackInternalOptions } from '@sentry/types';
export type Props = {
colorScheme: FeedbackInternalOptions['colorScheme'];
};
/**
* Sentry Logo
*/
export declare function SentryLogo({ colorScheme }: Props): SVGElement;
export declare function SentryLogo(): SVGElement;
//# sourceMappingURL=SentryLogo.d.ts.map
export declare const LIGHT_THEME: {
fontFamily: string;
fontSize: string;
foreground: string;
background: string;
success: string;
error: string;
zIndex: number;
border: string;
boxShadow: string;
backgroundHover: string;
foreground: string;
border: string;
borderRadius: string;
boxShadow: string;
success: string;
error: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -28,4 +31,2 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};

@@ -36,22 +37,25 @@ export declare const DEFAULT_THEME: {

fontSize: string;
foreground: string;
background: string;
success: string;
error: string;
zIndex: number;
border: string;
boxShadow: string;
backgroundHover: string;
foreground: string;
border: string;
borderRadius: string;
boxShadow: string;
success: string;
error: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -61,4 +65,2 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};

@@ -74,16 +76,19 @@ dark: {

fontSize: string;
zIndex: number;
boxShadow: string;
borderRadius: string;
boxShadow: string;
formBorderRadius: string;
formContentBorderRadius: string;
submitForeground: string;
submitBackground: string;
submitForegroundHover: string;
submitBackgroundHover: string;
submitBorder: string;
submitOutlineFocus: string;
submitForeground: string;
submitForegroundHover: string;
cancelForeground: string;
cancelBackground: string;
cancelForegroundHover: string;
cancelBackgroundHover: string;
cancelBorder: string;
cancelOutlineFocus: string;
cancelForeground: string;
cancelForegroundHover: string;
inputBackground: string;

@@ -93,6 +98,4 @@ inputForeground: string;

inputOutlineFocus: string;
formBorderRadius: string;
formContentBorderRadius: string;
};
};
//# sourceMappingURL=theme.d.ts.map

@@ -9,2 +9,4 @@ export interface ActorProps {

removeFromDom: () => void;
show: () => void;
hide: () => void;
}

@@ -11,0 +13,0 @@ /**

import type { FeedbackInternalOptions } from '@sentry/types';
import type { VNode } from 'preact';
import type { Props as LogoProps } from './SentryLogo';
export interface Props extends LogoProps {
export interface Props {
formTitle: FeedbackInternalOptions['formTitle'];
showBranding: FeedbackInternalOptions['showBranding'];
}
export declare function DialogHeader({ colorScheme, formTitle, showBranding }: Props): VNode;
export declare function DialogHeader({ formTitle, showBranding }: Props): VNode;
//# sourceMappingURL=DialogHeader.d.ts.map

@@ -1,9 +0,5 @@

import type { FeedbackInternalOptions } from '@sentry/types';
export type Props = {
colorScheme: FeedbackInternalOptions['colorScheme'];
};
/**
* Sentry Logo
*/
export declare function SentryLogo({ colorScheme }: Props): SVGElement;
export declare function SentryLogo(): SVGElement;
//# sourceMappingURL=SentryLogo.d.ts.map

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc