@transferwise/neptune-tokens 8.2.5 → 8.3.1

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
@@ -90,12 +90,14 @@ We start with a 4-point scale that gives fine control for aligning elements insi
90
90
  | `size-4` | 4 |
91
91
  | `size-8` | 8 |
92
92
  | `size-12` | 12 |
93
+ | `size-14` | 14 |
93
94
  | `size-16` | 16 |
94
95
  | `size-24` | 24 |
95
96
  | `size-32` | 32 |
96
97
  | `size-40` | 40 |
97
98
  | `size-48` | 48 |
98
99
  | `size-56` | 56 |
100
+ | `size-60` | 60 |
99
101
  | `size-64` | 64 |
100
102
  | `size-72` | 72 |
101
103
  | `size-80` | 80 |
@@ -105,6 +107,8 @@ We start with a 4-point scale that gives fine control for aligning elements insi
105
107
  | `size-112` | 112 |
106
108
  | `size-120` | 120 |
107
109
  | `size-128` | 128 |
110
+ | `size-146` | 146 |
111
+ | `size-154` | 154 |
108
112
 
109
113
  > ⚠️ These tokens were previously called `spacing` before version 1.0.0
110
114
 
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 05 Jan 2023 18:20:36 GMT
3
+ * Generated on Tue, 24 Jan 2023 01:10:26 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 Thu, 05 Jan 2023 18:20:36 GMT
3
+ // Generated on Tue, 24 Jan 2023 01:10:26 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;