@equinor/eds-tokens
Advanced tools
Comparing version 0.0.1-alpha.7 to 0.1.0
@@ -8,2 +8,10 @@ # Changelog | ||
## [0.1.0] - 2020-02-24 | ||
### Changed | ||
- Updated README to me abit more clearer | ||
- Adjustments to to `package.json` to be more in line with our other packages | ||
- New versioning of packages | ||
## [0.0.1-alpha.7] - 2020-01-22 | ||
@@ -10,0 +18,0 @@ |
@@ -1,6 +0,2 @@ | ||
const clickbounds = { | ||
jumbo__base: '88px', | ||
default__base: '48px', | ||
default__input: '56px', | ||
}; | ||
const clickbounds = { jumbo__base: '88px', default__base: '48px', default__input: '56px' }; | ||
@@ -7,0 +3,0 @@ const colors = { |
@@ -7,7 +7,3 @@ (function (global, factory) { | ||
const clickbounds = { | ||
jumbo__base: '88px', | ||
default__base: '48px', | ||
default__input: '56px', | ||
}; | ||
const clickbounds = { jumbo__base: '88px', default__base: '48px', default__input: '56px' }; | ||
@@ -14,0 +10,0 @@ const colors = { |
{ | ||
"name": "@equinor/eds-tokens", | ||
"version": "0.0.1-alpha.7", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"description": "Design tokens for the Equinor Design System", | ||
"main": "dist/tokens.esm.js", | ||
"module": "dist/tokens.esm.js", | ||
"browser": "dist/tokens.umd.js", | ||
"engines": { | ||
"pnpm": ">=4" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"commonjs/*" | ||
], | ||
"description": "Design tokens for the Equinor Design System", | ||
"type": "module", | ||
"license": "AGPL-3.0-or-later", | ||
"author": { | ||
@@ -20,7 +14,15 @@ "name": "EDS Core Team", | ||
}, | ||
"homepage": "https://eds.equinor.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/equinor/design-system" | ||
"url": "https://github.com/equinor/design-system", | ||
"directory": "libraries/tokens" | ||
}, | ||
"license": "AGPL-3.0-or-later", | ||
"bugs": { | ||
"url": "https://github.com/equinor/design-system/issues" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"commonjs/*" | ||
], | ||
"scripts": { | ||
@@ -41,3 +43,6 @@ "prepare": "npm run build", | ||
}, | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"engines": { | ||
"pnpm": ">=4" | ||
} | ||
} |
# @equinor/eds-tokens | ||
**Alpha release, so breaking changes may occur** | ||
Design tokens used in Equinor Design System (EDS). | ||
@@ -39,3 +37,5 @@ | ||
#### Use as ESM Module | ||
Add `"type":"module" ` to your apps `package.json` | ||
Add `"type":"module"` to your apps `package.json` | ||
```javascript | ||
@@ -46,3 +46,5 @@ import { tokens } from "@equinor/eds-tokens" | ||
#### Use as CommonJS Module | ||
CommonJS will have a separate package path | ||
CommonJS will have a separate package path | ||
```javascript | ||
@@ -49,0 +51,0 @@ import { tokens } from "@equinor/eds-tokens/commonjs" |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
65667
8
0
1
77
2319