@@ -4,6 +4,7 @@ export const themes: TokenBuildInput[] = [
4
4
{
5
5
filename : 'light' ,
6
6
theme : 'light' ,
7
+ exportToFigma : true ,
7
8
source : [
8
9
`src/tokens/functional/shadow/shadow.json5` ,
9
10
`src/tokens/functional/border/*.json5` ,
@@ -19,6 +20,7 @@ export const themes: TokenBuildInput[] = [
19
20
{
20
21
filename : 'light-tritanopia' ,
21
22
theme : 'light-tritanopia' ,
23
+ exportToFigma : true ,
22
24
source : [
23
25
`src/tokens/functional/shadow/shadow.json5` ,
24
26
`src/tokens/functional/border/*.json5` ,
@@ -34,6 +36,7 @@ export const themes: TokenBuildInput[] = [
34
36
{
35
37
filename : 'light-tritanopia-high-contrast' ,
36
38
theme : 'light-tritanopia-high-contrast' ,
39
+ exportToFigma : false ,
37
40
source : [
38
41
`src/tokens/functional/shadow/shadow.json5` ,
39
42
`src/tokens/functional/border/*.json5` ,
@@ -51,6 +54,7 @@ export const themes: TokenBuildInput[] = [
51
54
{
52
55
filename : 'light-colorblind' ,
53
56
theme : 'light-protanopia-deuteranopia' ,
57
+ exportToFigma : true ,
54
58
source : [
55
59
`src/tokens/functional/shadow/shadow.json5` ,
56
60
`src/tokens/functional/border/*.json5` ,
@@ -66,6 +70,7 @@ export const themes: TokenBuildInput[] = [
66
70
{
67
71
filename : 'light-colorblind-high-contrast' ,
68
72
theme : 'light-protanopia-deuteranopia-high-contrast' ,
73
+ exportToFigma : false ,
69
74
source : [
70
75
`src/tokens/functional/shadow/shadow.json5` ,
71
76
`src/tokens/functional/border/*.json5` ,
@@ -83,6 +88,7 @@ export const themes: TokenBuildInput[] = [
83
88
{
84
89
filename : 'light-high-contrast' ,
85
90
theme : 'light-high-contrast' ,
91
+ exportToFigma : true ,
86
92
source : [
87
93
`src/tokens/functional/shadow/shadow.json5` ,
88
94
`src/tokens/functional/border/*.json5` ,
@@ -99,6 +105,7 @@ export const themes: TokenBuildInput[] = [
99
105
{
100
106
filename : 'dark' ,
101
107
theme : 'dark' ,
108
+ exportToFigma : true ,
102
109
source : [
103
110
`src/tokens/functional/shadow/shadow.json5` ,
104
111
`src/tokens/functional/border/*.json5` ,
@@ -114,6 +121,7 @@ export const themes: TokenBuildInput[] = [
114
121
{
115
122
filename : 'dark-dimmed' ,
116
123
theme : 'dark-dimmed' ,
124
+ exportToFigma : true ,
117
125
source : [
118
126
`src/tokens/functional/shadow/shadow.json5` ,
119
127
`src/tokens/functional/border/*.json5` ,
@@ -130,6 +138,7 @@ export const themes: TokenBuildInput[] = [
130
138
{
131
139
filename : 'dark-dimmed-high-contrast' ,
132
140
theme : 'dark-dimmed-high-contrast' ,
141
+ exportToFigma : false ,
133
142
source : [
134
143
`src/tokens/functional/shadow/shadow.json5` ,
135
144
`src/tokens/functional/border/*.json5` ,
@@ -148,6 +157,7 @@ export const themes: TokenBuildInput[] = [
148
157
{
149
158
filename : 'dark-tritanopia' ,
150
159
theme : 'dark-tritanopia' ,
160
+ exportToFigma : true ,
151
161
source : [
152
162
`src/tokens/functional/shadow/shadow.json5` ,
153
163
`src/tokens/functional/border/*.json5` ,
@@ -163,6 +173,7 @@ export const themes: TokenBuildInput[] = [
163
173
{
164
174
filename : 'dark-tritanopia-high-contrast' ,
165
175
theme : 'dark-tritanopia-high-contrast' ,
176
+ exportToFigma : false ,
166
177
source : [
167
178
`src/tokens/functional/shadow/shadow.json5` ,
168
179
`src/tokens/functional/border/*.json5` ,
@@ -180,6 +191,7 @@ export const themes: TokenBuildInput[] = [
180
191
{
181
192
filename : 'dark-colorblind' ,
182
193
theme : 'dark-protanopia-deuteranopia' ,
194
+ exportToFigma : true ,
183
195
source : [
184
196
`src/tokens/functional/shadow/shadow.json5` ,
185
197
`src/tokens/functional/border/*.json5` ,
@@ -195,6 +207,7 @@ export const themes: TokenBuildInput[] = [
195
207
{
196
208
filename : 'dark-colorblind-high-contrast' ,
197
209
theme : 'dark-protanopia-deuteranopia-high-contrast' ,
210
+ exportToFigma : false ,
198
211
source : [
199
212
`src/tokens/functional/shadow/shadow.json5` ,
200
213
`src/tokens/functional/border/*.json5` ,
@@ -212,6 +225,7 @@ export const themes: TokenBuildInput[] = [
212
225
{
213
226
filename : 'dark-high-contrast' ,
214
227
theme : 'dark-high-contrast' ,
228
+ exportToFigma : true ,
215
229
source : [
216
230
`src/tokens/functional/shadow/shadow.json5` ,
217
231
`src/tokens/functional/border/*.json5` ,
0 commit comments