Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/types

Package Overview
Dependencies
Maintainers
1
Versions
924
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/types - npm Package Compare versions

Comparing version 4.18.1 to 4.19.0

4

package.json
{
"name": "@frontegg/types",
"version": "4.18.1",
"version": "4.19.0",
"types": "index.d.ts",

@@ -15,4 +15,4 @@ "author": "Frontegg LTD",

"devDependencies": {
"@frontegg/redux-store": "4.18.1"
"@frontegg/redux-store": "4.19.0"
}
}

@@ -23,2 +23,11 @@ import { Color, CSSProperties } from '../../Common';

}
export interface SubHeaderMsgTheme {
color: CSSProperties['color'];
fontSize: CSSProperties['fontSize'];
fontFamily: CSSProperties['fontFamily'];
textAlign: CSSProperties['textAlign'];
padding: CSSProperties['padding'];
margin: CSSProperties['margin'];
textDecoration: CSSProperties['textDecoration'];
}
export interface InputErrorTheme {

@@ -33,3 +42,4 @@ fontFamily: CSSProperties['fontFamily'];

loginSignupSwitch?: Partial<LoginSignupSwitchTheme>;
subHeaderMsg?: Partial<SubHeaderMsgTheme>;
inputError?: Partial<InputErrorTheme>;
}
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