@transferwise/neptune-tokens 8.19.0 → 8.19.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/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +12 -12
- package/package.json +4 -4
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +1 -1
- package/themes/personal/tokens.less +1 -1
- package/themes/personal--bright-green/tokens.css +1 -1
- package/themes/personal--bright-green/tokens.less +1 -1
- package/themes/personal--dark/tokens.css +1 -1
- package/themes/personal--dark/tokens.less +1 -1
- package/themes/personal--forest-green/tokens.css +4 -4
- package/themes/personal--forest-green/tokens.less +4 -4
- package/themes/platform/tokens.css +1 -1
- package/themes/platform/tokens.less +1 -1
- package/themes/platform--forest-green/tokens.css +1 -1
- package/themes/platform--forest-green/tokens.less +1 -1
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/colors.json
CHANGED
|
@@ -7869,16 +7869,16 @@
|
|
|
7869
7869
|
},
|
|
7870
7870
|
"negative-secondary": {
|
|
7871
7871
|
"value": {
|
|
7872
|
-
"r": 0.
|
|
7873
|
-
"g": 0.
|
|
7874
|
-
"b": 0.
|
|
7872
|
+
"r": 0.2549019607843137,
|
|
7873
|
+
"g": 0.043137254901960784,
|
|
7874
|
+
"b": 0.050980392156862744
|
|
7875
7875
|
},
|
|
7876
7876
|
"theme": "personal--forest-green",
|
|
7877
7877
|
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
7878
7878
|
"isSource": true,
|
|
7879
7879
|
"original": {
|
|
7880
7880
|
"value": {
|
|
7881
|
-
"hex": "#
|
|
7881
|
+
"hex": "#410B0D"
|
|
7882
7882
|
},
|
|
7883
7883
|
"theme": "personal--forest-green"
|
|
7884
7884
|
},
|
|
@@ -7898,16 +7898,16 @@
|
|
|
7898
7898
|
},
|
|
7899
7899
|
"negative-secondary-hover": {
|
|
7900
7900
|
"value": {
|
|
7901
|
-
"r": 0.
|
|
7902
|
-
"g": 0.
|
|
7903
|
-
"b": 0.
|
|
7901
|
+
"r": 0.39215686274509803,
|
|
7902
|
+
"g": 0.06666666666666667,
|
|
7903
|
+
"b": 0.08235294117647059
|
|
7904
7904
|
},
|
|
7905
7905
|
"theme": "personal--forest-green",
|
|
7906
7906
|
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
7907
7907
|
"isSource": true,
|
|
7908
7908
|
"original": {
|
|
7909
7909
|
"value": {
|
|
7910
|
-
"hex": "#
|
|
7910
|
+
"hex": "#641115"
|
|
7911
7911
|
},
|
|
7912
7912
|
"theme": "personal--forest-green"
|
|
7913
7913
|
},
|
|
@@ -7927,16 +7927,16 @@
|
|
|
7927
7927
|
},
|
|
7928
7928
|
"negative-secondary-active": {
|
|
7929
7929
|
"value": {
|
|
7930
|
-
"r": 0.
|
|
7931
|
-
"g": 0.
|
|
7932
|
-
"b": 0.
|
|
7930
|
+
"r": 0.4627450980392157,
|
|
7931
|
+
"g": 0.0784313725490196,
|
|
7932
|
+
"b": 0.09411764705882353
|
|
7933
7933
|
},
|
|
7934
7934
|
"theme": "personal--forest-green",
|
|
7935
7935
|
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
7936
7936
|
"isSource": true,
|
|
7937
7937
|
"original": {
|
|
7938
7938
|
"value": {
|
|
7939
|
-
"hex": "#
|
|
7939
|
+
"hex": "#761418"
|
|
7940
7940
|
},
|
|
7941
7941
|
"theme": "personal--forest-green"
|
|
7942
7942
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-tokens",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.1",
|
|
4
4
|
"description": "Design tokens for the Neptune Design System",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@changesets/cli": "^2.29.5",
|
|
21
21
|
"chroma-js": "^3.1.2",
|
|
22
22
|
"cz-conventional-changelog": "3.3.0",
|
|
23
|
-
"less": "^4.
|
|
23
|
+
"less": "^4.4.0",
|
|
24
24
|
"prettier": "^3.6.2",
|
|
25
25
|
"release-to-github-with-changelog": "^1.2.4",
|
|
26
26
|
"style-dictionary": "^3.9.2"
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"resolutions": {
|
|
37
37
|
"json-schema": "^0.4.0",
|
|
38
|
-
"http-cache-semantics": "^4.
|
|
39
|
-
"minimist": "^1.2.
|
|
38
|
+
"http-cache-semantics": "^4.2.0",
|
|
39
|
+
"minimist": "^1.2.8"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"test": "release-to-github-with-changelog-pre-release-checks",
|
package/themes/dark/tokens.css
CHANGED
package/themes/dark/tokens.less
CHANGED
package/themes/light/tokens.css
CHANGED
package/themes/light/tokens.less
CHANGED
package/themes/navy/tokens.css
CHANGED
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 11 Aug 2025 16:09:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--forest-green {
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
--color-sentiment-negative-primary: #ffa8ad;
|
|
57
57
|
--color-sentiment-negative-primary-hover: #ffbdc0;
|
|
58
58
|
--color-sentiment-negative-primary-active: #ffd1d3;
|
|
59
|
-
--color-sentiment-negative-secondary: #
|
|
60
|
-
--color-sentiment-negative-secondary-hover: #
|
|
61
|
-
--color-sentiment-negative-secondary-active: #
|
|
59
|
+
--color-sentiment-negative-secondary: #410b0d;
|
|
60
|
+
--color-sentiment-negative-secondary-hover: #641115;
|
|
61
|
+
--color-sentiment-negative-secondary-active: #761418;
|
|
62
62
|
--color-sentiment-positive: #bae5a0;
|
|
63
63
|
--color-sentiment-positive-hover: #c8eab3;
|
|
64
64
|
--color-sentiment-positive-active: #d6f0c7;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 11 Aug 2025 16:09:53 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
@color-sentiment-negative-primary: #ffa8ad;
|
|
55
55
|
@color-sentiment-negative-primary-hover: #ffbdc0;
|
|
56
56
|
@color-sentiment-negative-primary-active: #ffd1d3;
|
|
57
|
-
@color-sentiment-negative-secondary: #
|
|
58
|
-
@color-sentiment-negative-secondary-hover: #
|
|
59
|
-
@color-sentiment-negative-secondary-active: #
|
|
57
|
+
@color-sentiment-negative-secondary: #410b0d;
|
|
58
|
+
@color-sentiment-negative-secondary-hover: #641115;
|
|
59
|
+
@color-sentiment-negative-secondary-active: #761418;
|
|
60
60
|
@color-sentiment-positive: #bae5a0;
|
|
61
61
|
@color-sentiment-positive-hover: #c8eab3;
|
|
62
62
|
@color-sentiment-positive-active: #d6f0c7;
|
package/tokens.css
CHANGED