@atlaskit/tokens 0.10.6 → 0.10.7
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/CHANGELOG.md +15 -0
- package/css/atlassian-dark.css +9 -1
- package/css/atlassian-light.css +9 -1
- package/dist/cjs/artifacts/token-default-values.js +9 -1
- package/dist/cjs/artifacts/token-names.js +9 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +175 -7
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +175 -7
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/cjs/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/cjs/tokens/default/color/accent.js +70 -2
- package/dist/cjs/tokens/default/deprecated/deprecated.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/token-default-values.js +9 -1
- package/dist/es2019/artifacts/token-names.js +9 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +175 -7
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +175 -7
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/es2019/tokens/default/color/accent.js +70 -2
- package/dist/es2019/tokens/default/deprecated/deprecated.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/token-default-values.js +9 -1
- package/dist/esm/artifacts/token-names.js +9 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +175 -7
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +175 -7
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/esm/tokens/default/color/accent.js +70 -2
- package/dist/esm/tokens/default/deprecated/deprecated.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +9 -1
- package/dist/types/artifacts/token-names.d.ts +17 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/types.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 0.10.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cb8723a7974`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8723a7974) - Introduces a new set of neutral accent tokens:
|
|
8
|
+
|
|
9
|
+
- `color.background.accent.gray.bolder`
|
|
10
|
+
- `color.background.accent.gray.subtle`
|
|
11
|
+
- `color.background.accent.gray.subtler`
|
|
12
|
+
- `color.background.accent.gray.subtlest`
|
|
13
|
+
- `color.border.accent.gray`
|
|
14
|
+
- `color.icon.accent.gray`
|
|
15
|
+
- `color.text.accent.gray`
|
|
16
|
+
- `color.text.accent.gray.bolder`
|
|
17
|
+
|
|
3
18
|
## 0.10.6
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/css/atlassian-dark.css
CHANGED
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::72c4c7f8d16e9e200a1e7d4b601e83f8>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
html[data-theme="dark"] {
|
|
@@ -20,6 +20,8 @@ html[data-theme="dark"] {
|
|
|
20
20
|
--ds-text-accent-teal-bolder: #C1F0F5;
|
|
21
21
|
--ds-text-accent-magenta: #F797D2;
|
|
22
22
|
--ds-text-accent-magenta-bolder: #FDD0EC;
|
|
23
|
+
--ds-text-accent-gray: #9FADBC;
|
|
24
|
+
--ds-text-accent-gray-bolder: #C7D1DB;
|
|
23
25
|
--ds-text: #C7D1DB;
|
|
24
26
|
--ds-text-subtle: #9FADBC;
|
|
25
27
|
--ds-text-subtlest: #8696A7;
|
|
@@ -48,6 +50,7 @@ html[data-theme="dark"] {
|
|
|
48
50
|
--ds-icon-accent-purple: #8F7EE7;
|
|
49
51
|
--ds-icon-accent-teal: #37B4C3;
|
|
50
52
|
--ds-icon-accent-magenta: #DA62AC;
|
|
53
|
+
--ds-icon-accent-gray: #738496;
|
|
51
54
|
--ds-icon: #9FADBC;
|
|
52
55
|
--ds-icon-subtle: #8696A7;
|
|
53
56
|
--ds-icon-inverse: #161A1D;
|
|
@@ -68,6 +71,7 @@ html[data-theme="dark"] {
|
|
|
68
71
|
--ds-border-accent-purple: #8F7EE7;
|
|
69
72
|
--ds-border-accent-teal: #37B4C3;
|
|
70
73
|
--ds-border-accent-magenta: #DA62AC;
|
|
74
|
+
--ds-border-accent-gray: #738496;
|
|
71
75
|
--ds-border: #A6C5E229;
|
|
72
76
|
--ds-border-inverse: #161A1D;
|
|
73
77
|
--ds-border-focused: #85B8FF;
|
|
@@ -130,6 +134,10 @@ html[data-theme="dark"] {
|
|
|
130
134
|
--ds-background-accent-magenta-bolder: #E774BB;
|
|
131
135
|
--ds-background-accent-magenta: #50253F;
|
|
132
136
|
--ds-background-accent-magenta-bold: #AE4787;
|
|
137
|
+
--ds-background-accent-gray-subtlest: #2C333A;
|
|
138
|
+
--ds-background-accent-gray-subtler: #454F59;
|
|
139
|
+
--ds-background-accent-gray-subtle: #5C6C7A;
|
|
140
|
+
--ds-background-accent-gray-bolder: #8696A7;
|
|
133
141
|
--ds-background-disabled: #A1BDD914;
|
|
134
142
|
--ds-background-inverse-subtle: #FFFFFF29;
|
|
135
143
|
--ds-background-inverse-subtle-hovered: #FFFFFF3D;
|
package/css/atlassian-light.css
CHANGED
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::36363c01cdfd5db57a96f4475f9a6a82>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
html[data-theme="light"] {
|
|
@@ -20,6 +20,8 @@ html[data-theme="light"] {
|
|
|
20
20
|
--ds-text-accent-teal-bolder: #1D474C;
|
|
21
21
|
--ds-text-accent-magenta: #943D73;
|
|
22
22
|
--ds-text-accent-magenta-bolder: #50253F;
|
|
23
|
+
--ds-text-accent-gray: #44546F;
|
|
24
|
+
--ds-text-accent-gray-bolder: #172B4D;
|
|
23
25
|
--ds-text: #172B4D;
|
|
24
26
|
--ds-text-subtle: #44546F;
|
|
25
27
|
--ds-text-subtlest: #626F86;
|
|
@@ -48,6 +50,7 @@ html[data-theme="light"] {
|
|
|
48
50
|
--ds-icon-accent-purple: #8270DB;
|
|
49
51
|
--ds-icon-accent-teal: #1D9AAA;
|
|
50
52
|
--ds-icon-accent-magenta: #CD519D;
|
|
53
|
+
--ds-icon-accent-gray: #758195;
|
|
51
54
|
--ds-icon: #44546F;
|
|
52
55
|
--ds-icon-subtle: #626F86;
|
|
53
56
|
--ds-icon-inverse: #FFFFFF;
|
|
@@ -68,6 +71,7 @@ html[data-theme="light"] {
|
|
|
68
71
|
--ds-border-accent-purple: #8270DB;
|
|
69
72
|
--ds-border-accent-teal: #1D9AAA;
|
|
70
73
|
--ds-border-accent-magenta: #CD519D;
|
|
74
|
+
--ds-border-accent-gray: #758195;
|
|
71
75
|
--ds-border: #091E4224;
|
|
72
76
|
--ds-border-inverse: #FFFFFF;
|
|
73
77
|
--ds-border-focused: #388BFF;
|
|
@@ -130,6 +134,10 @@ html[data-theme="light"] {
|
|
|
130
134
|
--ds-background-accent-magenta-bolder: #AE4787;
|
|
131
135
|
--ds-background-accent-magenta: #FDD0EC;
|
|
132
136
|
--ds-background-accent-magenta-bold: #E774BB;
|
|
137
|
+
--ds-background-accent-gray-subtlest: #F1F2F4;
|
|
138
|
+
--ds-background-accent-gray-subtler: #DCDFE4;
|
|
139
|
+
--ds-background-accent-gray-subtle: #8993A5;
|
|
140
|
+
--ds-background-accent-gray-bolder: #626F86;
|
|
133
141
|
--ds-background-disabled: #091E420F;
|
|
134
142
|
--ds-background-inverse-subtle: #00000029;
|
|
135
143
|
--ds-background-inverse-subtle-hovered: #0000003D;
|
|
@@ -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::
|
|
13
|
+
* @codegen <<SignedSource::a819b31f00d394be417445acd67bd024>>
|
|
14
14
|
* @codegenCommand yarn build tokens
|
|
15
15
|
*/
|
|
16
16
|
var defaultTokenValues = {
|
|
@@ -30,6 +30,8 @@ var defaultTokenValues = {
|
|
|
30
30
|
'color.text.accent.teal.bolder': '#1D474C',
|
|
31
31
|
'color.text.accent.magenta': '#943D73',
|
|
32
32
|
'color.text.accent.magenta.bolder': '#50253F',
|
|
33
|
+
'color.text.accent.gray': '#44546F',
|
|
34
|
+
'color.text.accent.gray.bolder': '#172B4D',
|
|
33
35
|
'color.text': '#172B4D',
|
|
34
36
|
'color.text.subtle': '#44546F',
|
|
35
37
|
'color.text.subtlest': '#626F86',
|
|
@@ -58,6 +60,7 @@ var defaultTokenValues = {
|
|
|
58
60
|
'color.icon.accent.purple': '#8270DB',
|
|
59
61
|
'color.icon.accent.teal': '#1D9AAA',
|
|
60
62
|
'color.icon.accent.magenta': '#CD519D',
|
|
63
|
+
'color.icon.accent.gray': '#758195',
|
|
61
64
|
'color.icon': '#44546F',
|
|
62
65
|
'color.icon.subtle': '#626F86',
|
|
63
66
|
'color.icon.inverse': '#FFFFFF',
|
|
@@ -78,6 +81,7 @@ var defaultTokenValues = {
|
|
|
78
81
|
'color.border.accent.purple': '#8270DB',
|
|
79
82
|
'color.border.accent.teal': '#1D9AAA',
|
|
80
83
|
'color.border.accent.magenta': '#CD519D',
|
|
84
|
+
'color.border.accent.gray': '#758195',
|
|
81
85
|
'color.border': '#091E4224',
|
|
82
86
|
'color.border.inverse': '#FFFFFF',
|
|
83
87
|
'color.border.focused': '#388BFF',
|
|
@@ -140,6 +144,10 @@ var defaultTokenValues = {
|
|
|
140
144
|
'color.background.accent.magenta.bolder': '#AE4787',
|
|
141
145
|
'color.background.accent.magenta': '#FDD0EC',
|
|
142
146
|
'color.background.accent.magenta.bold': '#E774BB',
|
|
147
|
+
'color.background.accent.gray.subtlest': '#F1F2F4',
|
|
148
|
+
'color.background.accent.gray.subtler': '#DCDFE4',
|
|
149
|
+
'color.background.accent.gray.subtle': '#8993A5',
|
|
150
|
+
'color.background.accent.gray.bolder': '#626F86',
|
|
143
151
|
'color.background.disabled': '#091E420F',
|
|
144
152
|
'color.background.inverse.subtle': '#00000029',
|
|
145
153
|
'color.background.inverse.subtle.hovered': '#0000003D',
|
|
@@ -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::
|
|
10
|
+
* @codegen <<SignedSource::b251fc1793ba7f689b4c3707310c1556>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
var tokens = {
|
|
@@ -27,6 +27,8 @@ var tokens = {
|
|
|
27
27
|
'color.text.accent.teal.bolder': '--ds-text-accent-teal-bolder',
|
|
28
28
|
'color.text.accent.magenta': '--ds-text-accent-magenta',
|
|
29
29
|
'color.text.accent.magenta.bolder': '--ds-text-accent-magenta-bolder',
|
|
30
|
+
'color.text.accent.gray': '--ds-text-accent-gray',
|
|
31
|
+
'color.text.accent.gray.bolder': '--ds-text-accent-gray-bolder',
|
|
30
32
|
'color.text': '--ds-text',
|
|
31
33
|
'color.text.subtle': '--ds-text-subtle',
|
|
32
34
|
'color.text.subtlest': '--ds-text-subtlest',
|
|
@@ -55,6 +57,7 @@ var tokens = {
|
|
|
55
57
|
'color.icon.accent.purple': '--ds-icon-accent-purple',
|
|
56
58
|
'color.icon.accent.teal': '--ds-icon-accent-teal',
|
|
57
59
|
'color.icon.accent.magenta': '--ds-icon-accent-magenta',
|
|
60
|
+
'color.icon.accent.gray': '--ds-icon-accent-gray',
|
|
58
61
|
'color.icon': '--ds-icon',
|
|
59
62
|
'color.icon.subtle': '--ds-icon-subtle',
|
|
60
63
|
'color.icon.inverse': '--ds-icon-inverse',
|
|
@@ -75,6 +78,7 @@ var tokens = {
|
|
|
75
78
|
'color.border.accent.purple': '--ds-border-accent-purple',
|
|
76
79
|
'color.border.accent.teal': '--ds-border-accent-teal',
|
|
77
80
|
'color.border.accent.magenta': '--ds-border-accent-magenta',
|
|
81
|
+
'color.border.accent.gray': '--ds-border-accent-gray',
|
|
78
82
|
'color.border': '--ds-border',
|
|
79
83
|
'color.border.inverse': '--ds-border-inverse',
|
|
80
84
|
'color.border.focused': '--ds-border-focused',
|
|
@@ -137,6 +141,10 @@ var tokens = {
|
|
|
137
141
|
'color.background.accent.magenta.bolder': '--ds-background-accent-magenta-bolder',
|
|
138
142
|
'color.background.accent.magenta': '--ds-background-accent-magenta',
|
|
139
143
|
'color.background.accent.magenta.bold': '--ds-background-accent-magenta-bold',
|
|
144
|
+
'color.background.accent.gray.subtlest': '--ds-background-accent-gray-subtlest',
|
|
145
|
+
'color.background.accent.gray.subtler': '--ds-background-accent-gray-subtler',
|
|
146
|
+
'color.background.accent.gray.subtle': '--ds-background-accent-gray-subtle',
|
|
147
|
+
'color.background.accent.gray.bolder': '--ds-background-accent-gray-bolder',
|
|
140
148
|
'color.background.disabled': '--ds-background-disabled',
|
|
141
149
|
'color.background.inverse.subtle': '--ds-background-inverse-subtle',
|
|
142
150
|
'color.background.inverse.subtle.hovered': '--ds-background-inverse-subtle-hovered',
|
|
@@ -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::
|
|
10
|
+
* @codegen <<SignedSource::3354689a803bcf6799054d3faa65df85>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
var tokens = [{
|
|
@@ -346,6 +346,48 @@ var tokens = [{
|
|
|
346
346
|
},
|
|
347
347
|
"name": "color.text.accent.magenta.bolder",
|
|
348
348
|
"path": ["color", "text", "accent", "magenta", "bolder"]
|
|
349
|
+
}, {
|
|
350
|
+
"attributes": {
|
|
351
|
+
"group": "paint",
|
|
352
|
+
"state": "active",
|
|
353
|
+
"introduced": "0.10.5",
|
|
354
|
+
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
355
|
+
},
|
|
356
|
+
"value": "#9FADBC",
|
|
357
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
358
|
+
"isSource": true,
|
|
359
|
+
"original": {
|
|
360
|
+
"attributes": {
|
|
361
|
+
"group": "paint",
|
|
362
|
+
"state": "active",
|
|
363
|
+
"introduced": "0.10.5",
|
|
364
|
+
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
365
|
+
},
|
|
366
|
+
"value": "DN800"
|
|
367
|
+
},
|
|
368
|
+
"name": "color.text.accent.gray.[default]",
|
|
369
|
+
"path": ["color", "text", "accent", "gray", "[default]"]
|
|
370
|
+
}, {
|
|
371
|
+
"attributes": {
|
|
372
|
+
"group": "paint",
|
|
373
|
+
"state": "active",
|
|
374
|
+
"introduced": "0.10.5",
|
|
375
|
+
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
376
|
+
},
|
|
377
|
+
"value": "#C7D1DB",
|
|
378
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
379
|
+
"isSource": true,
|
|
380
|
+
"original": {
|
|
381
|
+
"attributes": {
|
|
382
|
+
"group": "paint",
|
|
383
|
+
"state": "active",
|
|
384
|
+
"introduced": "0.10.5",
|
|
385
|
+
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
386
|
+
},
|
|
387
|
+
"value": "DN1000"
|
|
388
|
+
},
|
|
389
|
+
"name": "color.text.accent.gray.bolder",
|
|
390
|
+
"path": ["color", "text", "accent", "gray", "bolder"]
|
|
349
391
|
}, {
|
|
350
392
|
"attributes": {
|
|
351
393
|
"group": "paint",
|
|
@@ -976,6 +1018,27 @@ var tokens = [{
|
|
|
976
1018
|
},
|
|
977
1019
|
"name": "color.icon.accent.magenta",
|
|
978
1020
|
"path": ["color", "icon", "accent", "magenta"]
|
|
1021
|
+
}, {
|
|
1022
|
+
"attributes": {
|
|
1023
|
+
"group": "paint",
|
|
1024
|
+
"state": "active",
|
|
1025
|
+
"introduced": "0.10.5",
|
|
1026
|
+
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
1027
|
+
},
|
|
1028
|
+
"value": "#738496",
|
|
1029
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1030
|
+
"isSource": true,
|
|
1031
|
+
"original": {
|
|
1032
|
+
"attributes": {
|
|
1033
|
+
"group": "paint",
|
|
1034
|
+
"state": "active",
|
|
1035
|
+
"introduced": "0.10.5",
|
|
1036
|
+
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
1037
|
+
},
|
|
1038
|
+
"value": "DN600"
|
|
1039
|
+
},
|
|
1040
|
+
"name": "color.icon.accent.gray",
|
|
1041
|
+
"path": ["color", "icon", "accent", "gray"]
|
|
979
1042
|
}, {
|
|
980
1043
|
"attributes": {
|
|
981
1044
|
"group": "paint",
|
|
@@ -1396,6 +1459,27 @@ var tokens = [{
|
|
|
1396
1459
|
},
|
|
1397
1460
|
"name": "color.border.accent.magenta",
|
|
1398
1461
|
"path": ["color", "border", "accent", "magenta"]
|
|
1462
|
+
}, {
|
|
1463
|
+
"attributes": {
|
|
1464
|
+
"group": "paint",
|
|
1465
|
+
"state": "active",
|
|
1466
|
+
"introduced": "0.10.5",
|
|
1467
|
+
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1468
|
+
},
|
|
1469
|
+
"value": "#738496",
|
|
1470
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1471
|
+
"isSource": true,
|
|
1472
|
+
"original": {
|
|
1473
|
+
"attributes": {
|
|
1474
|
+
"group": "paint",
|
|
1475
|
+
"state": "active",
|
|
1476
|
+
"introduced": "0.10.5",
|
|
1477
|
+
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1478
|
+
},
|
|
1479
|
+
"value": "DN600"
|
|
1480
|
+
},
|
|
1481
|
+
"name": "color.border.accent.gray",
|
|
1482
|
+
"path": ["color", "border", "accent", "gray"]
|
|
1399
1483
|
}, {
|
|
1400
1484
|
"attributes": {
|
|
1401
1485
|
"group": "paint",
|
|
@@ -1728,7 +1812,7 @@ var tokens = [{
|
|
|
1728
1812
|
"group": "paint",
|
|
1729
1813
|
"state": "active",
|
|
1730
1814
|
"introduced": "0.7.0",
|
|
1731
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1815
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1732
1816
|
},
|
|
1733
1817
|
"value": "#09326C",
|
|
1734
1818
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1738,7 +1822,7 @@ var tokens = [{
|
|
|
1738
1822
|
"group": "paint",
|
|
1739
1823
|
"state": "active",
|
|
1740
1824
|
"introduced": "0.7.0",
|
|
1741
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1825
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1742
1826
|
},
|
|
1743
1827
|
"value": "B900"
|
|
1744
1828
|
},
|
|
@@ -1749,7 +1833,7 @@ var tokens = [{
|
|
|
1749
1833
|
"group": "paint",
|
|
1750
1834
|
"state": "active",
|
|
1751
1835
|
"introduced": "0.7.0",
|
|
1752
|
-
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as
|
|
1836
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1753
1837
|
},
|
|
1754
1838
|
"value": "#0055CC",
|
|
1755
1839
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1759,7 +1843,7 @@ var tokens = [{
|
|
|
1759
1843
|
"group": "paint",
|
|
1760
1844
|
"state": "active",
|
|
1761
1845
|
"introduced": "0.7.0",
|
|
1762
|
-
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as
|
|
1846
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1763
1847
|
},
|
|
1764
1848
|
"value": "B800"
|
|
1765
1849
|
},
|
|
@@ -1794,7 +1878,7 @@ var tokens = [{
|
|
|
1794
1878
|
"deprecated": "0.7.0",
|
|
1795
1879
|
"deleted": "0.8.0",
|
|
1796
1880
|
"replacement": "color.background.accent.blue.subtler",
|
|
1797
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1881
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1798
1882
|
},
|
|
1799
1883
|
"value": "#09326C",
|
|
1800
1884
|
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
@@ -1807,7 +1891,7 @@ var tokens = [{
|
|
|
1807
1891
|
"deprecated": "0.7.0",
|
|
1808
1892
|
"deleted": "0.8.0",
|
|
1809
1893
|
"replacement": "color.background.accent.blue.subtler",
|
|
1810
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1894
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1811
1895
|
},
|
|
1812
1896
|
"value": "B900"
|
|
1813
1897
|
},
|
|
@@ -2806,6 +2890,90 @@ var tokens = [{
|
|
|
2806
2890
|
},
|
|
2807
2891
|
"name": "color.background.accent.magenta.bold",
|
|
2808
2892
|
"path": ["color", "background", "accent", "magenta", "bold"]
|
|
2893
|
+
}, {
|
|
2894
|
+
"attributes": {
|
|
2895
|
+
"group": "paint",
|
|
2896
|
+
"state": "active",
|
|
2897
|
+
"introduced": "0.7.0",
|
|
2898
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2899
|
+
},
|
|
2900
|
+
"value": "#2C333A",
|
|
2901
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2902
|
+
"isSource": true,
|
|
2903
|
+
"original": {
|
|
2904
|
+
"attributes": {
|
|
2905
|
+
"group": "paint",
|
|
2906
|
+
"state": "active",
|
|
2907
|
+
"introduced": "0.7.0",
|
|
2908
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2909
|
+
},
|
|
2910
|
+
"value": "DN300"
|
|
2911
|
+
},
|
|
2912
|
+
"name": "color.background.accent.gray.subtlest",
|
|
2913
|
+
"path": ["color", "background", "accent", "gray", "subtlest"]
|
|
2914
|
+
}, {
|
|
2915
|
+
"attributes": {
|
|
2916
|
+
"group": "paint",
|
|
2917
|
+
"state": "active",
|
|
2918
|
+
"introduced": "0.7.0",
|
|
2919
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2920
|
+
},
|
|
2921
|
+
"value": "#454F59",
|
|
2922
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2923
|
+
"isSource": true,
|
|
2924
|
+
"original": {
|
|
2925
|
+
"attributes": {
|
|
2926
|
+
"group": "paint",
|
|
2927
|
+
"state": "active",
|
|
2928
|
+
"introduced": "0.7.0",
|
|
2929
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2930
|
+
},
|
|
2931
|
+
"value": "DN400"
|
|
2932
|
+
},
|
|
2933
|
+
"name": "color.background.accent.gray.subtler",
|
|
2934
|
+
"path": ["color", "background", "accent", "gray", "subtler"]
|
|
2935
|
+
}, {
|
|
2936
|
+
"attributes": {
|
|
2937
|
+
"group": "paint",
|
|
2938
|
+
"state": "active",
|
|
2939
|
+
"introduced": "0.7.0",
|
|
2940
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2941
|
+
},
|
|
2942
|
+
"value": "#5C6C7A",
|
|
2943
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2944
|
+
"isSource": true,
|
|
2945
|
+
"original": {
|
|
2946
|
+
"attributes": {
|
|
2947
|
+
"group": "paint",
|
|
2948
|
+
"state": "active",
|
|
2949
|
+
"introduced": "0.7.0",
|
|
2950
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2951
|
+
},
|
|
2952
|
+
"value": "DN500"
|
|
2953
|
+
},
|
|
2954
|
+
"name": "color.background.accent.gray.subtle",
|
|
2955
|
+
"path": ["color", "background", "accent", "gray", "subtle"]
|
|
2956
|
+
}, {
|
|
2957
|
+
"attributes": {
|
|
2958
|
+
"group": "paint",
|
|
2959
|
+
"state": "active",
|
|
2960
|
+
"introduced": "0.7.0",
|
|
2961
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2962
|
+
},
|
|
2963
|
+
"value": "#8696A7",
|
|
2964
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2965
|
+
"isSource": true,
|
|
2966
|
+
"original": {
|
|
2967
|
+
"attributes": {
|
|
2968
|
+
"group": "paint",
|
|
2969
|
+
"state": "active",
|
|
2970
|
+
"introduced": "0.7.0",
|
|
2971
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2972
|
+
},
|
|
2973
|
+
"value": "DN700"
|
|
2974
|
+
},
|
|
2975
|
+
"name": "color.background.accent.gray.bolder",
|
|
2976
|
+
"path": ["color", "background", "accent", "gray", "bolder"]
|
|
2809
2977
|
}, {
|
|
2810
2978
|
"attributes": {
|
|
2811
2979
|
"group": "paint",
|