@atlaskit/tokens 0.10.20 → 0.10.22
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 +12 -0
- package/babel-plugin/package.json +8 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +41 -0
- package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +41 -0
- package/dist/types-ts4.0/artifacts/rename-mapping.d.ts +26 -0
- package/dist/types-ts4.0/artifacts/token-default-values.d.ts +302 -0
- package/dist/types-ts4.0/artifacts/token-names.d.ts +593 -0
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +222 -0
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +222 -0
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +174 -0
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +174 -0
- package/dist/types-ts4.0/artifacts/types-internal.d.ts +6 -0
- package/dist/types-ts4.0/artifacts/types.d.ts +6 -0
- package/dist/types-ts4.0/babel-plugin/index.d.ts +1 -0
- package/dist/types-ts4.0/babel-plugin/plugin.d.ts +14 -0
- package/dist/types-ts4.0/constants.d.ts +17 -0
- package/dist/types-ts4.0/entry-points/babel-plugin.d.ts +1 -0
- package/dist/types-ts4.0/entry-points/palettes-raw.d.ts +1 -0
- package/dist/types-ts4.0/entry-points/rename-mapping.d.ts +1 -0
- package/dist/types-ts4.0/entry-points/token-ids.d.ts +1 -0
- package/dist/types-ts4.0/entry-points/token-names.d.ts +2 -0
- package/dist/types-ts4.0/figma/synchronize-figma-tokens.d.ts +24 -0
- package/dist/types-ts4.0/figma/types.d.ts +40 -0
- package/dist/types-ts4.0/get-token.d.ts +4 -0
- package/dist/types-ts4.0/index.d.ts +5 -0
- package/dist/types-ts4.0/palettes/legacy-palette.d.ts +10 -0
- package/dist/types-ts4.0/palettes/palette.d.ts +5 -0
- package/dist/types-ts4.0/set-global-theme.d.ts +3 -0
- package/dist/types-ts4.0/theme-change-observer.d.ts +35 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/deprecated/deprecated.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/deprecated/deprecated.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/deprecated/deprecated.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/background.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/border.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/color/text.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/deprecated/deprecated.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.0/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.0/tokens/default/color/accent.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/background.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/border.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/icon.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/interaction.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/color/text.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/deprecated/deprecated.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.0/tokens/default/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +5 -0
- package/dist/types-ts4.0/types.d.ts +656 -0
- package/dist/types-ts4.0/utils/color-detection.d.ts +38 -0
- package/dist/types-ts4.0/utils/token-ids.d.ts +41 -0
- package/package.json +14 -8
- package/palettes-raw/package.json +8 -1
- package/rename-mapping/package.json +8 -1
- package/token-ids/package.json +8 -1
- package/token-names/package.json +8 -1
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::41ca1e1e710a7febb4c2b2ec651ef5f6>>
|
|
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
|
+
deprecated?: undefined;
|
|
13
|
+
deleted?: undefined;
|
|
14
|
+
replacement?: undefined;
|
|
15
|
+
};
|
|
16
|
+
value: string;
|
|
17
|
+
filePath: string;
|
|
18
|
+
isSource: boolean;
|
|
19
|
+
original: {
|
|
20
|
+
attributes: {
|
|
21
|
+
group: string;
|
|
22
|
+
state: string;
|
|
23
|
+
introduced: string;
|
|
24
|
+
description: string;
|
|
25
|
+
deprecated?: undefined;
|
|
26
|
+
deleted?: undefined;
|
|
27
|
+
replacement?: undefined;
|
|
28
|
+
};
|
|
29
|
+
value: string;
|
|
30
|
+
};
|
|
31
|
+
name: string;
|
|
32
|
+
path: string[];
|
|
33
|
+
} | {
|
|
34
|
+
attributes: {
|
|
35
|
+
group: string;
|
|
36
|
+
state: string;
|
|
37
|
+
introduced: string;
|
|
38
|
+
deprecated: string;
|
|
39
|
+
deleted: string;
|
|
40
|
+
replacement: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
value: string;
|
|
44
|
+
filePath: string;
|
|
45
|
+
isSource: boolean;
|
|
46
|
+
original: {
|
|
47
|
+
attributes: {
|
|
48
|
+
group: string;
|
|
49
|
+
state: string;
|
|
50
|
+
introduced: string;
|
|
51
|
+
deprecated: string;
|
|
52
|
+
deleted: string;
|
|
53
|
+
replacement: string;
|
|
54
|
+
description: string;
|
|
55
|
+
};
|
|
56
|
+
value: string;
|
|
57
|
+
};
|
|
58
|
+
name: string;
|
|
59
|
+
path: string[];
|
|
60
|
+
} | {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: string;
|
|
63
|
+
state: string;
|
|
64
|
+
introduced: string;
|
|
65
|
+
deprecated: string;
|
|
66
|
+
deleted: string;
|
|
67
|
+
replacement: string;
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
value: ({
|
|
71
|
+
radius: number;
|
|
72
|
+
spread: number;
|
|
73
|
+
color: string;
|
|
74
|
+
offset: {
|
|
75
|
+
x: number;
|
|
76
|
+
y: number;
|
|
77
|
+
};
|
|
78
|
+
opacity: number;
|
|
79
|
+
inset: boolean;
|
|
80
|
+
} | {
|
|
81
|
+
radius: number;
|
|
82
|
+
offset: {
|
|
83
|
+
x: number;
|
|
84
|
+
y: number;
|
|
85
|
+
};
|
|
86
|
+
color: string;
|
|
87
|
+
opacity: number;
|
|
88
|
+
spread?: undefined;
|
|
89
|
+
inset?: undefined;
|
|
90
|
+
})[];
|
|
91
|
+
filePath: string;
|
|
92
|
+
isSource: boolean;
|
|
93
|
+
original: {
|
|
94
|
+
attributes: {
|
|
95
|
+
group: string;
|
|
96
|
+
state: string;
|
|
97
|
+
introduced: string;
|
|
98
|
+
deprecated: string;
|
|
99
|
+
deleted: string;
|
|
100
|
+
replacement: string;
|
|
101
|
+
description: string;
|
|
102
|
+
};
|
|
103
|
+
value: ({
|
|
104
|
+
radius: number;
|
|
105
|
+
spread: number;
|
|
106
|
+
color: string;
|
|
107
|
+
offset: {
|
|
108
|
+
x: number;
|
|
109
|
+
y: number;
|
|
110
|
+
};
|
|
111
|
+
opacity: number;
|
|
112
|
+
inset: boolean;
|
|
113
|
+
} | {
|
|
114
|
+
radius: number;
|
|
115
|
+
offset: {
|
|
116
|
+
x: number;
|
|
117
|
+
y: number;
|
|
118
|
+
};
|
|
119
|
+
color: string;
|
|
120
|
+
opacity: number;
|
|
121
|
+
spread?: undefined;
|
|
122
|
+
inset?: undefined;
|
|
123
|
+
})[];
|
|
124
|
+
};
|
|
125
|
+
name: string;
|
|
126
|
+
path: string[];
|
|
127
|
+
} | {
|
|
128
|
+
attributes: {
|
|
129
|
+
group: string;
|
|
130
|
+
state: string;
|
|
131
|
+
introduced: string;
|
|
132
|
+
description: string;
|
|
133
|
+
deprecated?: undefined;
|
|
134
|
+
deleted?: undefined;
|
|
135
|
+
replacement?: undefined;
|
|
136
|
+
};
|
|
137
|
+
value: ({
|
|
138
|
+
radius: number;
|
|
139
|
+
spread: number;
|
|
140
|
+
color: string;
|
|
141
|
+
offset: {
|
|
142
|
+
x: number;
|
|
143
|
+
y: number;
|
|
144
|
+
};
|
|
145
|
+
opacity: number;
|
|
146
|
+
inset: boolean;
|
|
147
|
+
} | {
|
|
148
|
+
radius: number;
|
|
149
|
+
offset: {
|
|
150
|
+
x: number;
|
|
151
|
+
y: number;
|
|
152
|
+
};
|
|
153
|
+
color: string;
|
|
154
|
+
opacity: number;
|
|
155
|
+
spread?: undefined;
|
|
156
|
+
inset?: undefined;
|
|
157
|
+
})[];
|
|
158
|
+
filePath: string;
|
|
159
|
+
isSource: boolean;
|
|
160
|
+
original: {
|
|
161
|
+
attributes: {
|
|
162
|
+
group: string;
|
|
163
|
+
state: string;
|
|
164
|
+
introduced: string;
|
|
165
|
+
description: string;
|
|
166
|
+
deprecated?: undefined;
|
|
167
|
+
deleted?: undefined;
|
|
168
|
+
replacement?: undefined;
|
|
169
|
+
};
|
|
170
|
+
value: ({
|
|
171
|
+
radius: number;
|
|
172
|
+
spread: number;
|
|
173
|
+
color: string;
|
|
174
|
+
offset: {
|
|
175
|
+
x: number;
|
|
176
|
+
y: number;
|
|
177
|
+
};
|
|
178
|
+
opacity: number;
|
|
179
|
+
inset: boolean;
|
|
180
|
+
} | {
|
|
181
|
+
radius: number;
|
|
182
|
+
offset: {
|
|
183
|
+
x: number;
|
|
184
|
+
y: number;
|
|
185
|
+
};
|
|
186
|
+
color: string;
|
|
187
|
+
opacity: number;
|
|
188
|
+
spread?: undefined;
|
|
189
|
+
inset?: undefined;
|
|
190
|
+
})[];
|
|
191
|
+
};
|
|
192
|
+
name: string;
|
|
193
|
+
path: string[];
|
|
194
|
+
} | {
|
|
195
|
+
attributes: {
|
|
196
|
+
group: string;
|
|
197
|
+
state: string;
|
|
198
|
+
introduced: string;
|
|
199
|
+
description: string;
|
|
200
|
+
deprecated?: undefined;
|
|
201
|
+
deleted?: undefined;
|
|
202
|
+
replacement?: undefined;
|
|
203
|
+
};
|
|
204
|
+
value: number;
|
|
205
|
+
filePath: string;
|
|
206
|
+
isSource: boolean;
|
|
207
|
+
original: {
|
|
208
|
+
attributes: {
|
|
209
|
+
group: string;
|
|
210
|
+
state: string;
|
|
211
|
+
introduced: string;
|
|
212
|
+
description: string;
|
|
213
|
+
deprecated?: undefined;
|
|
214
|
+
deleted?: undefined;
|
|
215
|
+
replacement?: undefined;
|
|
216
|
+
};
|
|
217
|
+
value: string;
|
|
218
|
+
};
|
|
219
|
+
name: string;
|
|
220
|
+
path: string[];
|
|
221
|
+
})[];
|
|
222
|
+
export default tokens;
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c82e43b67b045a60bb8a6c1dc11edd58>>
|
|
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
|
+
deprecated?: undefined;
|
|
13
|
+
deleted?: undefined;
|
|
14
|
+
replacement?: undefined;
|
|
15
|
+
};
|
|
16
|
+
value: string;
|
|
17
|
+
filePath: string;
|
|
18
|
+
isSource: boolean;
|
|
19
|
+
original: {
|
|
20
|
+
attributes: {
|
|
21
|
+
group: string;
|
|
22
|
+
state: string;
|
|
23
|
+
introduced: string;
|
|
24
|
+
description: string;
|
|
25
|
+
deprecated?: undefined;
|
|
26
|
+
deleted?: undefined;
|
|
27
|
+
replacement?: undefined;
|
|
28
|
+
};
|
|
29
|
+
value: string;
|
|
30
|
+
};
|
|
31
|
+
name: string;
|
|
32
|
+
path: string[];
|
|
33
|
+
} | {
|
|
34
|
+
attributes: {
|
|
35
|
+
group: string;
|
|
36
|
+
state: string;
|
|
37
|
+
introduced: string;
|
|
38
|
+
deprecated: string;
|
|
39
|
+
deleted: string;
|
|
40
|
+
replacement: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
value: string;
|
|
44
|
+
filePath: string;
|
|
45
|
+
isSource: boolean;
|
|
46
|
+
original: {
|
|
47
|
+
attributes: {
|
|
48
|
+
group: string;
|
|
49
|
+
state: string;
|
|
50
|
+
introduced: string;
|
|
51
|
+
deprecated: string;
|
|
52
|
+
deleted: string;
|
|
53
|
+
replacement: string;
|
|
54
|
+
description: string;
|
|
55
|
+
};
|
|
56
|
+
value: string;
|
|
57
|
+
};
|
|
58
|
+
name: string;
|
|
59
|
+
path: string[];
|
|
60
|
+
} | {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: string;
|
|
63
|
+
state: string;
|
|
64
|
+
introduced: string;
|
|
65
|
+
deprecated: string;
|
|
66
|
+
deleted: string;
|
|
67
|
+
replacement: string;
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
value: ({
|
|
71
|
+
radius: number;
|
|
72
|
+
spread: number;
|
|
73
|
+
color: string;
|
|
74
|
+
offset: {
|
|
75
|
+
x: number;
|
|
76
|
+
y: number;
|
|
77
|
+
};
|
|
78
|
+
opacity: number;
|
|
79
|
+
inset: boolean;
|
|
80
|
+
} | {
|
|
81
|
+
radius: number;
|
|
82
|
+
offset: {
|
|
83
|
+
x: number;
|
|
84
|
+
y: number;
|
|
85
|
+
};
|
|
86
|
+
color: string;
|
|
87
|
+
opacity: number;
|
|
88
|
+
spread?: undefined;
|
|
89
|
+
inset?: undefined;
|
|
90
|
+
})[];
|
|
91
|
+
filePath: string;
|
|
92
|
+
isSource: boolean;
|
|
93
|
+
original: {
|
|
94
|
+
attributes: {
|
|
95
|
+
group: string;
|
|
96
|
+
state: string;
|
|
97
|
+
introduced: string;
|
|
98
|
+
deprecated: string;
|
|
99
|
+
deleted: string;
|
|
100
|
+
replacement: string;
|
|
101
|
+
description: string;
|
|
102
|
+
};
|
|
103
|
+
value: ({
|
|
104
|
+
radius: number;
|
|
105
|
+
spread: number;
|
|
106
|
+
color: string;
|
|
107
|
+
offset: {
|
|
108
|
+
x: number;
|
|
109
|
+
y: number;
|
|
110
|
+
};
|
|
111
|
+
opacity: number;
|
|
112
|
+
inset: boolean;
|
|
113
|
+
} | {
|
|
114
|
+
radius: number;
|
|
115
|
+
offset: {
|
|
116
|
+
x: number;
|
|
117
|
+
y: number;
|
|
118
|
+
};
|
|
119
|
+
color: string;
|
|
120
|
+
opacity: number;
|
|
121
|
+
spread?: undefined;
|
|
122
|
+
inset?: undefined;
|
|
123
|
+
})[];
|
|
124
|
+
};
|
|
125
|
+
name: string;
|
|
126
|
+
path: string[];
|
|
127
|
+
} | {
|
|
128
|
+
attributes: {
|
|
129
|
+
group: string;
|
|
130
|
+
state: string;
|
|
131
|
+
introduced: string;
|
|
132
|
+
description: string;
|
|
133
|
+
deprecated?: undefined;
|
|
134
|
+
deleted?: undefined;
|
|
135
|
+
replacement?: undefined;
|
|
136
|
+
};
|
|
137
|
+
value: ({
|
|
138
|
+
radius: number;
|
|
139
|
+
spread: number;
|
|
140
|
+
color: string;
|
|
141
|
+
offset: {
|
|
142
|
+
x: number;
|
|
143
|
+
y: number;
|
|
144
|
+
};
|
|
145
|
+
opacity: number;
|
|
146
|
+
inset: boolean;
|
|
147
|
+
} | {
|
|
148
|
+
radius: number;
|
|
149
|
+
offset: {
|
|
150
|
+
x: number;
|
|
151
|
+
y: number;
|
|
152
|
+
};
|
|
153
|
+
color: string;
|
|
154
|
+
opacity: number;
|
|
155
|
+
spread?: undefined;
|
|
156
|
+
inset?: undefined;
|
|
157
|
+
})[];
|
|
158
|
+
filePath: string;
|
|
159
|
+
isSource: boolean;
|
|
160
|
+
original: {
|
|
161
|
+
attributes: {
|
|
162
|
+
group: string;
|
|
163
|
+
state: string;
|
|
164
|
+
introduced: string;
|
|
165
|
+
description: string;
|
|
166
|
+
deprecated?: undefined;
|
|
167
|
+
deleted?: undefined;
|
|
168
|
+
replacement?: undefined;
|
|
169
|
+
};
|
|
170
|
+
value: ({
|
|
171
|
+
radius: number;
|
|
172
|
+
spread: number;
|
|
173
|
+
color: string;
|
|
174
|
+
offset: {
|
|
175
|
+
x: number;
|
|
176
|
+
y: number;
|
|
177
|
+
};
|
|
178
|
+
opacity: number;
|
|
179
|
+
inset: boolean;
|
|
180
|
+
} | {
|
|
181
|
+
radius: number;
|
|
182
|
+
offset: {
|
|
183
|
+
x: number;
|
|
184
|
+
y: number;
|
|
185
|
+
};
|
|
186
|
+
color: string;
|
|
187
|
+
opacity: number;
|
|
188
|
+
spread?: undefined;
|
|
189
|
+
inset?: undefined;
|
|
190
|
+
})[];
|
|
191
|
+
};
|
|
192
|
+
name: string;
|
|
193
|
+
path: string[];
|
|
194
|
+
} | {
|
|
195
|
+
attributes: {
|
|
196
|
+
group: string;
|
|
197
|
+
state: string;
|
|
198
|
+
introduced: string;
|
|
199
|
+
description: string;
|
|
200
|
+
deprecated?: undefined;
|
|
201
|
+
deleted?: undefined;
|
|
202
|
+
replacement?: undefined;
|
|
203
|
+
};
|
|
204
|
+
value: number;
|
|
205
|
+
filePath: string;
|
|
206
|
+
isSource: boolean;
|
|
207
|
+
original: {
|
|
208
|
+
attributes: {
|
|
209
|
+
group: string;
|
|
210
|
+
state: string;
|
|
211
|
+
introduced: string;
|
|
212
|
+
description: string;
|
|
213
|
+
deprecated?: undefined;
|
|
214
|
+
deleted?: undefined;
|
|
215
|
+
replacement?: undefined;
|
|
216
|
+
};
|
|
217
|
+
value: string;
|
|
218
|
+
};
|
|
219
|
+
name: string;
|
|
220
|
+
path: string[];
|
|
221
|
+
})[];
|
|
222
|
+
export default tokens;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::de3cdd57ab11cc9e909f280b3ea720f0>>
|
|
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
|
+
deprecated?: undefined;
|
|
13
|
+
deleted?: undefined;
|
|
14
|
+
replacement?: undefined;
|
|
15
|
+
};
|
|
16
|
+
value: string;
|
|
17
|
+
filePath: string;
|
|
18
|
+
isSource: boolean;
|
|
19
|
+
original: {
|
|
20
|
+
attributes: {
|
|
21
|
+
group: string;
|
|
22
|
+
state: string;
|
|
23
|
+
introduced: string;
|
|
24
|
+
description: string;
|
|
25
|
+
deprecated?: undefined;
|
|
26
|
+
deleted?: undefined;
|
|
27
|
+
replacement?: undefined;
|
|
28
|
+
};
|
|
29
|
+
value: string;
|
|
30
|
+
};
|
|
31
|
+
name: string;
|
|
32
|
+
path: string[];
|
|
33
|
+
} | {
|
|
34
|
+
attributes: {
|
|
35
|
+
group: string;
|
|
36
|
+
state: string;
|
|
37
|
+
introduced: string;
|
|
38
|
+
deprecated: string;
|
|
39
|
+
deleted: string;
|
|
40
|
+
replacement: string;
|
|
41
|
+
description: string;
|
|
42
|
+
};
|
|
43
|
+
value: string;
|
|
44
|
+
filePath: string;
|
|
45
|
+
isSource: boolean;
|
|
46
|
+
original: {
|
|
47
|
+
attributes: {
|
|
48
|
+
group: string;
|
|
49
|
+
state: string;
|
|
50
|
+
introduced: string;
|
|
51
|
+
deprecated: string;
|
|
52
|
+
deleted: string;
|
|
53
|
+
replacement: string;
|
|
54
|
+
description: string;
|
|
55
|
+
};
|
|
56
|
+
value: string;
|
|
57
|
+
};
|
|
58
|
+
name: string;
|
|
59
|
+
path: string[];
|
|
60
|
+
} | {
|
|
61
|
+
attributes: {
|
|
62
|
+
group: string;
|
|
63
|
+
state: string;
|
|
64
|
+
introduced: string;
|
|
65
|
+
deprecated: string;
|
|
66
|
+
deleted: string;
|
|
67
|
+
replacement: string;
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
value: {
|
|
71
|
+
radius: number;
|
|
72
|
+
offset: {
|
|
73
|
+
x: number;
|
|
74
|
+
y: number;
|
|
75
|
+
};
|
|
76
|
+
color: string;
|
|
77
|
+
opacity: number;
|
|
78
|
+
}[];
|
|
79
|
+
filePath: string;
|
|
80
|
+
isSource: boolean;
|
|
81
|
+
original: {
|
|
82
|
+
attributes: {
|
|
83
|
+
group: string;
|
|
84
|
+
state: string;
|
|
85
|
+
introduced: string;
|
|
86
|
+
deprecated: string;
|
|
87
|
+
deleted: string;
|
|
88
|
+
replacement: string;
|
|
89
|
+
description: string;
|
|
90
|
+
};
|
|
91
|
+
value: {
|
|
92
|
+
radius: number;
|
|
93
|
+
offset: {
|
|
94
|
+
x: number;
|
|
95
|
+
y: number;
|
|
96
|
+
};
|
|
97
|
+
color: string;
|
|
98
|
+
opacity: number;
|
|
99
|
+
}[];
|
|
100
|
+
};
|
|
101
|
+
name: string;
|
|
102
|
+
path: string[];
|
|
103
|
+
} | {
|
|
104
|
+
attributes: {
|
|
105
|
+
group: string;
|
|
106
|
+
state: string;
|
|
107
|
+
introduced: string;
|
|
108
|
+
description: string;
|
|
109
|
+
deprecated?: undefined;
|
|
110
|
+
deleted?: undefined;
|
|
111
|
+
replacement?: undefined;
|
|
112
|
+
};
|
|
113
|
+
value: {
|
|
114
|
+
radius: number;
|
|
115
|
+
offset: {
|
|
116
|
+
x: number;
|
|
117
|
+
y: number;
|
|
118
|
+
};
|
|
119
|
+
color: string;
|
|
120
|
+
opacity: number;
|
|
121
|
+
}[];
|
|
122
|
+
filePath: string;
|
|
123
|
+
isSource: boolean;
|
|
124
|
+
original: {
|
|
125
|
+
attributes: {
|
|
126
|
+
group: string;
|
|
127
|
+
state: string;
|
|
128
|
+
introduced: string;
|
|
129
|
+
description: string;
|
|
130
|
+
deprecated?: undefined;
|
|
131
|
+
deleted?: undefined;
|
|
132
|
+
replacement?: undefined;
|
|
133
|
+
};
|
|
134
|
+
value: {
|
|
135
|
+
radius: number;
|
|
136
|
+
offset: {
|
|
137
|
+
x: number;
|
|
138
|
+
y: number;
|
|
139
|
+
};
|
|
140
|
+
color: string;
|
|
141
|
+
opacity: number;
|
|
142
|
+
}[];
|
|
143
|
+
};
|
|
144
|
+
name: string;
|
|
145
|
+
path: string[];
|
|
146
|
+
} | {
|
|
147
|
+
attributes: {
|
|
148
|
+
group: string;
|
|
149
|
+
state: string;
|
|
150
|
+
introduced: string;
|
|
151
|
+
description: string;
|
|
152
|
+
deprecated?: undefined;
|
|
153
|
+
deleted?: undefined;
|
|
154
|
+
replacement?: undefined;
|
|
155
|
+
};
|
|
156
|
+
value: number;
|
|
157
|
+
filePath: string;
|
|
158
|
+
isSource: boolean;
|
|
159
|
+
original: {
|
|
160
|
+
attributes: {
|
|
161
|
+
group: string;
|
|
162
|
+
state: string;
|
|
163
|
+
introduced: string;
|
|
164
|
+
description: string;
|
|
165
|
+
deprecated?: undefined;
|
|
166
|
+
deleted?: undefined;
|
|
167
|
+
replacement?: undefined;
|
|
168
|
+
};
|
|
169
|
+
value: string;
|
|
170
|
+
};
|
|
171
|
+
name: string;
|
|
172
|
+
path: string[];
|
|
173
|
+
})[];
|
|
174
|
+
export default tokens;
|