@transferwise/neptune-tokens
Advanced tools
Comparing version 5.1.0 to 6.0.0
@@ -0,1 +1,7 @@ | ||
# v6.0.0 | ||
## Remove themed CSS custom properties (variables) from :root | ||
To avoid further confusion with our upcoming theming changes, we are dropping the color theme name from CSS variables assigned to the `:root` pseudo-class. | ||
# v5.1.0 | ||
@@ -5,3 +11,2 @@ | ||
# v5.0.0 | ||
@@ -11,20 +16,19 @@ | ||
Navy tokens addes with `-navy-` part in file, e.g | ||
Navy tokens added with `-navy-` part in file, e.g | ||
```css | ||
--color-navy-content-primary: #...; | ||
--color-navy-content-secondary: #...; | ||
--color-navy-content-primary: #...; | ||
--color-navy-content-secondary: #...; | ||
``` | ||
## and make path to default bundle same as in v1 (breaking change) | ||
```js | ||
```css | ||
// old | ||
@transferwise/neptune-tokens/themes/default/tokens.css | ||
@import "@transferwise/neptune-tokens/themes/default/tokens.css"; | ||
// new | ||
@transferwise/neptune-tokens/tokens.css | ||
@import "@transferwise/neptune-tokens/tokens.css"; | ||
``` | ||
This is necessary because most people still use v1 and it will be less of a breaking change in upcoming Neptune release with new colors. | ||
This is necessary because most people still use v1 and it will be less of a breaking change in upcoming Neptune release with new colors. |
{ | ||
"name": "@transferwise/neptune-tokens", | ||
"version": "5.1.0", | ||
"version": "6.0.0", | ||
"description": "Design tokens for the Neptune Design System", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108446
3325