@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ * Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
  */
5
5
 
6
6
  :root {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ // Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/colors.json CHANGED
@@ -4063,16 +4063,16 @@
4063
4063
  },
4064
4064
  "warning": {
4065
4065
  "value": {
4066
- "r": 1,
4067
- "g": 1,
4068
- "b": 1
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": "#FFFFFF"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.0.0-next.18",
3
+ "version": "8.0.0-next.19",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ * Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ // Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ * Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ // Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ * Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ // Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
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: #ffffff;
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 Mon, 17 Oct 2022 13:47:21 GMT
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: #ffffff;
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ * Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
  */
5
5
 
6
6
  :root {
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 13:47:21 GMT
3
+ // Generated on Fri, 21 Oct 2022 15:18:31 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;