@nativescript-community/ui-material-slider
Advanced tools
Comparing version 7.2.29 to 7.2.30
{ | ||
"name": "@nativescript-community/ui-material-slider", | ||
"version": "7.2.29", | ||
"version": "7.2.30", | ||
"description": "Material Design Sliders allow users to make selections from a range of values.", | ||
@@ -49,5 +49,5 @@ "main": "./slider", | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^7.2.29" | ||
"@nativescript-community/ui-material-core": "^7.2.30" | ||
}, | ||
"gitHead": "57266a4ad6c061806dfeee8104689d88fa4546cc" | ||
"gitHead": "c0a89272e2851f1ab4a30e6587b9078d4eaf59f9" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { CSSType, Color, Slider as NSSlider } from '@nativescript/core'; | ||
import { CSSType, Slider as NSSlider } from '@nativescript/core'; | ||
import { cssProperty } from '@nativescript-community/ui-material-core'; | ||
@@ -3,0 +3,0 @@ let SliderBase = class SliderBase extends NSSlider { |
@@ -1,3 +0,3 @@ | ||
import { cssProperty, rippleColorAlphaProperty, rippleColorProperty, themer } from '@nativescript-community/ui-material-core'; | ||
import { getColorStateList, getEnabledColorStateList, state } from '@nativescript-community/ui-material-core/android/utils'; | ||
import { cssProperty, rippleColorAlphaProperty, rippleColorProperty } from '@nativescript-community/ui-material-core'; | ||
import { getColorStateList, getEnabledColorStateList } from '@nativescript-community/ui-material-core/android/utils'; | ||
import { CoercibleProperty, Color, Property, View, backgroundColorProperty, backgroundInternalProperty, colorProperty } from '@nativescript/core'; | ||
@@ -4,0 +4,0 @@ import { stepSizeProperty, thumbColorProperty, trackBackgroundColorProperty, trackFillColorProperty } from './cssproperties'; |
Sorry, the diff of this file is not supported yet
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
54887