@transferwise/neptune-tokens 8.9.0 → 8.9.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 +8 -8
- package/package.json +1 -1
- 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 +1 -1
- package/themes/personal--forest-green/tokens.less +1 -1
- package/themes/platform/tokens.css +1 -1
- package/themes/platform/tokens.less +1 -1
- package/themes/platform--forest-green/tokens.css +3 -3
- package/themes/platform--forest-green/tokens.less +3 -3
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/colors.json
CHANGED
|
@@ -9302,16 +9302,16 @@
|
|
|
9302
9302
|
},
|
|
9303
9303
|
"link-hover": {
|
|
9304
9304
|
"value": {
|
|
9305
|
-
"r": 0.
|
|
9306
|
-
"g":
|
|
9307
|
-
"b": 0.
|
|
9305
|
+
"r": 0.7254901960784313,
|
|
9306
|
+
"g": 0.7607843137254902,
|
|
9307
|
+
"b": 0.6980392156862745
|
|
9308
9308
|
},
|
|
9309
9309
|
"theme": "platform--forest-green",
|
|
9310
9310
|
"filePath": "tokens/colors/themes/platform--forest-green.json",
|
|
9311
9311
|
"isSource": true,
|
|
9312
9312
|
"original": {
|
|
9313
9313
|
"value": {
|
|
9314
|
-
"hex": "#
|
|
9314
|
+
"hex": "#B9C2B2"
|
|
9315
9315
|
},
|
|
9316
9316
|
"theme": "platform--forest-green"
|
|
9317
9317
|
},
|
|
@@ -9331,16 +9331,16 @@
|
|
|
9331
9331
|
},
|
|
9332
9332
|
"link-active": {
|
|
9333
9333
|
"value": {
|
|
9334
|
-
"r": 0.
|
|
9335
|
-
"g":
|
|
9336
|
-
"b": 0.
|
|
9334
|
+
"r": 0.5411764705882353,
|
|
9335
|
+
"g": 0.6,
|
|
9336
|
+
"b": 0.5019607843137255
|
|
9337
9337
|
},
|
|
9338
9338
|
"theme": "platform--forest-green",
|
|
9339
9339
|
"filePath": "tokens/colors/themes/platform--forest-green.json",
|
|
9340
9340
|
"isSource": true,
|
|
9341
9341
|
"original": {
|
|
9342
9342
|
"value": {
|
|
9343
|
-
"hex": "#
|
|
9343
|
+
"hex": "#8A9980"
|
|
9344
9344
|
},
|
|
9345
9345
|
"theme": "platform--forest-green"
|
|
9346
9346
|
},
|
package/package.json
CHANGED
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 Tue, 07 May 2024 11:32:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-platform--forest-green {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
--color-content-secondary: #ffffff;
|
|
21
21
|
--color-content-tertiary: #cacfc7;
|
|
22
22
|
--color-content-link: #ffffff;
|
|
23
|
-
--color-content-link-hover: #
|
|
24
|
-
--color-content-link-active: #
|
|
23
|
+
--color-content-link-hover: #b9c2b2;
|
|
24
|
+
--color-content-link-active: #8a9980;
|
|
25
25
|
--color-interactive-primary: #ffffff;
|
|
26
26
|
--color-interactive-primary-hover: #eaeaea;
|
|
27
27
|
--color-interactive-primary-active: #dbdbdb;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 07 May 2024 11:32:05 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
@color-content-secondary: #ffffff;
|
|
19
19
|
@color-content-tertiary: #cacfc7;
|
|
20
20
|
@color-content-link: #ffffff;
|
|
21
|
-
@color-content-link-hover: #
|
|
22
|
-
@color-content-link-active: #
|
|
21
|
+
@color-content-link-hover: #b9c2b2;
|
|
22
|
+
@color-content-link-active: #8a9980;
|
|
23
23
|
@color-interactive-primary: #ffffff;
|
|
24
24
|
@color-interactive-primary-hover: #eaeaea;
|
|
25
25
|
@color-interactive-primary-active: #dbdbdb;
|
package/tokens.css
CHANGED