@smartface/contx
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -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", "strikethroughColor"]; | ||
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", "trackColor", "outerTrackColor"]; | ||
const IMAGE_PROPS = ["backIndicatorImage", "backgroundImage", "closeImage", "icon", "iconImage", "image", "inactiveImage", "maxTrackImage", "minTrackImage", "thumbImage"]; | ||
@@ -69,0 +69,0 @@ const FONT_PROPS = ["font", "titleFont", "cancelButtonFont", "doneButtonFont", "labelsFont", "okFont", "cancelFont", "subtitleFont", "clusterFont"]; |
{ | ||
"name": "@smartface/contx", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
74429