@engie-group/fluid-design-tokens
Advanced tools
Comparing version
@@ -8,2 +8,10 @@ # Changelog | ||
## 📦 5.6.1 - 2024-03-05 | ||
### 🖍 Changed | ||
###### [GLOBAL] | ||
- Update dependencies to support Node >= 20 | ||
## 📦 5.6.0 - 2024-01-31 | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "@engie-group/fluid-design-tokens", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "Fluid Design Tokens", | ||
@@ -8,5 +8,5 @@ "keywords": [ | ||
"fluid", | ||
"design", | ||
"design-system", | ||
"design", | ||
"system", | ||
"design-tokens", | ||
@@ -16,5 +16,10 @@ "token", | ||
], | ||
"author": "ENGIE Digital", | ||
"author": "ENGIE Digital's Fluid core team <contact.design@engie.com>", | ||
"contributors": [ | ||
"Massinissa BOUNEFFA <massibouneffa@gmail.com>", | ||
"Justin GALLY <justin.gally@icloud.com> (https://bento.me/jintus)", | ||
"Maxime GROFF <maxime.groff@gmail.com>" | ||
], | ||
"license": "EPL-2.0", | ||
"homepage": "https://www.engie.design/", | ||
"homepage": "https://www.engie.design/fluid-design-system/", | ||
"repository": { | ||
@@ -50,16 +55,18 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"dedent": "1.5.1", | ||
"json-to-ts": "1.7.0", | ||
"prettier": "3.0.0", | ||
"sd-tailwindcss-transformer": "^1.4.0", | ||
"style-dictionary": "3.8.0", | ||
"prettier": "3.2.5", | ||
"sd-tailwindcss-transformer": "1.4.1", | ||
"style-dictionary": "3.9.2", | ||
"tinycolor2": "1.6.0" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
"dependencies": { | ||
"yaml": "2.3.4" | ||
}, | ||
"dependencies": { | ||
"yaml": "^2.3.1" | ||
} | ||
"gitHead": "59da60a97b5096196a2671b92fb311223e8b9ed6" | ||
} |
// Tokens | ||
export { | ||
Tokens | ||
} from './lib/js/tokens.js'; | ||
export { Tokens } from './lib/js/tokens.js'; | ||
export { | ||
TokensDark | ||
} from './lib/js/tokens-dark.js'; | ||
export { TokensDark } from './lib/js/tokens-dark.js'; | ||
@@ -10,0 +6,0 @@ export * from './lib/js/standalone-tokens.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1329861
1.13%52
4%26068
0.01%1
Infinity%+ Added
- Removed
Updated