@transferwise/neptune-tokens 8.0.0-next.18 → 8.0.0-next.19
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 +35 -4
- 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 +3 -2
- package/themes/personal/tokens.less +3 -2
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/colors.json
CHANGED
|
@@ -4063,16 +4063,16 @@
|
|
|
4063
4063
|
},
|
|
4064
4064
|
"warning": {
|
|
4065
4065
|
"value": {
|
|
4066
|
-
"r":
|
|
4067
|
-
"g":
|
|
4068
|
-
"b":
|
|
4066
|
+
"r": 0.9294117647058824,
|
|
4067
|
+
"g": 0.7843137254901961,
|
|
4068
|
+
"b": 0.2627450980392157
|
|
4069
4069
|
},
|
|
4070
4070
|
"theme": "personal",
|
|
4071
4071
|
"filePath": "tokens/colors/themes/personal.json",
|
|
4072
4072
|
"isSource": true,
|
|
4073
4073
|
"original": {
|
|
4074
4074
|
"value": {
|
|
4075
|
-
"hex": "#
|
|
4075
|
+
"hex": "#EDC843"
|
|
4076
4076
|
},
|
|
4077
4077
|
"theme": "personal"
|
|
4078
4078
|
},
|
|
@@ -4090,6 +4090,37 @@
|
|
|
4090
4090
|
"warning"
|
|
4091
4091
|
]
|
|
4092
4092
|
}
|
|
4093
|
+
},
|
|
4094
|
+
"base": {
|
|
4095
|
+
"contrast": {
|
|
4096
|
+
"value": {
|
|
4097
|
+
"r": 1,
|
|
4098
|
+
"g": 1,
|
|
4099
|
+
"b": 1
|
|
4100
|
+
},
|
|
4101
|
+
"theme": "personal",
|
|
4102
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
4103
|
+
"isSource": true,
|
|
4104
|
+
"original": {
|
|
4105
|
+
"value": {
|
|
4106
|
+
"hex": "#FFFFFF"
|
|
4107
|
+
},
|
|
4108
|
+
"theme": "personal"
|
|
4109
|
+
},
|
|
4110
|
+
"name": "personalBaseContrast",
|
|
4111
|
+
"attributes": {
|
|
4112
|
+
"category": "color",
|
|
4113
|
+
"type": "personal",
|
|
4114
|
+
"item": "base",
|
|
4115
|
+
"subitem": "contrast"
|
|
4116
|
+
},
|
|
4117
|
+
"path": [
|
|
4118
|
+
"color",
|
|
4119
|
+
"personal",
|
|
4120
|
+
"base",
|
|
4121
|
+
"contrast"
|
|
4122
|
+
]
|
|
4123
|
+
}
|
|
4093
4124
|
}
|
|
4094
4125
|
}
|
|
4095
4126
|
}
|
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 Fri, 21 Oct 2022 15:18:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
--color-sentiment-negative-hover: #761709;
|
|
46
46
|
--color-sentiment-negative-active: #470e05;
|
|
47
47
|
--color-sentiment-positive: #2f5711;
|
|
48
|
-
--color-sentiment-warning: #
|
|
48
|
+
--color-sentiment-warning: #edc843;
|
|
49
|
+
--color-contrast: #ffffff;
|
|
49
50
|
--padding-x-small: 8px;
|
|
50
51
|
--padding-small: 16px;
|
|
51
52
|
--padding-medium: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 21 Oct 2022 15:18:31 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #f8eb56;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
@color-sentiment-negative-hover: #761709;
|
|
44
44
|
@color-sentiment-negative-active: #470e05;
|
|
45
45
|
@color-sentiment-positive: #2f5711;
|
|
46
|
-
@color-sentiment-warning: #
|
|
46
|
+
@color-sentiment-warning: #edc843;
|
|
47
|
+
@color-contrast: #ffffff;
|
|
47
48
|
@padding-x-small: 8px;
|
|
48
49
|
@padding-small: 16px;
|
|
49
50
|
@padding-medium: 24px;
|
package/tokens.css
CHANGED