@transferwise/neptune-tokens 8.6.0-beta.3 → 8.7.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/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38: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 Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/colors.json CHANGED
@@ -3687,6 +3687,33 @@
3687
3687
  "interactive",
3688
3688
  "control-active"
3689
3689
  ]
3690
+ },
3691
+ "contrast": {
3692
+ "value": {
3693
+ "r": 0.6235294117647059,
3694
+ "g": 0.9098039215686274,
3695
+ "b": 0.4392156862745098
3696
+ },
3697
+ "theme": "personal--bright-green",
3698
+ "filePath": "tokens/colors/themes/personal--bright-green.json",
3699
+ "isSource": true,
3700
+ "original": {
3701
+ "value": "{color.personal--bright-green.bright-green.value}",
3702
+ "theme": "personal--bright-green"
3703
+ },
3704
+ "name": "personalBrightGreenInteractiveContrast",
3705
+ "attributes": {
3706
+ "category": "color",
3707
+ "type": "personal--bright-green",
3708
+ "item": "interactive",
3709
+ "subitem": "contrast"
3710
+ },
3711
+ "path": [
3712
+ "color",
3713
+ "personal--bright-green",
3714
+ "interactive",
3715
+ "contrast"
3716
+ ]
3690
3717
  }
3691
3718
  },
3692
3719
  "border": {
@@ -5109,6 +5136,33 @@
5109
5136
  "interactive",
5110
5137
  "control-active"
5111
5138
  ]
5139
+ },
5140
+ "contrast": {
5141
+ "value": {
5142
+ "r": 0.08627450980392157,
5143
+ "g": 0.2,
5144
+ "b": 0
5145
+ },
5146
+ "theme": "personal--dark",
5147
+ "filePath": "tokens/colors/themes/personal--dark.json",
5148
+ "isSource": true,
5149
+ "original": {
5150
+ "value": "{color.personal--dark.forest-green.value}",
5151
+ "theme": "personal--dark"
5152
+ },
5153
+ "name": "personalDarkInteractiveContrast",
5154
+ "attributes": {
5155
+ "category": "color",
5156
+ "type": "personal--dark",
5157
+ "item": "interactive",
5158
+ "subitem": "contrast"
5159
+ },
5160
+ "path": [
5161
+ "color",
5162
+ "personal--dark",
5163
+ "interactive",
5164
+ "contrast"
5165
+ ]
5112
5166
  }
5113
5167
  },
5114
5168
  "border": {
@@ -6515,6 +6569,33 @@
6515
6569
  "interactive",
6516
6570
  "control-active"
6517
6571
  ]
6572
+ },
6573
+ "contrast": {
6574
+ "value": {
6575
+ "r": 0.08627450980392157,
6576
+ "g": 0.2,
6577
+ "b": 0
6578
+ },
6579
+ "theme": "personal--forest-green",
6580
+ "filePath": "tokens/colors/themes/personal--forest-green.json",
6581
+ "isSource": true,
6582
+ "original": {
6583
+ "value": "{color.personal--forest-green.forest-green.value}",
6584
+ "theme": "personal--forest-green"
6585
+ },
6586
+ "name": "personalForestGreenInteractiveContrast",
6587
+ "attributes": {
6588
+ "category": "color",
6589
+ "type": "personal--forest-green",
6590
+ "item": "interactive",
6591
+ "subitem": "contrast"
6592
+ },
6593
+ "path": [
6594
+ "color",
6595
+ "personal--forest-green",
6596
+ "interactive",
6597
+ "contrast"
6598
+ ]
6518
6599
  }
6519
6600
  },
6520
6601
  "border": {
@@ -7953,6 +8034,33 @@
7953
8034
  "interactive",
7954
8035
  "control-active"
7955
8036
  ]
8037
+ },
8038
+ "contrast": {
8039
+ "value": {
8040
+ "r": 0.6235294117647059,
8041
+ "g": 0.9098039215686274,
8042
+ "b": 0.4392156862745098
8043
+ },
8044
+ "theme": "personal",
8045
+ "filePath": "tokens/colors/themes/personal.json",
8046
+ "isSource": true,
8047
+ "original": {
8048
+ "value": "{color.personal.bright-green.value}",
8049
+ "theme": "personal"
8050
+ },
8051
+ "name": "personalInteractiveContrast",
8052
+ "attributes": {
8053
+ "category": "color",
8054
+ "type": "personal",
8055
+ "item": "interactive",
8056
+ "subitem": "contrast"
8057
+ },
8058
+ "path": [
8059
+ "color",
8060
+ "personal",
8061
+ "interactive",
8062
+ "contrast"
8063
+ ]
7956
8064
  }
7957
8065
  },
7958
8066
  "border": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.6.0-beta.3",
3
+ "version": "8.7.0",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -34,6 +34,7 @@
34
34
  --color-interactive-control: #163300;
35
35
  --color-interactive-control-hover: #0d1f00;
36
36
  --color-interactive-control-active: #0e0f0c;
37
+ --color-interactive-contrast: #9fe870;
37
38
  --color-border-neutral: #0e0f0c1f;
38
39
  --color-border-overlay: #0e0f0c1f;
39
40
  --color-background-screen: #ffffff;
@@ -146,7 +147,12 @@
146
147
  --font-weight-black: 900;
147
148
  --font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
148
149
  --font-family-display: 'Wise Sans', 'Inter', sans-serif;
149
- }@media (max-width: 385px) {
150
+ }/**
151
+ * We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
152
+ *
153
+ * We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
154
+ */
155
+ @media (max-width: 320px) {
150
156
  .np-theme-personal {
151
157
  --delta: 2;
152
158
  --size-4: calc(4px / var(--delta));
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -32,6 +32,7 @@
32
32
  @color-interactive-control: #163300;
33
33
  @color-interactive-control-hover: #0d1f00;
34
34
  @color-interactive-control-active: #0e0f0c;
35
+ @color-interactive-contrast: #9fe870;
35
36
  @color-border-neutral: #0e0f0c1f;
36
37
  @color-border-overlay: #0e0f0c1f;
37
38
  @color-background-screen: #ffffff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--bright-green {
@@ -58,6 +58,7 @@
58
58
  --color-interactive-control-active: #d9f6c6;
59
59
  --color-interactive-control-active-hover: #c5e1b2;
60
60
  --color-interactive-control-active-active: #b6d2a4;
61
+ --color-interactive-contrast: #9fe870;
61
62
  --color-border-neutral: #ffffff00;
62
63
  --color-border-overlay: #ffffff00;
63
64
  --color-background-screen: #9fe870;
@@ -170,7 +171,12 @@
170
171
  --font-weight-black: 900;
171
172
  --font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
172
173
  --font-family-display: 'Wise Sans', 'Inter', sans-serif;
173
- }@media (max-width: 385px) {
174
+ }/**
175
+ * We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
176
+ *
177
+ * We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
178
+ */
179
+ @media (max-width: 320px) {
174
180
  .np-theme-personal {
175
181
  --delta: 2;
176
182
  --size-4: calc(4px / var(--delta));
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -56,6 +56,7 @@
56
56
  @color-interactive-control-active: #d9f6c6;
57
57
  @color-interactive-control-active-hover: #c5e1b2;
58
58
  @color-interactive-control-active-active: #b6d2a4;
59
+ @color-interactive-contrast: #9fe870;
59
60
  @color-border-neutral: #ffffff00;
60
61
  @color-border-overlay: #ffffff00;
61
62
  @color-background-screen: #9fe870;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -58,6 +58,7 @@
58
58
  --color-interactive-control-active: #2c6600;
59
59
  --color-interactive-control-active-hover: #175400;
60
60
  --color-interactive-control-active-active: #064700;
61
+ --color-interactive-contrast: #163300;
61
62
  --color-border-neutral: #ffffff33;
62
63
  --color-border-overlay: #ffffff33;
63
64
  --color-background-screen: #121511;
@@ -170,7 +171,12 @@
170
171
  --font-weight-black: 900;
171
172
  --font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
172
173
  --font-family-display: 'Wise Sans', 'Inter', sans-serif;
173
- }@media (max-width: 385px) {
174
+ }/**
175
+ * We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
176
+ *
177
+ * We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
178
+ */
179
+ @media (max-width: 320px) {
174
180
  .np-theme-personal {
175
181
  --delta: 2;
176
182
  --size-4: calc(4px / var(--delta));
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -56,6 +56,7 @@
56
56
  @color-interactive-control-active: #2c6600;
57
57
  @color-interactive-control-active-hover: #175400;
58
58
  @color-interactive-control-active-active: #064700;
59
+ @color-interactive-contrast: #163300;
59
60
  @color-border-neutral: #ffffff33;
60
61
  @color-border-overlay: #ffffff33;
61
62
  @color-background-screen: #121511;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -58,6 +58,7 @@
58
58
  --color-interactive-control-active: #2c6600;
59
59
  --color-interactive-control-active-hover: #175400;
60
60
  --color-interactive-control-active-active: #064700;
61
+ --color-interactive-contrast: #163300;
61
62
  --color-border-neutral: #ffffff33;
62
63
  --color-border-overlay: #ffffff33;
63
64
  --color-background-screen: #163300;
@@ -170,7 +171,12 @@
170
171
  --font-weight-black: 900;
171
172
  --font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
172
173
  --font-family-display: 'Wise Sans', 'Inter', sans-serif;
173
- }@media (max-width: 385px) {
174
+ }/**
175
+ * We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
176
+ *
177
+ * We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
178
+ */
179
+ @media (max-width: 320px) {
174
180
  .np-theme-personal {
175
181
  --delta: 2;
176
182
  --size-4: calc(4px / var(--delta));
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -56,6 +56,7 @@
56
56
  @color-interactive-control-active: #2c6600;
57
57
  @color-interactive-control-active-hover: #175400;
58
58
  @color-interactive-control-active-active: #064700;
59
+ @color-interactive-contrast: #163300;
59
60
  @color-border-neutral: #ffffff33;
60
61
  @color-border-overlay: #ffffff33;
61
62
  @color-background-screen: #163300;
package/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ * Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
  */
5
5
 
6
6
  :root {
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 14 Nov 2023 15:01:45 GMT
3
+ // Generated on Thu, 16 Nov 2023 16:38:15 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;
package/CHANGELOG.md DELETED
@@ -1,354 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
-
7
- ## [8.5.1](https://github.com/transferwise/neptune-tokens/compare/v8.5.0...v8.5.1) (2023-10-02)
8
-
9
-
10
- ### Bug Fixes
11
-
12
- * value of `--radius-full` ([#77](https://github.com/transferwise/neptune-tokens/issues/77)) ([9e8a198](https://github.com/transferwise/neptune-tokens/commit/9e8a1984626d8adf39caac55e5cd39d4f41a1c89))
13
-
14
- # [8.5.0](https://github.com/transferwise/neptune-tokens/compare/v8.4.1...v8.5.0) (2023-04-27)
15
-
16
-
17
- ### Features
18
-
19
- * **snackbar:** update readme to kick off release ([#76](https://github.com/transferwise/neptune-tokens/issues/76)) ([0a516f5](https://github.com/transferwise/neptune-tokens/commit/0a516f5d9be1cb1cba43a64e47d16c0e7f98b114))
20
-
21
- ## [8.4.1](https://github.com/transferwise/neptune-tokens/compare/v8.4.0...v8.4.1) (2023-03-06)
22
-
23
-
24
- ### Bug Fixes
25
-
26
- * publish as public package ([#74](https://github.com/transferwise/neptune-tokens/issues/74)) ([8df803d](https://github.com/transferwise/neptune-tokens/commit/8df803d228b4a19312b8cb257dbf1b0bd2eece11))
27
-
28
- # [8.4.0](https://github.com/transferwise/neptune-tokens/compare/v8.3.1...v8.4.0) (2023-02-23)
29
-
30
-
31
- ### Features
32
-
33
- * add 52px size token ([#72](https://github.com/transferwise/neptune-tokens/issues/72)) ([b28215e](https://github.com/transferwise/neptune-tokens/commit/b28215e10369b2c7bd9bf89399e79abd3b4e7ec7))
34
-
35
- ## [8.3.1](https://github.com/transferwise/neptune-tokens/compare/v8.3.0...v8.3.1) (2023-01-24)
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * **Size:** add 126px font size for new extra large display style ([#70](https://github.com/transferwise/neptune-tokens/issues/70)) ([e33231d](https://github.com/transferwise/neptune-tokens/commit/e33231d7e05d5cb4aa90a80e40acd7c87b9af7b4))
41
-
42
- # [8.3.0](https://github.com/transferwise/neptune-tokens/compare/v8.2.5...v8.3.0) (2023-01-17)
43
-
44
-
45
- ### Features
46
-
47
- * Added Background Colors for Bright Green Theme. ([9c83d5a](https://github.com/transferwise/neptune-tokens/commit/9c83d5a25fa90665565ab373627f08b608a7b617))
48
- * Added Bright Green Theme. ([bdad49d](https://github.com/transferwise/neptune-tokens/commit/bdad49d1e5590db1b1ad32c2789f53ef88e140a0))
49
- * Build Bright Green Tokens. ([8a414bb](https://github.com/transferwise/neptune-tokens/commit/8a414bb0f1c9d17ac5a70387c3cf1f81b4cde4d3))
50
- * Build Bright Green Tokens. ([b41f1a9](https://github.com/transferwise/neptune-tokens/commit/b41f1a9144400c2a41774c23eae20425cdf1fb21))
51
- * Updated Readme. ([f2a914a](https://github.com/transferwise/neptune-tokens/commit/f2a914a2cba72c483ed19189eaf6d2d7ef0f3ade))
52
-
53
- ## [8.2.5](https://github.com/transferwise/neptune-tokens/compare/v8.2.4...v8.2.5) (2023-01-05)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * **line-height:** this is too complicated. i'm removing display line-height from here ([#65](https://github.com/transferwise/neptune-tokens/issues/65)) ([391ca19](https://github.com/transferwise/neptune-tokens/commit/391ca1906cfba10c102169dc8ab542ada0981c24))
59
-
60
- ## [8.2.4](https://github.com/transferwise/neptune-tokens/compare/v8.2.3...v8.2.4) (2022-12-30)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * **letter-spacing:** add sizes for display ([#66](https://github.com/transferwise/neptune-tokens/issues/66)) ([6aedb50](https://github.com/transferwise/neptune-tokens/commit/6aedb5081671f333d1e66e7b2cc7bba78723cb89))
66
-
67
- ## [8.2.3](https://github.com/transferwise/neptune-tokens/compare/v8.2.2...v8.2.3) (2022-12-29)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * **line-height:** i didn't include the percent sign in my line-height tokens ([#64](https://github.com/transferwise/neptune-tokens/issues/64)) ([5b23199](https://github.com/transferwise/neptune-tokens/commit/5b23199501aa93ab5b0387420b650f8c22de0e3c))
73
-
74
- ## [8.2.2](https://github.com/transferwise/neptune-tokens/compare/v8.2.1...v8.2.2) (2022-12-29)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **tokens:** add tokens for Display fonts ([#61](https://github.com/transferwise/neptune-tokens/issues/61)) ([6a93d0c](https://github.com/transferwise/neptune-tokens/commit/6a93d0c3b70685f0d9bfa3088cec19a9db1e78d8))
80
-
81
- ## [8.2.1](https://github.com/transferwise/neptune-tokens/compare/v8.2.0...v8.2.1) (2022-12-29)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * **size:** add size 14 for status icon ([#63](https://github.com/transferwise/neptune-tokens/issues/63)) ([313957d](https://github.com/transferwise/neptune-tokens/commit/313957d55d4303c064f3e689f6e7cc2f5fd560d3))
87
-
88
- # [8.2.0](https://github.com/transferwise/neptune-tokens/compare/v8.1.0...v8.2.0) (2022-12-29)
89
-
90
-
91
- ### Features
92
-
93
- * Refactored Themes. ([#62](https://github.com/transferwise/neptune-tokens/issues/62)) ([147ad08](https://github.com/transferwise/neptune-tokens/commit/147ad08ce0be23040a63c1af3428ce275fe3309f))
94
-
95
- # [8.1.0](https://github.com/transferwise/neptune-tokens/compare/v8.0.1...v8.1.0) (2022-12-20)
96
-
97
-
98
- ### Features
99
-
100
- * Added Forest Green Theme. ([#60](https://github.com/transferwise/neptune-tokens/issues/60)) ([8912b3d](https://github.com/transferwise/neptune-tokens/commit/8912b3dca0b475f2cd10c7056c21dfe9cc01c125))
101
-
102
- ## [8.0.1](https://github.com/transferwise/neptune-tokens/compare/v8.0.0...v8.0.1) (2022-12-19)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * Updated tokens version. ([#59](https://github.com/transferwise/neptune-tokens/issues/59)) ([182f35d](https://github.com/transferwise/neptune-tokens/commit/182f35ddd14318606dd693798df834a20a5ccf04))
108
-
109
- # [8.0.0](https://github.com/transferwise/neptune-tokens/compare/v7.0.0...v8.0.0) (2022-11-21)
110
-
111
-
112
- ### Bug Fixes
113
-
114
- * collisions in themes/ tokens (direct commit to next) ([5a51a5f](https://github.com/transferwise/neptune-tokens/commit/5a51a5f9fe7dda22ffd31d4dfc63d83afa7cbd16))
115
- * font weight token ([#51](https://github.com/transferwise/neptune-tokens/issues/51)) ([4cc8e88](https://github.com/transferwise/neptune-tokens/commit/4cc8e88bed26f17ef1c9d17834b013d545f902df))
116
-
117
-
118
- ### chore
119
-
120
- * **release:** [skip ci] ([ef60dc1](https://github.com/transferwise/neptune-tokens/commit/ef60dc1c0f2970ad8d97cdccc3e50e032bed7f1d))
121
-
122
-
123
- ### Features
124
-
125
- * add missing line height ([4542a37](https://github.com/transferwise/neptune-tokens/commit/4542a37ef9cff8e0d39b214fccc7ba29e38b9a7f))
126
- * adds black fontweight value ([d17a93b](https://github.com/transferwise/neptune-tokens/commit/d17a93b015bb66de3df68e8f95bc095f83930f13))
127
- * BREAKING CHANGE updating typography token values and new font-family ([b05ec22](https://github.com/transferwise/neptune-tokens/commit/b05ec22599436c48193606cfede736ddc509ec77))
128
- * build of new token values ([46c56a3](https://github.com/transferwise/neptune-tokens/commit/46c56a374e9760743d50094aa221cd8b1e34f6d8))
129
- * building line height and spacing with em's ([c981e60](https://github.com/transferwise/neptune-tokens/commit/c981e6021be6b4c3f353ab7af519c350e4bec0f6))
130
- * fix sizes ([6a32d12](https://github.com/transferwise/neptune-tokens/commit/6a32d12ae92d147a85cdb6b31e77d123bb4de247))
131
- * fix to the 30px size font ([2149144](https://github.com/transferwise/neptune-tokens/commit/2149144e739847d4e1b14bd1b12628896715d6c1))
132
- * fixing REM output ([ebf819c](https://github.com/transferwise/neptune-tokens/commit/ebf819ca0b4aabbae6f97d8903c235d5caca98cd))
133
- * moving new line height tokens under font ([72d50cc](https://github.com/transferwise/neptune-tokens/commit/72d50ccfe99afe558deeb16b4d7f21dc29d3a809))
134
- * **personal:** renaming sentiment tokens and removing redundant colors ([5433a69](https://github.com/transferwise/neptune-tokens/commit/5433a69425ad5dd0e6fa974800cdca1ef89efc10))
135
- * removing em config, setting letter spacing and height to use rem's ([af2ee9d](https://github.com/transferwise/neptune-tokens/commit/af2ee9d5fec8b997f6d55625030d445724c9b393))
136
- * removing rem value to line-height ([68af766](https://github.com/transferwise/neptune-tokens/commit/68af766d1da129079890decdecad2828bd88437d))
137
- * renaming letterin spacing tokens ([d9acecc](https://github.com/transferwise/neptune-tokens/commit/d9acecc970d9fd0bb925428d79b95037e1c3c6ba))
138
- * resolving line height ([d6ba82f](https://github.com/transferwise/neptune-tokens/commit/d6ba82fc9d3bab9b7dfd2112f2b101aa0cd670f4))
139
- * reverting transform ([9be2ce4](https://github.com/transferwise/neptune-tokens/commit/9be2ce4355afd493914d21b53dd4ddfa6eaef7aa))
140
- * setting letter spacing to em's ([3e8b405](https://github.com/transferwise/neptune-tokens/commit/3e8b40539c62e085b43c1636f995fc33d19b63a7))
141
- * **spacing:** new radius, padding, spacing and size tokens ([6b7016e](https://github.com/transferwise/neptune-tokens/commit/6b7016e4716d8d9afa9adad85f765c7dc963490f))
142
- * **tokens:** new personal colour theme ([f99ed96](https://github.com/transferwise/neptune-tokens/commit/f99ed968e18c7d36743a478c9413b439a2474495))
143
- * **typography:** adds line-height typography tokens ([21c9e0a](https://github.com/transferwise/neptune-tokens/commit/21c9e0ae3cfb40d864a4ff6f77707f5797595a3c))
144
- * updating colour tokens based on design QA ([092ae51](https://github.com/transferwise/neptune-tokens/commit/092ae5105a72cdac2a541aa89f5b0ea300a6c7e3))
145
- * updating sentiment colours ([2bb2b9f](https://github.com/transferwise/neptune-tokens/commit/2bb2b9f5902777a61d6129919afc3875fe7722e7))
146
-
147
-
148
- ### BREAKING CHANGES
149
-
150
- * **release:** updating typography token values and new font-family ([f01dd2d](https://github.com/transferwise/neptune-tokens/commit/f01dd2d27ad6d9fd96c98a0a3b21fcef1694ce9d))
151
-
152
- # [8.0.0-next.20](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.19...v8.0.0-next.20) (2022-10-25)
153
-
154
-
155
- ### Features
156
-
157
- * updating colour tokens based on design QA ([5bb3881](https://github.com/transferwise/neptune-tokens/commit/5bb3881593737e0d4c8234e98a7965e9c7670725))
158
-
159
- # [8.0.0-next.19](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.18...v8.0.0-next.19) (2022-10-21)
160
-
161
-
162
- ### Features
163
-
164
- * updating sentiment colours ([545151a](https://github.com/transferwise/neptune-tokens/commit/545151a8fba32ef0e70445ea253a54d682af68ab))
165
-
166
- # [8.0.0-next.18](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.17...v8.0.0-next.18) (2022-10-17)
167
-
168
-
169
- ### Bug Fixes
170
-
171
- * font weight token ([#51](https://github.com/transferwise/neptune-tokens/issues/51)) ([e8adfca](https://github.com/transferwise/neptune-tokens/commit/e8adfca9304bb6689bf17a8e7757ab21eff8ff9b))
172
-
173
- # [8.0.0-next.17](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.16...v8.0.0-next.17) (2022-10-17)
174
-
175
-
176
- ### Bug Fixes
177
-
178
- * collisions in themes/ tokens (direct commit to next) ([0807383](https://github.com/transferwise/neptune-tokens/commit/0807383f387b2a93d0d223e3acac40e274ab69f1))
179
-
180
- # [8.0.0-next.16](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.15...v8.0.0-next.16) (2022-08-17)
181
-
182
-
183
- ### Features
184
-
185
- * **spacing:** new radius, padding, spacing and size tokens ([a87735b](https://github.com/transferwise/neptune-tokens/commit/a87735bd8cff821a06b547073e4add5e01b78db9))
186
-
187
- # [8.0.0-next.15](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.14...v8.0.0-next.15) (2022-08-16)
188
-
189
-
190
- ### Features
191
-
192
- * **personal:** renaming sentiment tokens and removing redundant colors ([dbdfae6](https://github.com/transferwise/neptune-tokens/commit/dbdfae6a2afee8fda4f25dad4122e4aa4a9c46d3))
193
-
194
- # [8.0.0-next.14](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.13...v8.0.0-next.14) (2022-08-16)
195
-
196
-
197
- ### Features
198
-
199
- * **tokens:** new personal colour theme ([931d61d](https://github.com/transferwise/neptune-tokens/commit/931d61d94ef8437d3cfb901e3aef175b1f9b4736))
200
-
201
- # [8.0.0-next.13](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.12...v8.0.0-next.13) (2022-07-20)
202
-
203
-
204
- ### Features
205
-
206
- * fixing REM output ([3e9fdac](https://github.com/transferwise/neptune-tokens/commit/3e9fdac0d97447e775375c9e3ad0dbe1e2fd4c62))
207
-
208
- # [8.0.0-next.12](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.11...v8.0.0-next.12) (2022-07-19)
209
-
210
-
211
- ### Features
212
-
213
- * reverting transform ([50ea4bc](https://github.com/transferwise/neptune-tokens/commit/50ea4bc5f94ac451a27a16dbaaf57711e838d1d0))
214
-
215
- # [8.0.0-next.11](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.10...v8.0.0-next.11) (2022-07-15)
216
-
217
-
218
- ### Features
219
-
220
- * setting letter spacing to em's ([8808fc4](https://github.com/transferwise/neptune-tokens/commit/8808fc4c4c981799b6581b27688fb825bbcece87))
221
-
222
- # [8.0.0-next.10](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.9...v8.0.0-next.10) (2022-07-15)
223
-
224
-
225
- ### Features
226
-
227
- * moving new line height tokens under font ([8b270e7](https://github.com/transferwise/neptune-tokens/commit/8b270e7b25c6642a7a2dffbc5caa86b12d04a3ca))
228
-
229
- # [8.0.0-next.9](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.8...v8.0.0-next.9) (2022-07-15)
230
-
231
-
232
- ### Features
233
-
234
- * fix sizes ([96d2e11](https://github.com/transferwise/neptune-tokens/commit/96d2e11592dbfeb829736b283c973c66723cbef1))
235
- * fix to the 30px size font ([e8d540e](https://github.com/transferwise/neptune-tokens/commit/e8d540ee466cc078621de5ce47e11f2da0467c99))
236
-
237
- # [8.0.0-next.8](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.7...v8.0.0-next.8) (2022-07-15)
238
-
239
-
240
- ### Features
241
-
242
- * resolving line height ([429fba3](https://github.com/transferwise/neptune-tokens/commit/429fba3501c953bf7c78cb7fc1031ac453791c0d))
243
-
244
- # [8.0.0-next.7](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.6...v8.0.0-next.7) (2022-07-15)
245
-
246
-
247
- ### Features
248
-
249
- * removing rem value to line-height ([55155cb](https://github.com/transferwise/neptune-tokens/commit/55155cbbd852b391e5defa3d08a976eefcbbcd03))
250
-
251
- # [8.0.0-next.6](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.5...v8.0.0-next.6) (2022-07-14)
252
-
253
-
254
- ### Features
255
-
256
- * add missing line height ([cfa69dd](https://github.com/transferwise/neptune-tokens/commit/cfa69dd0e4744b90a0c15dd4d5c53368e4191c19))
257
-
258
- # [8.0.0-next.5](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.4...v8.0.0-next.5) (2022-07-14)
259
-
260
-
261
- ### Features
262
-
263
- * renaming letterin spacing tokens ([a54f094](https://github.com/transferwise/neptune-tokens/commit/a54f094b7f77cc4b12109c5359d727f689266800))
264
-
265
- # [8.0.0-next.4](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.3...v8.0.0-next.4) (2022-07-14)
266
-
267
-
268
- ### Features
269
-
270
- * removing em config, setting letter spacing and height to use rem's ([4470890](https://github.com/transferwise/neptune-tokens/commit/447089047cb3250cc423920e80a98cc941ec009a))
271
-
272
- # [8.0.0-next.3](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.2...v8.0.0-next.3) (2022-07-13)
273
-
274
-
275
- ### Features
276
-
277
- * building line height and spacing with em's ([5d2fd85](https://github.com/transferwise/neptune-tokens/commit/5d2fd8585b7a744ea9e661344745e27cbb2a3309))
278
-
279
- # [8.0.0-next.2](https://github.com/transferwise/neptune-tokens/compare/v8.0.0-next.1...v8.0.0-next.2) (2022-07-13)
280
-
281
-
282
- ### Features
283
-
284
- * build of new token values ([fa92c7c](https://github.com/transferwise/neptune-tokens/commit/fa92c7cbd7b4f5b71938083c4b0a54b07e64f9a1))
285
-
286
- # [8.0.0-next.1](https://github.com/transferwise/neptune-tokens/compare/v7.1.0-next.1...v8.0.0-next.1) (2022-07-12)
287
-
288
-
289
- ### chore
290
-
291
- * **release:** [skip ci] ([cb7b56a](https://github.com/transferwise/neptune-tokens/commit/cb7b56a30d3394d835b800958d919a9313cc757c))
292
-
293
-
294
- ### Features
295
-
296
- * adds black fontweight value ([487bc3e](https://github.com/transferwise/neptune-tokens/commit/487bc3ee9c452a5417b7ada68389e154e4bf2850))
297
- * **typography:** adds line-height typography tokens ([77389bb](https://github.com/transferwise/neptune-tokens/commit/77389bb0b7256d428cb26b8263c39fcc1800dbe3))
298
-
299
-
300
- ### BREAKING CHANGES
301
-
302
- * **release:** updating typography token values and new font-family ([f01dd2d](https://github.com/transferwise/neptune-tokens/commit/f01dd2d27ad6d9fd96c98a0a3b21fcef1694ce9d))
303
-
304
- # [7.1.0-next.1](https://github.com/transferwise/neptune-tokens/compare/v7.0.0...v7.1.0-next.1) (2022-07-12)
305
-
306
-
307
- ### Features
308
-
309
- * BREAKING CHANGE updating typography token values and new font-family ([f01dd2d](https://github.com/transferwise/neptune-tokens/commit/f01dd2d27ad6d9fd96c98a0a3b21fcef1694ce9d))
310
-
311
- # v7.0.0
312
-
313
- ## Remove disabled colour tokens
314
-
315
- Disabled colours were simulating transparency and desaturation, and were encouraging us to create a larger palette than we needed, and more prone to mistakes. We're now removing those tokens and encouraging consumers to use opacity and blend modes to achieve the same effect.
316
-
317
- # v6.1.0
318
-
319
- ## Add tertiary content token
320
-
321
- We're adding a new tertiary content token for text that should be deemphasised further than secondary, like placeholders in inputs and inactive components.
322
-
323
- # v6.0.0
324
-
325
- ## Remove themed CSS custom properties (variables) from :root
326
-
327
- To avoid further confusion with our upcoming theming changes, we are dropping the color theme name from CSS variables assigned to the `:root` pseudo-class.
328
-
329
- # v5.1.0
330
-
331
- ## Add font-family token
332
-
333
- # v5.0.0
334
-
335
- ## Add Navy color tokens to default bundle
336
-
337
- Navy tokens added with `-navy-` part in file, e.g
338
-
339
- ```css
340
- --color-navy-content-primary: #...;
341
- --color-navy-content-secondary: #...;
342
- ```
343
-
344
- ## and make path to default bundle same as in v1 (breaking change)
345
-
346
- ```css
347
- // old
348
- @import "@transferwise/neptune-tokens/themes/default/tokens.css";
349
-
350
- // new
351
- @import "@transferwise/neptune-tokens/tokens.css";
352
- ```
353
-
354
- This is necessary because most people still use v1 and it will be less of a breaking change in upcoming Neptune release with new colors.