@atlaskit/tokens 0.10.9 → 0.10.12
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 +36 -0
- package/css/atlassian-dark.css +7 -7
- package/css/atlassian-light.css +3 -3
- package/dist/cjs/artifacts/palettes-raw.js +5 -5
- package/dist/cjs/artifacts/rename-mapping.js +9 -1
- package/dist/cjs/artifacts/token-default-values.js +3 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +27 -19
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +23 -15
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/interaction.js +2 -12
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
- package/dist/cjs/tokens/atlassian-light/color/interaction.js +2 -12
- package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +12 -0
- package/dist/cjs/tokens/default/color/interaction.js +0 -18
- package/dist/cjs/tokens/default/deprecated/deprecated.js +24 -0
- package/dist/cjs/tokens/palette.js +3 -3
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw.js +5 -5
- package/dist/es2019/artifacts/rename-mapping.js +9 -1
- package/dist/es2019/artifacts/token-default-values.js +3 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +27 -19
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +23 -15
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/interaction.js +2 -12
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
- package/dist/es2019/tokens/atlassian-light/color/interaction.js +2 -12
- package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +12 -0
- package/dist/es2019/tokens/default/color/interaction.js +0 -18
- package/dist/es2019/tokens/default/deprecated/deprecated.js +24 -0
- package/dist/es2019/tokens/palette.js +3 -3
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw.js +5 -5
- package/dist/esm/artifacts/rename-mapping.js +9 -1
- package/dist/esm/artifacts/token-default-values.js +3 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +27 -19
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +23 -15
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/interaction.js +2 -12
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +12 -0
- package/dist/esm/tokens/atlassian-light/color/interaction.js +2 -12
- package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +12 -0
- package/dist/esm/tokens/default/color/interaction.js +0 -18
- package/dist/esm/tokens/default/deprecated/deprecated.js +24 -0
- package/dist/esm/tokens/palette.js +3 -3
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw.d.ts +1 -1
- package/dist/types/artifacts/rename-mapping.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +3 -3
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +28 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +28 -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 +6 -4
- package/package.json +3 -1
- package/report.api.md +635 -0
|
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
|
|
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": "#
|
|
454
|
+
"value": "#596773",
|
|
455
455
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
456
456
|
"isSource": true,
|
|
457
457
|
"original": {
|
|
@@ -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": "#
|
|
1105
|
+
"value": "#596773",
|
|
1106
1106
|
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
1107
1107
|
"isSource": true,
|
|
1108
1108
|
"original": {
|
|
@@ -2953,7 +2953,7 @@ var tokens = [{
|
|
|
2953
2953
|
"introduced": "0.7.0",
|
|
2954
2954
|
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2955
2955
|
},
|
|
2956
|
-
"value": "#
|
|
2956
|
+
"value": "#596773",
|
|
2957
2957
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2958
2958
|
"isSource": true,
|
|
2959
2959
|
"original": {
|
|
@@ -5590,7 +5590,7 @@ var tokens = [{
|
|
|
5590
5590
|
"introduced": "0.6.0",
|
|
5591
5591
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
5592
5592
|
},
|
|
5593
|
-
"value": "#
|
|
5593
|
+
"value": "#ffffff33",
|
|
5594
5594
|
"filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
|
|
5595
5595
|
"isSource": true,
|
|
5596
5596
|
"original": {
|
|
@@ -5600,7 +5600,7 @@ var tokens = [{
|
|
|
5600
5600
|
"introduced": "0.6.0",
|
|
5601
5601
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
5602
5602
|
},
|
|
5603
|
-
"value": "#
|
|
5603
|
+
"value": "#ffffff33"
|
|
5604
5604
|
},
|
|
5605
5605
|
"name": "color.interaction.hovered",
|
|
5606
5606
|
"path": ["color", "interaction", "hovered"]
|
|
@@ -5611,7 +5611,7 @@ var tokens = [{
|
|
|
5611
5611
|
"introduced": "0.6.0",
|
|
5612
5612
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5613
5613
|
},
|
|
5614
|
-
"value": "#
|
|
5614
|
+
"value": "#ffffff5c",
|
|
5615
5615
|
"filePath": "src/tokens/atlassian-dark/color/interaction.tsx",
|
|
5616
5616
|
"isSource": true,
|
|
5617
5617
|
"original": {
|
|
@@ -5621,26 +5621,30 @@ var tokens = [{
|
|
|
5621
5621
|
"introduced": "0.6.0",
|
|
5622
5622
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5623
5623
|
},
|
|
5624
|
-
"value": "#
|
|
5624
|
+
"value": "#ffffff5c"
|
|
5625
5625
|
},
|
|
5626
5626
|
"name": "color.interaction.pressed",
|
|
5627
5627
|
"path": ["color", "interaction", "pressed"]
|
|
5628
5628
|
}, {
|
|
5629
5629
|
"attributes": {
|
|
5630
5630
|
"group": "paint",
|
|
5631
|
-
"state": "
|
|
5631
|
+
"state": "deprecated",
|
|
5632
5632
|
"introduced": "0.6.0",
|
|
5633
|
-
"
|
|
5633
|
+
"deprecated": "0.10.8",
|
|
5634
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5635
|
+
"replacement": "color.background.inverse.subtle.hovered"
|
|
5634
5636
|
},
|
|
5635
5637
|
"value": "#ffffff33",
|
|
5636
|
-
"filePath": "src/tokens/atlassian-dark/
|
|
5638
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
5637
5639
|
"isSource": true,
|
|
5638
5640
|
"original": {
|
|
5639
5641
|
"attributes": {
|
|
5640
5642
|
"group": "paint",
|
|
5641
|
-
"state": "
|
|
5643
|
+
"state": "deprecated",
|
|
5642
5644
|
"introduced": "0.6.0",
|
|
5643
|
-
"
|
|
5645
|
+
"deprecated": "0.10.8",
|
|
5646
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5647
|
+
"replacement": "color.background.inverse.subtle.hovered"
|
|
5644
5648
|
},
|
|
5645
5649
|
"value": "#ffffff33"
|
|
5646
5650
|
},
|
|
@@ -5649,19 +5653,23 @@ var tokens = [{
|
|
|
5649
5653
|
}, {
|
|
5650
5654
|
"attributes": {
|
|
5651
5655
|
"group": "paint",
|
|
5652
|
-
"state": "
|
|
5656
|
+
"state": "deprecated",
|
|
5653
5657
|
"introduced": "0.6.0",
|
|
5654
|
-
"
|
|
5658
|
+
"deprecated": "0.10.8 ",
|
|
5659
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5660
|
+
"replacement": "color.background.inverse.subtle.pressed"
|
|
5655
5661
|
},
|
|
5656
5662
|
"value": "#ffffff5c",
|
|
5657
|
-
"filePath": "src/tokens/atlassian-dark/
|
|
5663
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
5658
5664
|
"isSource": true,
|
|
5659
5665
|
"original": {
|
|
5660
5666
|
"attributes": {
|
|
5661
5667
|
"group": "paint",
|
|
5662
|
-
"state": "
|
|
5668
|
+
"state": "deprecated",
|
|
5663
5669
|
"introduced": "0.6.0",
|
|
5664
|
-
"
|
|
5670
|
+
"deprecated": "0.10.8 ",
|
|
5671
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5672
|
+
"replacement": "color.background.inverse.subtle.pressed"
|
|
5665
5673
|
},
|
|
5666
5674
|
"value": "#ffffff5c"
|
|
5667
5675
|
},
|
|
@@ -6274,7 +6282,7 @@ var tokens = [{
|
|
|
6274
6282
|
"replacement": "color.interaction.pressed",
|
|
6275
6283
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
6276
6284
|
},
|
|
6277
|
-
"value": "#
|
|
6285
|
+
"value": "#9BB4CA80",
|
|
6278
6286
|
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
6279
6287
|
"isSource": true,
|
|
6280
6288
|
"original": {
|
|
@@ -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::3624adf3c629ed50172b90c1d2268662>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -5590,7 +5590,7 @@ var tokens = [{
|
|
|
5590
5590
|
"introduced": "0.6.0",
|
|
5591
5591
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
5592
5592
|
},
|
|
5593
|
-
"value": "#
|
|
5593
|
+
"value": "#00000029",
|
|
5594
5594
|
"filePath": "src/tokens/atlassian-light/color/interaction.tsx",
|
|
5595
5595
|
"isSource": true,
|
|
5596
5596
|
"original": {
|
|
@@ -5600,7 +5600,7 @@ var tokens = [{
|
|
|
5600
5600
|
"introduced": "0.6.0",
|
|
5601
5601
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
5602
5602
|
},
|
|
5603
|
-
"value": "#
|
|
5603
|
+
"value": "#00000029"
|
|
5604
5604
|
},
|
|
5605
5605
|
"name": "color.interaction.hovered",
|
|
5606
5606
|
"path": ["color", "interaction", "hovered"]
|
|
@@ -5611,7 +5611,7 @@ var tokens = [{
|
|
|
5611
5611
|
"introduced": "0.6.0",
|
|
5612
5612
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5613
5613
|
},
|
|
5614
|
-
"value": "#
|
|
5614
|
+
"value": "#00000052",
|
|
5615
5615
|
"filePath": "src/tokens/atlassian-light/color/interaction.tsx",
|
|
5616
5616
|
"isSource": true,
|
|
5617
5617
|
"original": {
|
|
@@ -5621,26 +5621,30 @@ var tokens = [{
|
|
|
5621
5621
|
"introduced": "0.6.0",
|
|
5622
5622
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5623
5623
|
},
|
|
5624
|
-
"value": "#
|
|
5624
|
+
"value": "#00000052"
|
|
5625
5625
|
},
|
|
5626
5626
|
"name": "color.interaction.pressed",
|
|
5627
5627
|
"path": ["color", "interaction", "pressed"]
|
|
5628
5628
|
}, {
|
|
5629
5629
|
"attributes": {
|
|
5630
5630
|
"group": "paint",
|
|
5631
|
-
"state": "
|
|
5631
|
+
"state": "deprecated",
|
|
5632
5632
|
"introduced": "0.6.0",
|
|
5633
|
-
"
|
|
5633
|
+
"deprecated": "0.10.8",
|
|
5634
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5635
|
+
"replacement": "color.background.inverse.subtle.hovered"
|
|
5634
5636
|
},
|
|
5635
5637
|
"value": "#00000029",
|
|
5636
|
-
"filePath": "src/tokens/atlassian-light/
|
|
5638
|
+
"filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
|
|
5637
5639
|
"isSource": true,
|
|
5638
5640
|
"original": {
|
|
5639
5641
|
"attributes": {
|
|
5640
5642
|
"group": "paint",
|
|
5641
|
-
"state": "
|
|
5643
|
+
"state": "deprecated",
|
|
5642
5644
|
"introduced": "0.6.0",
|
|
5643
|
-
"
|
|
5645
|
+
"deprecated": "0.10.8",
|
|
5646
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5647
|
+
"replacement": "color.background.inverse.subtle.hovered"
|
|
5644
5648
|
},
|
|
5645
5649
|
"value": "#00000029"
|
|
5646
5650
|
},
|
|
@@ -5649,19 +5653,23 @@ var tokens = [{
|
|
|
5649
5653
|
}, {
|
|
5650
5654
|
"attributes": {
|
|
5651
5655
|
"group": "paint",
|
|
5652
|
-
"state": "
|
|
5656
|
+
"state": "deprecated",
|
|
5653
5657
|
"introduced": "0.6.0",
|
|
5654
|
-
"
|
|
5658
|
+
"deprecated": "0.10.8 ",
|
|
5659
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5660
|
+
"replacement": "color.background.inverse.subtle.pressed"
|
|
5655
5661
|
},
|
|
5656
5662
|
"value": "#00000052",
|
|
5657
|
-
"filePath": "src/tokens/atlassian-light/
|
|
5663
|
+
"filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
|
|
5658
5664
|
"isSource": true,
|
|
5659
5665
|
"original": {
|
|
5660
5666
|
"attributes": {
|
|
5661
5667
|
"group": "paint",
|
|
5662
|
-
"state": "
|
|
5668
|
+
"state": "deprecated",
|
|
5663
5669
|
"introduced": "0.6.0",
|
|
5664
|
-
"
|
|
5670
|
+
"deprecated": "0.10.8 ",
|
|
5671
|
+
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.",
|
|
5672
|
+
"replacement": "color.background.inverse.subtle.pressed"
|
|
5665
5673
|
},
|
|
5666
5674
|
"value": "#00000052"
|
|
5667
5675
|
},
|
package/dist/esm/get-token.js
CHANGED
|
@@ -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.
|
|
5
|
+
var version = "0.10.12";
|
|
6
6
|
|
|
7
7
|
function token(path, fallback) {
|
|
8
8
|
var token = tokens[path];
|
|
@@ -3,21 +3,11 @@ var color = {
|
|
|
3
3
|
interaction: {
|
|
4
4
|
hovered: {
|
|
5
5
|
// @ts-ignore temporary values
|
|
6
|
-
value: '#
|
|
6
|
+
value: '#ffffff33'
|
|
7
7
|
},
|
|
8
8
|
pressed: {
|
|
9
9
|
// @ts-ignore temporary values
|
|
10
|
-
value: '#
|
|
11
|
-
},
|
|
12
|
-
inverse: {
|
|
13
|
-
hovered: {
|
|
14
|
-
// @ts-ignore temporary values
|
|
15
|
-
value: '#ffffff33'
|
|
16
|
-
},
|
|
17
|
-
pressed: {
|
|
18
|
-
// @ts-ignore temporary values
|
|
19
|
-
value: '#ffffff5c'
|
|
20
|
-
}
|
|
10
|
+
value: '#ffffff5c'
|
|
21
11
|
}
|
|
22
12
|
}
|
|
23
13
|
}
|
|
@@ -356,6 +356,18 @@ var color = {
|
|
|
356
356
|
pressed: {
|
|
357
357
|
value: 'DN500A'
|
|
358
358
|
}
|
|
359
|
+
},
|
|
360
|
+
interaction: {
|
|
361
|
+
inverse: {
|
|
362
|
+
hovered: {
|
|
363
|
+
// @ts-ignore temporary values
|
|
364
|
+
value: '#ffffff33'
|
|
365
|
+
},
|
|
366
|
+
pressed: {
|
|
367
|
+
// @ts-ignore temporary values
|
|
368
|
+
value: '#ffffff5c'
|
|
369
|
+
}
|
|
370
|
+
}
|
|
359
371
|
}
|
|
360
372
|
},
|
|
361
373
|
shadow: {
|
|
@@ -3,21 +3,11 @@ var color = {
|
|
|
3
3
|
interaction: {
|
|
4
4
|
hovered: {
|
|
5
5
|
// @ts-ignore temporary values
|
|
6
|
-
value: '#
|
|
6
|
+
value: '#00000029'
|
|
7
7
|
},
|
|
8
8
|
pressed: {
|
|
9
9
|
// @ts-ignore temporary values
|
|
10
|
-
value: '#
|
|
11
|
-
},
|
|
12
|
-
inverse: {
|
|
13
|
-
hovered: {
|
|
14
|
-
// @ts-ignore temporary values
|
|
15
|
-
value: '#00000029'
|
|
16
|
-
},
|
|
17
|
-
pressed: {
|
|
18
|
-
// @ts-ignore temporary values
|
|
19
|
-
value: '#00000052'
|
|
20
|
-
}
|
|
10
|
+
value: '#00000052'
|
|
21
11
|
}
|
|
22
12
|
}
|
|
23
13
|
}
|
|
@@ -356,6 +356,18 @@ var color = {
|
|
|
356
356
|
pressed: {
|
|
357
357
|
value: 'N500A'
|
|
358
358
|
}
|
|
359
|
+
},
|
|
360
|
+
interaction: {
|
|
361
|
+
inverse: {
|
|
362
|
+
hovered: {
|
|
363
|
+
// @ts-ignore temporary values
|
|
364
|
+
value: '#00000029'
|
|
365
|
+
},
|
|
366
|
+
pressed: {
|
|
367
|
+
// @ts-ignore temporary values
|
|
368
|
+
value: '#00000052'
|
|
369
|
+
}
|
|
370
|
+
}
|
|
359
371
|
}
|
|
360
372
|
},
|
|
361
373
|
shadow: {
|
|
@@ -16,24 +16,6 @@ var color = {
|
|
|
16
16
|
introduced: '0.6.0',
|
|
17
17
|
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
|
|
18
18
|
}
|
|
19
|
-
},
|
|
20
|
-
inverse: {
|
|
21
|
-
hovered: {
|
|
22
|
-
attributes: {
|
|
23
|
-
group: 'paint',
|
|
24
|
-
state: 'active',
|
|
25
|
-
introduced: '0.6.0',
|
|
26
|
-
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
pressed: {
|
|
30
|
-
attributes: {
|
|
31
|
-
group: 'paint',
|
|
32
|
-
state: 'active',
|
|
33
|
-
introduced: '0.6.0',
|
|
34
|
-
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
19
|
}
|
|
38
20
|
}
|
|
39
21
|
}
|
|
@@ -1123,6 +1123,30 @@ var color = {
|
|
|
1123
1123
|
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
|
+
},
|
|
1127
|
+
interaction: {
|
|
1128
|
+
inverse: {
|
|
1129
|
+
hovered: {
|
|
1130
|
+
attributes: {
|
|
1131
|
+
group: 'paint',
|
|
1132
|
+
state: 'deprecated',
|
|
1133
|
+
introduced: '0.6.0',
|
|
1134
|
+
deprecated: '0.10.8',
|
|
1135
|
+
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.',
|
|
1136
|
+
replacement: 'color.background.inverse.subtle.hovered'
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
pressed: {
|
|
1140
|
+
attributes: {
|
|
1141
|
+
group: 'paint',
|
|
1142
|
+
state: 'deprecated',
|
|
1143
|
+
introduced: '0.6.0',
|
|
1144
|
+
deprecated: '0.10.8 ',
|
|
1145
|
+
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.',
|
|
1146
|
+
replacement: 'color.background.inverse.subtle.pressed'
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1126
1150
|
}
|
|
1127
1151
|
},
|
|
1128
1152
|
shadow: {
|
|
@@ -644,15 +644,15 @@ var palette = {
|
|
|
644
644
|
}
|
|
645
645
|
},
|
|
646
646
|
DN500: {
|
|
647
|
-
value: '#
|
|
647
|
+
value: '#596773',
|
|
648
648
|
attributes: {
|
|
649
649
|
group: 'palette',
|
|
650
650
|
category: 'dark mode neutral'
|
|
651
651
|
}
|
|
652
652
|
},
|
|
653
653
|
DN500A: {
|
|
654
|
-
// #
|
|
655
|
-
value: '#
|
|
654
|
+
// #9BB4CA @50%
|
|
655
|
+
value: '#9BB4CA80',
|
|
656
656
|
attributes: {
|
|
657
657
|
group: 'palette',
|
|
658
658
|
category: 'dark mode neutral'
|
package/dist/esm/version.json
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::4d0639c90d18380e142efed6da97a9b0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* These changes will then be picked up by our tooling which will attempt to
|
|
13
13
|
* migrate as many of these renames as possible.
|
|
14
14
|
*
|
|
15
|
-
* @codegen <<SignedSource::
|
|
15
|
+
* @codegen <<SignedSource::3b33fd6cb94d4a40b7b5790bebd50f60>>
|
|
16
16
|
* @codegenCommand yarn build tokens
|
|
17
17
|
*/
|
|
18
18
|
import tokens from './token-names';
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::621a5ab1342cac3bcd8fb719515b731c>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
declare const defaultTokenValues: {
|
|
@@ -251,8 +251,8 @@ declare const defaultTokenValues: {
|
|
|
251
251
|
readonly 'color.blanket': "#091E427A";
|
|
252
252
|
readonly 'color.blanket.selected': "#388BFF14";
|
|
253
253
|
readonly 'color.blanket.danger': "#EF5C4814";
|
|
254
|
-
readonly 'color.interaction.hovered': "#
|
|
255
|
-
readonly 'color.interaction.pressed': "#
|
|
254
|
+
readonly 'color.interaction.hovered': "#00000029";
|
|
255
|
+
readonly 'color.interaction.pressed': "#00000052";
|
|
256
256
|
readonly 'color.interaction.inverse.hovered': "#00000029";
|
|
257
257
|
readonly 'color.interaction.inverse.pressed': "#00000052";
|
|
258
258
|
readonly 'color.skeleton': "#091E420F";
|
|
@@ -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::c45a3bc7ab921b5a279f8b05f859f21b>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -57,6 +57,33 @@ declare const tokens: ({
|
|
|
57
57
|
};
|
|
58
58
|
name: string;
|
|
59
59
|
path: string[];
|
|
60
|
+
} | {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: string;
|
|
63
|
+
state: string;
|
|
64
|
+
introduced: string;
|
|
65
|
+
deprecated: string;
|
|
66
|
+
description: string;
|
|
67
|
+
replacement: string;
|
|
68
|
+
deleted?: undefined;
|
|
69
|
+
};
|
|
70
|
+
value: string;
|
|
71
|
+
filePath: string;
|
|
72
|
+
isSource: boolean;
|
|
73
|
+
original: {
|
|
74
|
+
attributes: {
|
|
75
|
+
group: string;
|
|
76
|
+
state: string;
|
|
77
|
+
introduced: string;
|
|
78
|
+
deprecated: string;
|
|
79
|
+
description: string;
|
|
80
|
+
replacement: string;
|
|
81
|
+
deleted?: undefined;
|
|
82
|
+
};
|
|
83
|
+
value: string;
|
|
84
|
+
};
|
|
85
|
+
name: string;
|
|
86
|
+
path: string[];
|
|
60
87
|
} | {
|
|
61
88
|
attributes: {
|
|
62
89
|
group: string;
|
|
@@ -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::3624adf3c629ed50172b90c1d2268662>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -57,6 +57,33 @@ declare const tokens: ({
|
|
|
57
57
|
};
|
|
58
58
|
name: string;
|
|
59
59
|
path: string[];
|
|
60
|
+
} | {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: string;
|
|
63
|
+
state: string;
|
|
64
|
+
introduced: string;
|
|
65
|
+
deprecated: string;
|
|
66
|
+
description: string;
|
|
67
|
+
replacement: string;
|
|
68
|
+
deleted?: undefined;
|
|
69
|
+
};
|
|
70
|
+
value: string;
|
|
71
|
+
filePath: string;
|
|
72
|
+
isSource: boolean;
|
|
73
|
+
original: {
|
|
74
|
+
attributes: {
|
|
75
|
+
group: string;
|
|
76
|
+
state: string;
|
|
77
|
+
introduced: string;
|
|
78
|
+
deprecated: string;
|
|
79
|
+
description: string;
|
|
80
|
+
replacement: string;
|
|
81
|
+
deleted?: undefined;
|
|
82
|
+
};
|
|
83
|
+
value: string;
|
|
84
|
+
};
|
|
85
|
+
name: string;
|
|
86
|
+
path: string[];
|
|
60
87
|
} | {
|
|
61
88
|
attributes: {
|
|
62
89
|
group: string;
|
|
@@ -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::dddf9f2b3a6c01aa7d8aeeea1af496fb>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export declare type InternalTokenIds = 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.[default]' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.[default]' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.[default]' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.
|
|
6
|
+
export declare type InternalTokenIds = 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.[default]' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.[default]' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.[default]' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface.[default]' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
|
|
@@ -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::5a3e74951e90910dba7b9cb858261d83>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export declare type ActiveTokens = 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray' | 'color.text.accent.gray.bolder' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.
|
|
6
|
+
export declare type ActiveTokens = 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray' | 'color.text.accent.gray.bolder' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton' | 'color.skeleton.subtle' | 'color.link' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
|