@transferwise/neptune-tokens 6.1.0 → 7.0.0-beta.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/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ # v7.0.0-beta.0
2
+
3
+ ## New personal theme
4
+
5
+ ## Remove disabled colour tokens
6
+ # v7.0.0
7
+
8
+ ## Remove disabled colour tokens
9
+
10
+ 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.
11
+
1
12
  # v6.1.0
2
13
 
3
14
  ## Add tertiary content token
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "6.1.0",
3
+ "version": "7.0.0-beta.0",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
package/colors-base.css DELETED
@@ -1,46 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 03 Dec 2021 12:38:48 GMT
4
- */
5
-
6
- :root {
7
- --color-base-blue-light: #00b9ff;
8
- --color-base-blue-mid: #00a2dd;
9
- --color-base-blue-dark: #0097c7;
10
- --color-base-blue-fade: #38c8ff1a;
11
- --color-base-green-light: #6fd698;
12
- --color-base-green-mid: #2ead4b;
13
- --color-base-green-dark: #008026;
14
- --color-base-green-fade: #36c7971a;
15
- --color-base-red-light: #ffa6a9;
16
- --color-base-red-mid: #e74848;
17
- --color-base-red-dark: #cf2929;
18
- --color-base-red-fade: #ff87871a;
19
- --color-base-orange-light: #ffd184;
20
- --color-base-orange-mid: #df8700;
21
- --color-base-orange-dark: #9a6500;
22
- --color-base-orange-fade: #ffac001a;
23
- --color-base-smoke-light: #e2e6e8;
24
- --color-base-smoke-mid: #c9cbce;
25
- --color-base-smoke-dark: #a8aaac;
26
- --color-base-smoke-fade: #86a7bd1a;
27
- --color-base-navy-light: #37517e;
28
- --color-base-navy-mid: #2e4369;
29
- --color-base-navy-dark: #253655;
30
- --color-base-navy-fade: #849cc51a;
31
- --color-base-grey-light: #829ca9;
32
- --color-base-grey-mid: #768e9c;
33
- --color-base-grey-dark: #5d7079;
34
- --color-base-grey-fade: #829ca91a;
35
- --color-base-white-light: #ffffff;
36
- --color-base-white-mid: #ebebeb;
37
- --color-base-white-fade: #ffffff1a;
38
- --color-base-black-light: #202020;
39
- --color-base-black-mid: #181818;
40
- --color-base-black-dark: #000000;
41
- --color-base-black-fade: #0000001a;
42
- --color-base-brand-blue: #00b9ff;
43
- --color-base-brand-purple: #485cc7;
44
- --color-base-brand-amber: #ffb619;
45
- --color-base-brand-borderless: #44ee70;
46
- }
package/colors-base.less DELETED
@@ -1,43 +0,0 @@
1
-
2
- // Do not edit directly
3
- // Generated on Fri, 03 Dec 2021 12:38:48 GMT
4
-
5
- @color-base-blue-light: #00b9ff;
6
- @color-base-blue-mid: #00a2dd;
7
- @color-base-blue-dark: #0097c7;
8
- @color-base-blue-fade: #38c8ff1a;
9
- @color-base-green-light: #6fd698;
10
- @color-base-green-mid: #2ead4b;
11
- @color-base-green-dark: #008026;
12
- @color-base-green-fade: #36c7971a;
13
- @color-base-red-light: #ffa6a9;
14
- @color-base-red-mid: #e74848;
15
- @color-base-red-dark: #cf2929;
16
- @color-base-red-fade: #ff87871a;
17
- @color-base-orange-light: #ffd184;
18
- @color-base-orange-mid: #df8700;
19
- @color-base-orange-dark: #9a6500;
20
- @color-base-orange-fade: #ffac001a;
21
- @color-base-smoke-light: #e2e6e8;
22
- @color-base-smoke-mid: #c9cbce;
23
- @color-base-smoke-dark: #a8aaac;
24
- @color-base-smoke-fade: #86a7bd1a;
25
- @color-base-navy-light: #37517e;
26
- @color-base-navy-mid: #2e4369;
27
- @color-base-navy-dark: #253655;
28
- @color-base-navy-fade: #849cc51a;
29
- @color-base-grey-light: #829ca9;
30
- @color-base-grey-mid: #768e9c;
31
- @color-base-grey-dark: #5d7079;
32
- @color-base-grey-fade: #829ca91a;
33
- @color-base-white-light: #ffffff;
34
- @color-base-white-mid: #ebebeb;
35
- @color-base-white-fade: #ffffff1a;
36
- @color-base-black-light: #202020;
37
- @color-base-black-mid: #181818;
38
- @color-base-black-dark: #000000;
39
- @color-base-black-fade: #0000001a;
40
- @color-base-brand-blue: #00b9ff;
41
- @color-base-brand-purple: #485cc7;
42
- @color-base-brand-amber: #ffb619;
43
- @color-base-brand-borderless: #44ee70;