New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

@engie-group/fluid-design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
41
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 5.10.0 to 5.11.0

30

CHANGELOG.md

@@ -8,2 +8,32 @@ # Changelog

## πŸ“¦ 5.11.0 - 2025-02-12
### ⚠️ Breaking changes
###### [FONT]
- Created core token for font families and use them in semantic tokens
- Renamed semantic font family tokens :
- `--nj-semantic-font-family-sansSerif` to `--nj-semantic-font-family-default`
- `--nj-semantic-font-family-monospace` to `--nj-semantic-font-family-code`
- Deprecated some weight tokens: `--nj-font-weight-light` and `--nj-font-weight-black`
- Renamed semantic font weight token `--nj-semantic-font-weight-normal` to `--nj-semantic-font-weight-regular`
### πŸš€ Added
###### [SPACING]
- Added two new spacing tokens to increase granularity: `--nj-semantic-size-spacing-40` and `--nj-semantic-size-spacing-128`
###### [CSS]
- Added a new `system` value to `data-theme` attribute. When the `system` value is set, the theme will reflect user's system preferences (dark/light)
```html
<!-- set the theme based on the system theme -->
<body data-theme="system">
...
</body>
```
## πŸ“¦ 5.10.0 - 2024-12-06

@@ -10,0 +40,0 @@

2

package.json
{
"name": "@engie-group/fluid-design-tokens",
"version": "5.10.0",
"version": "5.11.0",
"description": "Fluid Design Tokens",

@@ -5,0 +5,0 @@ "keywords": [

@@ -122,4 +122,6 @@ ## Engie's design token of the Fluid design system

This allows to switch theme easily by adding a data-theme attribute in your html.
This allows to switch theme easily by adding a data-theme attribute in your html.
You also can provide a `"system"` value to the `data-theme` attribute to switch between light and dark theme based on the user's system preferences.
```html

@@ -126,0 +128,0 @@ <!-- In your html -->

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 too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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