@transferwise/neptune-tokens 8.8.0 → 8.9.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
@@ -145,4 +145,4 @@ Our size scale was created around the standard size for proportional fonts on mo
145
145
  | ----------------------- | ----------- |
146
146
  | `font-weight-regular` | 500 |
147
147
  | `font-weight-semi-bold` | 600 |
148
- | `font-weight-bold` | 800 |
148
+ | `font-weight-bold` | 700 |
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Dec 2023 12:40:57 GMT
3
+ * Generated on Thu, 02 May 2024 12:30:21 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, 06 Dec 2023 12:40:57 GMT
3
+ // Generated on Thu, 02 May 2024 12:30:21 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;