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

cf-style-const

Package Overview
Dependencies
Maintainers
18
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-style-const - npm Package Compare versions

Comparing version 2.8.2 to 2.9.0

12

CHANGELOG.md

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

<a name="2.9.0"></a>
# [2.9.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@2.8.2...cf-style-const@2.9.0) (2017-10-24)
### Features
* **cf-component-calendar:** WWW-13497 Add cf-component-calendar ([2012b46](http://stash.cfops.it:7999/www/cf-ux/commits/2012b46))
* **cf-component-calendar:** WWW-13497 Remove comment ([967388b](http://stash.cfops.it:7999/www/cf-ux/commits/967388b))
<a name="2.8.2"></a>

@@ -8,0 +20,0 @@ ## [2.8.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@2.8.1...cf-style-const@2.8.2) (2017-10-23)

11

es/variables.js

@@ -63,2 +63,11 @@ var _color;

charcoal: '#333333',
leaf: '#cde49e',
pine: '#f5faeb',
blueberry: '#97bddf',
ice: '#eaf2f8',
water: '#cbdeef',
shrimp: '#de9293',
poppy: '#f8e9e9',
//current colors

@@ -74,3 +83,3 @@ rain: '#408BC9',

lightning: '#FFDB6F'
}, _defineProperty(_color, 'night', '#404041'), _defineProperty(_color, 'dusk', '#4D4D4F'), _defineProperty(_color, 'storm', '#808285'), _defineProperty(_color, 'hail', '#BCBEC0'), _defineProperty(_color, 'moonshine', '#F7F7F7'), _defineProperty(_color, 'grass50', '#cde49e'), _defineProperty(_color, 'grass10', '#f5faeb'), _defineProperty(_color, 'marine50', '#97bddf'), _defineProperty(_color, 'marine10', '#eaf2f8'), _defineProperty(_color, 'apple50', '#de9293'), _defineProperty(_color, 'apple10', '#f8e9e9'), _defineProperty(_color, 'white', '#fff'), _color),
}, _defineProperty(_color, 'night', '#404041'), _defineProperty(_color, 'dusk', '#4D4D4F'), _defineProperty(_color, 'storm', '#808285'), _defineProperty(_color, 'hail', '#BCBEC0'), _defineProperty(_color, 'moonshine', '#F7F7F7'), _defineProperty(_color, 'white', '#fff'), _defineProperty(_color, 'black', '#000'), _color),
fontSize: '15px',

@@ -77,0 +86,0 @@ boxShadow: '0 0 20px 0 rgba(136,136,136,0.50)',

19

lib/variables.js

@@ -65,2 +65,11 @@ 'use strict';

charcoal: '#333333',
leaf: '#cde49e',
pine: '#f5faeb',
blueberry: '#97bddf',
ice: '#eaf2f8',
water: '#cbdeef',
shrimp: '#de9293',
poppy: '#f8e9e9',
//current colors

@@ -82,10 +91,4 @@ rain: '#408BC9',

//Need to rename these colors, do not use
grass50: '#cde49e',
grass10: '#f5faeb',
marine50: '#97bddf',
marine10: '#eaf2f8',
apple50: '#de9293',
apple10: '#f8e9e9',
white: '#fff'
white: '#fff',
black: '#000'
},

@@ -92,0 +95,0 @@ fontSize: '15px',

{
"name": "cf-style-const",
"description": "Cloudflare Style Constants",
"version": "2.8.2",
"version": "2.9.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

@@ -59,2 +59,11 @@ import { lighten, darken } from 'polished';

charcoal: '#333333',
leaf: '#cde49e',
pine: '#f5faeb',
blueberry: '#97bddf',
ice: '#eaf2f8',
water: '#cbdeef',
shrimp: '#de9293',
poppy: '#f8e9e9',
//current colors

@@ -76,10 +85,4 @@ rain: '#408BC9',

//Need to rename these colors, do not use
grass50: '#cde49e',
grass10: '#f5faeb',
marine50: '#97bddf',
marine10: '#eaf2f8',
apple50: '#de9293',
apple10: '#f8e9e9',
white: '#fff'
white: '#fff',
black: '#000'
},

@@ -86,0 +89,0 @@ fontSize: '15px',

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