@transferwise/neptune-tokens 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +3434 -680
- package/package.json +1 -1
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/forest-green/tokens.css +161 -0
- package/themes/forest-green/tokens.less +158 -0
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +3 -1
- package/themes/personal/tokens.less +3 -1
- package/themes/personal--dark/tokens.css +161 -0
- package/themes/personal--dark/tokens.less +158 -0
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ We currently only have one theme on web, so the bundles directly reference the c
|
|
|
39
39
|
Too add the new personal theme please add our new tokens
|
|
40
40
|
|
|
41
41
|
```
|
|
42
|
-
@import "@transferwise/neptune-tokens/dist/themes/
|
|
42
|
+
@import "@transferwise/neptune-tokens/dist/themes/personal/tokens.css";
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Figma
|
package/colors-base.css
CHANGED