@transferwise/neptune-tokens 8.18.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 +36 -36
- package/package.json +7 -8
- 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 +4 -4
- package/themes/personal/tokens.less +4 -4
- package/themes/personal--bright-green/tokens.css +4 -4
- package/themes/personal--bright-green/tokens.less +4 -4
- 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
|
@@ -3518,16 +3518,16 @@
|
|
|
3518
3518
|
},
|
|
3519
3519
|
"positive-secondary": {
|
|
3520
3520
|
"value": {
|
|
3521
|
-
"r": 0.
|
|
3522
|
-
"g": 0.
|
|
3523
|
-
"b": 0.
|
|
3521
|
+
"r": 0.8862745098039215,
|
|
3522
|
+
"g": 0.9647058823529412,
|
|
3523
|
+
"b": 0.8352941176470589
|
|
3524
3524
|
},
|
|
3525
3525
|
"theme": "personal--bright-green",
|
|
3526
3526
|
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3527
3527
|
"isSource": true,
|
|
3528
3528
|
"original": {
|
|
3529
3529
|
"value": {
|
|
3530
|
-
"hex": "#
|
|
3530
|
+
"hex": "#E2F6D5"
|
|
3531
3531
|
},
|
|
3532
3532
|
"theme": "personal--bright-green"
|
|
3533
3533
|
},
|
|
@@ -3547,16 +3547,16 @@
|
|
|
3547
3547
|
},
|
|
3548
3548
|
"positive-secondary-hover": {
|
|
3549
3549
|
"value": {
|
|
3550
|
-
"r": 0.
|
|
3551
|
-
"g": 0.
|
|
3552
|
-
"b": 0.
|
|
3550
|
+
"r": 0.8274509803921568,
|
|
3551
|
+
"g": 0.9490196078431372,
|
|
3552
|
+
"b": 0.7529411764705882
|
|
3553
3553
|
},
|
|
3554
3554
|
"theme": "personal--bright-green",
|
|
3555
3555
|
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3556
3556
|
"isSource": true,
|
|
3557
3557
|
"original": {
|
|
3558
3558
|
"value": {
|
|
3559
|
-
"hex": "#
|
|
3559
|
+
"hex": "#D3F2C0"
|
|
3560
3560
|
},
|
|
3561
3561
|
"theme": "personal--bright-green"
|
|
3562
3562
|
},
|
|
@@ -3576,16 +3576,16 @@
|
|
|
3576
3576
|
},
|
|
3577
3577
|
"positive-secondary-active": {
|
|
3578
3578
|
"value": {
|
|
3579
|
-
"r": 0.
|
|
3580
|
-
"g": 0.
|
|
3581
|
-
"b": 0.
|
|
3579
|
+
"r": 0.7725490196078432,
|
|
3580
|
+
"g": 0.9294117647058824,
|
|
3581
|
+
"b": 0.6705882352941176
|
|
3582
3582
|
},
|
|
3583
3583
|
"theme": "personal--bright-green",
|
|
3584
3584
|
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3585
3585
|
"isSource": true,
|
|
3586
3586
|
"original": {
|
|
3587
3587
|
"value": {
|
|
3588
|
-
"hex": "#
|
|
3588
|
+
"hex": "#C5EDAB"
|
|
3589
3589
|
},
|
|
3590
3590
|
"theme": "personal--bright-green"
|
|
3591
3591
|
},
|
|
@@ -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
|
},
|
|
@@ -10463,16 +10463,16 @@
|
|
|
10463
10463
|
},
|
|
10464
10464
|
"positive-secondary": {
|
|
10465
10465
|
"value": {
|
|
10466
|
-
"r": 0.
|
|
10467
|
-
"g": 0.
|
|
10468
|
-
"b": 0.
|
|
10466
|
+
"r": 0.8862745098039215,
|
|
10467
|
+
"g": 0.9647058823529412,
|
|
10468
|
+
"b": 0.8352941176470589
|
|
10469
10469
|
},
|
|
10470
10470
|
"theme": "personal",
|
|
10471
10471
|
"filePath": "tokens/colors/themes/personal.json",
|
|
10472
10472
|
"isSource": true,
|
|
10473
10473
|
"original": {
|
|
10474
10474
|
"value": {
|
|
10475
|
-
"hex": "#
|
|
10475
|
+
"hex": "#E2F6D5"
|
|
10476
10476
|
},
|
|
10477
10477
|
"theme": "personal"
|
|
10478
10478
|
},
|
|
@@ -10492,16 +10492,16 @@
|
|
|
10492
10492
|
},
|
|
10493
10493
|
"positive-secondary-hover": {
|
|
10494
10494
|
"value": {
|
|
10495
|
-
"r": 0.
|
|
10496
|
-
"g": 0.
|
|
10497
|
-
"b": 0.
|
|
10495
|
+
"r": 0.8274509803921568,
|
|
10496
|
+
"g": 0.9490196078431372,
|
|
10497
|
+
"b": 0.7529411764705882
|
|
10498
10498
|
},
|
|
10499
10499
|
"theme": "personal",
|
|
10500
10500
|
"filePath": "tokens/colors/themes/personal.json",
|
|
10501
10501
|
"isSource": true,
|
|
10502
10502
|
"original": {
|
|
10503
10503
|
"value": {
|
|
10504
|
-
"hex": "#
|
|
10504
|
+
"hex": "#D3F2C0"
|
|
10505
10505
|
},
|
|
10506
10506
|
"theme": "personal"
|
|
10507
10507
|
},
|
|
@@ -10521,16 +10521,16 @@
|
|
|
10521
10521
|
},
|
|
10522
10522
|
"positive-secondary-active": {
|
|
10523
10523
|
"value": {
|
|
10524
|
-
"r": 0.
|
|
10525
|
-
"g": 0.
|
|
10526
|
-
"b": 0.
|
|
10524
|
+
"r": 0.7725490196078432,
|
|
10525
|
+
"g": 0.9294117647058824,
|
|
10526
|
+
"b": 0.6705882352941176
|
|
10527
10527
|
},
|
|
10528
10528
|
"theme": "personal",
|
|
10529
10529
|
"filePath": "tokens/colors/themes/personal.json",
|
|
10530
10530
|
"isSource": true,
|
|
10531
10531
|
"original": {
|
|
10532
10532
|
"value": {
|
|
10533
|
-
"hex": "#
|
|
10533
|
+
"hex": "#C5EDAB"
|
|
10534
10534
|
},
|
|
10535
10535
|
"theme": "personal"
|
|
10536
10536
|
},
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-tokens",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.1",
|
|
4
4
|
"description": "Design tokens for the Neptune Design System",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",
|
|
8
7
|
"repository": {
|
|
9
8
|
"fullname": "transferwise/neptune-tokens",
|
|
10
9
|
"type": "git",
|
|
@@ -17,12 +16,12 @@
|
|
|
17
16
|
"themes/**/*"
|
|
18
17
|
],
|
|
19
18
|
"devDependencies": {
|
|
20
|
-
"@changesets/changelog-github": "^0.5.
|
|
21
|
-
"@changesets/cli": "^2.
|
|
19
|
+
"@changesets/changelog-github": "^0.5.1",
|
|
20
|
+
"@changesets/cli": "^2.29.5",
|
|
22
21
|
"chroma-js": "^3.1.2",
|
|
23
22
|
"cz-conventional-changelog": "3.3.0",
|
|
24
|
-
"less": "^4.
|
|
25
|
-
"prettier": "^3.
|
|
23
|
+
"less": "^4.4.0",
|
|
24
|
+
"prettier": "^3.6.2",
|
|
26
25
|
"release-to-github-with-changelog": "^1.2.4",
|
|
27
26
|
"style-dictionary": "^3.9.2"
|
|
28
27
|
},
|
|
@@ -36,8 +35,8 @@
|
|
|
36
35
|
},
|
|
37
36
|
"resolutions": {
|
|
38
37
|
"json-schema": "^0.4.0",
|
|
39
|
-
"http-cache-semantics": "^4.
|
|
40
|
-
"minimist": "^1.2.
|
|
38
|
+
"http-cache-semantics": "^4.2.0",
|
|
39
|
+
"minimist": "^1.2.8"
|
|
41
40
|
},
|
|
42
41
|
"scripts": {
|
|
43
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 {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
--color-sentiment-positive-primary: #054d28;
|
|
66
66
|
--color-sentiment-positive-primary-hover: #043a1e;
|
|
67
67
|
--color-sentiment-positive-primary-active: #022614;
|
|
68
|
-
--color-sentiment-positive-secondary: #
|
|
69
|
-
--color-sentiment-positive-secondary-hover: #
|
|
70
|
-
--color-sentiment-positive-secondary-active: #
|
|
68
|
+
--color-sentiment-positive-secondary: #e2f6d5;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #c5edab;
|
|
71
71
|
--color-sentiment-warning: #ffd11a;
|
|
72
72
|
--color-sentiment-warning-hover: #ffd11a;
|
|
73
73
|
--color-sentiment-warning-active: #ffd11a;
|
|
@@ -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;
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
@color-sentiment-positive-primary: #054d28;
|
|
64
64
|
@color-sentiment-positive-primary-hover: #043a1e;
|
|
65
65
|
@color-sentiment-positive-primary-active: #022614;
|
|
66
|
-
@color-sentiment-positive-secondary: #
|
|
67
|
-
@color-sentiment-positive-secondary-hover: #
|
|
68
|
-
@color-sentiment-positive-secondary-active: #
|
|
66
|
+
@color-sentiment-positive-secondary: #e2f6d5;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #c5edab;
|
|
69
69
|
@color-sentiment-warning: #ffd11a;
|
|
70
70
|
@color-sentiment-warning-hover: #ffd11a;
|
|
71
71
|
@color-sentiment-warning-active: #ffd11a;
|
|
@@ -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--bright-green {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
--color-sentiment-positive-primary: #054d28;
|
|
66
66
|
--color-sentiment-positive-primary-hover: #043a1e;
|
|
67
67
|
--color-sentiment-positive-primary-active: #022614;
|
|
68
|
-
--color-sentiment-positive-secondary: #
|
|
69
|
-
--color-sentiment-positive-secondary-hover: #
|
|
70
|
-
--color-sentiment-positive-secondary-active: #
|
|
68
|
+
--color-sentiment-positive-secondary: #e2f6d5;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #c5edab;
|
|
71
71
|
--color-sentiment-warning: #ffd11a;
|
|
72
72
|
--color-sentiment-warning-hover: #ffd11a;
|
|
73
73
|
--color-sentiment-warning-active: #ffd11a;
|
|
@@ -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;
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
@color-sentiment-positive-primary: #054d28;
|
|
64
64
|
@color-sentiment-positive-primary-hover: #043a1e;
|
|
65
65
|
@color-sentiment-positive-primary-active: #022614;
|
|
66
|
-
@color-sentiment-positive-secondary: #
|
|
67
|
-
@color-sentiment-positive-secondary-hover: #
|
|
68
|
-
@color-sentiment-positive-secondary-active: #
|
|
66
|
+
@color-sentiment-positive-secondary: #e2f6d5;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #c5edab;
|
|
69
69
|
@color-sentiment-warning: #ffd11a;
|
|
70
70
|
@color-sentiment-warning-hover: #ffd11a;
|
|
71
71
|
@color-sentiment-warning-active: #ffd11a;
|
|
@@ -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