Comparing version 3.2.0 to 3.2.1
@@ -16,3 +16,3 @@ import * as React from 'react'; | ||
defaultChecked?: boolean; | ||
loadingIcon: React.ReactNode; | ||
loadingIcon?: React.ReactNode; | ||
style?: React.CSSProperties; | ||
@@ -19,0 +19,0 @@ title?: string; |
@@ -16,3 +16,3 @@ import * as React from 'react'; | ||
defaultChecked?: boolean; | ||
loadingIcon: React.ReactNode; | ||
loadingIcon?: React.ReactNode; | ||
style?: React.CSSProperties; | ||
@@ -19,0 +19,0 @@ title?: string; |
{ | ||
"name": "rc-switch", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "switch ui component for react", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"@types/classnames": "^2.2.10", | ||
"@types/jest": "^25.2.2", | ||
"@types/jest": "^26.0.4", | ||
"coveralls": "^3.0.6", | ||
@@ -42,0 +42,0 @@ "enzyme": "^3.0.0", |
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
17747