@equinor/eds-tokens
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -8,2 +8,8 @@ # Changelog | ||
## [0.5.5] - 2021-02-22 | ||
### Added | ||
- New background token: `background__semitransparent ` [#1100](https://github.com/equinor/design-system/issues/1100)) | ||
## [0.5.4] - 2020-12-11 | ||
@@ -10,0 +16,0 @@ |
@@ -40,2 +40,7 @@ 'use strict'; | ||
}, | ||
background__semitransparent: { | ||
hex: '#ffffff', | ||
hsla: 'hsla(0, 0%, 100%, 0.2)', | ||
rgba: 'rgba(255, 255, 255, 0.2)', | ||
}, | ||
background__light: { | ||
@@ -643,3 +648,3 @@ hex: '#f7f7f7', | ||
text_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -820,3 +825,3 @@ fontFamily: 'Equinor', | ||
cell_numeric_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -823,0 +828,0 @@ fontFamily: 'Equinor', |
@@ -36,2 +36,7 @@ const clickbounds = { | ||
}, | ||
background__semitransparent: { | ||
hex: '#ffffff', | ||
hsla: 'hsla(0, 0%, 100%, 0.2)', | ||
rgba: 'rgba(255, 255, 255, 0.2)', | ||
}, | ||
background__light: { | ||
@@ -639,3 +644,3 @@ hex: '#f7f7f7', | ||
text_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -816,3 +821,3 @@ fontFamily: 'Equinor', | ||
cell_numeric_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -819,0 +824,0 @@ fontFamily: 'Equinor', |
@@ -42,2 +42,7 @@ (function (global, factory) { | ||
}, | ||
background__semitransparent: { | ||
hex: '#ffffff', | ||
hsla: 'hsla(0, 0%, 100%, 0.2)', | ||
rgba: 'rgba(255, 255, 255, 0.2)', | ||
}, | ||
background__light: { | ||
@@ -645,3 +650,3 @@ hex: '#f7f7f7', | ||
text_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -822,3 +827,3 @@ fontFamily: 'Equinor', | ||
cell_numeric_monospaced: { | ||
fontFeature: "'tnum' on, 'lnum' on", | ||
fontFeature: "'tnum' on,'lnum' on", | ||
color: 'rgba(0, 0, 0, 1)', | ||
@@ -825,0 +830,0 @@ fontFamily: 'Equinor', |
@@ -30,2 +30,7 @@ export declare const colors: { | ||
}; | ||
background__semitransparent: { | ||
hex: string; | ||
hsla: string; | ||
rgba: string; | ||
}; | ||
background__light: { | ||
@@ -32,0 +37,0 @@ hex: string; |
@@ -36,2 +36,7 @@ export declare const tokens: { | ||
}; | ||
background__semitransparent: { | ||
hex: string; | ||
hsla: string; | ||
rgba: string; | ||
}; | ||
background__light: { | ||
@@ -38,0 +43,0 @@ hex: string; |
{ | ||
"name": "@equinor/eds-tokens", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Design tokens for the Equinor Design System", | ||
@@ -28,3 +28,2 @@ "main": "dist/tokens.cjs.js", | ||
"scripts": { | ||
"prepare": "pnpm run build", | ||
"build": "rollup -c", | ||
@@ -31,0 +30,0 @@ "dev": "rollup -c -w" |
@@ -10,2 +10,7 @@ # @equinor/eds-tokens | ||
``` | ||
If you use Typescript, make sure you have typescript >= 3.8 as a devDependency: | ||
```sh | ||
npm install typescript --save-dev | ||
``` | ||
## Usage | ||
@@ -12,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139057
4491
32