@data-ui/theme
Advanced tools
Comparing version 0.0.48 to 0.0.59
@@ -10,2 +10,5 @@ Object.defineProperty(exports, "__esModule", { | ||
// source https://yeun.github.io/open-color/ | ||
var grayColors = exports.grayColors = ['#f8f9fa', '#f1f3f5', '#e9ecef', '#dee2e6', '#ced4da', '#adb5bd', '#868e96', '#495057', '#343a40', '#212529']; | ||
var allColors = exports.allColors = { | ||
@@ -23,7 +26,6 @@ red: ['#fff5f5', '#ffe3e3', '#ffc9c9', '#ffa8a8', '#ff8787', '#ff6b6b', '#fa5252', '#f03e3e', '#e03131', '#c92a2a'], | ||
yellow: ['#fff9db', '#fff3bf', '#ffec99', '#ffe066', '#ffd43b', '#fcc419', '#fab005', '#f59f00', '#f08c00', '#e67700'], | ||
orange: ['#fff4e6', '#ffe8cc', '#ffd8a8', '#ffc078', '#ffa94d', '#ff922b', '#fd7e14', '#f76707', '#e8590c', '#d9480f'] | ||
orange: ['#fff4e6', '#ffe8cc', '#ffd8a8', '#ffc078', '#ffa94d', '#ff922b', '#fd7e14', '#f76707', '#e8590c', '#d9480f'], | ||
gray: grayColors | ||
}; | ||
var grayColors = exports.grayColors = ['#f8f9fa', '#f1f3f5', '#e9ecef', '#dee2e6', '#ced4da', '#adb5bd', '#868e96', '#495057', '#343a40', '#212529']; | ||
var getPaletteForBrightness = exports.getPaletteForBrightness = function getPaletteForBrightness() { | ||
@@ -30,0 +32,0 @@ var brightness = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 6; |
{ | ||
"name": "@data-ui/theme", | ||
"version": "0.0.48", | ||
"version": "0.0.59", | ||
"description": "Themes for data-ui", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
12399
345