@schirkan/reactron-interfaces
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.1
@@ -19,3 +19,3 @@ /// <reference types="react" /> | ||
renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any; | ||
renderLoading: (text?: string, iconSize?: SizeProp) => any; | ||
renderLoading: (text?: string, iconSize?: SizeProp, style?: React.CSSProperties) => any; | ||
} |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.1", | ||
"description": "interfaces for reactron modules", | ||
@@ -26,9 +26,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^1.2.13", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.14", | ||
"@types/electron": "^1.6.10", | ||
"@types/express": "^4.16.1", | ||
"@types/node": "^10.12.20", | ||
"@types/react": "^16.7.22", | ||
"typescript": "^3.2.4" | ||
"@types/node": "^10.12.23", | ||
"@types/react": "^16.8.2", | ||
"typescript": "^3.3.3" | ||
} | ||
} |
@@ -21,3 +21,3 @@ import { SizeProp } from '@fortawesome/fontawesome-svg-core'; | ||
renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any; | ||
renderLoading: (text?: string, iconSize?: SizeProp) => any; | ||
renderLoading: (text?: string, iconSize?: SizeProp, style?: React.CSSProperties) => any; | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
103343
1