@data-ui/theme
Advanced tools
Comparing version 0.0.2 to 0.0.3
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } } | ||
/* eslint max-len: 0 */ | ||
@@ -63,3 +66,3 @@ | ||
grays: grayColors, | ||
categories: getPaletteForBrightness(6) | ||
categories: [].concat(_toConsumableArray(getPaletteForBrightness(6)), _toConsumableArray(getPaletteForBrightness(2))) | ||
}; |
{ | ||
"name": "@data-ui/theme", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Themes for data-ui", | ||
@@ -11,2 +11,3 @@ "main": "build/index.js", | ||
"build": "babel src/ -d build/", | ||
"dev": "babel src/ -d build/ --watch", | ||
"test": "jest --colors --verbose --coverage" | ||
@@ -13,0 +14,0 @@ }, |
# @data-ui/theme | ||
This package exports theme variables that can be used by other packages. For now there's one theme and we'll add more as needed. | ||
This package exports theme variables that can be used by other packages. On the roadmap is a more comprehensive theme for non-svg data-ui elements. | ||
@@ -9,6 +9,6 @@ ```js | ||
## @data-ui packages | ||
- [@data-ui/xy-chart](https://github.com/williaster/data-ui/tree/master/packages/xy-chart) [![Version](https://img.shields.io/npm/v/@data-ui/xy-chart.svg?style=flat-square)](https://img.shields.io/npm/v/@data-ui/xy-chart.svg?style=flat-square) | ||
- [@data-ui/radial-chart](https://github.com/williaster/data-ui/tree/master/packages/radial-chart) [![Version](https://img.shields.io/npm/v/@data-ui/radial-chart.svg?style=flat-square)](https://img.shields.io/npm/v/@data-ui/radial-chart.svg?style=flat-square) | ||
- [@data-ui/data-table](https://github.com/williaster/data-ui/tree/master/packages/data-table) [![Version](https://img.shields.io/npm/v/@data-ui/data-table.svg?style=flat-square)](https://img.shields.io/npm/v/@data-ui/data-table.svg?style=flat-square) | ||
- @data-ui/theme | ||
- [@data-ui/xy-chart](https://github.com/williaster/data-ui/tree/master/packages/xy-chart) [![Version](https://img.shields.io/npm/v/@data-ui/xy-chart.svg?style=flat)](https://img.shields.io/npm/v/@data-ui/xy-chart.svg?style=flat) | ||
- [@data-ui/radial-chart](https://github.com/williaster/data-ui/tree/master/packages/radial-chart) [![Version](https://img.shields.io/npm/v/@data-ui/radial-chart.svg?style=flat)](https://img.shields.io/npm/v/@data-ui/radial-chart.svg?style=flat) | ||
- [@data-ui/data-table](https://github.com/williaster/data-ui/tree/master/packages/data-table) [![Version](https://img.shields.io/npm/v/@data-ui/data-table.svg?style=flat)](https://img.shields.io/npm/v/@data-ui/data-table.svg?style=flat) | ||
- @data-ui/theme [![Version](https://img.shields.io/npm/v/@data-ui/theme.svg?style=flat)](https://img.shields.io/npm/v/@data-ui/theme.svg?style=flat) | ||
- [@data-ui/demo](https://github.com/williaster/data-ui/tree/master/packages/demo) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11287
9
292
0