@nativescript-community/ui-material-core
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.9](https://github.com/nativescript-community/ui-material-components/compare/v5.0.8...v5.0.9) (2020-09-27) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-core | ||
## [5.0.8](https://github.com/nativescript-community/ui-material-components/compare/v5.0.7...v5.0.8) (2020-09-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-core", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"description": "Material Core component", | ||
@@ -47,3 +47,3 @@ "main": "./index", | ||
"readmeFilename": "README.md", | ||
"gitHead": "e8c48d561f03c48e3819c6cda443588612be3841", | ||
"gitHead": "a1612aede98416d1033bbb52cda5dbea119fd46b", | ||
"dependencies": { | ||
@@ -50,0 +50,0 @@ "@nativescript/hook": "~2.0.0" |
@@ -11,3 +11,4 @@ import { Color, CssProperty, Style } from '@nativescript/core'; | ||
export declare const strokeInactiveColorProperty: CssProperty<Style, Color>; | ||
export declare const strokeDisabledColorProperty: CssProperty<Style, Color>; | ||
export declare const buttonColorProperty: CssProperty<Style, Color>; | ||
export declare const digitsProperty: CssProperty<Style, string>; |
@@ -58,3 +58,9 @@ import { Color, CssProperty, Style, booleanConverter } from '@nativescript/core'; | ||
}); | ||
strokeInactiveColorProperty.register(Style); | ||
export const strokeDisabledColorProperty = new CssProperty({ | ||
name: 'strokeDisabledColor', | ||
cssName: 'stroke-disabled-color', | ||
equalityComparer: Color.equals, | ||
valueConverter: v => new Color(v) | ||
}); | ||
strokeDisabledColorProperty.register(Style); | ||
export const buttonColorProperty = new CssProperty({ | ||
@@ -61,0 +67,0 @@ name: 'buttonColor', |
Sorry, the diff of this file is not supported yet
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
201480
55
1929
2