@smartface/contx
Advanced tools
Comparing version 2.2.6 to 2.2.7
@@ -66,3 +66,3 @@ "use strict"; | ||
}; | ||
const COLOR_PROPS = ['backgroundColor', 'baseColor', 'borderColor', 'cancelButtonColor', 'color', 'cursorColor', 'errorColor', 'foregroundColor', 'highlightColor', 'hintTextColor', 'itemColor', 'lineColor', 'maxTrackColor', 'minTrackColor', 'rippleColor', 'selectedHintTextColor', 'shadowColor', 'textColor', 'textFieldBackgroundColor', 'thumbColor', 'thumbOffColor', 'thumbOnColor', 'tintColor', 'titleColor', 'toggleOffColor', 'toggleOnColor', 'underlineColor']; | ||
const COLOR_PROPS = ['backgroundColor', 'baseColor', 'borderColor', 'cancelButtonColor', 'color', 'cursorColor', 'errorColor', 'foregroundColor', 'highlightColor', 'hintTextColor', 'itemColor', 'lineColor', 'maxTrackColor', 'minTrackColor', 'rippleColor', 'selectedHintTextColor', 'shadowColor', 'textColor', 'textFieldBackgroundColor', 'thumbColor', 'thumbOffColor', 'thumbOnColor', 'tintColor', 'titleColor', 'toggleOffColor', 'toggleOnColor', 'underlineColor', 'strikethroughColor']; | ||
const IMAGE_PROPS = ['backIndicatorImage', 'backgroundImage', 'closeImage', 'icon', 'iconImage', 'image', 'inactiveImage', 'maxTrackImage', 'minTrackImage', 'thumbImage']; | ||
@@ -69,0 +69,0 @@ const GIFIMAGE_PROPS = ["gifImage"]; |
{ | ||
"name": "@smartface/contx", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
73989