react-native-slider-picker
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -29,2 +29,39 @@ /** | ||
//------------------------------------------------------------------------------ | ||
// File-level constants | ||
//------------------------------------------------------------------------------ | ||
const colors = { | ||
// Black/Dark Gray hues | ||
"first-color": "#000", | ||
"first-color-": "#6c7682", | ||
"first-color--": "#8d969f", | ||
"first-color---": "#889cb2", | ||
// White/Gray hues | ||
"second-color": "#ffffff", | ||
"second-color-": "#f1f4f5", | ||
"second-color--": "#d9dce4", | ||
"second-color---": "#a5afae", | ||
"second-color----": "#949d9c", | ||
// Yellow hues | ||
"third-color": '#feb53f', | ||
"third-color-": "#f59d1a", | ||
"third-color--": "#ddb274", | ||
// Blue hues | ||
"fourth-color": "#32c6de", | ||
"fourth-color-": "#19b7d6", | ||
"fourth-color--": "#22899b", | ||
"fourth-color---": "#3696a6", | ||
// Red hues | ||
"fifth-color": "#f43248", | ||
"fifth-color-": "#f6575f", | ||
// Green hues | ||
"sixth-color": "#69af39", | ||
} | ||
//------------------------------------------------------------------------------ | ||
// Component | ||
@@ -31,0 +68,0 @@ //------------------------------------------------------------------------------ |
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
31973
738