You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@engie-group/fluid-design-tokens

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@engie-group/fluid-design-tokens - npm Package Compare versions

Comparing version

to
5.6.1

./public-api.js

8

CHANGELOG.md

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

31

package.json
{
"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