@atlaskit/tokens 0.8.1 → 0.9.0
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 +18 -0
- package/css/atlassian-dark.css +8 -4
- package/css/atlassian-light.css +8 -4
- package/dist/cjs/artifacts/rename-mapping.js +4 -0
- package/dist/cjs/artifacts/token-default-values.js +8 -4
- package/dist/cjs/artifacts/token-names.js +4 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/cjs/tokens/atlassian-light/color/background.js +17 -5
- package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
- package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/cjs/tokens/default/color/accent.js +65 -1
- package/dist/cjs/tokens/default/color/background.js +82 -6
- package/dist/cjs/tokens/default/color/border.js +19 -0
- package/dist/cjs/tokens/default/color/icon.js +13 -1
- package/dist/cjs/tokens/default/color/interaction.js +4 -0
- package/dist/cjs/tokens/default/color/skeleton.js +2 -0
- package/dist/cjs/tokens/default/color/text.js +15 -0
- package/dist/cjs/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/cjs/tokens/default/elevation/shadow.js +3 -0
- package/dist/cjs/tokens/default/elevation/surface.js +4 -0
- package/dist/cjs/tokens/default/utility/utility.js +2 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/rename-mapping.js +4 -0
- package/dist/es2019/artifacts/token-default-values.js +8 -4
- package/dist/es2019/artifacts/token-names.js +4 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/es2019/tokens/atlassian-light/color/background.js +17 -5
- package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
- package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/es2019/tokens/default/color/accent.js +65 -1
- package/dist/es2019/tokens/default/color/background.js +82 -6
- package/dist/es2019/tokens/default/color/border.js +19 -0
- package/dist/es2019/tokens/default/color/icon.js +13 -1
- package/dist/es2019/tokens/default/color/interaction.js +4 -0
- package/dist/es2019/tokens/default/color/skeleton.js +2 -0
- package/dist/es2019/tokens/default/color/text.js +15 -0
- package/dist/es2019/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/es2019/tokens/default/elevation/shadow.js +3 -0
- package/dist/es2019/tokens/default/elevation/surface.js +4 -0
- package/dist/es2019/tokens/default/utility/utility.js +2 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/rename-mapping.js +4 -0
- package/dist/esm/artifacts/token-default-values.js +8 -4
- package/dist/esm/artifacts/token-names.js +4 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/esm/tokens/atlassian-light/color/background.js +17 -5
- package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
- package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/esm/tokens/default/color/accent.js +65 -1
- package/dist/esm/tokens/default/color/background.js +82 -6
- package/dist/esm/tokens/default/color/border.js +19 -0
- package/dist/esm/tokens/default/color/icon.js +13 -1
- package/dist/esm/tokens/default/color/interaction.js +4 -0
- package/dist/esm/tokens/default/color/skeleton.js +2 -0
- package/dist/esm/tokens/default/color/text.js +15 -0
- package/dist/esm/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/esm/tokens/default/elevation/shadow.js +3 -0
- package/dist/esm/tokens/default/elevation/surface.js +4 -0
- package/dist/esm/tokens/default/utility/utility.js +2 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +8 -4
- package/dist/types/artifacts/token-names.d.ts +8 -0
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +8 -0
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +8 -0
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +14 -10
- package/dist/types/types.d.ts +13 -1
- package/package.json +6 -2
|
@@ -5,6 +5,7 @@ var shadow = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'shadow',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.6.0',
|
|
8
9
|
description: "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var shadow = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'shadow',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
15
17
|
description: "Use to create a shadow when content scolls under other content."
|
|
16
18
|
}
|
|
17
19
|
},
|
|
@@ -19,6 +21,7 @@ var shadow = {
|
|
|
19
21
|
attributes: {
|
|
20
22
|
group: 'shadow',
|
|
21
23
|
state: 'active',
|
|
24
|
+
introduced: '0.6.0',
|
|
22
25
|
description: "Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state."
|
|
23
26
|
}
|
|
24
27
|
}
|
|
@@ -5,6 +5,7 @@ var shadow = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.6.0',
|
|
8
9
|
description: 'Use as the primary background for the UI.'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var shadow = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'paint',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
15
17
|
description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.'
|
|
16
18
|
}
|
|
17
19
|
},
|
|
@@ -19,6 +21,7 @@ var shadow = {
|
|
|
19
21
|
attributes: {
|
|
20
22
|
group: 'paint',
|
|
21
23
|
state: 'active',
|
|
24
|
+
introduced: '0.6.0',
|
|
22
25
|
description: 'Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised'
|
|
23
26
|
}
|
|
24
27
|
},
|
|
@@ -26,6 +29,7 @@ var shadow = {
|
|
|
26
29
|
attributes: {
|
|
27
30
|
group: 'paint',
|
|
28
31
|
state: 'active',
|
|
32
|
+
introduced: '0.6.0',
|
|
29
33
|
description: "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
|
|
30
34
|
}
|
|
31
35
|
}
|
|
@@ -4,6 +4,7 @@ var utility = {
|
|
|
4
4
|
attributes: {
|
|
5
5
|
group: 'raw',
|
|
6
6
|
state: 'active',
|
|
7
|
+
introduced: '0.1.1',
|
|
7
8
|
description: 'Transparent token used for backwards compatibility between new and old theming solutions'
|
|
8
9
|
}
|
|
9
10
|
},
|
|
@@ -11,6 +12,7 @@ var utility = {
|
|
|
11
12
|
attributes: {
|
|
12
13
|
group: 'raw',
|
|
13
14
|
state: 'active',
|
|
15
|
+
introduced: '0.4.0',
|
|
14
16
|
description: 'Used as a placeholder when a suitable token does not exist'
|
|
15
17
|
}
|
|
16
18
|
}
|
package/dist/esm/version.json
CHANGED
|
@@ -67,6 +67,7 @@ declare const defaultTokenValues: {
|
|
|
67
67
|
readonly 'color.border.accent.teal': "#1D9AAA";
|
|
68
68
|
readonly 'color.border.accent.magenta': "#CD519D";
|
|
69
69
|
readonly 'color.border': "#091E4224";
|
|
70
|
+
readonly 'color.border.inverse': "#FFFFFF";
|
|
70
71
|
readonly 'color.border.focused': "#388BFF";
|
|
71
72
|
readonly 'color.border.input': "#091E4224";
|
|
72
73
|
readonly 'color.border.disabled': "#091E420F";
|
|
@@ -128,10 +129,13 @@ declare const defaultTokenValues: {
|
|
|
128
129
|
readonly 'color.background.accent.magenta': "#FDD0EC";
|
|
129
130
|
readonly 'color.background.accent.magenta.bold': "#E774BB";
|
|
130
131
|
readonly 'color.background.disabled': "#091E420F";
|
|
131
|
-
readonly 'color.background.inverse': "#00000029";
|
|
132
|
-
readonly 'color.background.
|
|
133
|
-
readonly 'color.background.
|
|
134
|
-
readonly 'color.background.
|
|
132
|
+
readonly 'color.background.inverse.subtle': "#00000029";
|
|
133
|
+
readonly 'color.background.inverse.subtle.hovered': "#0000003D";
|
|
134
|
+
readonly 'color.background.inverse.subtle.pressed': "#00000052";
|
|
135
|
+
readonly 'color.background.inverse': "#FFFFFF29";
|
|
136
|
+
readonly 'color.background.input': "#FFFFFF";
|
|
137
|
+
readonly 'color.background.input.hovered': "#F7F8F9";
|
|
138
|
+
readonly 'color.background.input.pressed': "#FFFFFF";
|
|
135
139
|
readonly 'color.background.neutral': "#091E420F";
|
|
136
140
|
readonly 'color.background.neutral.hovered': "#091E4224";
|
|
137
141
|
readonly 'color.background.neutral.pressed': "#091E424F";
|
|
@@ -64,6 +64,7 @@ declare const tokens: {
|
|
|
64
64
|
readonly 'color.border.accent.teal': "--ds-border-accent-teal";
|
|
65
65
|
readonly 'color.border.accent.magenta': "--ds-border-accent-magenta";
|
|
66
66
|
readonly 'color.border': "--ds-border";
|
|
67
|
+
readonly 'color.border.inverse': "--ds-border-inverse";
|
|
67
68
|
readonly 'color.border.focused': "--ds-border-focused";
|
|
68
69
|
readonly 'color.border.input': "--ds-border-input";
|
|
69
70
|
readonly 'color.border.disabled': "--ds-border-disabled";
|
|
@@ -125,6 +126,9 @@ declare const tokens: {
|
|
|
125
126
|
readonly 'color.background.accent.magenta': "--ds-background-accent-magenta";
|
|
126
127
|
readonly 'color.background.accent.magenta.bold': "--ds-background-accent-magenta-bold";
|
|
127
128
|
readonly 'color.background.disabled': "--ds-background-disabled";
|
|
129
|
+
readonly 'color.background.inverse.subtle': "--ds-background-inverse-subtle";
|
|
130
|
+
readonly 'color.background.inverse.subtle.hovered': "--ds-background-inverse-subtle-hovered";
|
|
131
|
+
readonly 'color.background.inverse.subtle.pressed': "--ds-background-inverse-subtle-pressed";
|
|
128
132
|
readonly 'color.background.inverse': "--ds-background-inverse";
|
|
129
133
|
readonly 'color.background.input': "--ds-background-input";
|
|
130
134
|
readonly 'color.background.input.hovered': "--ds-background-input-hovered";
|
|
@@ -336,6 +340,7 @@ export declare type CSSTokenMap = {
|
|
|
336
340
|
'color.border.accent.teal': 'var(--ds-border-accent-teal)';
|
|
337
341
|
'color.border.accent.magenta': 'var(--ds-border-accent-magenta)';
|
|
338
342
|
'color.border': 'var(--ds-border)';
|
|
343
|
+
'color.border.inverse': 'var(--ds-border-inverse)';
|
|
339
344
|
'color.border.focused': 'var(--ds-border-focused)';
|
|
340
345
|
'color.border.input': 'var(--ds-border-input)';
|
|
341
346
|
'color.border.disabled': 'var(--ds-border-disabled)';
|
|
@@ -397,6 +402,9 @@ export declare type CSSTokenMap = {
|
|
|
397
402
|
'color.background.accent.magenta': 'var(--ds-background-accent-magenta)';
|
|
398
403
|
'color.background.accent.magenta.bold': 'var(--ds-background-accent-magenta-bold)';
|
|
399
404
|
'color.background.disabled': 'var(--ds-background-disabled)';
|
|
405
|
+
'color.background.inverse.subtle': 'var(--ds-background-inverse-subtle)';
|
|
406
|
+
'color.background.inverse.subtle.hovered': 'var(--ds-background-inverse-subtle-hovered)';
|
|
407
|
+
'color.background.inverse.subtle.pressed': 'var(--ds-background-inverse-subtle-pressed)';
|
|
400
408
|
'color.background.inverse': 'var(--ds-background-inverse)';
|
|
401
409
|
'color.background.input': 'var(--ds-background-input)';
|
|
402
410
|
'color.background.input.hovered': 'var(--ds-background-input-hovered)';
|
|
@@ -2,6 +2,7 @@ declare const tokens: ({
|
|
|
2
2
|
attributes: {
|
|
3
3
|
group: string;
|
|
4
4
|
state: string;
|
|
5
|
+
introduced: string;
|
|
5
6
|
description: string;
|
|
6
7
|
replacement?: undefined;
|
|
7
8
|
};
|
|
@@ -12,6 +13,7 @@ declare const tokens: ({
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: string;
|
|
14
15
|
state: string;
|
|
16
|
+
introduced: string;
|
|
15
17
|
description: string;
|
|
16
18
|
replacement?: undefined;
|
|
17
19
|
};
|
|
@@ -23,6 +25,7 @@ declare const tokens: ({
|
|
|
23
25
|
attributes: {
|
|
24
26
|
group: string;
|
|
25
27
|
state: string;
|
|
28
|
+
introduced: string;
|
|
26
29
|
replacement: string;
|
|
27
30
|
description: string;
|
|
28
31
|
};
|
|
@@ -33,6 +36,7 @@ declare const tokens: ({
|
|
|
33
36
|
attributes: {
|
|
34
37
|
group: string;
|
|
35
38
|
state: string;
|
|
39
|
+
introduced: string;
|
|
36
40
|
replacement: string;
|
|
37
41
|
description: string;
|
|
38
42
|
};
|
|
@@ -44,6 +48,7 @@ declare const tokens: ({
|
|
|
44
48
|
attributes: {
|
|
45
49
|
group: string;
|
|
46
50
|
state: string;
|
|
51
|
+
introduced: string;
|
|
47
52
|
replacement: string;
|
|
48
53
|
description: string;
|
|
49
54
|
};
|
|
@@ -74,6 +79,7 @@ declare const tokens: ({
|
|
|
74
79
|
attributes: {
|
|
75
80
|
group: string;
|
|
76
81
|
state: string;
|
|
82
|
+
introduced: string;
|
|
77
83
|
replacement: string;
|
|
78
84
|
description: string;
|
|
79
85
|
};
|
|
@@ -105,6 +111,7 @@ declare const tokens: ({
|
|
|
105
111
|
attributes: {
|
|
106
112
|
group: string;
|
|
107
113
|
state: string;
|
|
114
|
+
introduced: string;
|
|
108
115
|
description: string;
|
|
109
116
|
replacement?: undefined;
|
|
110
117
|
};
|
|
@@ -135,6 +142,7 @@ declare const tokens: ({
|
|
|
135
142
|
attributes: {
|
|
136
143
|
group: string;
|
|
137
144
|
state: string;
|
|
145
|
+
introduced: string;
|
|
138
146
|
description: string;
|
|
139
147
|
replacement?: undefined;
|
|
140
148
|
};
|
|
@@ -2,6 +2,7 @@ declare const tokens: ({
|
|
|
2
2
|
attributes: {
|
|
3
3
|
group: string;
|
|
4
4
|
state: string;
|
|
5
|
+
introduced: string;
|
|
5
6
|
description: string;
|
|
6
7
|
replacement?: undefined;
|
|
7
8
|
};
|
|
@@ -12,6 +13,7 @@ declare const tokens: ({
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: string;
|
|
14
15
|
state: string;
|
|
16
|
+
introduced: string;
|
|
15
17
|
description: string;
|
|
16
18
|
replacement?: undefined;
|
|
17
19
|
};
|
|
@@ -23,6 +25,7 @@ declare const tokens: ({
|
|
|
23
25
|
attributes: {
|
|
24
26
|
group: string;
|
|
25
27
|
state: string;
|
|
28
|
+
introduced: string;
|
|
26
29
|
replacement: string;
|
|
27
30
|
description: string;
|
|
28
31
|
};
|
|
@@ -33,6 +36,7 @@ declare const tokens: ({
|
|
|
33
36
|
attributes: {
|
|
34
37
|
group: string;
|
|
35
38
|
state: string;
|
|
39
|
+
introduced: string;
|
|
36
40
|
replacement: string;
|
|
37
41
|
description: string;
|
|
38
42
|
};
|
|
@@ -44,6 +48,7 @@ declare const tokens: ({
|
|
|
44
48
|
attributes: {
|
|
45
49
|
group: string;
|
|
46
50
|
state: string;
|
|
51
|
+
introduced: string;
|
|
47
52
|
replacement: string;
|
|
48
53
|
description: string;
|
|
49
54
|
};
|
|
@@ -62,6 +67,7 @@ declare const tokens: ({
|
|
|
62
67
|
attributes: {
|
|
63
68
|
group: string;
|
|
64
69
|
state: string;
|
|
70
|
+
introduced: string;
|
|
65
71
|
replacement: string;
|
|
66
72
|
description: string;
|
|
67
73
|
};
|
|
@@ -81,6 +87,7 @@ declare const tokens: ({
|
|
|
81
87
|
attributes: {
|
|
82
88
|
group: string;
|
|
83
89
|
state: string;
|
|
90
|
+
introduced: string;
|
|
84
91
|
description: string;
|
|
85
92
|
replacement?: undefined;
|
|
86
93
|
};
|
|
@@ -99,6 +106,7 @@ declare const tokens: ({
|
|
|
99
106
|
attributes: {
|
|
100
107
|
group: string;
|
|
101
108
|
state: string;
|
|
109
|
+
introduced: string;
|
|
102
110
|
description: string;
|
|
103
111
|
replacement?: undefined;
|
|
104
112
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Internally types used for handling token ids
|
|
3
3
|
*/
|
|
4
|
-
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.[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.[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.[default]' | '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.disabled' | 'color.background.inverse' | '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.interaction.inverse.hovered' | 'color.interaction.inverse.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';
|
|
4
|
+
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.[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.[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.[default]' | '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.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.interaction.inverse.hovered' | 'color.interaction.inverse.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,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Type representing the currently active tokens
|
|
3
3
|
*/
|
|
4
|
-
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' | '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' | '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' | '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.disabled' | 'color.background.inverse' | '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.interaction.inverse.hovered' | 'color.interaction.inverse.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';
|
|
4
|
+
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' | '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' | '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' | '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.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.interaction.inverse.hovered' | 'color.interaction.inverse.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';
|