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

@esri/calcite-colors

Package Overview
Dependencies
Maintainers
35
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/calcite-colors - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

colors.js

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change Log

## 1.7.0 - 2020-01-03
* Add ES6 module format
## 1.6.0 - 2019-12-05

@@ -7,0 +10,0 @@ * updated nomenclature for pressed to press. Keep consistent with hover/press vs hovered/pressed.

2

package.json
{
"name": "@esri/calcite-colors",
"version": "1.6.0",
"version": "1.7.0",
"description": "Authoritative color variables for Esri",

@@ -5,0 +5,0 @@ "private": false,

@@ -16,2 +16,11 @@ # Calcite Colors

## ES6 Export
In a modern javascript environment you can import the colors via ES6 import:
```js
import colors from "@esri/calcite-colors/colors.js";
console.log(colors["ui-blue"]); // => "#007ac2"
```
## JSON file

@@ -18,0 +27,0 @@ A simple JSON file is also included in the root directory `colors.json`. This file includes a simple object containing every color of the palette as key value pairs.

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