@emerson-eps/color-tables
Advanced tools
Comparing version 0.2.15 to 0.2.16
import { ColorSelectorAccordion } from './component/ColorSelector/ColorSelectorAccordion'; | ||
import { ContinuousLegend } from './component/Legend/ContinuousLegend'; | ||
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend'; | ||
import { ColorLegend } from './component/Legend/ColorLegend'; | ||
@@ -8,7 +6,5 @@ import { colorsArray, rgbValues, RGBToHex } from './component/Utils/continousLegend'; | ||
import { colorTablesObj, colorTablesArray } from './component/colorTableTypes'; | ||
declare const colorTables: { | ||
name: string; | ||
discrete: boolean; | ||
colors: number[][]; | ||
}[]; | ||
import { ContinuousLegend } from './component/Legend/ContinuousLegend'; | ||
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend'; | ||
import * as colorTables from './component/color-tables.json'; | ||
export { ColorSelectorAccordion, ContinuousLegend, DiscreteColorLegend, ColorLegend, colorsArray, rgbValues, RGBToHex, d3ColorScales, colorTablesObj, colorTablesArray, colorTables, }; |
import { ColorSelectorAccordion } from './component/ColorSelector/ColorSelectorAccordion'; | ||
import { ContinuousLegend } from './component/Legend/ContinuousLegend'; | ||
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend'; | ||
import { ColorLegend } from './component/Legend/ColorLegend'; | ||
import { colorsArray, rgbValues, RGBToHex } from './component/Utils/continousLegend'; | ||
import { d3ColorScales } from './component/Utils/d3ColorScale'; | ||
import * as colorTablesJsonData from './component/color-tables.json'; | ||
var colorTables = colorTablesJsonData; | ||
import { ContinuousLegend } from './component/Legend/ContinuousLegend'; | ||
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend'; | ||
import * as colorTables from './component/color-tables.json'; | ||
export { ColorSelectorAccordion, ContinuousLegend, DiscreteColorLegend, ColorLegend, colorsArray, rgbValues, RGBToHex, d3ColorScales, colorTables, }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@emerson-eps/color-tables", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Standard library of color tables for geological domain", | ||
@@ -5,0 +5,0 @@ "release": { |
Sorry, the diff of this file is not supported yet
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
96324
1371