@atlaskit/tokens 1.5.1 → 1.5.2
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 +6 -0
- package/dist/cjs/artifacts/generated-pairs.js +1 -289
- package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +2 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-iteration.js +902 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +300 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +300 -0
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
- package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +1 -37
- package/dist/cjs/tokens/default/color/accent.js +16 -16
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/generated-pairs.js +1 -289
- package/dist/es2019/artifacts/themes/atlassian-dark-new-input-border.js +2 -14
- package/dist/es2019/artifacts/themes/atlassian-light-new-input-border.js +2 -14
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +293 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +293 -0
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
- package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +1 -37
- package/dist/es2019/tokens/default/color/accent.js +16 -16
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/generated-pairs.js +1 -289
- package/dist/esm/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-new-input-border.js +2 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +293 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +293 -0
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
- package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +1 -37
- package/dist/esm/tokens/default/color/accent.js +16 -16
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
- package/dist/types/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
- package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
- package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
- package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
- package/package.json +3 -1
|
@@ -1,44 +1,8 @@
|
|
|
1
1
|
var color = {
|
|
2
2
|
color: {
|
|
3
3
|
border: {
|
|
4
|
-
'[default]': {
|
|
5
|
-
value: 'Neutral300A'
|
|
6
|
-
},
|
|
7
|
-
bold: {
|
|
8
|
-
value: 'Neutral600'
|
|
9
|
-
},
|
|
10
|
-
inverse: {
|
|
11
|
-
value: 'Neutral0'
|
|
12
|
-
},
|
|
13
|
-
focused: {
|
|
14
|
-
value: 'Blue500'
|
|
15
|
-
},
|
|
16
4
|
input: {
|
|
17
|
-
value: '
|
|
18
|
-
},
|
|
19
|
-
disabled: {
|
|
20
|
-
value: 'Neutral200A'
|
|
21
|
-
},
|
|
22
|
-
brand: {
|
|
23
|
-
value: 'Blue700'
|
|
24
|
-
},
|
|
25
|
-
selected: {
|
|
26
|
-
value: 'Blue700'
|
|
27
|
-
},
|
|
28
|
-
danger: {
|
|
29
|
-
value: 'Red600'
|
|
30
|
-
},
|
|
31
|
-
warning: {
|
|
32
|
-
value: 'Orange600'
|
|
33
|
-
},
|
|
34
|
-
success: {
|
|
35
|
-
value: 'Green600'
|
|
36
|
-
},
|
|
37
|
-
discovery: {
|
|
38
|
-
value: 'Purple600'
|
|
39
|
-
},
|
|
40
|
-
information: {
|
|
41
|
-
value: 'Blue600'
|
|
5
|
+
value: 'Neutral500'
|
|
42
6
|
}
|
|
43
7
|
}
|
|
44
8
|
}
|
|
@@ -8,7 +8,7 @@ var color = {
|
|
|
8
8
|
group: 'paint',
|
|
9
9
|
state: 'active',
|
|
10
10
|
introduced: '0.6.0',
|
|
11
|
-
description: 'Use for blue text on
|
|
11
|
+
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.'
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
bolder: {
|
|
@@ -16,7 +16,7 @@ var color = {
|
|
|
16
16
|
group: 'paint',
|
|
17
17
|
state: 'active',
|
|
18
18
|
introduced: '0.7.0',
|
|
19
|
-
description: 'Use on
|
|
19
|
+
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.'
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
},
|
|
@@ -26,7 +26,7 @@ var color = {
|
|
|
26
26
|
group: 'paint',
|
|
27
27
|
state: 'active',
|
|
28
28
|
introduced: '0.6.0',
|
|
29
|
-
description: 'Use for red text on
|
|
29
|
+
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.'
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
bolder: {
|
|
@@ -34,7 +34,7 @@ var color = {
|
|
|
34
34
|
group: 'paint',
|
|
35
35
|
state: 'active',
|
|
36
36
|
introduced: '0.7.0',
|
|
37
|
-
description: 'Use on
|
|
37
|
+
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.'
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -44,7 +44,7 @@ var color = {
|
|
|
44
44
|
group: 'paint',
|
|
45
45
|
state: 'active',
|
|
46
46
|
introduced: '0.6.0',
|
|
47
|
-
description: 'Use for orange text on
|
|
47
|
+
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.'
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
bolder: {
|
|
@@ -52,7 +52,7 @@ var color = {
|
|
|
52
52
|
group: 'paint',
|
|
53
53
|
state: 'active',
|
|
54
54
|
introduced: '0.7.0',
|
|
55
|
-
description: 'Use on
|
|
55
|
+
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.'
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
@@ -62,7 +62,7 @@ var color = {
|
|
|
62
62
|
group: 'paint',
|
|
63
63
|
state: 'active',
|
|
64
64
|
introduced: '0.6.0',
|
|
65
|
-
description: 'Use for yellow text on
|
|
65
|
+
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.'
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
bolder: {
|
|
@@ -70,7 +70,7 @@ var color = {
|
|
|
70
70
|
group: 'paint',
|
|
71
71
|
state: 'active',
|
|
72
72
|
introduced: '0.7.0',
|
|
73
|
-
description: 'Use on
|
|
73
|
+
description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.'
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
@@ -80,7 +80,7 @@ var color = {
|
|
|
80
80
|
group: 'paint',
|
|
81
81
|
state: 'active',
|
|
82
82
|
introduced: '0.6.0',
|
|
83
|
-
description: 'Use for green text on
|
|
83
|
+
description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.'
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
bolder: {
|
|
@@ -88,7 +88,7 @@ var color = {
|
|
|
88
88
|
group: 'paint',
|
|
89
89
|
state: 'active',
|
|
90
90
|
introduced: '0.7.0',
|
|
91
|
-
description: 'Use on
|
|
91
|
+
description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.'
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
},
|
|
@@ -98,7 +98,7 @@ var color = {
|
|
|
98
98
|
group: 'paint',
|
|
99
99
|
state: 'active',
|
|
100
100
|
introduced: '0.6.0',
|
|
101
|
-
description: 'Use for purple text on
|
|
101
|
+
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.'
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
bolder: {
|
|
@@ -106,7 +106,7 @@ var color = {
|
|
|
106
106
|
group: 'paint',
|
|
107
107
|
state: 'active',
|
|
108
108
|
introduced: '0.7.0',
|
|
109
|
-
description: 'Use on
|
|
109
|
+
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.'
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
@@ -116,7 +116,7 @@ var color = {
|
|
|
116
116
|
group: 'paint',
|
|
117
117
|
state: 'active',
|
|
118
118
|
introduced: '0.6.0',
|
|
119
|
-
description: 'Use for teal text on
|
|
119
|
+
description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.'
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
bolder: {
|
|
@@ -124,7 +124,7 @@ var color = {
|
|
|
124
124
|
group: 'paint',
|
|
125
125
|
state: 'active',
|
|
126
126
|
introduced: '0.7.0',
|
|
127
|
-
description: 'Use on
|
|
127
|
+
description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.'
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
},
|
|
@@ -134,7 +134,7 @@ var color = {
|
|
|
134
134
|
group: 'paint',
|
|
135
135
|
state: 'active',
|
|
136
136
|
introduced: '0.6.0',
|
|
137
|
-
description: 'Use for magenta text on
|
|
137
|
+
description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.'
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
bolder: {
|
|
@@ -142,7 +142,7 @@ var color = {
|
|
|
142
142
|
group: 'paint',
|
|
143
143
|
state: 'active',
|
|
144
144
|
introduced: '0.7.0',
|
|
145
|
-
description: 'Use on
|
|
145
|
+
description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.'
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
},
|
package/dist/esm/version.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Auto-generated list of token pairings that may need to have sufficient contrast.
|
|
5
5
|
* Not currently used by tests, but is used by the custom theme contrast checker example
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::ec8e2d34c5152b1b66186e14b261c0f1>>
|
|
8
8
|
* @codegenCommand yarn build tokens
|
|
9
9
|
*/
|
|
10
10
|
export declare const generatedPairs: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b255ff03ae4f781bb3016003a111bed0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border-input: #596773;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b14cc1106ad737bfef0b77e4b645c1df>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::665c06f00cd5963095f2fe43b7787f07>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: ({
|
|
36
|
+
radius: number;
|
|
37
|
+
spread: number;
|
|
38
|
+
color: string;
|
|
39
|
+
offset: {
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
};
|
|
43
|
+
opacity: number;
|
|
44
|
+
inset: boolean;
|
|
45
|
+
} | {
|
|
46
|
+
radius: number;
|
|
47
|
+
offset: {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
color: string;
|
|
52
|
+
opacity: number;
|
|
53
|
+
spread?: undefined;
|
|
54
|
+
inset?: undefined;
|
|
55
|
+
})[];
|
|
56
|
+
filePath: string;
|
|
57
|
+
isSource: boolean;
|
|
58
|
+
original: {
|
|
59
|
+
attributes: {
|
|
60
|
+
group: string;
|
|
61
|
+
state: string;
|
|
62
|
+
introduced: string;
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
value: ({
|
|
66
|
+
radius: number;
|
|
67
|
+
spread: number;
|
|
68
|
+
color: string;
|
|
69
|
+
offset: {
|
|
70
|
+
x: number;
|
|
71
|
+
y: number;
|
|
72
|
+
};
|
|
73
|
+
opacity: number;
|
|
74
|
+
inset: boolean;
|
|
75
|
+
} | {
|
|
76
|
+
radius: number;
|
|
77
|
+
offset: {
|
|
78
|
+
x: number;
|
|
79
|
+
y: number;
|
|
80
|
+
};
|
|
81
|
+
color: string;
|
|
82
|
+
opacity: number;
|
|
83
|
+
spread?: undefined;
|
|
84
|
+
inset?: undefined;
|
|
85
|
+
})[];
|
|
86
|
+
};
|
|
87
|
+
name: string;
|
|
88
|
+
path: string[];
|
|
89
|
+
cleanName: string;
|
|
90
|
+
})[];
|
|
91
|
+
export default tokens;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2c7e6a36e75ad8b32981cc4bbaa378db>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::9f67599bfba65a0405dbfb30738d18c8>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::2cd5fe066fcdc4fd65b0d5ee54a25928>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5a69885c78d580dd4da675165d8163c0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1b8e6179220992a91da861f10183038f>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::2246b2d7c94a1fe562f7860f3b40764b>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const color: {
|
|
2
|
+
color: {
|
|
3
|
+
border: {
|
|
4
|
+
input: {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
4
10
|
export default color;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const color: {
|
|
2
|
+
color: {
|
|
3
|
+
border: {
|
|
4
|
+
input: {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
4
10
|
export default color;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Auto-generated list of token pairings that may need to have sufficient contrast.
|
|
5
5
|
* Not currently used by tests, but is used by the custom theme contrast checker example
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::ec8e2d34c5152b1b66186e14b261c0f1>>
|
|
8
8
|
* @codegenCommand yarn build tokens
|
|
9
9
|
*/
|
|
10
10
|
export declare const generatedPairs: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b255ff03ae4f781bb3016003a111bed0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border-input: #596773;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b14cc1106ad737bfef0b77e4b645c1df>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::665c06f00cd5963095f2fe43b7787f07>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: ({
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
} | {
|
|
29
|
+
attributes: {
|
|
30
|
+
group: string;
|
|
31
|
+
state: string;
|
|
32
|
+
introduced: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
value: ({
|
|
36
|
+
radius: number;
|
|
37
|
+
spread: number;
|
|
38
|
+
color: string;
|
|
39
|
+
offset: {
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
};
|
|
43
|
+
opacity: number;
|
|
44
|
+
inset: boolean;
|
|
45
|
+
} | {
|
|
46
|
+
radius: number;
|
|
47
|
+
offset: {
|
|
48
|
+
x: number;
|
|
49
|
+
y: number;
|
|
50
|
+
};
|
|
51
|
+
color: string;
|
|
52
|
+
opacity: number;
|
|
53
|
+
spread?: undefined;
|
|
54
|
+
inset?: undefined;
|
|
55
|
+
})[];
|
|
56
|
+
filePath: string;
|
|
57
|
+
isSource: boolean;
|
|
58
|
+
original: {
|
|
59
|
+
attributes: {
|
|
60
|
+
group: string;
|
|
61
|
+
state: string;
|
|
62
|
+
introduced: string;
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
value: ({
|
|
66
|
+
radius: number;
|
|
67
|
+
spread: number;
|
|
68
|
+
color: string;
|
|
69
|
+
offset: {
|
|
70
|
+
x: number;
|
|
71
|
+
y: number;
|
|
72
|
+
};
|
|
73
|
+
opacity: number;
|
|
74
|
+
inset: boolean;
|
|
75
|
+
} | {
|
|
76
|
+
radius: number;
|
|
77
|
+
offset: {
|
|
78
|
+
x: number;
|
|
79
|
+
y: number;
|
|
80
|
+
};
|
|
81
|
+
color: string;
|
|
82
|
+
opacity: number;
|
|
83
|
+
spread?: undefined;
|
|
84
|
+
inset?: undefined;
|
|
85
|
+
})[];
|
|
86
|
+
};
|
|
87
|
+
name: string;
|
|
88
|
+
path: string[];
|
|
89
|
+
cleanName: string;
|
|
90
|
+
})[];
|
|
91
|
+
export default tokens;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f091852abdb216a4ab49dfd79884c4d4>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1b68ecd19e4ca98d437238a217feab43>>
|
|
4
|
+
* @codegenCommand yarn build tokens
|
|
5
|
+
*/
|
|
6
|
+
declare const tokens: {
|
|
7
|
+
attributes: {
|
|
8
|
+
group: string;
|
|
9
|
+
state: string;
|
|
10
|
+
introduced: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
isSource: boolean;
|
|
16
|
+
original: {
|
|
17
|
+
attributes: {
|
|
18
|
+
group: string;
|
|
19
|
+
state: string;
|
|
20
|
+
introduced: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
value: string;
|
|
24
|
+
};
|
|
25
|
+
name: string;
|
|
26
|
+
path: string[];
|
|
27
|
+
cleanName: string;
|
|
28
|
+
}[];
|
|
29
|
+
export default tokens;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const color: {
|
|
2
|
+
color: {
|
|
3
|
+
border: {
|
|
4
|
+
input: {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
4
10
|
export default color;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const color: {
|
|
2
|
+
color: {
|
|
3
|
+
border: {
|
|
4
|
+
input: {
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
4
10
|
export default color;
|