Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@carbon/charts

Package Overview
Dependencies
Maintainers
7
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/charts - npm Package Compare versions

Comparing version 0.16.7 to 0.16.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.16.7](https://github.com/IBM/carbon-charts/compare/v0.16.6...v0.16.7) (2019-09-30)
**Note:** Version bump only for package @carbon/charts
## [0.16.6](https://github.com/IBM/carbon-charts/compare/v0.16.5...v0.16.6) (2019-09-30)

@@ -8,0 +16,0 @@

2

package.json
{
"name": "@carbon/charts",
"version": "0.16.6",
"version": "0.16.7",
"description": "Carbon charting components",

@@ -5,0 +5,0 @@ "main": "./index.js",

export declare const WHITE: any[];
export declare const WHITE_2: any[];
export declare const DARK: any[];
export declare const G10: any[];

@@ -4,0 +4,0 @@ export declare const G90: any[];

import colors from "./colors";
// TODO - Some hardcoded values aren't available
// in @carbon/colors yet. We should look at adding those
// colors
export var WHITE = [
colors.purple(60),
colors.teal(30),
colors.purple(70),
colors.cyan(50),
colors.teal(70),
colors.magenta(70),
colors.red(50),
colors.red(90),
colors.green(60),
colors.blue(80),
colors.magenta(50),
colors.cyan(40),
colors.magenta(80),
colors.purple(30),
colors.cyan(80)
"#b28600",
colors.teal(50),
colors.cyan(90),
"#8a3800",
colors.purple(50)
];
export var WHITE_2 = [
export var DARK = [
colors.purple(60),
colors.magenta(30),
colors.teal(70),
colors.cyan(40),
colors.magenta(70),
colors.teal(30),
colors.cyan(80)
];
export var G10 = [
colors.purple(60),
colors.teal(30),
colors.magenta(50),
colors.green(40),
colors.purple(20),
colors.teal(60),
colors.magenta(30)
colors.magenta(40),
colors.red(50),
colors.red(10),
colors.green(30),
colors.blue(50),
colors.magenta(60),
"#d2a106",
colors.teal(40),
colors.cyan(20),
"#ba4e00",
colors.purple(30)
];
export var G90 = G10;
export var G100 = G10;
export var G10 = WHITE;
export var G90 = DARK;
export var G100 = DARK;
export var DEFAULT = WHITE;
//# sourceMappingURL=/home/travis/build/carbon-design-system/carbon-charts/packages/core/services/colorPalettes.js.map
declare const _default: {
blue: (shade: any) => any;
cyan: (shade: any) => any;

@@ -3,0 +4,0 @@ green: (shade: any) => any;

@@ -1,4 +0,5 @@

import { cyan, green, magenta, purple, red, teal } from "@carbon/colors";
import { blue, cyan, green, magenta, purple, red, teal } from "@carbon/colors";
var getColor = function (obj, shade) { return obj[shade]; };
export default {
blue: function (shade) { return getColor(blue, shade); },
cyan: function (shade) { return getColor(cyan, shade); },

@@ -5,0 +6,0 @@ green: function (shade) { return getColor(green, shade); },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc