@atlaskit/tokens 0.10.12 → 0.10.13

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 (40) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/css/atlassian-dark.css +4 -4
  3. package/css/atlassian-light.css +4 -4
  4. package/dist/cjs/artifacts/token-default-values.js +4 -4
  5. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +7 -7
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +7 -7
  7. package/dist/cjs/get-token.js +1 -1
  8. package/dist/cjs/tokens/atlassian-dark/color/background.js +1 -1
  9. package/dist/cjs/tokens/atlassian-dark/color/icon.js +1 -1
  10. package/dist/cjs/tokens/atlassian-dark/color/text.js +1 -1
  11. package/dist/cjs/tokens/atlassian-light/color/background.js +1 -1
  12. package/dist/cjs/tokens/atlassian-light/color/icon.js +1 -1
  13. package/dist/cjs/tokens/atlassian-light/color/text.js +1 -1
  14. package/dist/cjs/version.json +1 -1
  15. package/dist/es2019/artifacts/token-default-values.js +4 -4
  16. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +7 -7
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +7 -7
  18. package/dist/es2019/get-token.js +1 -1
  19. package/dist/es2019/tokens/atlassian-dark/color/background.js +1 -1
  20. package/dist/es2019/tokens/atlassian-dark/color/icon.js +1 -1
  21. package/dist/es2019/tokens/atlassian-dark/color/text.js +1 -1
  22. package/dist/es2019/tokens/atlassian-light/color/background.js +1 -1
  23. package/dist/es2019/tokens/atlassian-light/color/icon.js +1 -1
  24. package/dist/es2019/tokens/atlassian-light/color/text.js +1 -1
  25. package/dist/es2019/version.json +1 -1
  26. package/dist/esm/artifacts/token-default-values.js +4 -4
  27. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +7 -7
  28. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +7 -7
  29. package/dist/esm/get-token.js +1 -1
  30. package/dist/esm/tokens/atlassian-dark/color/background.js +1 -1
  31. package/dist/esm/tokens/atlassian-dark/color/icon.js +1 -1
  32. package/dist/esm/tokens/atlassian-dark/color/text.js +1 -1
  33. package/dist/esm/tokens/atlassian-light/color/background.js +1 -1
  34. package/dist/esm/tokens/atlassian-light/color/icon.js +1 -1
  35. package/dist/esm/tokens/atlassian-light/color/text.js +1 -1
  36. package/dist/esm/version.json +1 -1
  37. package/dist/types/artifacts/token-default-values.d.ts +4 -4
  38. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  39. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  40. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 0.10.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39a56a3c4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39a56a3c4e7) - Update disabled tokens to use alpha base tokens:
8
+
9
+ - `color.text.disabled`
10
+ - `color.icon.disabled`
11
+ - `color.background.disabled`
12
+
3
13
  ## 0.10.12
4
14
 
5
15
  ### 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::6a3276a727e472ff47547f8991960250>>
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;
@@ -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::5cbe2fca5facc8e88dc6c1e0606e6881>>
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;
@@ -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::621a5ab1342cac3bcd8fb719515b731c>>
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',
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
10
+ * @codegen <<SignedSource::2d1a0dfbc05adf2fcb798f5a600f0b29>>
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"]
@@ -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::3624adf3c629ed50172b90c1d2268662>>
10
+ * @codegen <<SignedSource::fc44c853b0acd381a2c5fd8f63ae1bf6>>
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"]
@@ -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.12";
17
+ var version = "0.10.13";
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'
@@ -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'
@@ -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'
@@ -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'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Token names mapped to their value in the default Atlassian theme ('light')
5
5
  *
6
- * @codegen <<SignedSource::621a5ab1342cac3bcd8fb719515b731c>>
6
+ * @codegen <<SignedSource::bf85c12f621d58ae427a6fd99c62fd24>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
  const defaultTokenValues = {
@@ -28,7 +28,7 @@ const defaultTokenValues = {
28
28
  'color.text': '#172B4D',
29
29
  'color.text.subtle': '#44546F',
30
30
  'color.text.subtlest': '#626F86',
31
- 'color.text.disabled': '#8993A5',
31
+ 'color.text.disabled': '#091E424F',
32
32
  'color.text.inverse': '#FFFFFF',
33
33
  'color.text.brand': '#0C66E4',
34
34
  'color.text.selected': '#0C66E4',
@@ -57,7 +57,7 @@ const defaultTokenValues = {
57
57
  'color.icon': '#44546F',
58
58
  'color.icon.subtle': '#626F86',
59
59
  'color.icon.inverse': '#FFFFFF',
60
- 'color.icon.disabled': '#8993A5',
60
+ 'color.icon.disabled': '#091E424F',
61
61
  'color.icon.brand': '#0C66E4',
62
62
  'color.icon.selected': '#0C66E4',
63
63
  'color.icon.danger': '#E34935',
@@ -142,7 +142,7 @@ const defaultTokenValues = {
142
142
  'color.background.accent.gray.subtler': '#DCDFE4',
143
143
  'color.background.accent.gray.subtle': '#8993A5',
144
144
  'color.background.accent.gray.bolder': '#626F86',
145
- 'color.background.disabled': '#091E420F',
145
+ 'color.background.disabled': '#091E4208',
146
146
  'color.background.inverse.subtle': '#00000029',
147
147
  'color.background.inverse.subtle.hovered': '#0000003D',
148
148
  'color.background.inverse.subtle.pressed': '#00000052',
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
3
+ * @codegen <<SignedSource::2d1a0dfbc05adf2fcb798f5a600f0b29>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -451,7 +451,7 @@ const tokens = [{
451
451
  "introduced": "0.0.15",
452
452
  "description": "Use for text in a disabled state."
453
453
  },
454
- "value": "#596773",
454
+ "value": "#BFDBF847",
455
455
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
456
456
  "isSource": true,
457
457
  "original": {
@@ -461,7 +461,7 @@ const tokens = [{
461
461
  "introduced": "0.0.15",
462
462
  "description": "Use for text in a disabled state."
463
463
  },
464
- "value": "DN500"
464
+ "value": "DN400A"
465
465
  },
466
466
  "name": "color.text.disabled",
467
467
  "path": ["color", "text", "disabled"]
@@ -1102,7 +1102,7 @@ const tokens = [{
1102
1102
  "introduced": "0.6.0",
1103
1103
  "description": "Use for icons in a disabled state."
1104
1104
  },
1105
- "value": "#596773",
1105
+ "value": "#BFDBF847",
1106
1106
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1107
1107
  "isSource": true,
1108
1108
  "original": {
@@ -1112,7 +1112,7 @@ const tokens = [{
1112
1112
  "introduced": "0.6.0",
1113
1113
  "description": "Use for icons in a disabled state."
1114
1114
  },
1115
- "value": "DN500"
1115
+ "value": "DN400A"
1116
1116
  },
1117
1117
  "name": "color.icon.disabled",
1118
1118
  "path": ["color", "icon", "disabled"]
@@ -2995,7 +2995,7 @@ const tokens = [{
2995
2995
  "introduced": "0.0.15",
2996
2996
  "description": "Use for backgrounds of elements in a disabled state."
2997
2997
  },
2998
- "value": "#A1BDD914",
2998
+ "value": "#BCD6F00A",
2999
2999
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3000
3000
  "isSource": true,
3001
3001
  "original": {
@@ -3005,7 +3005,7 @@ const tokens = [{
3005
3005
  "introduced": "0.0.15",
3006
3006
  "description": "Use for backgrounds of elements in a disabled state."
3007
3007
  },
3008
- "value": "DN200A"
3008
+ "value": "DN100A"
3009
3009
  },
3010
3010
  "name": "color.background.disabled",
3011
3011
  "path": ["color", "background", "disabled"]
@@ -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::3624adf3c629ed50172b90c1d2268662>>
3
+ * @codegen <<SignedSource::fc44c853b0acd381a2c5fd8f63ae1bf6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -451,7 +451,7 @@ const tokens = [{
451
451
  "introduced": "0.0.15",
452
452
  "description": "Use for text in a disabled state."
453
453
  },
454
- "value": "#8993A5",
454
+ "value": "#091E424F",
455
455
  "filePath": "src/tokens/atlassian-light/color/text.tsx",
456
456
  "isSource": true,
457
457
  "original": {
@@ -461,7 +461,7 @@ const tokens = [{
461
461
  "introduced": "0.0.15",
462
462
  "description": "Use for text in a disabled state."
463
463
  },
464
- "value": "N500"
464
+ "value": "N400A"
465
465
  },
466
466
  "name": "color.text.disabled",
467
467
  "path": ["color", "text", "disabled"]
@@ -1102,7 +1102,7 @@ const tokens = [{
1102
1102
  "introduced": "0.6.0",
1103
1103
  "description": "Use for icons in a disabled state."
1104
1104
  },
1105
- "value": "#8993A5",
1105
+ "value": "#091E424F",
1106
1106
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
1107
1107
  "isSource": true,
1108
1108
  "original": {
@@ -1112,7 +1112,7 @@ const tokens = [{
1112
1112
  "introduced": "0.6.0",
1113
1113
  "description": "Use for icons in a disabled state."
1114
1114
  },
1115
- "value": "N500"
1115
+ "value": "N400A"
1116
1116
  },
1117
1117
  "name": "color.icon.disabled",
1118
1118
  "path": ["color", "icon", "disabled"]
@@ -2995,7 +2995,7 @@ const tokens = [{
2995
2995
  "introduced": "0.0.15",
2996
2996
  "description": "Use for backgrounds of elements in a disabled state."
2997
2997
  },
2998
- "value": "#091E420F",
2998
+ "value": "#091E4208",
2999
2999
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
3000
3000
  "isSource": true,
3001
3001
  "original": {
@@ -3005,7 +3005,7 @@ const tokens = [{
3005
3005
  "introduced": "0.0.15",
3006
3006
  "description": "Use for backgrounds of elements in a disabled state."
3007
3007
  },
3008
- "value": "N200A"
3008
+ "value": "N100A"
3009
3009
  },
3010
3010
  "name": "color.background.disabled",
3011
3011
  "path": ["color", "background", "disabled"]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  const name = "@atlaskit/tokens";
5
- const version = "0.10.12";
5
+ const version = "0.10.13";
6
6
 
7
7
  function token(path, fallback) {
8
8
  let token = tokens[path];
@@ -15,7 +15,7 @@ const color = {
15
15
  },
16
16
  background: {
17
17
  disabled: {
18
- value: 'DN200A'
18
+ value: 'DN100A'
19
19
  },
20
20
  inverse: {
21
21
  subtle: {
@@ -11,7 +11,7 @@ const color = {
11
11
  value: 'DN0'
12
12
  },
13
13
  disabled: {
14
- value: 'DN500'
14
+ value: 'DN400A'
15
15
  },
16
16
  brand: {
17
17
  value: 'B400'
@@ -14,7 +14,7 @@ const color = {
14
14
  value: 'DN0'
15
15
  },
16
16
  disabled: {
17
- value: 'DN500'
17
+ value: 'DN400A'
18
18
  },
19
19
  brand: {
20
20
  value: 'B400'
@@ -15,7 +15,7 @@ const color = {
15
15
  },
16
16
  background: {
17
17
  disabled: {
18
- value: 'N200A'
18
+ value: 'N100A'
19
19
  },
20
20
  inverse: {
21
21
  subtle: {
@@ -11,7 +11,7 @@ const color = {
11
11
  value: 'N0'
12
12
  },
13
13
  disabled: {
14
- value: 'N500'
14
+ value: 'N400A'
15
15
  },
16
16
  brand: {
17
17
  value: 'B700'
@@ -14,7 +14,7 @@ const color = {
14
14
  value: 'N0'
15
15
  },
16
16
  disabled: {
17
- value: 'N500'
17
+ value: 'N400A'
18
18
  },
19
19
  brand: {
20
20
  value: 'B700'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Token names mapped to their value in the default Atlassian theme ('light')
5
5
  *
6
- * @codegen <<SignedSource::621a5ab1342cac3bcd8fb719515b731c>>
6
+ * @codegen <<SignedSource::bf85c12f621d58ae427a6fd99c62fd24>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
  var defaultTokenValues = {
@@ -28,7 +28,7 @@ var defaultTokenValues = {
28
28
  'color.text': '#172B4D',
29
29
  'color.text.subtle': '#44546F',
30
30
  'color.text.subtlest': '#626F86',
31
- 'color.text.disabled': '#8993A5',
31
+ 'color.text.disabled': '#091E424F',
32
32
  'color.text.inverse': '#FFFFFF',
33
33
  'color.text.brand': '#0C66E4',
34
34
  'color.text.selected': '#0C66E4',
@@ -57,7 +57,7 @@ var defaultTokenValues = {
57
57
  'color.icon': '#44546F',
58
58
  'color.icon.subtle': '#626F86',
59
59
  'color.icon.inverse': '#FFFFFF',
60
- 'color.icon.disabled': '#8993A5',
60
+ 'color.icon.disabled': '#091E424F',
61
61
  'color.icon.brand': '#0C66E4',
62
62
  'color.icon.selected': '#0C66E4',
63
63
  'color.icon.danger': '#E34935',
@@ -142,7 +142,7 @@ var defaultTokenValues = {
142
142
  'color.background.accent.gray.subtler': '#DCDFE4',
143
143
  'color.background.accent.gray.subtle': '#8993A5',
144
144
  'color.background.accent.gray.bolder': '#626F86',
145
- 'color.background.disabled': '#091E420F',
145
+ 'color.background.disabled': '#091E4208',
146
146
  'color.background.inverse.subtle': '#00000029',
147
147
  'color.background.inverse.subtle.hovered': '#0000003D',
148
148
  'color.background.inverse.subtle.pressed': '#00000052',
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
3
+ * @codegen <<SignedSource::2d1a0dfbc05adf2fcb798f5a600f0b29>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -451,7 +451,7 @@ var tokens = [{
451
451
  "introduced": "0.0.15",
452
452
  "description": "Use for text in a disabled state."
453
453
  },
454
- "value": "#596773",
454
+ "value": "#BFDBF847",
455
455
  "filePath": "src/tokens/atlassian-dark/color/text.tsx",
456
456
  "isSource": true,
457
457
  "original": {
@@ -461,7 +461,7 @@ var tokens = [{
461
461
  "introduced": "0.0.15",
462
462
  "description": "Use for text in a disabled state."
463
463
  },
464
- "value": "DN500"
464
+ "value": "DN400A"
465
465
  },
466
466
  "name": "color.text.disabled",
467
467
  "path": ["color", "text", "disabled"]
@@ -1102,7 +1102,7 @@ var tokens = [{
1102
1102
  "introduced": "0.6.0",
1103
1103
  "description": "Use for icons in a disabled state."
1104
1104
  },
1105
- "value": "#596773",
1105
+ "value": "#BFDBF847",
1106
1106
  "filePath": "src/tokens/atlassian-dark/color/icon.tsx",
1107
1107
  "isSource": true,
1108
1108
  "original": {
@@ -1112,7 +1112,7 @@ var tokens = [{
1112
1112
  "introduced": "0.6.0",
1113
1113
  "description": "Use for icons in a disabled state."
1114
1114
  },
1115
- "value": "DN500"
1115
+ "value": "DN400A"
1116
1116
  },
1117
1117
  "name": "color.icon.disabled",
1118
1118
  "path": ["color", "icon", "disabled"]
@@ -2995,7 +2995,7 @@ var tokens = [{
2995
2995
  "introduced": "0.0.15",
2996
2996
  "description": "Use for backgrounds of elements in a disabled state."
2997
2997
  },
2998
- "value": "#A1BDD914",
2998
+ "value": "#BCD6F00A",
2999
2999
  "filePath": "src/tokens/atlassian-dark/color/background.tsx",
3000
3000
  "isSource": true,
3001
3001
  "original": {
@@ -3005,7 +3005,7 @@ var tokens = [{
3005
3005
  "introduced": "0.0.15",
3006
3006
  "description": "Use for backgrounds of elements in a disabled state."
3007
3007
  },
3008
- "value": "DN200A"
3008
+ "value": "DN100A"
3009
3009
  },
3010
3010
  "name": "color.background.disabled",
3011
3011
  "path": ["color", "background", "disabled"]
@@ -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::3624adf3c629ed50172b90c1d2268662>>
3
+ * @codegen <<SignedSource::fc44c853b0acd381a2c5fd8f63ae1bf6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -451,7 +451,7 @@ var tokens = [{
451
451
  "introduced": "0.0.15",
452
452
  "description": "Use for text in a disabled state."
453
453
  },
454
- "value": "#8993A5",
454
+ "value": "#091E424F",
455
455
  "filePath": "src/tokens/atlassian-light/color/text.tsx",
456
456
  "isSource": true,
457
457
  "original": {
@@ -461,7 +461,7 @@ var tokens = [{
461
461
  "introduced": "0.0.15",
462
462
  "description": "Use for text in a disabled state."
463
463
  },
464
- "value": "N500"
464
+ "value": "N400A"
465
465
  },
466
466
  "name": "color.text.disabled",
467
467
  "path": ["color", "text", "disabled"]
@@ -1102,7 +1102,7 @@ var tokens = [{
1102
1102
  "introduced": "0.6.0",
1103
1103
  "description": "Use for icons in a disabled state."
1104
1104
  },
1105
- "value": "#8993A5",
1105
+ "value": "#091E424F",
1106
1106
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
1107
1107
  "isSource": true,
1108
1108
  "original": {
@@ -1112,7 +1112,7 @@ var tokens = [{
1112
1112
  "introduced": "0.6.0",
1113
1113
  "description": "Use for icons in a disabled state."
1114
1114
  },
1115
- "value": "N500"
1115
+ "value": "N400A"
1116
1116
  },
1117
1117
  "name": "color.icon.disabled",
1118
1118
  "path": ["color", "icon", "disabled"]
@@ -2995,7 +2995,7 @@ var tokens = [{
2995
2995
  "introduced": "0.0.15",
2996
2996
  "description": "Use for backgrounds of elements in a disabled state."
2997
2997
  },
2998
- "value": "#091E420F",
2998
+ "value": "#091E4208",
2999
2999
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
3000
3000
  "isSource": true,
3001
3001
  "original": {
@@ -3005,7 +3005,7 @@ var tokens = [{
3005
3005
  "introduced": "0.0.15",
3006
3006
  "description": "Use for backgrounds of elements in a disabled state."
3007
3007
  },
3008
- "value": "N200A"
3008
+ "value": "N100A"
3009
3009
  },
3010
3010
  "name": "color.background.disabled",
3011
3011
  "path": ["color", "background", "disabled"]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  var name = "@atlaskit/tokens";
5
- var version = "0.10.12";
5
+ var version = "0.10.13";
6
6
 
7
7
  function token(path, fallback) {
8
8
  var token = tokens[path];
@@ -15,7 +15,7 @@ var color = {
15
15
  },
16
16
  background: {
17
17
  disabled: {
18
- value: 'DN200A'
18
+ value: 'DN100A'
19
19
  },
20
20
  inverse: {
21
21
  subtle: {
@@ -11,7 +11,7 @@ var color = {
11
11
  value: 'DN0'
12
12
  },
13
13
  disabled: {
14
- value: 'DN500'
14
+ value: 'DN400A'
15
15
  },
16
16
  brand: {
17
17
  value: 'B400'
@@ -14,7 +14,7 @@ var color = {
14
14
  value: 'DN0'
15
15
  },
16
16
  disabled: {
17
- value: 'DN500'
17
+ value: 'DN400A'
18
18
  },
19
19
  brand: {
20
20
  value: 'B400'
@@ -15,7 +15,7 @@ var color = {
15
15
  },
16
16
  background: {
17
17
  disabled: {
18
- value: 'N200A'
18
+ value: 'N100A'
19
19
  },
20
20
  inverse: {
21
21
  subtle: {
@@ -11,7 +11,7 @@ var color = {
11
11
  value: 'N0'
12
12
  },
13
13
  disabled: {
14
- value: 'N500'
14
+ value: 'N400A'
15
15
  },
16
16
  brand: {
17
17
  value: 'B700'
@@ -14,7 +14,7 @@ var color = {
14
14
  value: 'N0'
15
15
  },
16
16
  disabled: {
17
- value: 'N500'
17
+ value: 'N400A'
18
18
  },
19
19
  brand: {
20
20
  value: 'B700'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Token names mapped to their value in the default Atlassian theme ('light')
5
5
  *
6
- * @codegen <<SignedSource::621a5ab1342cac3bcd8fb719515b731c>>
6
+ * @codegen <<SignedSource::bf85c12f621d58ae427a6fd99c62fd24>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
  declare const defaultTokenValues: {
@@ -28,7 +28,7 @@ declare const defaultTokenValues: {
28
28
  readonly 'color.text': "#172B4D";
29
29
  readonly 'color.text.subtle': "#44546F";
30
30
  readonly 'color.text.subtlest': "#626F86";
31
- readonly 'color.text.disabled': "#8993A5";
31
+ readonly 'color.text.disabled': "#091E424F";
32
32
  readonly 'color.text.inverse': "#FFFFFF";
33
33
  readonly 'color.text.brand': "#0C66E4";
34
34
  readonly 'color.text.selected': "#0C66E4";
@@ -57,7 +57,7 @@ declare const defaultTokenValues: {
57
57
  readonly 'color.icon': "#44546F";
58
58
  readonly 'color.icon.subtle': "#626F86";
59
59
  readonly 'color.icon.inverse': "#FFFFFF";
60
- readonly 'color.icon.disabled': "#8993A5";
60
+ readonly 'color.icon.disabled': "#091E424F";
61
61
  readonly 'color.icon.brand': "#0C66E4";
62
62
  readonly 'color.icon.selected': "#0C66E4";
63
63
  readonly 'color.icon.danger': "#E34935";
@@ -142,7 +142,7 @@ declare const defaultTokenValues: {
142
142
  readonly 'color.background.accent.gray.subtler': "#DCDFE4";
143
143
  readonly 'color.background.accent.gray.subtle': "#8993A5";
144
144
  readonly 'color.background.accent.gray.bolder': "#626F86";
145
- readonly 'color.background.disabled': "#091E420F";
145
+ readonly 'color.background.disabled': "#091E4208";
146
146
  readonly 'color.background.inverse.subtle': "#00000029";
147
147
  readonly 'color.background.inverse.subtle.hovered': "#0000003D";
148
148
  readonly 'color.background.inverse.subtle.pressed': "#00000052";
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
3
+ * @codegen <<SignedSource::2d1a0dfbc05adf2fcb798f5a600f0b29>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -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::3624adf3c629ed50172b90c1d2268662>>
3
+ * @codegen <<SignedSource::fc44c853b0acd381a2c5fd8f63ae1bf6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Design tokens are the single source of truth to name and store design decisions.",
6
6
  "license": "Apache-2.0",