Socket
Socket
Sign inDemoInstall

@datacamp/waffles-tokens

Package Overview
Dependencies
0
Maintainers
71
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

11

CHANGELOG.md

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

# [2.0.0-beta.6](https://github.com/datacamp/design-system/compare/@datacamp/waffles-tokens@2.0.0-beta.5...@datacamp/waffles-tokens@2.0.0-beta.6) (2022-12-12)
### Features
* update greys and add white and navy transparent tokens ([ae726bb](https://github.com/datacamp/design-system/commit/ae726bb))
# [2.0.0-beta.5](https://github.com/datacamp/design-system/compare/@datacamp/waffles-tokens@2.0.0-beta.4...@datacamp/waffles-tokens@2.0.0-beta.5) (2021-09-14)

@@ -8,0 +19,0 @@

12

lib/tokens.common.js

@@ -33,6 +33,6 @@ "use strict";

greySubtle: '#F7F7FC',
greyLight: '#EFEFEF',
grey: '#E8E8EA',
greyMedium: '#D9D9E2',
greyDark: '#848C92',
greyLight: '#EFEFF5',
grey: '#E8E8EE',
greyMedium: '#E1E1E8',
greyDark: '#848492',
beigeSubtle: '#FFFBF3',

@@ -42,2 +42,6 @@ beigeLight: '#F7F3EB',

beigeMedium: '#E5E1DA',
whiteTransparent: 'rgba(255, 255, 255, 0.15)',
whiteTransparentSubtle: 'rgba(255, 255, 255, 0.1)',
navyTransparent: 'rgba(5, 25, 45, 0.15)',
navyTransparentSubtle: 'rgba(5, 25, 45, 0.1)',
redLight: '#FF782D',

@@ -44,0 +48,0 @@ red: '#FF5400',

@@ -36,2 +36,6 @@ export namespace sizing {

const beigeMedium: string;
const whiteTransparent: string;
const whiteTransparentSubtle: string;
const navyTransparent: string;
const navyTransparentSubtle: string;
const redLight: string;

@@ -38,0 +42,0 @@ const red: string;

@@ -33,6 +33,6 @@ "use strict";

greySubtle: '#F7F7FC',
greyLight: '#EFEFEF',
grey: '#E8E8EA',
greyMedium: '#D9D9E2',
greyDark: '#848C92',
greyLight: '#EFEFF5',
grey: '#E8E8EE',
greyMedium: '#E1E1E8',
greyDark: '#848492',
beigeSubtle: '#FFFBF3',

@@ -42,2 +42,6 @@ beigeLight: '#F7F3EB',

beigeMedium: '#E5E1DA',
whiteTransparent: 'rgba(255, 255, 255, 0.15)',
whiteTransparentSubtle: 'rgba(255, 255, 255, 0.1)',
navyTransparent: 'rgba(5, 25, 45, 0.15)',
navyTransparentSubtle: 'rgba(5, 25, 45, 0.1)',
redLight: '#FF782D',

@@ -44,0 +48,0 @@ red: '#FF5400',

{
"name": "@datacamp/waffles-tokens",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "",

@@ -37,3 +37,3 @@ "main": "lib/tokens.common.js",

},
"gitHead": "23dfb5669a7b331a908675616a56faa6b67e1473"
"gitHead": "f0218d971fc914f5e2c031a9bededbe4f61a4a03"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc