@semi-bot/semi-theme-tt4d 1.0.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/README.md +24 -0
- package/package.json +14 -0
- package/raw.json +1203 -0
- package/scss/_font.scss +64 -0
- package/scss/_palette.scss +352 -0
- package/scss/animation.scss +39 -0
- package/scss/custom.scss +0 -0
- package/scss/global.scss +249 -0
- package/scss/index.scss +3 -0
- package/scss/local.scss +78 -0
- package/scss/mixin.scss +72 -0
- package/scss/variables.scss +75 -0
- package/semi.css +24811 -0
- package/semi.min.css +1 -0
package/raw.json
ADDED
|
@@ -0,0 +1,1203 @@
|
|
|
1
|
+
{
|
|
2
|
+
"palette": {
|
|
3
|
+
"dark": {
|
|
4
|
+
"--semi-black": "0, 0, 0",
|
|
5
|
+
"--semi-red-0": "104,7,6",
|
|
6
|
+
"--semi-red-1": "140,17,13",
|
|
7
|
+
"--semi-red-2": "176,32,21",
|
|
8
|
+
"--semi-red-3": "211,50,32",
|
|
9
|
+
"--semi-red-4": "247,72,45",
|
|
10
|
+
"--semi-red-5": "249,113,86",
|
|
11
|
+
"--semi-red-6": "250,152,127",
|
|
12
|
+
"--semi-red-7": "252,189,169",
|
|
13
|
+
"--semi-red-8": "253,223,212",
|
|
14
|
+
"--semi-red-9": "254,243,238",
|
|
15
|
+
"--semi-white": "255, 255, 255",
|
|
16
|
+
"--semi-blue-0": "0,42,105",
|
|
17
|
+
"--semi-blue-1": "0,59,141",
|
|
18
|
+
"--semi-blue-2": "1,78,177",
|
|
19
|
+
"--semi-blue-3": "7,100,212",
|
|
20
|
+
"--semi-blue-4": "16,125,248",
|
|
21
|
+
"--semi-blue-5": "63,154,249",
|
|
22
|
+
"--semi-blue-6": "110,181,251",
|
|
23
|
+
"--semi-blue-7": "158,207,252",
|
|
24
|
+
"--semi-blue-8": "206,232,254",
|
|
25
|
+
"--semi-blue-9": "236,246,254",
|
|
26
|
+
"--semi-cyan-0": "3,50,60",
|
|
27
|
+
"--semi-cyan-1": "5,76,90",
|
|
28
|
+
"--semi-cyan-2": "8,104,120",
|
|
29
|
+
"--semi-cyan-3": "12,133,150",
|
|
30
|
+
"--semi-cyan-4": "16,162,180",
|
|
31
|
+
"--semi-cyan-5": "53,182,195",
|
|
32
|
+
"--semi-cyan-6": "95,201,210",
|
|
33
|
+
"--semi-cyan-7": "143,220,225",
|
|
34
|
+
"--semi-cyan-8": "196,238,240",
|
|
35
|
+
"--semi-cyan-9": "230,247,248",
|
|
36
|
+
"--semi-grey-0": "28,31,35",
|
|
37
|
+
"--semi-grey-1": "46,50,56",
|
|
38
|
+
"--semi-grey-2": "65,70,76",
|
|
39
|
+
"--semi-grey-3": "85,91,97",
|
|
40
|
+
"--semi-grey-4": "107,112,117",
|
|
41
|
+
"--semi-grey-5": "136,141,146",
|
|
42
|
+
"--semi-grey-6": "167,171,176",
|
|
43
|
+
"--semi-grey-7": "198,202,205",
|
|
44
|
+
"--semi-grey-8": "230,232,234",
|
|
45
|
+
"--semi-grey-9": "249,249,249",
|
|
46
|
+
"--semi-lime-0": "46,69,2",
|
|
47
|
+
"--semi-lime-1": "71,103,3",
|
|
48
|
+
"--semi-lime-2": "98,138,6",
|
|
49
|
+
"--semi-lime-3": "125,173,9",
|
|
50
|
+
"--semi-lime-4": "154,207,13",
|
|
51
|
+
"--semi-lime-5": "167,217,54",
|
|
52
|
+
"--semi-lime-6": "183,226,99",
|
|
53
|
+
"--semi-lime-7": "203,236,147",
|
|
54
|
+
"--semi-lime-8": "227,245,199",
|
|
55
|
+
"--semi-lime-9": "242,250,232",
|
|
56
|
+
"--semi-pink-0": "88,5,42",
|
|
57
|
+
"--semi-pink-1": "124,11,58",
|
|
58
|
+
"--semi-pink-2": "160,19,73",
|
|
59
|
+
"--semi-pink-3": "195,30,87",
|
|
60
|
+
"--semi-pink-4": "231,42,101",
|
|
61
|
+
"--semi-pink-5": "236,81,124",
|
|
62
|
+
"--semi-pink-6": "241,122,151",
|
|
63
|
+
"--semi-pink-7": "245,165,182",
|
|
64
|
+
"--semi-pink-8": "250,209,217",
|
|
65
|
+
"--semi-pink-9": "253,237,240",
|
|
66
|
+
"--semi-teal-0": "1,60,59",
|
|
67
|
+
"--semi-teal-1": "3,90,88",
|
|
68
|
+
"--semi-teal-2": "5,119,115",
|
|
69
|
+
"--semi-teal-3": "8,149,141",
|
|
70
|
+
"--semi-teal-4": "11,179,167",
|
|
71
|
+
"--semi-teal-5": "48,194,181",
|
|
72
|
+
"--semi-teal-6": "91,209,197",
|
|
73
|
+
"--semi-teal-7": "140,225,214",
|
|
74
|
+
"--semi-teal-8": "195,240,234",
|
|
75
|
+
"--semi-teal-9": "229,247,245",
|
|
76
|
+
"--semi-amber-0": "79,46,8",
|
|
77
|
+
"--semi-amber-1": "119,75,13",
|
|
78
|
+
"--semi-amber-2": "159,107,19",
|
|
79
|
+
"--semi-amber-3": "198,143,26",
|
|
80
|
+
"--semi-amber-4": "238,183,34",
|
|
81
|
+
"--semi-amber-5": "241,202,76",
|
|
82
|
+
"--semi-amber-6": "245,219,119",
|
|
83
|
+
"--semi-amber-7": "248,234,163",
|
|
84
|
+
"--semi-amber-8": "252,246,208",
|
|
85
|
+
"--semi-amber-9": "253,251,237",
|
|
86
|
+
"--semi-brand-0": "1,40,102",
|
|
87
|
+
"--semi-brand-1": "5,59,138",
|
|
88
|
+
"--semi-brand-2": "12,80,174",
|
|
89
|
+
"--semi-brand-3": "20,103,209",
|
|
90
|
+
"--semi-brand-4": "31,128,245",
|
|
91
|
+
"--semi-brand-5": "74,156,247",
|
|
92
|
+
"--semi-brand-6": "119,182,249",
|
|
93
|
+
"--semi-brand-7": "163,207,251",
|
|
94
|
+
"--semi-brand-8": "209,232,253",
|
|
95
|
+
"--semi-brand-9": "237,246,254",
|
|
96
|
+
"--semi-green-0": "18,60,26",
|
|
97
|
+
"--semi-green-1": "28,90,39",
|
|
98
|
+
"--semi-green-2": "39,119,51",
|
|
99
|
+
"--semi-green-3": "50,149,64",
|
|
100
|
+
"--semi-green-4": "62,179,76",
|
|
101
|
+
"--semi-green-5": "93,194,103",
|
|
102
|
+
"--semi-green-6": "127,209,134",
|
|
103
|
+
"--semi-green-7": "166,225,170",
|
|
104
|
+
"--semi-green-8": "208,240,210",
|
|
105
|
+
"--semi-green-9": "236,247,237",
|
|
106
|
+
"--semi-indigo-0": "23,28,97",
|
|
107
|
+
"--semi-indigo-1": "31,39,118",
|
|
108
|
+
"--semi-indigo-2": "40,51,138",
|
|
109
|
+
"--semi-indigo-3": "51,64,159",
|
|
110
|
+
"--semi-indigo-4": "63,79,179",
|
|
111
|
+
"--semi-indigo-5": "94,109,194",
|
|
112
|
+
"--semi-indigo-6": "128,142,209",
|
|
113
|
+
"--semi-indigo-7": "166,177,225",
|
|
114
|
+
"--semi-indigo-8": "209,215,240",
|
|
115
|
+
"--semi-indigo-9": "236,239,247",
|
|
116
|
+
"--semi-orange-0": "83,31,2",
|
|
117
|
+
"--semi-orange-1": "125,53,4",
|
|
118
|
+
"--semi-orange-2": "166,79,7",
|
|
119
|
+
"--semi-orange-3": "208,110,11",
|
|
120
|
+
"--semi-orange-4": "249,145,16",
|
|
121
|
+
"--semi-orange-5": "250,173,63",
|
|
122
|
+
"--semi-orange-6": "251,198,110",
|
|
123
|
+
"--semi-orange-7": "253,220,158",
|
|
124
|
+
"--semi-orange-8": "254,239,206",
|
|
125
|
+
"--semi-orange-9": "254,249,236",
|
|
126
|
+
"--semi-purple-0": "76,14,97",
|
|
127
|
+
"--semi-purple-1": "96,21,118",
|
|
128
|
+
"--semi-purple-2": "117,29,138",
|
|
129
|
+
"--semi-purple-3": "139,38,159",
|
|
130
|
+
"--semi-purple-4": "162,48,179",
|
|
131
|
+
"--semi-purple-5": "183,81,194",
|
|
132
|
+
"--semi-purple-6": "204,117,209",
|
|
133
|
+
"--semi-purple-7": "223,159,225",
|
|
134
|
+
"--semi-purple-8": "240,205,240",
|
|
135
|
+
"--semi-purple-9": "247,234,247",
|
|
136
|
+
"--semi-violet-0": "45,25,115",
|
|
137
|
+
"--semi-violet-1": "60,33,136",
|
|
138
|
+
"--semi-violet-2": "76,43,156",
|
|
139
|
+
"--semi-violet-3": "94,54,177",
|
|
140
|
+
"--semi-violet-4": "113,66,197",
|
|
141
|
+
"--semi-violet-5": "141,98,209",
|
|
142
|
+
"--semi-violet-6": "170,132,220",
|
|
143
|
+
"--semi-violet-7": "198,170,232",
|
|
144
|
+
"--semi-violet-8": "227,211,243",
|
|
145
|
+
"--semi-violet-9": "244,238,249",
|
|
146
|
+
"--semi-yellow-0": "83,72,2",
|
|
147
|
+
"--semi-yellow-1": "124,106,4",
|
|
148
|
+
"--semi-yellow-2": "165,139,7",
|
|
149
|
+
"--semi-yellow-3": "207,171,11",
|
|
150
|
+
"--semi-yellow-4": "248,202,16",
|
|
151
|
+
"--semi-yellow-5": "249,219,63",
|
|
152
|
+
"--semi-yellow-6": "251,232,110",
|
|
153
|
+
"--semi-yellow-7": "252,243,158",
|
|
154
|
+
"--semi-yellow-8": "254,251,206",
|
|
155
|
+
"--semi-yellow-9": "254,253,236",
|
|
156
|
+
"--semi-light-blue-0": "0,51,93",
|
|
157
|
+
"--semi-light-blue-1": "0,73,129",
|
|
158
|
+
"--semi-light-blue-2": "1,96,165",
|
|
159
|
+
"--semi-light-blue-3": "7,123,200",
|
|
160
|
+
"--semi-light-blue-4": "15,151,236",
|
|
161
|
+
"--semi-light-blue-5": "60,174,240",
|
|
162
|
+
"--semi-light-blue-6": "107,196,244",
|
|
163
|
+
"--semi-light-blue-7": "155,216,247",
|
|
164
|
+
"--semi-light-blue-8": "204,236,251",
|
|
165
|
+
"--semi-light-blue-9": "234,247,253",
|
|
166
|
+
"--semi-light-green-0": "37,60,19",
|
|
167
|
+
"--semi-light-green-1": "57,90,29",
|
|
168
|
+
"--semi-light-green-2": "78,120,40",
|
|
169
|
+
"--semi-light-green-3": "100,150,51",
|
|
170
|
+
"--semi-light-green-4": "123,180,63",
|
|
171
|
+
"--semi-light-green-5": "147,195,94",
|
|
172
|
+
"--semi-light-green-6": "173,210,128",
|
|
173
|
+
"--semi-light-green-7": "199,225,167",
|
|
174
|
+
"--semi-light-green-8": "227,240,209",
|
|
175
|
+
"--semi-light-green-9": "243,248,236"
|
|
176
|
+
},
|
|
177
|
+
"light": {
|
|
178
|
+
"--semi-black": "0,0,0",
|
|
179
|
+
"--semi-red-0": "255,244,240",
|
|
180
|
+
"--semi-red-1": "255,224,216",
|
|
181
|
+
"--semi-red-2": "255,191,176",
|
|
182
|
+
"--semi-red-3": "255,155,137",
|
|
183
|
+
"--semi-red-4": "255,117,97",
|
|
184
|
+
"--semi-red-5": "255,76,58",
|
|
185
|
+
"--semi-red-6": "219,54,43",
|
|
186
|
+
"--semi-red-7": "184,35,31",
|
|
187
|
+
"--semi-red-8": "148,20,21",
|
|
188
|
+
"--semi-red-9": "112,12,16",
|
|
189
|
+
"--semi-white": "255,255,255",
|
|
190
|
+
"--semi-blue-0": "231,244,251",
|
|
191
|
+
"--semi-blue-1": "198,228,248",
|
|
192
|
+
"--semi-blue-2": "144,201,241",
|
|
193
|
+
"--semi-blue-3": "93,173,233",
|
|
194
|
+
"--semi-blue-4": "45,145,226",
|
|
195
|
+
"--semi-blue-5": "0,117,219",
|
|
196
|
+
"--semi-blue-6": "0,95,183",
|
|
197
|
+
"--semi-blue-7": "0,74,148",
|
|
198
|
+
"--semi-blue-8": "0,54,112",
|
|
199
|
+
"--semi-blue-9": "0,36,76",
|
|
200
|
+
"--semi-cyan-0": "230,245,249",
|
|
201
|
+
"--semi-cyan-1": "196,234,243",
|
|
202
|
+
"--semi-cyan-2": "142,212,231",
|
|
203
|
+
"--semi-cyan-3": "93,189,218",
|
|
204
|
+
"--semi-cyan-4": "48,167,206",
|
|
205
|
+
"--semi-cyan-5": "8,145,194",
|
|
206
|
+
"--semi-cyan-6": "5,118,162",
|
|
207
|
+
"--semi-cyan-7": "3,92,129",
|
|
208
|
+
"--semi-cyan-8": "1,67,97",
|
|
209
|
+
"--semi-cyan-9": "0,43,65",
|
|
210
|
+
"--semi-grey-0": "248,248,248",
|
|
211
|
+
"--semi-grey-1": "231,231,231",
|
|
212
|
+
"--semi-grey-2": "196,196,196",
|
|
213
|
+
"--semi-grey-3": "162,162,162",
|
|
214
|
+
"--semi-grey-4": "128,128,128",
|
|
215
|
+
"--semi-grey-5": "94,94,94",
|
|
216
|
+
"--semi-grey-6": "78,78,78",
|
|
217
|
+
"--semi-grey-7": "63,63,63",
|
|
218
|
+
"--semi-grey-8": "47,47,47",
|
|
219
|
+
"--semi-grey-9": "0,0,0",
|
|
220
|
+
"--semi-lime-0": "237,245,225",
|
|
221
|
+
"--semi-lime-1": "216,235,188",
|
|
222
|
+
"--semi-lime-2": "182,215,129",
|
|
223
|
+
"--semi-lime-3": "155,196,78",
|
|
224
|
+
"--semi-lime-4": "131,176,35",
|
|
225
|
+
"--semi-lime-5": "112,156,0",
|
|
226
|
+
"--semi-lime-6": "91,130,0",
|
|
227
|
+
"--semi-lime-7": "71,104,0",
|
|
228
|
+
"--semi-lime-8": "52,78,0",
|
|
229
|
+
"--semi-lime-9": "34,52,0",
|
|
230
|
+
"--semi-pink-0": "255,239,240",
|
|
231
|
+
"--semi-pink-1": "255,213,215",
|
|
232
|
+
"--semi-pink-2": "255,170,178",
|
|
233
|
+
"--semi-pink-3": "254,128,144",
|
|
234
|
+
"--semi-pink-4": "254,86,113",
|
|
235
|
+
"--semi-pink-5": "254,44,85",
|
|
236
|
+
"--semi-pink-6": "218,31,74",
|
|
237
|
+
"--semi-pink-7": "183,21,63",
|
|
238
|
+
"--semi-pink-8": "147,12,52",
|
|
239
|
+
"--semi-pink-9": "111,6,41",
|
|
240
|
+
"--semi-teal-0": "228,245,243",
|
|
241
|
+
"--semi-teal-1": "194,235,232",
|
|
242
|
+
"--semi-teal-2": "139,215,210",
|
|
243
|
+
"--semi-teal-3": "92,196,190",
|
|
244
|
+
"--semi-teal-4": "51,176,171",
|
|
245
|
+
"--semi-teal-5": "18,156,153",
|
|
246
|
+
"--semi-teal-6": "14,130,129",
|
|
247
|
+
"--semi-teal-7": "10,103,104",
|
|
248
|
+
"--semi-teal-8": "7,76,78",
|
|
249
|
+
"--semi-teal-9": "4,50,52",
|
|
250
|
+
"--semi-amber-0": "253,252,233",
|
|
251
|
+
"--semi-amber-1": "251,249,201",
|
|
252
|
+
"--semi-amber-2": "248,239,149",
|
|
253
|
+
"--semi-amber-3": "244,227,98",
|
|
254
|
+
"--semi-amber-4": "241,211,48",
|
|
255
|
+
"--semi-amber-5": "237,193,0",
|
|
256
|
+
"--semi-amber-6": "198,164,0",
|
|
257
|
+
"--semi-amber-7": "158,134,0",
|
|
258
|
+
"--semi-amber-8": "119,102,0",
|
|
259
|
+
"--semi-amber-9": "79,70,0",
|
|
260
|
+
"--semi-brand-0": "255,239,240",
|
|
261
|
+
"--semi-brand-1": "255,213,215",
|
|
262
|
+
"--semi-brand-2": "255,170,178",
|
|
263
|
+
"--semi-brand-3": "254,128,144",
|
|
264
|
+
"--semi-brand-4": "254,86,113",
|
|
265
|
+
"--semi-brand-5": "254,44,85",
|
|
266
|
+
"--semi-brand-6": "218,31,74",
|
|
267
|
+
"--semi-brand-7": "183,21,63",
|
|
268
|
+
"--semi-brand-8": "147,12,52",
|
|
269
|
+
"--semi-brand-9": "111,6,41",
|
|
270
|
+
"--semi-green-0": "233,246,234",
|
|
271
|
+
"--semi-green-1": "202,237,207",
|
|
272
|
+
"--semi-green-2": "154,218,165",
|
|
273
|
+
"--semi-green-3": "112,200,128",
|
|
274
|
+
"--semi-green-4": "75,181,96",
|
|
275
|
+
"--semi-green-5": "43,163,69",
|
|
276
|
+
"--semi-green-6": "34,136,58",
|
|
277
|
+
"--semi-green-7": "26,109,47",
|
|
278
|
+
"--semi-green-8": "19,82,36",
|
|
279
|
+
"--semi-green-9": "12,54,24",
|
|
280
|
+
"--semi-indigo-0": "243,245,255",
|
|
281
|
+
"--semi-indigo-1": "221,227,255",
|
|
282
|
+
"--semi-indigo-2": "188,198,255",
|
|
283
|
+
"--semi-indigo-3": "154,168,255",
|
|
284
|
+
"--semi-indigo-4": "121,137,255",
|
|
285
|
+
"--semi-indigo-5": "87,105,255",
|
|
286
|
+
"--semi-indigo-6": "68,82,219",
|
|
287
|
+
"--semi-indigo-7": "52,61,184",
|
|
288
|
+
"--semi-indigo-8": "37,43,148",
|
|
289
|
+
"--semi-indigo-9": "25,28,112",
|
|
290
|
+
"--semi-orange-0": "254,248,234",
|
|
291
|
+
"--semi-orange-1": "253,237,202",
|
|
292
|
+
"--semi-orange-2": "251,216,151",
|
|
293
|
+
"--semi-orange-3": "249,192,100",
|
|
294
|
+
"--semi-orange-4": "247,165,49",
|
|
295
|
+
"--semi-orange-5": "245,135,0",
|
|
296
|
+
"--semi-orange-6": "204,102,0",
|
|
297
|
+
"--semi-orange-7": "163,74,0",
|
|
298
|
+
"--semi-orange-8": "123,49,0",
|
|
299
|
+
"--semi-orange-9": "82,29,0",
|
|
300
|
+
"--semi-purple-0": "250,236,248",
|
|
301
|
+
"--semi-purple-1": "244,208,241",
|
|
302
|
+
"--semi-purple-2": "233,165,229",
|
|
303
|
+
"--semi-purple-3": "223,125,219",
|
|
304
|
+
"--semi-purple-4": "212,88,212",
|
|
305
|
+
"--semi-purple-5": "196,54,201",
|
|
306
|
+
"--semi-purple-6": "171,43,181",
|
|
307
|
+
"--semi-purple-7": "147,33,160",
|
|
308
|
+
"--semi-purple-8": "124,25,140",
|
|
309
|
+
"--semi-purple-9": "102,18,119",
|
|
310
|
+
"--semi-violet-0": "249,242,254",
|
|
311
|
+
"--semi-violet-1": "239,219,253",
|
|
312
|
+
"--semi-violet-2": "220,183,252",
|
|
313
|
+
"--semi-violet-3": "200,148,250",
|
|
314
|
+
"--semi-violet-4": "177,113,249",
|
|
315
|
+
"--semi-violet-5": "153,79,247",
|
|
316
|
+
"--semi-violet-6": "122,61,211",
|
|
317
|
+
"--semi-violet-7": "94,46,176",
|
|
318
|
+
"--semi-violet-8": "69,32,140",
|
|
319
|
+
"--semi-violet-9": "46,21,104",
|
|
320
|
+
"--semi-yellow-0": "253,252,233",
|
|
321
|
+
"--semi-yellow-1": "251,249,201",
|
|
322
|
+
"--semi-yellow-2": "248,239,149",
|
|
323
|
+
"--semi-yellow-3": "244,227,98",
|
|
324
|
+
"--semi-yellow-4": "241,211,48",
|
|
325
|
+
"--semi-yellow-5": "237,193,0",
|
|
326
|
+
"--semi-yellow-6": "198,164,0",
|
|
327
|
+
"--semi-yellow-7": "158,134,0",
|
|
328
|
+
"--semi-yellow-8": "119,102,0",
|
|
329
|
+
"--semi-yellow-9": "79,70,0",
|
|
330
|
+
"--semi-light-blue-0": "236,252,253",
|
|
331
|
+
"--semi-light-blue-1": "208,249,251",
|
|
332
|
+
"--semi-light-blue-2": "162,242,247",
|
|
333
|
+
"--semi-light-blue-3": "117,234,244",
|
|
334
|
+
"--semi-light-blue-4": "74,224,240",
|
|
335
|
+
"--semi-light-blue-5": "32,213,236",
|
|
336
|
+
"--semi-light-blue-6": "25,174,197",
|
|
337
|
+
"--semi-light-blue-7": "18,137,157",
|
|
338
|
+
"--semi-light-blue-8": "12,101,118",
|
|
339
|
+
"--semi-light-blue-9": "8,66,79",
|
|
340
|
+
"--semi-light-green-0": "229,249,243",
|
|
341
|
+
"--semi-light-green-1": "194,243,230",
|
|
342
|
+
"--semi-light-green-2": "139,231,207",
|
|
343
|
+
"--semi-light-green-3": "88,219,188",
|
|
344
|
+
"--semi-light-green-4": "41,207,170",
|
|
345
|
+
"--semi-light-green-5": "0,195,155",
|
|
346
|
+
"--semi-light-green-6": "0,163,132",
|
|
347
|
+
"--semi-light-green-7": "0,130,108",
|
|
348
|
+
"--semi-light-green-8": "0,98,82",
|
|
349
|
+
"--semi-light-green-9": "0,65,56"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"tokens": {
|
|
353
|
+
"color": {
|
|
354
|
+
"dark": {
|
|
355
|
+
"bg/--semi-color-bg-0": "rgba(22, 22, 26, 1)",
|
|
356
|
+
"bg/--semi-color-bg-1": "rgba(35, 36, 41, 1)",
|
|
357
|
+
"bg/--semi-color-bg-2": "rgba(53, 54, 60, 1)",
|
|
358
|
+
"bg/--semi-color-bg-3": "rgba(67, 68, 74, 1)",
|
|
359
|
+
"bg/--semi-color-bg-4": "rgba(79, 81, 89, 1)",
|
|
360
|
+
"info/--semi-color-info": "rgba(var(--semi-blue-5), 1)",
|
|
361
|
+
"link/--semi-color-link": "rgba(var(--semi-blue-5), 1)",
|
|
362
|
+
"nav/--semi-color-nav-bg": "rgba(35, 36, 41, 1)",
|
|
363
|
+
"black/--semi-color-black": "rgba(var(--semi-black), 1)",
|
|
364
|
+
"data/--semi-color-data-0": "rgba(94, 109, 194, 1)",
|
|
365
|
+
"data/--semi-color-data-1": "rgba(8, 104, 120, 1)",
|
|
366
|
+
"data/--semi-color-data-2": "rgba(250, 173, 63, 1)",
|
|
367
|
+
"data/--semi-color-data-3": "rgba(76, 43, 156, 1)",
|
|
368
|
+
"data/--semi-color-data-4": "rgba(16, 125, 248, 1)",
|
|
369
|
+
"data/--semi-color-data-5": "rgba(248, 202, 16, 1)",
|
|
370
|
+
"data/--semi-color-data-6": "rgba(195, 30, 87, 1)",
|
|
371
|
+
"data/--semi-color-data-7": "rgba(5, 119, 115, 1)",
|
|
372
|
+
"data/--semi-color-data-8": "rgba(154, 207, 13, 1)",
|
|
373
|
+
"data/--semi-color-data-9": "rgba(117, 29, 138, 1)",
|
|
374
|
+
"fill/--semi-color-fill-0": "rgba(var(--semi-white), 0.05)",
|
|
375
|
+
"fill/--semi-color-fill-1": "rgba(var(--semi-white), 0.09)",
|
|
376
|
+
"fill/--semi-color-fill-2": "rgba(var(--semi-white), 0.13)",
|
|
377
|
+
"text/--semi-color-text-0": "rgba(var(--semi-grey-9), 1)",
|
|
378
|
+
"text/--semi-color-text-1": "rgba(var(--semi-grey-9), 0.8)",
|
|
379
|
+
"text/--semi-color-text-2": "rgba(var(--semi-grey-9), 0.6)",
|
|
380
|
+
"text/--semi-color-text-3": "rgba(var(--semi-grey-9), 0.35)",
|
|
381
|
+
"white/--semi-color-white": "rgba(255,255,255,1)",
|
|
382
|
+
"bg/--semi-color-bg-0-grey": "rgba(var(--semi-grey-0),1)",
|
|
383
|
+
"data/--semi-color-data-10": "rgba(16, 162, 180, 1)",
|
|
384
|
+
"data/--semi-color-data-11": "rgba(208, 110, 11, 1)",
|
|
385
|
+
"data/--semi-color-data-12": "rgba(113, 66, 197, 1)",
|
|
386
|
+
"data/--semi-color-data-13": "rgba(7, 100, 212, 1)",
|
|
387
|
+
"data/--semi-color-data-14": "rgba(251, 232, 110, 1)",
|
|
388
|
+
"data/--semi-color-data-15": "rgba(160, 19, 73, 1)",
|
|
389
|
+
"data/--semi-color-data-16": "rgba(11, 179, 167, 1)",
|
|
390
|
+
"data/--semi-color-data-17": "rgba(98, 138, 6, 1)",
|
|
391
|
+
"data/--semi-color-data-18": "rgba(162, 48, 179, 1)",
|
|
392
|
+
"data/--semi-color-data-19": "rgba(40, 51, 138, 1)",
|
|
393
|
+
"border/--semi-color-border": "rgba(var(--semi-white),0.08)",
|
|
394
|
+
"danger/--semi-color-danger": "rgba(var(--semi-red-5), 1)",
|
|
395
|
+
"shadow/--semi-color-shadow": "rgba(var(--semi-black), 0.04)",
|
|
396
|
+
"default/--semi-color-default": "rgba(var(--semi-grey-0), 1)",
|
|
397
|
+
"info/--semi-color-info-hover": "rgba(var(--semi-blue-6), 1)",
|
|
398
|
+
"link/--semi-color-link-hover": "rgba(var(--semi-blue-6), 1)",
|
|
399
|
+
"primary/--semi-color-primary": "rgba(var(--semi-brand-5),1)",
|
|
400
|
+
"success/--semi-color-success": "rgba(var(--semi-green-5), 1)",
|
|
401
|
+
"warning/--semi-color-warning": "rgba(var(--semi-orange-5), 1)",
|
|
402
|
+
"info/--semi-color-info-active": "rgba(var(--semi-blue-7), 1)",
|
|
403
|
+
"link/--semi-color-link-active": "rgba(var(--semi-blue-7), 1)",
|
|
404
|
+
"link/--semi-color-link-visited": "rgba(var(--semi-blue-5), 1)",
|
|
405
|
+
"tertiary/--semi-color-tertiary": "rgba(var(--semi-grey-5), 1)",
|
|
406
|
+
"focus/--semi-color-focus-border": "rgba(var(--semi-brand-5), 1)",
|
|
407
|
+
"info/--semi-color-info-disabled": "rgba(var(--semi-blue-2), 1)",
|
|
408
|
+
"overlay/--semi-color-overlay-bg": "rgba(22, 22, 26, 0.6)",
|
|
409
|
+
"danger/--semi-color-danger-hover": "rgba(var(--semi-red-6), 1)",
|
|
410
|
+
"highlight/--semi-color-highlight": "rgba(var(--semi-white), 1)",
|
|
411
|
+
"secondary/--semi-color-secondary": "rgba(var(--semi-blue-5), 1)",
|
|
412
|
+
"danger/--semi-color-danger-active": "rgba(var(--semi-red-7), 1)",
|
|
413
|
+
"disabled/--semi-color-disabled-bg": "rgba(var(--semi-grey-1), 1)",
|
|
414
|
+
"default/--semi-color-default-hover": "rgba(var(--semi-grey-1), 1)",
|
|
415
|
+
"primary/--semi-color-primary-hover": "rgba(var(--semi-brand-6), 1)",
|
|
416
|
+
"success/--semi-color-success-hover": "rgba(var(--semi-green-6), 1)",
|
|
417
|
+
"warning/--semi-color-warning-hover": "rgba(var(--semi-orange-6), 1)",
|
|
418
|
+
"default/--semi-color-default-active": "rgba(var(--semi-grey-2), 1)",
|
|
419
|
+
"disabled/--semi-color-disabled-fill": "rgba(var(--semi-grey-8), 0.04)",
|
|
420
|
+
"disabled/--semi-color-disabled-text": "rgba(var(--semi-grey-9), 0.35)",
|
|
421
|
+
"highlight/--semi-color-highlight-bg": "rgba(var(--semi-yellow-2), 1)",
|
|
422
|
+
"primary/--semi-color-primary-active": "rgba(var(--semi-brand-7), 1)",
|
|
423
|
+
"success/--semi-color-success-active": "rgba(var(--semi-green-7), 1)",
|
|
424
|
+
"warning/--semi-color-warning-active": "rgba(var(--semi-orange-7), 1)",
|
|
425
|
+
"tertiary/--semi-color-tertiary-hover": "rgba(var(--semi-grey-6), 1)",
|
|
426
|
+
"disabled/--semi-color-disabled-border": "rgba(var(--semi-grey-1), 1)",
|
|
427
|
+
"primary/--semi-color-primary-disabled": "rgba(var(--semi-brand-2), 1)",
|
|
428
|
+
"success/--semi-color-success-disabled": "rgba(var(--semi-green-2), 1)",
|
|
429
|
+
"tertiary/--semi-color-tertiary-active": "rgba(var(--semi-grey-7), 1)",
|
|
430
|
+
"secondary/--semi-color-secondary-hover": "rgba(var(--semi-blue-6), 1)",
|
|
431
|
+
"secondary/--semi-color-secondary-active": "rgba(var(--semi-blue-7), 1)",
|
|
432
|
+
"info-light/--semi-color-info-light-hover": "rgba(var(--semi-blue-5), 0.3)",
|
|
433
|
+
"info-light/--semi-color-info-light-active": "rgba(var(--semi-blue-5), 0.4)",
|
|
434
|
+
"secondary/--semi-color-secondary-disabled": "rgba(var(--semi-blue-2), 1)",
|
|
435
|
+
"info-light/--semi-color-info-light-default": "rgba(var(--semi-blue-5), 0.2)",
|
|
436
|
+
"danger-light/--semi-color-danger-light-hover": "rgba(var(--semi-red-5), 0.3)",
|
|
437
|
+
"danger-light/--semi-color-danger-light-active": "rgba(var(--semi-red-5), 0.4)",
|
|
438
|
+
"danger-light/--semi-color-danger-light-default": "rgba(var(--semi-red-5), 0.2)",
|
|
439
|
+
"primary-light/--semi-color-primary-light-hover": "rgba(var(--semi-brand-5), 0.3)",
|
|
440
|
+
"success-light/--semi-color-success-light-hover": "rgba(var(--semi-green-5), 0.3)",
|
|
441
|
+
"warning-light/--semi-color-warning-light-hover": "rgba(var(--semi-orange-5), 0.3)",
|
|
442
|
+
"primary-light/--semi-color-primary-light-active": "rgba(var(--semi-brand-5), 0.4)",
|
|
443
|
+
"success-light/--semi-color-success-light-active": "rgba(var(--semi-green-5), 0.4)",
|
|
444
|
+
"warning-light/--semi-color-warning-light-active": "rgba(var(--semi-orange-5), 0.4)",
|
|
445
|
+
"primary-light/--semi-color-primary-light-default": "rgba(var(--semi-brand-5), 0.2)",
|
|
446
|
+
"success-light/--semi-color-success-light-default": "rgba(var(--semi-green-5), 0.2)",
|
|
447
|
+
"tertiary-light/--semi-color-tertiary-light-hover": "rgba(var(--semi-grey-5), 0.3)",
|
|
448
|
+
"warning-light/--semi-color-warning-light-default": "rgba(var(--semi-orange-5), 0.2)",
|
|
449
|
+
"tertiary-light/--semi-color-tertiary-light-active": "rgba(var(--semi-grey-5), 0.4)",
|
|
450
|
+
"secondary-light/--semi-color-secondary-light-hover": "rgba(var(--semi-blue-5), 0.3)",
|
|
451
|
+
"tertiary-light/--semi-color-tertiary-light-default": "rgba(var(--semi-grey-5), 0.2)",
|
|
452
|
+
"secondary-light/--semi-color-secondary-light-active": "rgba(var(--semi-blue-5), 0.4)",
|
|
453
|
+
"secondary-light/--semi-color-secondary-light-default": "rgba(var(--semi-blue-5), 0.2)"
|
|
454
|
+
},
|
|
455
|
+
"light": {
|
|
456
|
+
"bg/--semi-color-bg-0": "rgba(var(--semi-white),1)",
|
|
457
|
+
"bg/--semi-color-bg-1": "rgba(var(--semi-white), 1)",
|
|
458
|
+
"bg/--semi-color-bg-2": "rgba(var(--semi-white), 1)",
|
|
459
|
+
"bg/--semi-color-bg-3": "rgba(var(--semi-white), 1)",
|
|
460
|
+
"bg/--semi-color-bg-4": "rgba(var(--semi-white), 1)",
|
|
461
|
+
"info/--semi-color-info": "rgba(var(--semi-blue-5), 1)",
|
|
462
|
+
"link/--semi-color-link": "rgba(var(--semi-blue-5),1)",
|
|
463
|
+
"nav/--semi-color-nav-bg": "rgba(var(--semi-white),1)",
|
|
464
|
+
"black/--semi-color-black": "rgba(var(--semi-black), 1)",
|
|
465
|
+
"data/--semi-color-data-0": "rgba(0,117,219,1)",
|
|
466
|
+
"data/--semi-color-data-1": "rgba(142,212,231,1)",
|
|
467
|
+
"data/--semi-color-data-2": "rgba(245,135,0,1)",
|
|
468
|
+
"data/--semi-color-data-3": "rgba(220,183,252,1)",
|
|
469
|
+
"data/--semi-color-data-4": "rgba(87,105,255,1)",
|
|
470
|
+
"data/--semi-color-data-5": "rgba(243,204,53,1)",
|
|
471
|
+
"data/--semi-color-data-6": "rgba(254,128,144,1)",
|
|
472
|
+
"data/--semi-color-data-7": "rgba(139,215,210,1)",
|
|
473
|
+
"data/--semi-color-data-8": "rgba(131,176,35,1)",
|
|
474
|
+
"data/--semi-color-data-9": "rgba(233,165,229,1)",
|
|
475
|
+
"fill/--semi-color-fill-0": "rgba(var(--semi-grey-9),0.05)",
|
|
476
|
+
"fill/--semi-color-fill-1": "rgba(var(--semi-grey-9),0.09)",
|
|
477
|
+
"fill/--semi-color-fill-2": "rgba(var(--semi-grey-9),0.13)",
|
|
478
|
+
"text/--semi-color-text-0": "rgba(var(--semi-grey-9),1)",
|
|
479
|
+
"text/--semi-color-text-1": "rgba(var(--semi-grey-9),0.65)",
|
|
480
|
+
"text/--semi-color-text-2": "rgba(var(--semi-grey-9),0.48)",
|
|
481
|
+
"text/--semi-color-text-3": "rgba(var(--semi-grey-9),0.35)",
|
|
482
|
+
"white/--semi-color-white": "rgba(var(--semi-white), 1)",
|
|
483
|
+
"bg/--semi-color-bg-0-grey": "rgba(var(--semi-grey-0),1)",
|
|
484
|
+
"data/--semi-color-data-10": "rgba(48,167,206,1)",
|
|
485
|
+
"data/--semi-color-data-11": "rgba(249,192,100,1)",
|
|
486
|
+
"data/--semi-color-data-12": "rgba(177,113,249,1)",
|
|
487
|
+
"data/--semi-color-data-13": "rgba(93,173,233,1)",
|
|
488
|
+
"data/--semi-color-data-14": "rgba(198,164,0,1)",
|
|
489
|
+
"data/--semi-color-data-15": "rgba(255,170,178,1)",
|
|
490
|
+
"data/--semi-color-data-16": "rgba(51,176,171,1)",
|
|
491
|
+
"data/--semi-color-data-17": "rgba(182,215,129,1)",
|
|
492
|
+
"data/--semi-color-data-18": "rgba(212,88,212,1)",
|
|
493
|
+
"data/--semi-color-data-19": "rgba(188,198,255,1)",
|
|
494
|
+
"border/--semi-color-border": "rgba(var(--semi-grey-9),0.1)",
|
|
495
|
+
"danger/--semi-color-danger": "rgba(var(--semi-red-5),1)",
|
|
496
|
+
"shadow/--semi-color-shadow": "rgba(var(--semi-black), 0.04)",
|
|
497
|
+
"default/--semi-color-default": "rgba(var(--semi-grey-0),1)",
|
|
498
|
+
"info/--semi-color-info-hover": "rgba(var(--semi-blue-6), 1)",
|
|
499
|
+
"link/--semi-color-link-hover": "rgba(var(--semi-blue-6), 1)",
|
|
500
|
+
"primary/--semi-color-primary": "rgba(var(--semi-brand-5),1)",
|
|
501
|
+
"success/--semi-color-success": "rgba(var(--semi-light-green-5), 1)",
|
|
502
|
+
"warning/--semi-color-warning": "rgba(var(--semi-orange-5),1)",
|
|
503
|
+
"info/--semi-color-info-active": "rgba(var(--semi-blue-7), 1)",
|
|
504
|
+
"link/--semi-color-link-active": "rgba(var(--semi-blue-7), 1)",
|
|
505
|
+
"link/--semi-color-link-visited": "rgba(var(--semi-blue-5), 1)",
|
|
506
|
+
"tertiary/--semi-color-tertiary": "rgba(var(--semi-grey-5), 1)",
|
|
507
|
+
"focus/--semi-color-focus-border": "rgba(var(--semi-grey-9),1)",
|
|
508
|
+
"info/--semi-color-info-disabled": "rgba(var(--semi-blue-2), 1)",
|
|
509
|
+
"overlay/--semi-color-overlay-bg": "rgba(22, 22, 26, 0.6)",
|
|
510
|
+
"select/--semi-color-select-fill": "rgba(var(--semi-grey-9),0.09)",
|
|
511
|
+
"danger/--semi-color-danger-hover": "rgba(var(--semi-red-6),1)",
|
|
512
|
+
"highlight/--semi-color-highlight": "rgba(var(--semi-black),1)",
|
|
513
|
+
"secondary/--semi-color-secondary": "rgba(var(--semi-grey-9),1)",
|
|
514
|
+
"danger/--semi-color-danger-active": "rgba(var(--semi-red-7),1)",
|
|
515
|
+
"disabled/--semi-color-disabled-bg": "rgba(var(--semi-grey-1),1)",
|
|
516
|
+
"default/--semi-color-default-hover": "rgba(var(--semi-grey-1), 1)",
|
|
517
|
+
"primary/--semi-color-primary-hover": "rgba(var(--semi-brand-6), 1)",
|
|
518
|
+
"success/--semi-color-success-hover": "rgba(var(--semi-light-green-6), 1)",
|
|
519
|
+
"warning/--semi-color-warning-hover": "rgba(var(--semi-orange-6), 1)",
|
|
520
|
+
"default/--semi-color-default-active": "rgba(var(--semi-grey-2), 1)",
|
|
521
|
+
"disabled/--semi-color-disabled-fill": "rgba(var(--semi-grey-8),0.04)",
|
|
522
|
+
"disabled/--semi-color-disabled-text": "rgba(var(--semi-grey-9),0.35)",
|
|
523
|
+
"highlight/--semi-color-highlight-bg": "rgba(var(--semi-yellow-4), 1)",
|
|
524
|
+
"primary/--semi-color-primary-active": "rgba(var(--semi-brand-7), 1)",
|
|
525
|
+
"success/--semi-color-success-active": "rgba(var(--semi-light-green-7), 1)",
|
|
526
|
+
"warning/--semi-color-warning-active": "rgba(var(--semi-orange-7), 1)",
|
|
527
|
+
"tertiary/--semi-color-tertiary-hover": "rgba(var(--semi-grey-6), 1)",
|
|
528
|
+
"disabled/--semi-color-disabled-border": "rgba(var(--semi-grey-1), 1)",
|
|
529
|
+
"primary/--semi-color-primary-disabled": "rgba(var(--semi-brand-2), 1)",
|
|
530
|
+
"sequence/--semi-color-sequence-blue-0": "rgba(231,244,251,1)",
|
|
531
|
+
"sequence/--semi-color-sequence-blue-1": "rgba(198,228,248,1)",
|
|
532
|
+
"sequence/--semi-color-sequence-blue-2": "rgba(144,201,241,1)",
|
|
533
|
+
"sequence/--semi-color-sequence-blue-3": "rgba(144,201,241,1)",
|
|
534
|
+
"sequence/--semi-color-sequence-blue-4": "rgba(93,173,233,1)",
|
|
535
|
+
"sequence/--semi-color-sequence-blue-5": "rgba(45,145,226,1)",
|
|
536
|
+
"sequence/--semi-color-sequence-blue-7": "rgba(0,95,183,1)",
|
|
537
|
+
"sequence/--semi-color-sequence-blue-8": "rgba(0,74,148,1)",
|
|
538
|
+
"sequence/--semi-color-sequence-blue-9": "rgba(0,36,76,1)",
|
|
539
|
+
"success/--semi-color-success-disabled": "rgba(var(--semi-light-green-2), 1)",
|
|
540
|
+
"tertiary/--semi-color-tertiary-active": "rgba(var(--semi-grey-7), 1)",
|
|
541
|
+
"secondary/--semi-color-secondary-hover": "rgba(var(--semi-grey-8),1)",
|
|
542
|
+
"sequence/--semi-color-sequence-blue-10": "rgba(0,25,56,1)",
|
|
543
|
+
"secondary/--semi-color-secondary-active": "rgba(var(--semi-grey-7),1)",
|
|
544
|
+
"info-light/--semi-color-info-light-hover": "rgba(var(--semi-blue-1), 1)",
|
|
545
|
+
"info-light/--semi-color-info-light-active": "rgba(var(--semi-blue-2),1)",
|
|
546
|
+
"secondary/--semi-color-secondary-disabled": "rgba(var(--semi-grey-2), 1)",
|
|
547
|
+
"info-light/--semi-color-info-light-default": "rgba(var(--semi-blue-0), 1)",
|
|
548
|
+
"danger-light/--semi-color-danger-light-hover": "rgba(var(--semi-red-1), 1)",
|
|
549
|
+
"danger-light/--semi-color-danger-light-active": "rgba(var(--semi-red-2), 1)",
|
|
550
|
+
"UIShapeSecondary/--semi-color-UIShapeSecondary": "rgba(var(--semi-light-blue-5),1)",
|
|
551
|
+
"danger-light/--semi-color-danger-light-default": "rgba(var(--semi-red-0), 1)",
|
|
552
|
+
"primary-light/--semi-color-primary-light-hover": "rgba(var(--semi-brand-1), 1)",
|
|
553
|
+
"success-light/--semi-color-success-light-hover": "rgba(var(--semi-light-green-1), 1)",
|
|
554
|
+
"warning-light/--semi-color-warning-light-hover": "rgba(var(--semi-orange-1), 1)",
|
|
555
|
+
"primary-light/--semi-color-primary-light-active": "rgba(var(--semi-brand-2), 1)",
|
|
556
|
+
"success-light/--semi-color-success-light-active": "rgba(var(--semi-light-green-2), 1)",
|
|
557
|
+
"warning-light/--semi-color-warning-light-active": "rgba(var(--semi-orange-2), 1)",
|
|
558
|
+
"primary-light/--semi-color-primary-light-default": "rgba(var(--semi-brand-0), 1)",
|
|
559
|
+
"success-light/--semi-color-success-light-default": "rgba(var(--semi-light-green-0), 1)",
|
|
560
|
+
"tertiary-light/--semi-color-tertiary-light-hover": "rgba(var(--semi-grey-1), 1)",
|
|
561
|
+
"warning-light/--semi-color-warning-light-default": "rgba(var(--semi-orange-0), 1)",
|
|
562
|
+
"tertiary-light/--semi-color-tertiary-light-active": "rgba(var(--semi-grey-2),1)",
|
|
563
|
+
"secondary-light/--semi-color-secondary-light-hover": "rgba(var(--semi-grey-1), 1)",
|
|
564
|
+
"tertiary-light/--semi-color-tertiary-light-default": "rgba(var(--semi-grey-0),1)",
|
|
565
|
+
"secondary-light/--semi-color-secondary-light-active": "rgba(var(--semi-grey-2), 1)",
|
|
566
|
+
"UIShapeSecondary/--semi-color-UIShapeSecondary-hover": "rgba(var(--semi-light-blue-6),1)",
|
|
567
|
+
"secondary-light/--semi-color-secondary-light-default": "rgba(var(--semi-grey-0), 1)",
|
|
568
|
+
"UIShapeSecondary/--semi-color-UIShapeSecondary-active": "rgba(var(--semi-light-blue-7),1)",
|
|
569
|
+
"UIShapeSecondary/--semi-color-UIShapeSecondary-disabled": "rgba(var(--semi-light-blue-2), 1)"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"extra": {
|
|
573
|
+
"shadow": {
|
|
574
|
+
"shadow-1": [
|
|
575
|
+
null,
|
|
576
|
+
[
|
|
577
|
+
{
|
|
578
|
+
"x": 0,
|
|
579
|
+
"y": 2,
|
|
580
|
+
"id": "0.86801331927690971682414481224",
|
|
581
|
+
"blur": 4,
|
|
582
|
+
"color": "rgba(0,0,0,0.10)",
|
|
583
|
+
"spread": 0,
|
|
584
|
+
"opacity": 0
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"x": 0,
|
|
588
|
+
"y": 0,
|
|
589
|
+
"id": "0.288933565476055861682414511993",
|
|
590
|
+
"blur": 1,
|
|
591
|
+
"color": "rgba(0,0,0,0.30)",
|
|
592
|
+
"spread": 0,
|
|
593
|
+
"opacity": 0
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
],
|
|
597
|
+
"shadow-2": [
|
|
598
|
+
null,
|
|
599
|
+
[
|
|
600
|
+
{
|
|
601
|
+
"x": 0,
|
|
602
|
+
"y": 4,
|
|
603
|
+
"id": "0.57503280625149381638946331179",
|
|
604
|
+
"blur": 14,
|
|
605
|
+
"color": "rgba(0,0,0,0.10)",
|
|
606
|
+
"spread": 0,
|
|
607
|
+
"opacity": 0
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"x": 0,
|
|
611
|
+
"y": 0,
|
|
612
|
+
"id": "0.52341587980803081638946408420",
|
|
613
|
+
"blur": 1,
|
|
614
|
+
"color": "rgba(0,0,0,0.30)",
|
|
615
|
+
"spread": 0,
|
|
616
|
+
"opacity": 0
|
|
617
|
+
}
|
|
618
|
+
]
|
|
619
|
+
],
|
|
620
|
+
"shadow-knob": [
|
|
621
|
+
null,
|
|
622
|
+
[
|
|
623
|
+
{
|
|
624
|
+
"x": 0,
|
|
625
|
+
"y": 2,
|
|
626
|
+
"id": "0.52064131874662921638946451834",
|
|
627
|
+
"blur": 4,
|
|
628
|
+
"color": "rgba(0,0,0,0.10)",
|
|
629
|
+
"spread": 0,
|
|
630
|
+
"opacity": 0
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"x": 0,
|
|
634
|
+
"y": 0,
|
|
635
|
+
"id": "0.64216055534075511638946487545",
|
|
636
|
+
"blur": 1,
|
|
637
|
+
"color": "rgba(0,0,0,0.30)",
|
|
638
|
+
"spread": 0,
|
|
639
|
+
"opacity": 0
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
],
|
|
643
|
+
"shadow-elevated": [
|
|
644
|
+
null,
|
|
645
|
+
[
|
|
646
|
+
{
|
|
647
|
+
"x": 0,
|
|
648
|
+
"y": 0,
|
|
649
|
+
"id": "0.71446407555509781638946270671",
|
|
650
|
+
"blur": 1,
|
|
651
|
+
"color": "rgba(0,0,0,0.30)",
|
|
652
|
+
"spread": 0,
|
|
653
|
+
"opacity": 0
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"x": 0,
|
|
657
|
+
"y": 4,
|
|
658
|
+
"id": "0.46894885979441691638946586193",
|
|
659
|
+
"blur": 14,
|
|
660
|
+
"color": "rgba(0,0,0,0.10)",
|
|
661
|
+
"spread": 0,
|
|
662
|
+
"opacity": 0
|
|
663
|
+
}
|
|
664
|
+
]
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
"typography": {
|
|
668
|
+
"small": {
|
|
669
|
+
"calcWay": "scaled",
|
|
670
|
+
"fontSizeDisable": true,
|
|
671
|
+
"selectedFontSize": 12,
|
|
672
|
+
"fontFamilyDisable": true,
|
|
673
|
+
"lineHeightDisable": true,
|
|
674
|
+
"userInputFontSize": 12,
|
|
675
|
+
"userInputFontFamily": [
|
|
676
|
+
"'Inter'",
|
|
677
|
+
"-apple-system",
|
|
678
|
+
"BlinkMacSystemFont",
|
|
679
|
+
"'Segoe UI'",
|
|
680
|
+
"'PingFang SC'",
|
|
681
|
+
"'Hiragino Sans GB'",
|
|
682
|
+
"'Microsoft YaHei'",
|
|
683
|
+
"'Helvetica Neue'",
|
|
684
|
+
"Helvetica",
|
|
685
|
+
"Arial",
|
|
686
|
+
"sans-serif"
|
|
687
|
+
],
|
|
688
|
+
"userInputLineHeight": 16,
|
|
689
|
+
"letterSpacingDisable": true,
|
|
690
|
+
"userInputLetterSpacing": 0,
|
|
691
|
+
"userInputShiftFontSize": 0
|
|
692
|
+
},
|
|
693
|
+
"regular": {
|
|
694
|
+
"calcWay": "scaled",
|
|
695
|
+
"fontSizeDisable": true,
|
|
696
|
+
"selectedFontSize": 14,
|
|
697
|
+
"fontFamilyDisable": true,
|
|
698
|
+
"lineHeightDisable": true,
|
|
699
|
+
"userInputFontSize": 14,
|
|
700
|
+
"userInputFontFamily": [
|
|
701
|
+
"'Inter'",
|
|
702
|
+
"-apple-system",
|
|
703
|
+
"BlinkMacSystemFont",
|
|
704
|
+
"'Segoe UI'",
|
|
705
|
+
"'PingFang SC'",
|
|
706
|
+
"'Hiragino Sans GB'",
|
|
707
|
+
"'Microsoft YaHei'",
|
|
708
|
+
"'Helvetica Neue'",
|
|
709
|
+
"Helvetica",
|
|
710
|
+
"Arial",
|
|
711
|
+
"sans-serif"
|
|
712
|
+
],
|
|
713
|
+
"userInputLineHeight": 20,
|
|
714
|
+
"letterSpacingDisable": true,
|
|
715
|
+
"userInputLetterSpacing": -0.14,
|
|
716
|
+
"userInputShiftFontSize": 0
|
|
717
|
+
},
|
|
718
|
+
"header-1": {
|
|
719
|
+
"calcWay": "custom",
|
|
720
|
+
"fontSizeDisable": true,
|
|
721
|
+
"selectedFontSize": 32,
|
|
722
|
+
"fontFamilyDisable": true,
|
|
723
|
+
"lineHeightDisable": true,
|
|
724
|
+
"userInputFontSize": 32,
|
|
725
|
+
"userInputFontFamily": [
|
|
726
|
+
"'Inter'",
|
|
727
|
+
"-apple-system",
|
|
728
|
+
"BlinkMacSystemFont",
|
|
729
|
+
"'Segoe UI'",
|
|
730
|
+
"'PingFang SC'",
|
|
731
|
+
"'Hiragino Sans GB'",
|
|
732
|
+
"'Microsoft YaHei'",
|
|
733
|
+
"'Helvetica Neue'",
|
|
734
|
+
"Helvetica",
|
|
735
|
+
"Arial",
|
|
736
|
+
"sans-serif"
|
|
737
|
+
],
|
|
738
|
+
"userInputLineHeight": 42,
|
|
739
|
+
"letterSpacingDisable": true,
|
|
740
|
+
"userInputLetterSpacing": -1.28,
|
|
741
|
+
"userInputShiftFontSize": 0
|
|
742
|
+
},
|
|
743
|
+
"header-2": {
|
|
744
|
+
"calcWay": "custom",
|
|
745
|
+
"fontSizeDisable": true,
|
|
746
|
+
"selectedFontSize": 28,
|
|
747
|
+
"fontFamilyDisable": true,
|
|
748
|
+
"lineHeightDisable": true,
|
|
749
|
+
"userInputFontSize": 28,
|
|
750
|
+
"userInputFontFamily": [
|
|
751
|
+
"'Inter'",
|
|
752
|
+
"-apple-system",
|
|
753
|
+
"BlinkMacSystemFont",
|
|
754
|
+
"'Segoe UI'",
|
|
755
|
+
"'PingFang SC'",
|
|
756
|
+
"'Hiragino Sans GB'",
|
|
757
|
+
"'Microsoft YaHei'",
|
|
758
|
+
"'Helvetica Neue'",
|
|
759
|
+
"Helvetica",
|
|
760
|
+
"Arial",
|
|
761
|
+
"sans-serif"
|
|
762
|
+
],
|
|
763
|
+
"userInputLineHeight": 36,
|
|
764
|
+
"letterSpacingDisable": true,
|
|
765
|
+
"userInputLetterSpacing": -0.84,
|
|
766
|
+
"userInputShiftFontSize": 0
|
|
767
|
+
},
|
|
768
|
+
"header-3": {
|
|
769
|
+
"calcWay": "custom",
|
|
770
|
+
"fontSizeDisable": true,
|
|
771
|
+
"selectedFontSize": 24,
|
|
772
|
+
"fontFamilyDisable": true,
|
|
773
|
+
"lineHeightDisable": true,
|
|
774
|
+
"userInputFontSize": 24,
|
|
775
|
+
"userInputFontFamily": [
|
|
776
|
+
"'Inter'",
|
|
777
|
+
"-apple-system",
|
|
778
|
+
"BlinkMacSystemFont",
|
|
779
|
+
"'Segoe UI'",
|
|
780
|
+
"'PingFang SC'",
|
|
781
|
+
"'Hiragino Sans GB'",
|
|
782
|
+
"'Microsoft YaHei'",
|
|
783
|
+
"'Helvetica Neue'",
|
|
784
|
+
"Helvetica",
|
|
785
|
+
"Arial",
|
|
786
|
+
"sans-serif"
|
|
787
|
+
],
|
|
788
|
+
"userInputLineHeight": 32,
|
|
789
|
+
"letterSpacingDisable": true,
|
|
790
|
+
"userInputLetterSpacing": -0.72,
|
|
791
|
+
"userInputShiftFontSize": 0
|
|
792
|
+
},
|
|
793
|
+
"header-4": {
|
|
794
|
+
"calcWay": "custom",
|
|
795
|
+
"fontSizeDisable": true,
|
|
796
|
+
"selectedFontSize": 20,
|
|
797
|
+
"fontFamilyDisable": true,
|
|
798
|
+
"lineHeightDisable": true,
|
|
799
|
+
"userInputFontSize": 20,
|
|
800
|
+
"userInputFontFamily": [
|
|
801
|
+
"'Inter'",
|
|
802
|
+
"-apple-system",
|
|
803
|
+
"BlinkMacSystemFont",
|
|
804
|
+
"'Segoe UI'",
|
|
805
|
+
"'PingFang SC'",
|
|
806
|
+
"'Hiragino Sans GB'",
|
|
807
|
+
"'Microsoft YaHei'",
|
|
808
|
+
"'Helvetica Neue'",
|
|
809
|
+
"Helvetica",
|
|
810
|
+
"Arial",
|
|
811
|
+
"sans-serif"
|
|
812
|
+
],
|
|
813
|
+
"userInputLineHeight": 26,
|
|
814
|
+
"letterSpacingDisable": true,
|
|
815
|
+
"userInputLetterSpacing": -0.6,
|
|
816
|
+
"userInputShiftFontSize": 0
|
|
817
|
+
},
|
|
818
|
+
"header-5": {
|
|
819
|
+
"calcWay": "scaled",
|
|
820
|
+
"fontSizeDisable": true,
|
|
821
|
+
"selectedFontSize": 18,
|
|
822
|
+
"fontFamilyDisable": true,
|
|
823
|
+
"lineHeightDisable": true,
|
|
824
|
+
"userInputFontSize": 18,
|
|
825
|
+
"userInputFontFamily": [
|
|
826
|
+
"'Inter'",
|
|
827
|
+
"-apple-system",
|
|
828
|
+
"BlinkMacSystemFont",
|
|
829
|
+
"'Segoe UI'",
|
|
830
|
+
"'PingFang SC'",
|
|
831
|
+
"'Hiragino Sans GB'",
|
|
832
|
+
"'Microsoft YaHei'",
|
|
833
|
+
"'Helvetica Neue'",
|
|
834
|
+
"Helvetica",
|
|
835
|
+
"Arial",
|
|
836
|
+
"sans-serif"
|
|
837
|
+
],
|
|
838
|
+
"userInputLineHeight": 24,
|
|
839
|
+
"letterSpacingDisable": true,
|
|
840
|
+
"userInputLetterSpacing": -0.54,
|
|
841
|
+
"userInputShiftFontSize": 0
|
|
842
|
+
},
|
|
843
|
+
"header-6": {
|
|
844
|
+
"calcWay": "custom",
|
|
845
|
+
"fontSizeDisable": true,
|
|
846
|
+
"selectedFontSize": 16,
|
|
847
|
+
"fontFamilyDisable": true,
|
|
848
|
+
"lineHeightDisable": true,
|
|
849
|
+
"userInputFontSize": 16,
|
|
850
|
+
"userInputFontFamily": [
|
|
851
|
+
"'Inter'",
|
|
852
|
+
"-apple-system",
|
|
853
|
+
"BlinkMacSystemFont",
|
|
854
|
+
"'Segoe UI'",
|
|
855
|
+
"'PingFang SC'",
|
|
856
|
+
"'Hiragino Sans GB'",
|
|
857
|
+
"'Microsoft YaHei'",
|
|
858
|
+
"'Helvetica Neue'",
|
|
859
|
+
"Helvetica",
|
|
860
|
+
"Arial",
|
|
861
|
+
"sans-serif"
|
|
862
|
+
],
|
|
863
|
+
"userInputLineHeight": 20,
|
|
864
|
+
"letterSpacingDisable": true,
|
|
865
|
+
"userInputLetterSpacing": -0.32,
|
|
866
|
+
"userInputShiftFontSize": 0
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"border": {
|
|
871
|
+
"border-default": "1px solid var(--semi-color-border)"
|
|
872
|
+
},
|
|
873
|
+
"custom": "",
|
|
874
|
+
"shadow": {
|
|
875
|
+
"shadow-0": "none",
|
|
876
|
+
"shadow-1": "0px 2px 4px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30)",
|
|
877
|
+
"shadow-2": "0px 4px 14px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30)",
|
|
878
|
+
"shadow-knob": "0px 2px 4px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30)",
|
|
879
|
+
"shadow-elevated": "0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10)"
|
|
880
|
+
},
|
|
881
|
+
"spacing": {
|
|
882
|
+
"$spacing-base": "16px",
|
|
883
|
+
"$spacing-none": "0",
|
|
884
|
+
"$spacing-loose": "24px",
|
|
885
|
+
"$spacing-tight": "8px",
|
|
886
|
+
"$spacing-base-loose": "20px",
|
|
887
|
+
"$spacing-base-tight": "12px",
|
|
888
|
+
"$spacing-extra-loose": "32px",
|
|
889
|
+
"$spacing-extra-tight": "4px",
|
|
890
|
+
"$spacing-super-loose": "40px",
|
|
891
|
+
"$spacing-super-tight": "2px"
|
|
892
|
+
},
|
|
893
|
+
"animation": {
|
|
894
|
+
"delay": {
|
|
895
|
+
"fast": "180ms",
|
|
896
|
+
"none": "0ms",
|
|
897
|
+
"slow": "1000ms",
|
|
898
|
+
"faster": "120ms",
|
|
899
|
+
"normal": "600ms",
|
|
900
|
+
"slower": "1200ms",
|
|
901
|
+
"fastest": "90ms",
|
|
902
|
+
"slowest": "1800ms"
|
|
903
|
+
},
|
|
904
|
+
"duration": {
|
|
905
|
+
"fast": "180ms",
|
|
906
|
+
"none": "0ms",
|
|
907
|
+
"slow": "1000ms",
|
|
908
|
+
"faster": "120ms",
|
|
909
|
+
"normal": "600ms",
|
|
910
|
+
"slower": "1200ms",
|
|
911
|
+
"fastest": "90ms",
|
|
912
|
+
"slowest": "1800ms"
|
|
913
|
+
},
|
|
914
|
+
"function": {
|
|
915
|
+
"easeIn": "cubic-bezier(0.4, 0, 1, 1)",
|
|
916
|
+
"linear": "linear",
|
|
917
|
+
"easeOut": "cubic-bezier(0, 0, 0.2, 1)",
|
|
918
|
+
"easeInOut": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"components": {
|
|
922
|
+
"tag": {},
|
|
923
|
+
"spin": {
|
|
924
|
+
"font": {
|
|
925
|
+
"$font-weight-bold": "500; // 字重 - meidum",
|
|
926
|
+
"$font-weight-light": "200; // 字重 - light",
|
|
927
|
+
"$font-weight-regular": "400; // 字重 - regular",
|
|
928
|
+
"$font-weight-extrabold": "700; // 字重 - bold"
|
|
929
|
+
},
|
|
930
|
+
"color": {
|
|
931
|
+
"$color-spin-bg": "var(--semi-color-secondary)"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"tabs": {
|
|
935
|
+
"color": {
|
|
936
|
+
"$color-tabs_tab-pane_arrow-text-hover": "var(--semi-color-secondary)",
|
|
937
|
+
"$color-tabs_tab_selected-icon-default": "var(--semi-color-secondary)",
|
|
938
|
+
"$color-tabs_tab-pane_arrow-text-active": "var(--semi-color-secondary)",
|
|
939
|
+
"$color-tabs_tab-pane_arrow-text-default": "var(--semi-color-secondary)",
|
|
940
|
+
"$color-tabs_tab_button_selected-bg-default": "var(--semi-color-secondary-light-default)",
|
|
941
|
+
"$color-tabs_tab_button_selected-text-default": "var(--semi-color-secondary)",
|
|
942
|
+
"$color-tabs_tab_line_indicator_selected-icon-default": "var(--semi-color-secondary)"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"input": {
|
|
946
|
+
"color": {
|
|
947
|
+
"$color-input-icon-hover": "var(--semi-color-secondary-hover)",
|
|
948
|
+
"$color-input-icon-active": "var(--semi-color-secondary-active)",
|
|
949
|
+
"$color-textarea-icon-hover": "var(--semi-color-secondary-hover)",
|
|
950
|
+
"$color-textarea-icon-active": "var(--semi-color-secondary-active)"
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"modal": {
|
|
954
|
+
"font": {
|
|
955
|
+
"$font-modal_header-fontWeight": "$font-weight-extrabold"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"radio": {
|
|
959
|
+
"color": {
|
|
960
|
+
"$color-radio_primary-outline-focus": "var(--semi-color-secondary-light-active)",
|
|
961
|
+
"$color-radio_addon_buttonRadio-text-checked": "var(--semi-color-secondary)"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"steps": {
|
|
965
|
+
"color": {
|
|
966
|
+
"$color-steps_item_finish-icon": "var(--semi-color-success)",
|
|
967
|
+
"$color-steps_main-text-default": "var(--semi-color-text-0)",
|
|
968
|
+
"$color-steps_item_done_after-bg": "var(--semi-color-secondary)",
|
|
969
|
+
"$color-steps_primary-bg-default": "var(--semi-color-secondary)",
|
|
970
|
+
"$color-steps_process-bg-default": "var(--semi-color-secondary-light-default)",
|
|
971
|
+
"$color-steps_primary-icon-default": "var(--semi-color-secondary)",
|
|
972
|
+
"$color-steps_item_process_left-icon": "var(--semi-color-secondary)",
|
|
973
|
+
"$color-steps_item_done_icon_after-bg": "var(--semi-color-secondary)",
|
|
974
|
+
"$color-steps_item_left_number_icon-bg": "var(--semi-color-secondary)"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
"table": {
|
|
978
|
+
"radius": {
|
|
979
|
+
"$radius-table_base": "var(--semi-border-radius-medium)"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"anchor": {
|
|
983
|
+
"color": {
|
|
984
|
+
"$color-anchor_slide_primary-bg-active": "var(--semi-color-secondary)"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"avatar": {
|
|
988
|
+
"radius": {
|
|
989
|
+
"$radius-avatar_large": "var(--semi-border-radius-medium)",
|
|
990
|
+
"$radius-avatar_small": "var(--semi-border-radius-small)",
|
|
991
|
+
"$radius-avatar_medium": "var(--semi-border-radius-small)",
|
|
992
|
+
"$radius-avatar_default": "var(--semi-border-radius-small)",
|
|
993
|
+
"$radius-avatar_extra_large": "var(--semi-border-radius-large)",
|
|
994
|
+
"$radius-avatar_extra_small": "var(--semi-border-radius-small)",
|
|
995
|
+
"$radius-avatar_extra_extra_small": "var(--semi-border-radius-small)"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"button": {
|
|
999
|
+
"font": {
|
|
1000
|
+
"$font-typography_title1-fontWeight": "700",
|
|
1001
|
+
"$font-typography_title2-fontWeight": "700",
|
|
1002
|
+
"$font-typography_title3-fontWeight": "700",
|
|
1003
|
+
"$font-typography_title4-bold-fontWeight": "700",
|
|
1004
|
+
"$font-typography_title5-bold-fontWeight": "700",
|
|
1005
|
+
"$font-typography_title6-bold-fontWeight": "700",
|
|
1006
|
+
"$font-typography_title4-medium-fontWeight": "500",
|
|
1007
|
+
"$font-typography_title5-medium-fontWeight": "500",
|
|
1008
|
+
"$font-typography_title6-medium-fontWeight": "500",
|
|
1009
|
+
"$font-typography_title4-regular-fontWeight": "400",
|
|
1010
|
+
"$font-typography_title5-regular-fontWeight": "400",
|
|
1011
|
+
"$font-typography_title6-regular-fontWeight": "400"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"rating": {},
|
|
1015
|
+
"select": {
|
|
1016
|
+
"color": {
|
|
1017
|
+
"$color-select-option-bg-selected": "var(--semi-color-select-fill)",
|
|
1018
|
+
"$color-select_clearBtn-text-hover": "var(--semi-color-secondary-hover)"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"slider": {
|
|
1022
|
+
"color": {
|
|
1023
|
+
"$color-slider_handle-border-focus": "var(--semi-color-primary)"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"switch": {},
|
|
1027
|
+
"popover": {},
|
|
1028
|
+
"tooltip": {
|
|
1029
|
+
"color": {
|
|
1030
|
+
"$color-tooltip-bg-default": "rgba(var(--semi-grey-6), 1)",
|
|
1031
|
+
"$color-tooltip-icon-default": "rgba(var(--semi-grey-6), 1)",
|
|
1032
|
+
"$color-tooltip_arrow-icon-default": "rgba(var(--semi-grey-6), 1)"
|
|
1033
|
+
},
|
|
1034
|
+
"radius": {
|
|
1035
|
+
"$radius-tooltip": "var(--semi-border-radius-small)"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"cascader": {
|
|
1039
|
+
"color": {
|
|
1040
|
+
"$color-cascader-icon-hover": "var(--semi-color-secondary-hover)",
|
|
1041
|
+
"$color-cascader-icon-active": "var(--semi-color-secondary-active)",
|
|
1042
|
+
"$color-cascader_option-bg-selected": "var(--semi-color-select-fill)"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"dropdown": {
|
|
1046
|
+
"radius": {
|
|
1047
|
+
"$radius-dropdown": "var(--semi-border-radius-small)"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"skeleton": {
|
|
1051
|
+
"radius": {
|
|
1052
|
+
"$radius-skeleton_li": "var(--semi-border-radius-medium)",
|
|
1053
|
+
"$radius-skeleton_item": "var(--semi-border-radius-medium)"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
"tagInput": {
|
|
1057
|
+
"color": {
|
|
1058
|
+
"$color-tagInput-icon-hover": "var(--semi-color-secondary-hover)"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"transfer": {
|
|
1062
|
+
"radius": {
|
|
1063
|
+
"$radius-transfer": "var(--semi-border-radius-small)"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"sideSheet": {
|
|
1067
|
+
"font": {
|
|
1068
|
+
"$font-sideSheet_title-fontWeight": "$font-weight-extrabold"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"datePicker": {
|
|
1072
|
+
"color": {
|
|
1073
|
+
"$color-datepicker_range_input-text-default": "var(--semi-color-text-2)",
|
|
1074
|
+
"$color-datepicker_date_hoverday_range-bg-default": "var(--semi-color-select-fill)",
|
|
1075
|
+
"$color-datepicker_range_input_clearbtn-icon-hover": "var(--semi-color-secondary-hover)",
|
|
1076
|
+
"$color-datepicker_date_hoverday_around_single_selected-bg-default": "var(--semi-color-select-fill)"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"pagination": {
|
|
1080
|
+
"color": {
|
|
1081
|
+
"$color-pagination_item-text-hover": "var(--semi-color-text-1)",
|
|
1082
|
+
"$color-pagination_item-bg-selected": "var(--semi-color-select-fill)",
|
|
1083
|
+
"$color-pagination_item-text-active": "var(--semi-color-text-1)",
|
|
1084
|
+
"$color-pagination_item-text-default": "var(--semi-color-text-1)",
|
|
1085
|
+
"$color-pagination_item-text-selected": "var(--semi-color-secondary)"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"popconfirm": {
|
|
1089
|
+
"font": {
|
|
1090
|
+
"$font-popconfirm_header_title-fontWeight": "$font-weight-extrabold"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"scrollList": {},
|
|
1094
|
+
"timePicker": {
|
|
1095
|
+
"color": {
|
|
1096
|
+
"$color-scrollList_selected_item-bg": "var(--semi-color-select-fill)"
|
|
1097
|
+
},
|
|
1098
|
+
"radius": {
|
|
1099
|
+
"$radius-timePicker_range_panel": "var(--semi-border-radius-small)"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"treeselect": {
|
|
1103
|
+
"color": {
|
|
1104
|
+
"$color-tree_option-bg-active": "var(--semi-color-select-fill)"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"descriptions": {}
|
|
1108
|
+
},
|
|
1109
|
+
"typography": {
|
|
1110
|
+
"Header": {
|
|
1111
|
+
"header-1": {
|
|
1112
|
+
"fontSize": "56px",
|
|
1113
|
+
"fontFamily": "TikTokDisplayFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1114
|
+
"lineHeight": "64px",
|
|
1115
|
+
"letterSpacing": "-1.28px"
|
|
1116
|
+
},
|
|
1117
|
+
"header-2": {
|
|
1118
|
+
"fontSize": "48px",
|
|
1119
|
+
"fontFamily": "TikTokDisplayFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1120
|
+
"lineHeight": "56px",
|
|
1121
|
+
"letterSpacing": "-0.84px"
|
|
1122
|
+
},
|
|
1123
|
+
"header-3": {
|
|
1124
|
+
"fontSize": "32px",
|
|
1125
|
+
"fontFamily": "TikTokDisplayFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1126
|
+
"lineHeight": "38px",
|
|
1127
|
+
"letterSpacing": "-0.72px"
|
|
1128
|
+
},
|
|
1129
|
+
"header-4": {
|
|
1130
|
+
"fontSize": "24px",
|
|
1131
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1132
|
+
"lineHeight": "30px",
|
|
1133
|
+
"letterSpacing": "-0.6px"
|
|
1134
|
+
},
|
|
1135
|
+
"header-5": {
|
|
1136
|
+
"fontSize": "18px",
|
|
1137
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1138
|
+
"lineHeight": "24px",
|
|
1139
|
+
"letterSpacing": "-0.54px"
|
|
1140
|
+
},
|
|
1141
|
+
"header-6": {
|
|
1142
|
+
"fontSize": "16px",
|
|
1143
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1144
|
+
"lineHeight": "20px",
|
|
1145
|
+
"letterSpacing": "-0.32px"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"Paragraph": {
|
|
1149
|
+
"small": {
|
|
1150
|
+
"fontSize": "12px",
|
|
1151
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1152
|
+
"lineHeight": "16px",
|
|
1153
|
+
"letterSpacing": "0px"
|
|
1154
|
+
},
|
|
1155
|
+
"regular": {
|
|
1156
|
+
"fontSize": "14px",
|
|
1157
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1158
|
+
"lineHeight": "20px",
|
|
1159
|
+
"letterSpacing": "-0.14px"
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"presetColor": {
|
|
1164
|
+
"red": "#ff4c3a",
|
|
1165
|
+
"blue": "#0075db",
|
|
1166
|
+
"cyan": "#0891c2",
|
|
1167
|
+
"grey": "#5e5e5e",
|
|
1168
|
+
"lime": "#709c00",
|
|
1169
|
+
"pink": "#fe2c55",
|
|
1170
|
+
"teal": "#129c99",
|
|
1171
|
+
"amber": "#edc100",
|
|
1172
|
+
"brand": "#fe2c55",
|
|
1173
|
+
"green": "#2ba345",
|
|
1174
|
+
"indigo": "#5769ff",
|
|
1175
|
+
"orange": "#f58700",
|
|
1176
|
+
"purple": "#c436c9",
|
|
1177
|
+
"violet": "#994ff7",
|
|
1178
|
+
"yellow": "#edc100",
|
|
1179
|
+
"light-blue": "#20d5ec",
|
|
1180
|
+
"light-green": "#00c39b"
|
|
1181
|
+
},
|
|
1182
|
+
"border-radius": {
|
|
1183
|
+
"--semi-border-radius-full": "9999px",
|
|
1184
|
+
"--semi-border-radius-large": "16px",
|
|
1185
|
+
"--semi-border-radius-small": "4px",
|
|
1186
|
+
"--semi-border-radius-circle": "50%",
|
|
1187
|
+
"--semi-border-radius-medium": "8px",
|
|
1188
|
+
"--semi-border-radius-extra-small": "4px"
|
|
1189
|
+
},
|
|
1190
|
+
"typography-base": {
|
|
1191
|
+
"scale": 1.25,
|
|
1192
|
+
"default": true,
|
|
1193
|
+
"wordSpace": 0,
|
|
1194
|
+
"fontFamily": "TikTokFont,'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
1195
|
+
"letterSpace": 0,
|
|
1196
|
+
"baseFontSize": "14px",
|
|
1197
|
+
"lineHeightMultiplier": 1.4
|
|
1198
|
+
},
|
|
1199
|
+
"globalScssVariables": {
|
|
1200
|
+
"$border-thickness-control": "1px"
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
}
|