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

cf-style-const

Package Overview
Dependencies
Maintainers
19
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.1.0 to 2.2.0

13

CHANGELOG.md

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

<a name="2.2.0"></a>
# [2.2.0](https://github.com/cloudflare/cf-ui/compare/cf-style-const@2.0.0...cf-style-const@2.2.0) (2017-08-09)
### Features
* **cf-style-const:** Add a new color ([d23c0ad](https://github.com/cloudflare/cf-ui/commit/d23c0ad))
* **cf-style-const:** Add new color called dust ([a7943f0](https://github.com/cloudflare/cf-ui/commit/a7943f0))
* **cf-style-provider:** Add two new breakpoints to support new navigation ([f00199c](https://github.com/cloudflare/cf-ui/commit/f00199c))
<a name="2.1.0"></a>

@@ -8,0 +21,0 @@ # [2.1.0](https://github.com/koddsson/cf-ui/compare/cf-style-const@2.0.0...cf-style-const@2.1.0) (2017-07-31)

5

es/variables.js

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

tablet: '47.2em',
tabletLegacy: '49.2em',
tabletWide: '55em',
desktop: '64em',

@@ -49,3 +51,4 @@ desktopLarge: '97.6em'

carrot: '#f56500',
smoke: '#e0e0e0'
smoke: '#e0e0e0',
dust: '#ebebeb'
},

@@ -52,0 +55,0 @@ fontSize: '15px',

@@ -17,2 +17,4 @@ 'use strict';

tablet: '47.2em',
tabletLegacy: '49.2em',
tabletWide: '55em',
desktop: '64em',

@@ -55,3 +57,4 @@ desktopLarge: '97.6em'

carrot: '#f56500',
smoke: '#e0e0e0'
smoke: '#e0e0e0',
dust: '#ebebeb'
},

@@ -58,0 +61,0 @@ fontSize: '15px',

2

package.json
{
"name": "cf-style-const",
"description": "Cloudflare Style Constants",
"version": "2.1.0",
"version": "2.2.0",
"main": "lib/index.js",

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

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

tablet: '47.2em',
tabletLegacy: '49.2em',
tabletWide: '55em',
desktop: '64em',

@@ -49,3 +51,4 @@ desktopLarge: '97.6em'

carrot: '#f56500',
smoke: '#e0e0e0'
smoke: '#e0e0e0',
dust: '#ebebeb'
},

@@ -52,0 +55,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