@frontegg/types
Advanced tools
Comparing version 4.18.1 to 4.19.0
{ | ||
"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>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52579
1170