@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 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/persona/tokens.css";
42
+ @import "@transferwise/neptune-tokens/dist/themes/personal/tokens.css";
43
43
  ```
44
44
 
45
45
  ### Figma
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 21 Nov 2022 17:04:04 GMT
3
+ * Generated on Tue, 20 Dec 2022 22:37:45 GMT
4
4
  */
5
5
 
6
6
  :root {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 21 Nov 2022 17:04:04 GMT
3
+ // Generated on Tue, 20 Dec 2022 22:37:45 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;