@rmwc/select
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -89,3 +89,2 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
state: Readonly<{}>; | ||
context: any; | ||
refs: { | ||
@@ -95,2 +94,3 @@ [key: string]: React.ReactInstance; | ||
}; | ||
contextType?: React.Context<any> | undefined; | ||
}; | ||
@@ -97,0 +97,0 @@ export declare class Select extends Select_base<SelectPropsT> { |
{ | ||
"name": "@rmwc/select", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "RMWC Select component", | ||
@@ -30,7 +30,7 @@ "main": "index.js", | ||
"@material/select": "~0.40.0", | ||
"@rmwc/base": "^3.0.9", | ||
"@rmwc/floating-label": "^3.0.9", | ||
"@rmwc/line-ripple": "^3.0.9", | ||
"@rmwc/notched-outline": "^3.0.9" | ||
"@rmwc/base": "^3.0.10", | ||
"@rmwc/floating-label": "^3.0.10", | ||
"@rmwc/line-ripple": "^3.0.10", | ||
"@rmwc/notched-outline": "^3.0.10" | ||
} | ||
} |
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
40671
Updated@rmwc/base@^3.0.10
Updated@rmwc/floating-label@^3.0.10
Updated@rmwc/line-ripple@^3.0.10