-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New release of icons, tokens & core-react npm packages (#239)
* Cleaned up package.json's * Updated READMES * Clarified component list * Added missing entries in changelogs * Fixes after feedback * Update libraries/core-react/README.md Co-Authored-By: Victor Nystad <[email protected]> * Update libraries/core-react/README.md Added in progress Co-Authored-By: Victor Nystad <[email protected]> * Added missing styled-compoents install Co-authored-by: Victor Nystad <[email protected]>
- Loading branch information
Showing
9 changed files
with
181 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
{ | ||
"name": "@equinor/eds-core-react", | ||
"version": "0.0.1-alpha.10", | ||
"engines": { | ||
"pnpm": ">=4" | ||
}, | ||
"version": "0.1.0", | ||
"description": "The React implementation of the Equinor Design System", | ||
"main": "dist/core-react.cjs.js", | ||
"module": "dist/core-react.es.js", | ||
"browser": "dist/core-react.umd.js", | ||
"homepage": "https://github.com/equinor/design-system/tree/prerelease/libraries/core-react", | ||
"license": "AGPL-3.0-or-later", | ||
"author": { | ||
"name": "EDS Core Team", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://eds.equinor.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/equinor/design-system" | ||
"url": "https://github.com/equinor/design-system", | ||
"directory": "libraries/core-react" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/equinor/design-system/issues" | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "rollup -c", | ||
"develop": "rollup -c -w", | ||
"dev": "rollup -c -w", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"keywords": [ | ||
"eds", | ||
"design system", | ||
"react", | ||
"equinor" | ||
"equinor", | ||
"react" | ||
], | ||
"license": "AGPL", | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
|
@@ -66,5 +71,8 @@ | |
}, | ||
"dependencies": { | ||
"@equinor/eds-tokens": "workspace:*" | ||
}, | ||
"engines": { | ||
"pnpm": ">=4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
{ | ||
"name": "@equinor/eds-icons", | ||
"version": "0.0.1-alpha.3", | ||
"version": "0.1.0", | ||
"description": "Icons from the Equinor Design System", | ||
"type": "module", | ||
"main": "dist/icons.esm.js", | ||
"module": "dist/icons.esm.js", | ||
"browser": "dist/icons.umd.js", | ||
"engines": { | ||
"pnpm": ">=4" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"commonjs/*" | ||
], | ||
"description": "Icons from the Equinor Design System", | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "EDS Core Team", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://eds.equinor.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/equinor/design-system" | ||
"url": "https://github.com/equinor/design-system", | ||
"directory": "libraries/icons" | ||
}, | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/equinor/design-system/issues" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"commonjs/*" | ||
], | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "rollup -c", | ||
|
@@ -33,8 +35,11 @@ | |
"equinor", | ||
"icons" | ||
], | ||
"dependencies": { | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.0.0", | ||
"rollup": "^1.29.0" | ||
}, | ||
"engines": { | ||
"pnpm": ">=4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
{ | ||
"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": { | ||
"name": "EDS Core Team", | ||
"email": "[email protected]" | ||
}, | ||
"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": { | ||
"prepare": "npm run build", | ||
"build": "rollup -c", | ||
|
@@ -37,5 +39,8 @@ | |
"@rollup/plugin-node-resolve": "^7.0.0", | ||
"rollup": "^1.29.0" | ||
}, | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"engines": { | ||
"pnpm": ">=4" | ||
} | ||
} |