@transferwise/neptune-tokens 8.0.0-next.8 → 8.0.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
@@ -9,7 +9,7 @@ Tokens always start with a `base` layer that directly accesses the values, and c
9
9
  For npm environments, install the package and consume the bundles below.
10
10
 
11
11
  ```shell
12
- npm i @transferwise/neptune-tokens
12
+ npm install @transferwise/neptune-tokens
13
13
  ```
14
14
 
15
15
  ### Web
@@ -36,6 +36,12 @@ We currently only have one theme on web, so the bundles directly reference the c
36
36
  }
37
37
  ```
38
38
 
39
+ Too add the new personal theme please add our new tokens
40
+
41
+ ```
42
+ @import "@transferwise/neptune-tokens/dist/themes/persona/tokens.css";
43
+ ```
44
+
39
45
  ### Figma
40
46
 
41
47
  To import or update colours on the Figma libraries for Neptune:
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 15 Jul 2022 13:15:53 GMT
3
+ * Generated on Mon, 21 Nov 2022 17:04:04 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 Fri, 15 Jul 2022 13:15:53 GMT
3
+ // Generated on Mon, 21 Nov 2022 17:04:04 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;