Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transferwise/neptune-tokens

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/neptune-tokens - npm Package Compare versions

Comparing version 5.1.0 to 6.0.0

22

CHANGELOG.md

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

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