@equinor/eds-tokens
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -420,3 +420,3 @@ 'use strict'; | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -436,3 +436,3 @@ pressed_light_overlay: { | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -439,0 +439,0 @@ pressed_light_overlay: { |
@@ -416,3 +416,3 @@ const clickbounds = { | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -432,3 +432,3 @@ pressed_light_overlay: { | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -435,0 +435,0 @@ pressed_light_overlay: { |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@equinor/eds-tokens'] = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@equinor/eds-tokens"] = {})); | ||
})(this, (function (exports) { 'use strict'; | ||
@@ -422,3 +422,3 @@ const clickbounds = { | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -438,3 +438,3 @@ pressed_light_overlay: { | ||
color: 'rgba(0, 112, 121, 1)', | ||
width: '1px', | ||
width: '2px', | ||
}, | ||
@@ -1019,2 +1019,2 @@ pressed_light_overlay: { | ||
}))); | ||
})); |
@@ -1,2 +0,2 @@ | ||
import { Spacing, Borders, Typography, Outline, Clickbound, Pressed } from './index'; | ||
import { Spacing, Borders, Typography, Outline, Clickbound, Pressed, Align } from './index'; | ||
export declare type ComponentToken = { | ||
@@ -11,2 +11,3 @@ maxHeight?: string; | ||
background?: string; | ||
align?: Align; | ||
spacings?: Spacing; | ||
@@ -13,0 +14,0 @@ border?: Borders; |
@@ -32,2 +32,6 @@ import { typography } from '../../base/typography'; | ||
}; | ||
export declare type Align = { | ||
horizontal?: string; | ||
vertical?: string; | ||
}; | ||
export declare type SpacingTokens = { | ||
@@ -34,0 +38,0 @@ comfortable: { |
{ | ||
"name": "@equinor/eds-tokens", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Design tokens for the Equinor Design System", | ||
@@ -18,3 +18,3 @@ "main": "dist/tokens.cjs.js", | ||
"url": "https://github.com/equinor/design-system", | ||
"directory": "libraries/tokens" | ||
"directory": "packages/eds-tokens" | ||
}, | ||
@@ -36,8 +36,8 @@ "bugs": { | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"rollup": "^2.34.0", | ||
"rollup": "^2.72.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-size-snapshot": "^0.12.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"tslib": "^2.0.3", | ||
"typescript": "^4.1.2" | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -50,4 +50,5 @@ "engines": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w" | ||
"dev": "rollup -c -w", | ||
"types": "tsc" | ||
} | ||
} |
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
167715
5133