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

cf-style-const

Package Overview
Dependencies
Maintainers
17
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.5.1 to 2.5.2

6

CHANGELOG.md

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

<a name="2.5.2"></a>
## [2.5.2](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.5.1...cf-style-const@2.5.2) (2017-09-20)
<a name="2.5.1"></a>

@@ -8,0 +14,0 @@ ## [2.5.1](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.5.0...cf-style-const@2.5.1) (2017-09-15)

8

es/variables.js

@@ -33,6 +33,9 @@ var _color;

grass: '#9BCA3E',
fern: '#85B832',
marine: '#2F7BBF',
thunder: '#286EA4',
apple: '#BD2527',
cherry: '#9F1F21',
cherry: '#A61E20',
tangerine: '#FF7900',
pumpkin: '#E66B00',
carrot: '#f56500',

@@ -43,2 +46,3 @@ moonshine: '#F7F7F7',

hail: '#BCBEC0',
ash: '#CCCCCC',
storm: '#808285',

@@ -59,3 +63,3 @@ cement: '#7D7D7D',

lightning: '#FFDB6F'
}, _defineProperty(_color, 'night', '#404041'), _defineProperty(_color, 'dusk', '#4D4D4F'), _defineProperty(_color, 'storm', '#808285'), _defineProperty(_color, 'hail', '#BCBEC0'), _defineProperty(_color, 'moonshine', '#F7F7F7'), _defineProperty(_color, 'cement', '#7D7D7D'), _defineProperty(_color, 'grass', '#9BCA3E'), _defineProperty(_color, 'grass50', '#cde49e'), _defineProperty(_color, 'grass10', '#f5faeb'), _defineProperty(_color, 'marine', '#2F7BBF'), _defineProperty(_color, 'marine50', '#97bddf'), _defineProperty(_color, 'marine10', '#eaf2f8'), _defineProperty(_color, 'tangerine', '#FF7900'), _defineProperty(_color, 'apple', '#BD2527'), _defineProperty(_color, 'apple50', '#de9293'), _defineProperty(_color, 'apple10', '#f8e9e9'), _defineProperty(_color, 'cherry', '#9F1F21'), _defineProperty(_color, 'charcoal', '#333333'), _defineProperty(_color, 'carrot', '#f56500'), _defineProperty(_color, 'smoke', '#e0e0e0'), _defineProperty(_color, 'dust', '#ebebeb'), _color),
}, _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'), _color),
fontSize: '15px',

@@ -62,0 +66,0 @@ boxShadow: '0 0 20px 0 rgba(136,136,136,0.50)',

@@ -39,6 +39,9 @@ 'use strict';

grass: '#9BCA3E',
fern: '#85B832',
marine: '#2F7BBF',
thunder: '#286EA4',
apple: '#BD2527',
cherry: '#9F1F21',
cherry: '#A61E20',
tangerine: '#FF7900',
pumpkin: '#E66B00',
carrot: '#f56500',

@@ -49,2 +52,3 @@ moonshine: '#F7F7F7',

hail: '#BCBEC0',
ash: '#CCCCCC',
storm: '#808285',

@@ -65,3 +69,3 @@ cement: '#7D7D7D',

lightning: '#FFDB6F'
}, _defineProperty(_color, 'night', '#404041'), _defineProperty(_color, 'dusk', '#4D4D4F'), _defineProperty(_color, 'storm', '#808285'), _defineProperty(_color, 'hail', '#BCBEC0'), _defineProperty(_color, 'moonshine', '#F7F7F7'), _defineProperty(_color, 'cement', '#7D7D7D'), _defineProperty(_color, 'grass', '#9BCA3E'), _defineProperty(_color, 'grass50', '#cde49e'), _defineProperty(_color, 'grass10', '#f5faeb'), _defineProperty(_color, 'marine', '#2F7BBF'), _defineProperty(_color, 'marine50', '#97bddf'), _defineProperty(_color, 'marine10', '#eaf2f8'), _defineProperty(_color, 'tangerine', '#FF7900'), _defineProperty(_color, 'apple', '#BD2527'), _defineProperty(_color, 'apple50', '#de9293'), _defineProperty(_color, 'apple10', '#f8e9e9'), _defineProperty(_color, 'cherry', '#9F1F21'), _defineProperty(_color, 'charcoal', '#333333'), _defineProperty(_color, 'carrot', '#f56500'), _defineProperty(_color, 'smoke', '#e0e0e0'), _defineProperty(_color, 'dust', '#ebebeb'), _color),
}, _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'), _color),
fontSize: '15px',

@@ -68,0 +72,0 @@ boxShadow: '0 0 20px 0 rgba(136,136,136,0.50)',

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

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

@@ -29,6 +29,9 @@ import { lighten, darken } from 'polished';

grass: '#9BCA3E',
fern: '#85B832',
marine: '#2F7BBF',
thunder: '#286EA4',
apple: '#BD2527',
cherry: '#9F1F21',
cherry: '#A61E20',
tangerine: '#FF7900',
pumpkin: '#E66B00',
carrot: '#f56500',

@@ -39,2 +42,3 @@ moonshine: '#F7F7F7',

hail: '#BCBEC0',
ash: '#CCCCCC',
storm: '#808285',

@@ -60,19 +64,10 @@ cement: '#7D7D7D',

moonshine: '#F7F7F7',
//current colors
cement: '#7D7D7D',
grass: '#9BCA3E',
//Need to rename these colors, do not use
grass50: '#cde49e',
grass10: '#f5faeb',
marine: '#2F7BBF',
marine50: '#97bddf',
marine10: '#eaf2f8',
tangerine: '#FF7900',
apple: '#BD2527',
apple50: '#de9293',
apple10: '#f8e9e9',
cherry: '#9F1F21',
charcoal: '#333333',
carrot: '#f56500',
smoke: '#e0e0e0',
dust: '#ebebeb'
apple10: '#f8e9e9'
},

@@ -79,0 +74,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