@transferwise/neptune-tokens 8.0.0-next.2 → 8.0.0-next.21

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
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 13 Jul 2022 14:37:44 GMT
3
+ * Generated on Wed, 30 Nov 2022 15:37:15 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 Wed, 13 Jul 2022 14:37:44 GMT
3
+ // Generated on Wed, 30 Nov 2022 15:37:15 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;