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

@equinor/eds-tokens

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/eds-tokens - npm Package Compare versions

Comparing version 0.0.1-alpha.7 to 0.1.0

commonjs/node_modules/.modules.yaml

8

CHANGELOG.md

@@ -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 @@

6

dist/tokens.esm.js

@@ -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

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