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

cf-style-const

Package Overview
Dependencies
Maintainers
23
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 3.0.5 to 3.1.0

21

CHANGELOG.md

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

<a name="3.1.0"></a>
# [3.1.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.5...cf-style-const@3.1.0) (2018-04-24)
### Features
* **cf-style-const:** UI-583: UI-584: add color scales to theme ([93f5329](http://stash.cfops.it:7999/www/cf-ux/commits/93f5329))
<a name="3.0.5"></a>

@@ -15,3 +26,3 @@ ## [3.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.4...cf-style-const@3.0.5) (2018-03-28)

<a name="3.0.4"></a>
<a name="3.0.4"></a>
## [3.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.2...cf-style-const@3.0.4) (2018-03-28)

@@ -24,3 +35,3 @@

<a name="3.0.2"></a>
<a name="3.0.2"></a>
## [3.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.1...cf-style-const@3.0.2) (2018-02-23)

@@ -36,3 +47,3 @@

<a name="3.0.1"></a>
<a name="3.0.1"></a>
## [3.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.0...cf-style-const@3.0.1) (2017-11-20)

@@ -48,3 +59,3 @@

<a name="3.0.0"></a>
<a name="3.0.0"></a>
# [3.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@2.9.0...cf-style-const@3.0.0) (2017-11-13)

@@ -68,3 +79,3 @@

<a name="2.9.0"></a>
<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)

@@ -71,0 +82,0 @@

@@ -70,4 +70,32 @@ declare const baseTheme: {

lightning: string;
marketing: {
orange: string;
lightOrange: string;
red: string;
lightRed: string;
green: string;
lightGreen: string;
cyan: string;
lightCyan: string;
purple: string;
lightPurple: string;
blue: string;
lightBlue: string;
gray: string[];
};
red: string[];
orange: string[];
gold: string[];
green: string[];
cyan: string[];
blue: string[];
indigo: string[];
violet: string[];
gray: string[];
black: string;
white: string;
black: string;
vendor: {
twitter: string;
facebook: string;
};
};

@@ -177,6 +205,34 @@ fontSize: string;

lightning: string;
marketing: {
orange: string;
lightOrange: string;
red: string;
lightRed: string;
green: string;
lightGreen: string;
cyan: string;
lightCyan: string;
purple: string;
lightPurple: string;
blue: string;
lightBlue: string;
gray: string[];
};
red: string[];
orange: string[];
gold: string[];
green: string[];
cyan: string[];
blue: string[];
indigo: string[];
violet: string[];
gray: string[];
black: string;
white: string;
black: string;
vendor: {
twitter: string;
facebook: string;
};
};
};
export default baseTheme;

@@ -77,4 +77,131 @@ "use strict";

lightning: '#FFDB6F',
marketing: {
orange: '#f58220',
lightOrange: '#fbae40',
red: '#e04e64',
lightRed: '#e27179',
green: '#71c492',
lightGreen: '#9fd3b5',
cyan: '#2da7cb',
lightCyan: '#89c4e1',
purple: '#7d4788',
lightPurple: '#af7baf',
blue: '#00517f',
lightBlue: '#4f8cc8',
gray: ['#404242', '#707070', '#aaaaaa', '#dddddd', '#f5f5f5']
},
red: [
'#430c15',
'#711423',
'#a01c32',
'#bf223c',
'#da304c',
'#e35f75',
'#ec93a2',
'#f3bac3',
'#f9dce1',
'#fcf0f2'
],
orange: [
'#361a03',
'#5d2e04',
'#844106',
'#a65108',
'#ba5c09',
'#e5710b',
'#f7a359',
'#fac699',
'#fcd8b8',
'#fef1e7'
],
gold: [
'#2c1c02',
'#573905',
'#744c06',
'#8e5c07',
'#a26a09',
'#c7820a',
'#f4a929',
'#f8cd81',
'#fbe2b6',
'#fdf3e2'
],
green: [
'#0f2417',
'#1c422b',
'#285d3d',
'#31724b',
'#398557',
'#46a46c',
'#79c698',
'#b0ddc2',
'#d8eee1',
'#eff8f3'
],
cyan: [
'#0c2427',
'#164249',
'#1d5962',
'#26727e',
'#2b818e',
'#35a0b1',
'#66c3d1',
'#a5dce4',
'#d0edf1',
'#e9f7f9'
],
blue: [
'#0c2231',
'#163d57',
'#1f567a',
'#276d9b',
'#2c7cb0',
'#479ad1',
'#7cb7de',
'#add2eb',
'#d6e9f5',
'#ebf4fa'
],
indigo: [
'#181e34',
'#2c365e',
'#404e88',
'#5062aa',
'#6373b6',
'#8794c7',
'#a5aed5',
'#c8cde5',
'#e0e3f0',
'#f1f3f8'
],
violet: [
'#2d1832',
'#502b5a',
'#753f83',
'#8e4c9e',
'#9f5bb0',
'#b683c3',
'#c9a2d2',
'#dbc1e1',
'#ebddee',
'#f7f1f8'
],
gray: [
'#232526',
'#404345',
'#5d6265',
'#71767a',
'#81878b',
'#a0a4a7',
'#b7bbbd',
'#cfd1d3',
'#e4e6e7',
'#f4f5f5'
],
black: '#000',
white: '#fff',
black: '#000'
vendor: {
twitter: '#00aced',
facebook: '#3b5998'
}
},

@@ -81,0 +208,0 @@ fontSize: '15px',

@@ -80,4 +80,134 @@ import { lighten, darken } from 'polished';

marketing: {
orange: '#f58220',
lightOrange: '#fbae40',
red: '#e04e64',
lightRed: '#e27179',
green: '#71c492',
lightGreen: '#9fd3b5',
cyan: '#2da7cb',
lightCyan: '#89c4e1',
purple: '#7d4788',
lightPurple: '#af7baf',
blue: '#00517f',
lightBlue: '#4f8cc8',
gray: ['#404242', '#707070', '#aaaaaa', '#dddddd', '#f5f5f5']
},
red: [
'#430c15',
'#711423',
'#a01c32',
'#bf223c',
'#da304c',
'#e35f75',
'#ec93a2',
'#f3bac3',
'#f9dce1',
'#fcf0f2'
],
orange: [
'#361a03',
'#5d2e04',
'#844106',
'#a65108',
'#ba5c09',
'#e5710b',
'#f7a359',
'#fac699',
'#fcd8b8',
'#fef1e7'
],
gold: [
'#2c1c02',
'#573905',
'#744c06',
'#8e5c07',
'#a26a09',
'#c7820a',
'#f4a929',
'#f8cd81',
'#fbe2b6',
'#fdf3e2'
],
green: [
'#0f2417',
'#1c422b',
'#285d3d',
'#31724b',
'#398557',
'#46a46c',
'#79c698',
'#b0ddc2',
'#d8eee1',
'#eff8f3'
],
cyan: [
'#0c2427',
'#164249',
'#1d5962',
'#26727e',
'#2b818e',
'#35a0b1',
'#66c3d1',
'#a5dce4',
'#d0edf1',
'#e9f7f9'
],
blue: [
'#0c2231',
'#163d57',
'#1f567a',
'#276d9b',
'#2c7cb0',
'#479ad1',
'#7cb7de',
'#add2eb',
'#d6e9f5',
'#ebf4fa'
],
indigo: [
'#181e34',
'#2c365e',
'#404e88',
'#5062aa',
'#6373b6',
'#8794c7',
'#a5aed5',
'#c8cde5',
'#e0e3f0',
'#f1f3f8'
],
violet: [
'#2d1832',
'#502b5a',
'#753f83',
'#8e4c9e',
'#9f5bb0',
'#b683c3',
'#c9a2d2',
'#dbc1e1',
'#ebddee',
'#f7f1f8'
],
gray: [
'#232526',
'#404345',
'#5d6265',
'#71767a',
'#81878b',
'#a0a4a7',
'#b7bbbd',
'#cfd1d3',
'#e4e6e7',
'#f4f5f5'
],
black: '#000',
white: '#fff',
black: '#000'
vendor: {
twitter: '#00aced',
facebook: '#3b5998'
}
},

@@ -84,0 +214,0 @@ fontSize: '15px',

@@ -80,4 +80,35 @@ import { lighten, darken } from 'polished';

marketing: {
orange: '#f58220',
lightOrange: '#fbae40',
red: '#e04e64',
lightRed: '#e27179',
green: '#71c492',
lightGreen: '#9fd3b5',
cyan: '#2da7cb',
lightCyan: '#89c4e1',
purple: '#7d4788',
lightPurple: '#af7baf',
blue: '#00517f',
lightBlue: '#4f8cc8',
gray: ['#404242', '#707070', '#aaaaaa', '#dddddd', '#f5f5f5']
},
red: ['#430c15', '#711423', '#a01c32', '#bf223c', '#da304c', '#e35f75', '#ec93a2', '#f3bac3', '#f9dce1', '#fcf0f2'],
orange: ['#361a03', '#5d2e04', '#844106', '#a65108', '#ba5c09', '#e5710b', '#f7a359', '#fac699', '#fcd8b8', '#fef1e7'],
gold: ['#2c1c02', '#573905', '#744c06', '#8e5c07', '#a26a09', '#c7820a', '#f4a929', '#f8cd81', '#fbe2b6', '#fdf3e2'],
green: ['#0f2417', '#1c422b', '#285d3d', '#31724b', '#398557', '#46a46c', '#79c698', '#b0ddc2', '#d8eee1', '#eff8f3'],
cyan: ['#0c2427', '#164249', '#1d5962', '#26727e', '#2b818e', '#35a0b1', '#66c3d1', '#a5dce4', '#d0edf1', '#e9f7f9'],
blue: ['#0c2231', '#163d57', '#1f567a', '#276d9b', '#2c7cb0', '#479ad1', '#7cb7de', '#add2eb', '#d6e9f5', '#ebf4fa'],
indigo: ['#181e34', '#2c365e', '#404e88', '#5062aa', '#6373b6', '#8794c7', '#a5aed5', '#c8cde5', '#e0e3f0', '#f1f3f8'],
violet: ['#2d1832', '#502b5a', '#753f83', '#8e4c9e', '#9f5bb0', '#b683c3', '#c9a2d2', '#dbc1e1', '#ebddee', '#f7f1f8'],
gray: ['#232526', '#404345', '#5d6265', '#71767a', '#81878b', '#a0a4a7', '#b7bbbd', '#cfd1d3', '#e4e6e7', '#f4f5f5'],
black: '#000',
white: '#fff',
black: '#000'
vendor: {
twitter: '#00aced',
facebook: '#3b5998'
}
},

@@ -84,0 +115,0 @@ fontSize: '15px',

@@ -86,4 +86,35 @@ 'use strict';

marketing: {
orange: '#f58220',
lightOrange: '#fbae40',
red: '#e04e64',
lightRed: '#e27179',
green: '#71c492',
lightGreen: '#9fd3b5',
cyan: '#2da7cb',
lightCyan: '#89c4e1',
purple: '#7d4788',
lightPurple: '#af7baf',
blue: '#00517f',
lightBlue: '#4f8cc8',
gray: ['#404242', '#707070', '#aaaaaa', '#dddddd', '#f5f5f5']
},
red: ['#430c15', '#711423', '#a01c32', '#bf223c', '#da304c', '#e35f75', '#ec93a2', '#f3bac3', '#f9dce1', '#fcf0f2'],
orange: ['#361a03', '#5d2e04', '#844106', '#a65108', '#ba5c09', '#e5710b', '#f7a359', '#fac699', '#fcd8b8', '#fef1e7'],
gold: ['#2c1c02', '#573905', '#744c06', '#8e5c07', '#a26a09', '#c7820a', '#f4a929', '#f8cd81', '#fbe2b6', '#fdf3e2'],
green: ['#0f2417', '#1c422b', '#285d3d', '#31724b', '#398557', '#46a46c', '#79c698', '#b0ddc2', '#d8eee1', '#eff8f3'],
cyan: ['#0c2427', '#164249', '#1d5962', '#26727e', '#2b818e', '#35a0b1', '#66c3d1', '#a5dce4', '#d0edf1', '#e9f7f9'],
blue: ['#0c2231', '#163d57', '#1f567a', '#276d9b', '#2c7cb0', '#479ad1', '#7cb7de', '#add2eb', '#d6e9f5', '#ebf4fa'],
indigo: ['#181e34', '#2c365e', '#404e88', '#5062aa', '#6373b6', '#8794c7', '#a5aed5', '#c8cde5', '#e0e3f0', '#f1f3f8'],
violet: ['#2d1832', '#502b5a', '#753f83', '#8e4c9e', '#9f5bb0', '#b683c3', '#c9a2d2', '#dbc1e1', '#ebddee', '#f7f1f8'],
gray: ['#232526', '#404345', '#5d6265', '#71767a', '#81878b', '#a0a4a7', '#b7bbbd', '#cfd1d3', '#e4e6e7', '#f4f5f5'],
black: '#000',
white: '#fff',
black: '#000'
vendor: {
twitter: '#00aced',
facebook: '#3b5998'
}
},

@@ -90,0 +121,0 @@ fontSize: '15px',

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

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

@@ -80,4 +80,134 @@ import { lighten, darken } from 'polished';

marketing: {
orange: '#f58220',
lightOrange: '#fbae40',
red: '#e04e64',
lightRed: '#e27179',
green: '#71c492',
lightGreen: '#9fd3b5',
cyan: '#2da7cb',
lightCyan: '#89c4e1',
purple: '#7d4788',
lightPurple: '#af7baf',
blue: '#00517f',
lightBlue: '#4f8cc8',
gray: ['#404242', '#707070', '#aaaaaa', '#dddddd', '#f5f5f5']
},
red: [
'#430c15',
'#711423',
'#a01c32',
'#bf223c',
'#da304c',
'#e35f75',
'#ec93a2',
'#f3bac3',
'#f9dce1',
'#fcf0f2'
],
orange: [
'#361a03',
'#5d2e04',
'#844106',
'#a65108',
'#ba5c09',
'#e5710b',
'#f7a359',
'#fac699',
'#fcd8b8',
'#fef1e7'
],
gold: [
'#2c1c02',
'#573905',
'#744c06',
'#8e5c07',
'#a26a09',
'#c7820a',
'#f4a929',
'#f8cd81',
'#fbe2b6',
'#fdf3e2'
],
green: [
'#0f2417',
'#1c422b',
'#285d3d',
'#31724b',
'#398557',
'#46a46c',
'#79c698',
'#b0ddc2',
'#d8eee1',
'#eff8f3'
],
cyan: [
'#0c2427',
'#164249',
'#1d5962',
'#26727e',
'#2b818e',
'#35a0b1',
'#66c3d1',
'#a5dce4',
'#d0edf1',
'#e9f7f9'
],
blue: [
'#0c2231',
'#163d57',
'#1f567a',
'#276d9b',
'#2c7cb0',
'#479ad1',
'#7cb7de',
'#add2eb',
'#d6e9f5',
'#ebf4fa'
],
indigo: [
'#181e34',
'#2c365e',
'#404e88',
'#5062aa',
'#6373b6',
'#8794c7',
'#a5aed5',
'#c8cde5',
'#e0e3f0',
'#f1f3f8'
],
violet: [
'#2d1832',
'#502b5a',
'#753f83',
'#8e4c9e',
'#9f5bb0',
'#b683c3',
'#c9a2d2',
'#dbc1e1',
'#ebddee',
'#f7f1f8'
],
gray: [
'#232526',
'#404345',
'#5d6265',
'#71767a',
'#81878b',
'#a0a4a7',
'#b7bbbd',
'#cfd1d3',
'#e4e6e7',
'#f4f5f5'
],
black: '#000',
white: '#fff',
black: '#000'
vendor: {
twitter: '#00aced',
facebook: '#3b5998'
}
},

@@ -84,0 +214,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