Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

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

2

package.json
{
"name": "@sentry/types",
"version": "8.0.0-beta.6",
"version": "8.0.0-rc.0",
"description": "Types for all Sentry JavaScript SDKs",

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

@@ -1,2 +0,2 @@

export interface FeedbackTheme {
interface BaseStyles {
/**

@@ -11,2 +11,6 @@ * Font family for widget

/**
* Foreground color (i.e. text color)
*/
foreground: string;
/**
* Background color for actor and dialog

@@ -16,6 +20,16 @@ */

/**
* Background color on hover
* Success color
*/
backgroundHover: string;
success: string;
/**
* Error color
*/
error: string;
}
interface ActorAndModal {
/**
* z-index of the floating Actor or Modal
*/
zIndex: number;
/**
* Border styling for actor and dialog

@@ -25,22 +39,32 @@ */

/**
* Box shadow for actor and dialog
*/
boxShadow: string;
}
interface ActorButton {
/**
* Background color on hover
*/
backgroundHover: string;
/**
* Border radius styling for actor
*/
borderRadius: string;
}
interface Modal {
/**
* Box shadow for actor and dialog
* Border radius for dialog
*/
boxShadow: string;
formBorderRadius: string;
/**
* Foreground color (i.e. text color)
* Border radius for form inputs
*/
foreground: string;
formContentBorderRadius: string;
}
interface SubmitButton {
/**
* Success color
* Foreground color for the submit button
*/
success: string;
submitForeground: string;
/**
* Error color
*/
error: string;
/**
* Background color for the submit button

@@ -50,2 +74,6 @@ */

/**
* Foreground color for the submit button, in the hover state
*/
submitForegroundHover: string;
/**
* Background color when hovering over the submit button

@@ -62,11 +90,9 @@ */

submitOutlineFocus: string;
}
interface CancelButton {
/**
* Foreground color for the submit button
* Foreground color for the cancel button
*/
submitForeground: string;
cancelForeground: string;
/**
* Foreground color for the submit button, in the hover state
*/
submitForegroundHover: string;
/**
* Background color for the cancel button

@@ -76,2 +102,6 @@ */

/**
* Foreground color for the cancel button, in the hover state
*/
cancelForegroundHover: string;
/**
* Background color when hovering over the cancel button

@@ -88,11 +118,5 @@ */

cancelOutlineFocus: string;
}
interface Input {
/**
* Foreground color for the cancel button
*/
cancelForeground: string;
/**
* Foreground color for the cancel button, in the hover state
*/
cancelForegroundHover: string;
/**
* Background color for form inputs

@@ -113,11 +137,6 @@ */

inputOutlineFocus: string;
/**
* Border radius for dialog
*/
formBorderRadius: string;
/**
* Border radius for form inputs
*/
formContentBorderRadius: string;
}
export interface FeedbackTheme extends BaseStyles, ActorAndModal, ActorButton, Modal, SubmitButton, CancelButton, Input {
}
export {};
//# sourceMappingURL=theme.d.ts.map

@@ -1,2 +0,2 @@

export interface FeedbackTheme {
interface BaseStyles {
/**

@@ -11,2 +11,6 @@ * Font family for widget

/**
* Foreground color (i.e. text color)
*/
foreground: string;
/**
* Background color for actor and dialog

@@ -16,6 +20,16 @@ */

/**
* Background color on hover
* Success color
*/
backgroundHover: string;
success: string;
/**
* Error color
*/
error: string;
}
interface ActorAndModal {
/**
* z-index of the floating Actor or Modal
*/
zIndex: number;
/**
* Border styling for actor and dialog

@@ -25,22 +39,32 @@ */

/**
* Box shadow for actor and dialog
*/
boxShadow: string;
}
interface ActorButton {
/**
* Background color on hover
*/
backgroundHover: string;
/**
* Border radius styling for actor
*/
borderRadius: string;
}
interface Modal {
/**
* Box shadow for actor and dialog
* Border radius for dialog
*/
boxShadow: string;
formBorderRadius: string;
/**
* Foreground color (i.e. text color)
* Border radius for form inputs
*/
foreground: string;
formContentBorderRadius: string;
}
interface SubmitButton {
/**
* Success color
* Foreground color for the submit button
*/
success: string;
submitForeground: string;
/**
* Error color
*/
error: string;
/**
* Background color for the submit button

@@ -50,2 +74,6 @@ */

/**
* Foreground color for the submit button, in the hover state
*/
submitForegroundHover: string;
/**
* Background color when hovering over the submit button

@@ -62,11 +90,9 @@ */

submitOutlineFocus: string;
}
interface CancelButton {
/**
* Foreground color for the submit button
* Foreground color for the cancel button
*/
submitForeground: string;
cancelForeground: string;
/**
* Foreground color for the submit button, in the hover state
*/
submitForegroundHover: string;
/**
* Background color for the cancel button

@@ -76,2 +102,6 @@ */

/**
* Foreground color for the cancel button, in the hover state
*/
cancelForegroundHover: string;
/**
* Background color when hovering over the cancel button

@@ -88,11 +118,5 @@ */

cancelOutlineFocus: string;
}
interface Input {
/**
* Foreground color for the cancel button
*/
cancelForeground: string;
/**
* Foreground color for the cancel button, in the hover state
*/
cancelForegroundHover: string;
/**
* Background color for form inputs

@@ -113,11 +137,6 @@ */

inputOutlineFocus: string;
/**
* Border radius for dialog
*/
formBorderRadius: string;
/**
* Border radius for form inputs
*/
formContentBorderRadius: string;
}
export interface FeedbackTheme extends BaseStyles, ActorAndModal, ActorButton, Modal, SubmitButton, CancelButton, Input {
}
export {};
//# sourceMappingURL=theme.d.ts.map

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