@atlaskit/tokens 0.10.11 → 0.10.14

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/css/atlassian-dark.css +6 -6
  3. package/css/atlassian-light.css +6 -6
  4. package/dist/cjs/artifacts/rename-mapping.js +9 -1
  5. package/dist/cjs/artifacts/token-default-values.js +6 -6
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +33 -21
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +33 -21
  8. package/dist/cjs/get-token.js +1 -1
  9. package/dist/cjs/tokens/atlassian-dark/color/background.js +1 -1
  10. package/dist/cjs/tokens/atlassian-dark/color/icon.js +1 -1
  11. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +2 -12
  12. package/dist/cjs/tokens/atlassian-dark/color/text.js +1 -1
  13. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
  14. package/dist/cjs/tokens/atlassian-light/color/background.js +1 -1
  15. package/dist/cjs/tokens/atlassian-light/color/icon.js +1 -1
  16. package/dist/cjs/tokens/atlassian-light/color/interaction.js +2 -12
  17. package/dist/cjs/tokens/atlassian-light/color/text.js +1 -1
  18. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +12 -0
  19. package/dist/cjs/tokens/default/color/interaction.js +0 -18
  20. package/dist/cjs/tokens/default/deprecated/deprecated.js +26 -0
  21. package/dist/cjs/version.json +1 -1
  22. package/dist/es2019/artifacts/rename-mapping.js +9 -1
  23. package/dist/es2019/artifacts/token-default-values.js +6 -6
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +33 -21
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +33 -21
  26. package/dist/es2019/get-token.js +1 -1
  27. package/dist/es2019/tokens/atlassian-dark/color/background.js +1 -1
  28. package/dist/es2019/tokens/atlassian-dark/color/icon.js +1 -1
  29. package/dist/es2019/tokens/atlassian-dark/color/interaction.js +2 -12
  30. package/dist/es2019/tokens/atlassian-dark/color/text.js +1 -1
  31. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
  32. package/dist/es2019/tokens/atlassian-light/color/background.js +1 -1
  33. package/dist/es2019/tokens/atlassian-light/color/icon.js +1 -1
  34. package/dist/es2019/tokens/atlassian-light/color/interaction.js +2 -12
  35. package/dist/es2019/tokens/atlassian-light/color/text.js +1 -1
  36. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +12 -0
  37. package/dist/es2019/tokens/default/color/interaction.js +0 -18
  38. package/dist/es2019/tokens/default/deprecated/deprecated.js +26 -0
  39. package/dist/es2019/version.json +1 -1
  40. package/dist/esm/artifacts/rename-mapping.js +9 -1
  41. package/dist/esm/artifacts/token-default-values.js +6 -6
  42. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +33 -21
  43. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +33 -21
  44. package/dist/esm/get-token.js +1 -1
  45. package/dist/esm/tokens/atlassian-dark/color/background.js +1 -1
  46. package/dist/esm/tokens/atlassian-dark/color/icon.js +1 -1
  47. package/dist/esm/tokens/atlassian-dark/color/interaction.js +2 -12
  48. package/dist/esm/tokens/atlassian-dark/color/text.js +1 -1
  49. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
  50. package/dist/esm/tokens/atlassian-light/color/background.js +1 -1
  51. package/dist/esm/tokens/atlassian-light/color/icon.js +1 -1
  52. package/dist/esm/tokens/atlassian-light/color/interaction.js +2 -12
  53. package/dist/esm/tokens/atlassian-light/color/text.js +1 -1
  54. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +12 -0
  55. package/dist/esm/tokens/default/color/interaction.js +0 -18
  56. package/dist/esm/tokens/default/deprecated/deprecated.js +26 -0
  57. package/dist/esm/version.json +1 -1
  58. package/dist/types/artifacts/rename-mapping.d.ts +1 -1
  59. package/dist/types/artifacts/token-default-values.d.ts +6 -6
  60. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  62. package/dist/types/artifacts/types-internal.d.ts +2 -2
  63. package/dist/types/artifacts/types.d.ts +2 -2
  64. package/dist/types/types.d.ts +6 -4
  65. package/package.json +5 -3
  66. package/report.api.md +619 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 0.10.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e3377246ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3377246ebc) - Moves the following `deprecated` tokens to the `sunset` phase. Please ensure that all `sunset` tokens are removed from your application, they will be completely removed in the next major version:
8
+
9
+ - 'color.interaction.inverse.hovered' => 'color.background.inverse.subtle.hovered'
10
+ - 'color.interaction.inverse.pressed' => 'color.background.inverse.subtle.pressed'
11
+
12
+ If you have configured the design token eslint rules, running `eslint --fix` will resolve these changes automatically.
13
+
14
+ ## 0.10.13
15
+
16
+ ### Patch Changes
17
+
18
+ - [`39a56a3c4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39a56a3c4e7) - Update disabled tokens to use alpha base tokens:
19
+
20
+ - `color.text.disabled`
21
+ - `color.icon.disabled`
22
+ - `color.background.disabled`
23
+
24
+ ## 0.10.12
25
+
26
+ ### Patch Changes
27
+
28
+ - [`83c253f28bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83c253f28bd) - [ux] - Correct 'color.interaction.hovered' and 'color.interaction.pressed' token values, which were mistakenly mapped inversely in light and dark mode. The token values have now been swapped.
29
+
30
+ - Deprecate 'color.interaction.inverse.hovered' which has been replaced with 'color.background.inverse.subtle.hovered'.
31
+ - Deprecate 'color.interaction.inverse.pressed' which has been replaced with 'color.background.inverse.subtle.pressed'.
32
+
3
33
  ## 0.10.11
4
34
 
5
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::85d62de0416ec3b21500de8c73032a0b>>
3
+ * @codegen <<SignedSource::e7a1da5f12bf3daf065833cca6f750d8>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  html[data-theme="dark"] {
@@ -25,7 +25,7 @@ html[data-theme="dark"] {
25
25
  --ds-text: #C7D1DB;
26
26
  --ds-text-subtle: #9FADBC;
27
27
  --ds-text-subtlest: #8696A7;
28
- --ds-text-disabled: #596773;
28
+ --ds-text-disabled: #BFDBF847;
29
29
  --ds-text-inverse: #161A1D;
30
30
  --ds-text-brand: #579DFF;
31
31
  --ds-text-selected: #579DFF;
@@ -54,7 +54,7 @@ html[data-theme="dark"] {
54
54
  --ds-icon: #9FADBC;
55
55
  --ds-icon-subtle: #8696A7;
56
56
  --ds-icon-inverse: #161A1D;
57
- --ds-icon-disabled: #596773;
57
+ --ds-icon-disabled: #BFDBF847;
58
58
  --ds-icon-brand: #579DFF;
59
59
  --ds-icon-selected: #579DFF;
60
60
  --ds-icon-danger: #EF5C48;
@@ -139,7 +139,7 @@ html[data-theme="dark"] {
139
139
  --ds-background-accent-gray-subtler: #454F59;
140
140
  --ds-background-accent-gray-subtle: #596773;
141
141
  --ds-background-accent-gray-bolder: #8696A7;
142
- --ds-background-disabled: #A1BDD914;
142
+ --ds-background-disabled: #BCD6F00A;
143
143
  --ds-background-inverse-subtle: #FFFFFF29;
144
144
  --ds-background-inverse-subtle-hovered: #FFFFFF3D;
145
145
  --ds-background-inverse-subtle-pressed: #FFFFFF52;
@@ -248,8 +248,8 @@ html[data-theme="dark"] {
248
248
  --ds-blanket: #03040442;
249
249
  --ds-blanket-selected: #1D7AFC14;
250
250
  --ds-blanket-danger: #E3493514;
251
- --ds-interaction-hovered: #00000029;
252
- --ds-interaction-pressed: #00000052;
251
+ --ds-interaction-hovered: #ffffff33;
252
+ --ds-interaction-pressed: #ffffff5c;
253
253
  --ds-interaction-inverse-hovered: #ffffff33;
254
254
  --ds-interaction-inverse-pressed: #ffffff5c;
255
255
  --ds-skeleton: #A1BDD914;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::02e499657110ba601259f74693590e8d>>
3
+ * @codegen <<SignedSource::f188dd3bf2da5dc22166cc13f91c1373>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  html[data-theme="light"] {
@@ -25,7 +25,7 @@ html[data-theme="light"] {
25
25
  --ds-text: #172B4D;
26
26
  --ds-text-subtle: #44546F;
27
27
  --ds-text-subtlest: #626F86;
28
- --ds-text-disabled: #8993A5;
28
+ --ds-text-disabled: #091E424F;
29
29
  --ds-text-inverse: #FFFFFF;
30
30
  --ds-text-brand: #0C66E4;
31
31
  --ds-text-selected: #0C66E4;
@@ -54,7 +54,7 @@ html[data-theme="light"] {
54
54
  --ds-icon: #44546F;
55
55
  --ds-icon-subtle: #626F86;
56
56
  --ds-icon-inverse: #FFFFFF;
57
- --ds-icon-disabled: #8993A5;
57
+ --ds-icon-disabled: #091E424F;
58
58
  --ds-icon-brand: #0C66E4;
59
59
  --ds-icon-selected: #0C66E4;
60
60
  --ds-icon-danger: #E34935;
@@ -139,7 +139,7 @@ html[data-theme="light"] {
139
139
  --ds-background-accent-gray-subtler: #DCDFE4;
140
140
  --ds-background-accent-gray-subtle: #8993A5;
141
141
  --ds-background-accent-gray-bolder: #626F86;
142
- --ds-background-disabled: #091E420F;
142
+ --ds-background-disabled: #091E4208;
143
143
  --ds-background-inverse-subtle: #00000029;
144
144
  --ds-background-inverse-subtle-hovered: #0000003D;
145
145
  --ds-background-inverse-subtle-pressed: #00000052;
@@ -248,8 +248,8 @@ html[data-theme="light"] {
248
248
  --ds-blanket: #091E427A;
249
249
  --ds-blanket-selected: #388BFF14;
250
250
  --ds-blanket-danger: #EF5C4814;
251
- --ds-interaction-hovered: #ffffff33;
252
- --ds-interaction-pressed: #ffffff5c;
251
+ --ds-interaction-hovered: #00000029;
252
+ --ds-interaction-pressed: #00000052;
253
253
  --ds-interaction-inverse-hovered: #00000029;
254
254
  --ds-interaction-inverse-pressed: #00000052;
255
255
  --ds-skeleton: #091E420F;
@@ -19,7 +19,7 @@ exports.default = void 0;
19
19
  * These changes will then be picked up by our tooling which will attempt to
20
20
  * migrate as many of these renames as possible.
21
21
  *
22
- * @codegen <<SignedSource::51fbaf5510a3fead6a2844d4df866a77>>
22
+ * @codegen <<SignedSource::afc1ce63c4571109e333891b70af2ae8>>
23
23
  * @codegenCommand yarn build tokens
24
24
  */
25
25
  var renameMapper = [{
@@ -326,6 +326,14 @@ var renameMapper = [{
326
326
  "path": "color.background.transparentNeutral.pressed",
327
327
  "state": "deleted",
328
328
  "replacement": "color.background.neutral.subtle.pressed"
329
+ }, {
330
+ "path": "color.interaction.inverse.hovered",
331
+ "state": "deleted",
332
+ "replacement": "color.background.inverse.subtle.hovered"
333
+ }, {
334
+ "path": "color.interaction.inverse.pressed",
335
+ "state": "deleted",
336
+ "replacement": "color.background.inverse.subtle.pressed"
329
337
  }, {
330
338
  "path": "color.accent.boldBlue",
331
339
  "state": "deleted",
@@ -10,7 +10,7 @@ exports.default = void 0;
10
10
  *
11
11
  * Token names mapped to their value in the default Atlassian theme ('light')
12
12
  *
13
- * @codegen <<SignedSource::65fed9d3a0df2e2c1ccee929e1349bb4>>
13
+ * @codegen <<SignedSource::bf85c12f621d58ae427a6fd99c62fd24>>
14
14
  * @codegenCommand yarn build tokens
15
15
  */
16
16
  var defaultTokenValues = {
@@ -35,7 +35,7 @@ var defaultTokenValues = {
35
35
  'color.text': '#172B4D',
36
36
  'color.text.subtle': '#44546F',
37
37
  'color.text.subtlest': '#626F86',
38
- 'color.text.disabled': '#8993A5',
38
+ 'color.text.disabled': '#091E424F',
39
39
  'color.text.inverse': '#FFFFFF',
40
40
  'color.text.brand': '#0C66E4',
41
41
  'color.text.selected': '#0C66E4',
@@ -64,7 +64,7 @@ var defaultTokenValues = {
64
64
  'color.icon': '#44546F',
65
65
  'color.icon.subtle': '#626F86',
66
66
  'color.icon.inverse': '#FFFFFF',
67
- 'color.icon.disabled': '#8993A5',
67
+ 'color.icon.disabled': '#091E424F',
68
68
  'color.icon.brand': '#0C66E4',
69
69
  'color.icon.selected': '#0C66E4',
70
70
  'color.icon.danger': '#E34935',
@@ -149,7 +149,7 @@ var defaultTokenValues = {
149
149
  'color.background.accent.gray.subtler': '#DCDFE4',
150
150
  'color.background.accent.gray.subtle': '#8993A5',
151
151
  'color.background.accent.gray.bolder': '#626F86',
152
- 'color.background.disabled': '#091E420F',
152
+ 'color.background.disabled': '#091E4208',
153
153
  'color.background.inverse.subtle': '#00000029',
154
154
  'color.background.inverse.subtle.hovered': '#0000003D',
155
155
  'color.background.inverse.subtle.pressed': '#00000052',
@@ -258,8 +258,8 @@ var defaultTokenValues = {
258
258
  'color.blanket': '#091E427A',
259
259
  'color.blanket.selected': '#388BFF14',
260
260
  'color.blanket.danger': '#EF5C4814',
261
- 'color.interaction.hovered': '#ffffff33',
262
- 'color.interaction.pressed': '#ffffff5c',
261
+ 'color.interaction.hovered': '#00000029',
262
+ 'color.interaction.pressed': '#00000052',
263
263
  'color.interaction.inverse.hovered': '#00000029',
264
264
  'color.interaction.inverse.pressed': '#00000052',
265
265
  'color.skeleton': '#091E420F',
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::98101caf910ff8cddc38a424e29e4980>>
10
+ * @codegen <<SignedSource::3fef3c7e03c920ccf46adb8e5016f1f9>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -458,7 +458,7 @@ var tokens = [{
458
458
  "introduced": "0.0.15",
459
459
  "description": "Use for text in a disabled state."
460
460
  },
461
- "value": "#596773",
461
+ "value": "#BFDBF847",
462
462
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
463
463
  "isSource": true,
464
464
  "original": {
@@ -468,7 +468,7 @@ var tokens = [{
468
468
  "introduced": "0.0.15",
469
469
  "description": "Use for text in a disabled state."
470
470
  },
471
- "value": "DN500"
471
+ "value": "DN400A"
472
472
  },
473
473
  "name": "color.text.disabled",
474
474
  "path": ["color", "text", "disabled"]
@@ -1109,7 +1109,7 @@ var tokens = [{
1109
1109
  "introduced": "0.6.0",
1110
1110
  "description": "Use for icons in a disabled state."
1111
1111
  },
1112
- "value": "#596773",
1112
+ "value": "#BFDBF847",
1113
1113
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1114
1114
  "isSource": true,
1115
1115
  "original": {
@@ -1119,7 +1119,7 @@ var tokens = [{
1119
1119
  "introduced": "0.6.0",
1120
1120
  "description": "Use for icons in a disabled state."
1121
1121
  },
1122
- "value": "DN500"
1122
+ "value": "DN400A"
1123
1123
  },
1124
1124
  "name": "color.icon.disabled",
1125
1125
  "path": ["color", "icon", "disabled"]
@@ -3002,7 +3002,7 @@ var tokens = [{
3002
3002
  "introduced": "0.0.15",
3003
3003
  "description": "Use for backgrounds of elements in a disabled state."
3004
3004
  },
3005
- "value": "#A1BDD914",
3005
+ "value": "#BCD6F00A",
3006
3006
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3007
3007
  "isSource": true,
3008
3008
  "original": {
@@ -3012,7 +3012,7 @@ var tokens = [{
3012
3012
  "introduced": "0.0.15",
3013
3013
  "description": "Use for backgrounds of elements in a disabled state."
3014
3014
  },
3015
- "value": "DN200A"
3015
+ "value": "DN100A"
3016
3016
  },
3017
3017
  "name": "color.background.disabled",
3018
3018
  "path": ["color", "background", "disabled"]
@@ -5597,7 +5597,7 @@ var tokens = [{
5597
5597
  "introduced": "0.6.0",
5598
5598
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
5599
5599
  },
5600
- "value": "#00000029",
5600
+ "value": "#ffffff33",
5601
5601
  "filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
5602
5602
  "isSource": true,
5603
5603
  "original": {
@@ -5607,7 +5607,7 @@ var tokens = [{
5607
5607
  "introduced": "0.6.0",
5608
5608
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
5609
5609
  },
5610
- "value": "#00000029"
5610
+ "value": "#ffffff33"
5611
5611
  },
5612
5612
  "name": "color.interaction.hovered",
5613
5613
  "path": ["color", "interaction", "hovered"]
@@ -5618,7 +5618,7 @@ var tokens = [{
5618
5618
  "introduced": "0.6.0",
5619
5619
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5620
5620
  },
5621
- "value": "#00000052",
5621
+ "value": "#ffffff5c",
5622
5622
  "filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
5623
5623
  "isSource": true,
5624
5624
  "original": {
@@ -5628,26 +5628,32 @@ var tokens = [{
5628
5628
  "introduced": "0.6.0",
5629
5629
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5630
5630
  },
5631
- "value": "#00000052"
5631
+ "value": "#ffffff5c"
5632
5632
  },
5633
5633
  "name": "color.interaction.pressed",
5634
5634
  "path": ["color", "interaction", "pressed"]
5635
5635
  }, {
5636
5636
  "attributes": {
5637
5637
  "group": "paint",
5638
- "state": "active",
5638
+ "state": "deleted",
5639
5639
  "introduced": "0.6.0",
5640
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5640
+ "deprecated": "0.10.8",
5641
+ "deleted": "0.10.13",
5642
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5643
+ "replacement": "color.background.inverse.subtle.hovered"
5641
5644
  },
5642
5645
  "value": "#ffffff33",
5643
- "filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
5646
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
5644
5647
  "isSource": true,
5645
5648
  "original": {
5646
5649
  "attributes": {
5647
5650
  "group": "paint",
5648
- "state": "active",
5651
+ "state": "deleted",
5649
5652
  "introduced": "0.6.0",
5650
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5653
+ "deprecated": "0.10.8",
5654
+ "deleted": "0.10.13",
5655
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5656
+ "replacement": "color.background.inverse.subtle.hovered"
5651
5657
  },
5652
5658
  "value": "#ffffff33"
5653
5659
  },
@@ -5656,19 +5662,25 @@ var tokens = [{
5656
5662
  }, {
5657
5663
  "attributes": {
5658
5664
  "group": "paint",
5659
- "state": "active",
5665
+ "state": "deleted",
5660
5666
  "introduced": "0.6.0",
5661
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5667
+ "deprecated": "0.10.8 ",
5668
+ "deleted": "0.10.13",
5669
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5670
+ "replacement": "color.background.inverse.subtle.pressed"
5662
5671
  },
5663
5672
  "value": "#ffffff5c",
5664
- "filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
5673
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
5665
5674
  "isSource": true,
5666
5675
  "original": {
5667
5676
  "attributes": {
5668
5677
  "group": "paint",
5669
- "state": "active",
5678
+ "state": "deleted",
5670
5679
  "introduced": "0.6.0",
5671
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5680
+ "deprecated": "0.10.8 ",
5681
+ "deleted": "0.10.13",
5682
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5683
+ "replacement": "color.background.inverse.subtle.pressed"
5672
5684
  },
5673
5685
  "value": "#ffffff5c"
5674
5686
  },
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::27eae6ae1ffaceb474ba5af373b377f1>>
10
+ * @codegen <<SignedSource::f6a9d19d9e568ee23ce24a7127ceb09c>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -458,7 +458,7 @@ var tokens = [{
458
458
  "introduced": "0.0.15",
459
459
  "description": "Use for text in a disabled state."
460
460
  },
461
- "value": "#8993A5",
461
+ "value": "#091E424F",
462
462
  "filePath": "src/tokens/atlassian-light/color/text.tsx",
463
463
  "isSource": true,
464
464
  "original": {
@@ -468,7 +468,7 @@ var tokens = [{
468
468
  "introduced": "0.0.15",
469
469
  "description": "Use for text in a disabled state."
470
470
  },
471
- "value": "N500"
471
+ "value": "N400A"
472
472
  },
473
473
  "name": "color.text.disabled",
474
474
  "path": ["color", "text", "disabled"]
@@ -1109,7 +1109,7 @@ var tokens = [{
1109
1109
  "introduced": "0.6.0",
1110
1110
  "description": "Use for icons in a disabled state."
1111
1111
  },
1112
- "value": "#8993A5",
1112
+ "value": "#091E424F",
1113
1113
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
1114
1114
  "isSource": true,
1115
1115
  "original": {
@@ -1119,7 +1119,7 @@ var tokens = [{
1119
1119
  "introduced": "0.6.0",
1120
1120
  "description": "Use for icons in a disabled state."
1121
1121
  },
1122
- "value": "N500"
1122
+ "value": "N400A"
1123
1123
  },
1124
1124
  "name": "color.icon.disabled",
1125
1125
  "path": ["color", "icon", "disabled"]
@@ -3002,7 +3002,7 @@ var tokens = [{
3002
3002
  "introduced": "0.0.15",
3003
3003
  "description": "Use for backgrounds of elements in a disabled state."
3004
3004
  },
3005
- "value": "#091E420F",
3005
+ "value": "#091E4208",
3006
3006
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
3007
3007
  "isSource": true,
3008
3008
  "original": {
@@ -3012,7 +3012,7 @@ var tokens = [{
3012
3012
  "introduced": "0.0.15",
3013
3013
  "description": "Use for backgrounds of elements in a disabled state."
3014
3014
  },
3015
- "value": "N200A"
3015
+ "value": "N100A"
3016
3016
  },
3017
3017
  "name": "color.background.disabled",
3018
3018
  "path": ["color", "background", "disabled"]
@@ -5597,7 +5597,7 @@ var tokens = [{
5597
5597
  "introduced": "0.6.0",
5598
5598
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
5599
5599
  },
5600
- "value": "#ffffff33",
5600
+ "value": "#00000029",
5601
5601
  "filePath": "src/tokens/atlassian-light/color/interaction.tsx",
5602
5602
  "isSource": true,
5603
5603
  "original": {
@@ -5607,7 +5607,7 @@ var tokens = [{
5607
5607
  "introduced": "0.6.0",
5608
5608
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
5609
5609
  },
5610
- "value": "#ffffff33"
5610
+ "value": "#00000029"
5611
5611
  },
5612
5612
  "name": "color.interaction.hovered",
5613
5613
  "path": ["color", "interaction", "hovered"]
@@ -5618,7 +5618,7 @@ var tokens = [{
5618
5618
  "introduced": "0.6.0",
5619
5619
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5620
5620
  },
5621
- "value": "#ffffff5c",
5621
+ "value": "#00000052",
5622
5622
  "filePath": "src/tokens/atlassian-light/color/interaction.tsx",
5623
5623
  "isSource": true,
5624
5624
  "original": {
@@ -5628,26 +5628,32 @@ var tokens = [{
5628
5628
  "introduced": "0.6.0",
5629
5629
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5630
5630
  },
5631
- "value": "#ffffff5c"
5631
+ "value": "#00000052"
5632
5632
  },
5633
5633
  "name": "color.interaction.pressed",
5634
5634
  "path": ["color", "interaction", "pressed"]
5635
5635
  }, {
5636
5636
  "attributes": {
5637
5637
  "group": "paint",
5638
- "state": "active",
5638
+ "state": "deleted",
5639
5639
  "introduced": "0.6.0",
5640
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5640
+ "deprecated": "0.10.8",
5641
+ "deleted": "0.10.13",
5642
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5643
+ "replacement": "color.background.inverse.subtle.hovered"
5641
5644
  },
5642
5645
  "value": "#00000029",
5643
- "filePath": "src/tokens/atlassian-light/color/interaction.tsx",
5646
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
5644
5647
  "isSource": true,
5645
5648
  "original": {
5646
5649
  "attributes": {
5647
5650
  "group": "paint",
5648
- "state": "active",
5651
+ "state": "deleted",
5649
5652
  "introduced": "0.6.0",
5650
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5653
+ "deprecated": "0.10.8",
5654
+ "deleted": "0.10.13",
5655
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5656
+ "replacement": "color.background.inverse.subtle.hovered"
5651
5657
  },
5652
5658
  "value": "#00000029"
5653
5659
  },
@@ -5656,19 +5662,25 @@ var tokens = [{
5656
5662
  }, {
5657
5663
  "attributes": {
5658
5664
  "group": "paint",
5659
- "state": "active",
5665
+ "state": "deleted",
5660
5666
  "introduced": "0.6.0",
5661
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5667
+ "deprecated": "0.10.8 ",
5668
+ "deleted": "0.10.13",
5669
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5670
+ "replacement": "color.background.inverse.subtle.pressed"
5662
5671
  },
5663
5672
  "value": "#00000052",
5664
- "filePath": "src/tokens/atlassian-light/color/interaction.tsx",
5673
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
5665
5674
  "isSource": true,
5666
5675
  "original": {
5667
5676
  "attributes": {
5668
5677
  "group": "paint",
5669
- "state": "active",
5678
+ "state": "deleted",
5670
5679
  "introduced": "0.6.0",
5671
- "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
5680
+ "deprecated": "0.10.8 ",
5681
+ "deleted": "0.10.13",
5682
+ "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
5683
+ "replacement": "color.background.inverse.subtle.pressed"
5672
5684
  },
5673
5685
  "value": "#00000052"
5674
5686
  },
@@ -14,7 +14,7 @@ var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
14
14
  var _constants = require("./constants");
15
15
 
16
16
  var name = "@atlaskit/tokens";
17
- var version = "0.10.11";
17
+ var version = "0.10.14";
18
18
 
19
19
  function token(path, fallback) {
20
20
  var token = _tokenNames.default[path];
@@ -21,7 +21,7 @@ var color = {
21
21
  },
22
22
  background: {
23
23
  disabled: {
24
- value: 'DN200A'
24
+ value: 'DN100A'
25
25
  },
26
26
  inverse: {
27
27
  subtle: {
@@ -17,7 +17,7 @@ var color = {
17
17
  value: 'DN0'
18
18
  },
19
19
  disabled: {
20
- value: 'DN500'
20
+ value: 'DN400A'
21
21
  },
22
22
  brand: {
23
23
  value: 'B400'
@@ -9,21 +9,11 @@ var color = {
9
9
  interaction: {
10
10
  hovered: {
11
11
  // @ts-ignore temporary values
12
- value: '#00000029'
12
+ value: '#ffffff33'
13
13
  },
14
14
  pressed: {
15
15
  // @ts-ignore temporary values
16
- value: '#00000052'
17
- },
18
- inverse: {
19
- hovered: {
20
- // @ts-ignore temporary values
21
- value: '#ffffff33'
22
- },
23
- pressed: {
24
- // @ts-ignore temporary values
25
- value: '#ffffff5c'
26
- }
16
+ value: '#ffffff5c'
27
17
  }
28
18
  }
29
19
  }
@@ -20,7 +20,7 @@ var color = {
20
20
  value: 'DN0'
21
21
  },
22
22
  disabled: {
23
- value: 'DN500'
23
+ value: 'DN400A'
24
24
  },
25
25
  brand: {
26
26
  value: 'B400'
@@ -362,6 +362,18 @@ var color = {
362
362
  pressed: {
363
363
  value: 'DN500A'
364
364
  }
365
+ },
366
+ interaction: {
367
+ inverse: {
368
+ hovered: {
369
+ // @ts-ignore temporary values
370
+ value: '#ffffff33'
371
+ },
372
+ pressed: {
373
+ // @ts-ignore temporary values
374
+ value: '#ffffff5c'
375
+ }
376
+ }
365
377
  }
366
378
  },
367
379
  shadow: {
@@ -21,7 +21,7 @@ var color = {
21
21
  },
22
22
  background: {
23
23
  disabled: {
24
- value: 'N200A'
24
+ value: 'N100A'
25
25
  },
26
26
  inverse: {
27
27
  subtle: {
@@ -17,7 +17,7 @@ var color = {
17
17
  value: 'N0'
18
18
  },
19
19
  disabled: {
20
- value: 'N500'
20
+ value: 'N400A'
21
21
  },
22
22
  brand: {
23
23
  value: 'B700'
@@ -9,21 +9,11 @@ var color = {
9
9
  interaction: {
10
10
  hovered: {
11
11
  // @ts-ignore temporary values
12
- value: '#ffffff33'
12
+ value: '#00000029'
13
13
  },
14
14
  pressed: {
15
15
  // @ts-ignore temporary values
16
- value: '#ffffff5c'
17
- },
18
- inverse: {
19
- hovered: {
20
- // @ts-ignore temporary values
21
- value: '#00000029'
22
- },
23
- pressed: {
24
- // @ts-ignore temporary values
25
- value: '#00000052'
26
- }
16
+ value: '#00000052'
27
17
  }
28
18
  }
29
19
  }
@@ -20,7 +20,7 @@ var color = {
20
20
  value: 'N0'
21
21
  },
22
22
  disabled: {
23
- value: 'N500'
23
+ value: 'N400A'
24
24
  },
25
25
  brand: {
26
26
  value: 'B700'