@smartface/contx
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -66,4 +66,4 @@ "use strict"; | ||
}; | ||
const COLOR_PROPS = ["color", "backgroundColor", "textColor", "borderColor", "titleColor", "thumbOffColor", "thumbOnColor", "toggleOffColor", "toggleOnColor", "hintTextColor", "minTrackColor", "maxTrackColor", "thumbColor", "itemColor", "shadowColor", "foregroundColor", "underlineColor", "textFieldBackgroundColor", "cursorColor", "tintColor", "baseColor", "highlightColor", "selectedHintTextColor", "errorColor", "lineColor", "rippleColor"]; | ||
const IMAGE_PROPS = ["image", "backgroundImage", "thumbImage", "inactiveImage", "maxTrackImage", "minTrackImage", "backIndicatorImage", "icon", "iconImage", "closeImage"]; | ||
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 IMAGE_PROPS = ['backIndicatorImage', 'backgroundImage', 'closeImage', 'icon', 'iconImage', 'image', 'inactiveImage', 'maxTrackImage', 'minTrackImage', 'thumbImage']; | ||
const GIFIMAGE_PROPS = ["gifImage"]; | ||
@@ -70,0 +70,0 @@ const IMAGE_FILLTYPE_COMMON_PROPS = ["ASPECTFIT", "NORMAL", "STRETCH", "ASPECTFILL"]; |
{ | ||
"name": "@smartface/contx", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
73967