@momentum-design/tokens 0.0.55 → 0.0.57
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/dist/css/core/complete.css +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +98 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +121 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +79 -102
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +101 -128
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +5986 -5937
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +6023 -6087
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +177 -226
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +205 -254
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +98 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +121 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +99 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +122 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2179
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -164
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -6,41 +6,34 @@
|
|
|
6
6
|
"normal": "#000000",
|
|
7
7
|
"disabled": "#600000"
|
|
8
8
|
},
|
|
9
|
-
"inverted": {
|
|
10
|
-
"normal": "#ffffff",
|
|
11
|
-
"disabled": "#600000"
|
|
12
|
-
},
|
|
13
9
|
"secondary": {
|
|
14
|
-
"normal": "#000000"
|
|
15
|
-
"inverted": {
|
|
16
|
-
"normal": "#ffffff"
|
|
17
|
-
}
|
|
10
|
+
"normal": "#000000"
|
|
18
11
|
},
|
|
19
12
|
"error": {
|
|
20
|
-
"normal": "#
|
|
21
|
-
"hover": "#
|
|
22
|
-
"active": "#
|
|
13
|
+
"normal": "#000000",
|
|
14
|
+
"hover": "#000000",
|
|
15
|
+
"active": "#000000"
|
|
23
16
|
},
|
|
24
17
|
"success": {
|
|
25
|
-
"normal": "#
|
|
26
|
-
"hover": "#
|
|
27
|
-
"active": "#
|
|
18
|
+
"normal": "#000000",
|
|
19
|
+
"hover": "#000000",
|
|
20
|
+
"active": "#000000"
|
|
28
21
|
},
|
|
29
22
|
"warning": {
|
|
30
|
-
"normal": "#
|
|
31
|
-
"hover": "#
|
|
32
|
-
"active": "#
|
|
23
|
+
"normal": "#000000",
|
|
24
|
+
"hover": "#000000",
|
|
25
|
+
"active": "#000000"
|
|
33
26
|
},
|
|
34
27
|
"highlight": "#00009f",
|
|
35
28
|
"accent": {
|
|
36
|
-
"normal": "#
|
|
37
|
-
"hover": "#
|
|
38
|
-
"active": "#
|
|
29
|
+
"normal": "#000000",
|
|
30
|
+
"hover": "#000000",
|
|
31
|
+
"active": "#000000"
|
|
39
32
|
},
|
|
40
33
|
"teamdefault": {
|
|
41
|
-
"normal": "#
|
|
42
|
-
"hover": "#
|
|
43
|
-
"active": "#
|
|
34
|
+
"normal": "#000000",
|
|
35
|
+
"hover": "#000000",
|
|
36
|
+
"active": "#000000"
|
|
44
37
|
},
|
|
45
38
|
"alert": {
|
|
46
39
|
"purple": {
|
|
@@ -107,10 +100,69 @@
|
|
|
107
100
|
}
|
|
108
101
|
}
|
|
109
102
|
},
|
|
103
|
+
"inverted": {
|
|
104
|
+
"text": {
|
|
105
|
+
"primary": {
|
|
106
|
+
"normal": "#000000",
|
|
107
|
+
"disabled": "#600000"
|
|
108
|
+
},
|
|
109
|
+
"secondary": {
|
|
110
|
+
"normal": "#000000"
|
|
111
|
+
},
|
|
112
|
+
"accent": {
|
|
113
|
+
"normal": "#000000",
|
|
114
|
+
"hover": "#000000"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"background": {
|
|
118
|
+
"normal": "#ffffff"
|
|
119
|
+
},
|
|
120
|
+
"button": {
|
|
121
|
+
"primary": {
|
|
122
|
+
"normal": "#ffffff",
|
|
123
|
+
"hover": "#37006e",
|
|
124
|
+
"pressed": "#00009f",
|
|
125
|
+
"disabled": "#600000"
|
|
126
|
+
},
|
|
127
|
+
"secondary": {
|
|
128
|
+
"normal": "#ffffff",
|
|
129
|
+
"hover": "#37006e",
|
|
130
|
+
"pressed": "#37006e",
|
|
131
|
+
"disabled": "#600000"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"outline": {
|
|
135
|
+
"button": {
|
|
136
|
+
"normal": "#000000"
|
|
137
|
+
},
|
|
138
|
+
"primary": {
|
|
139
|
+
"normal": "#000000"
|
|
140
|
+
},
|
|
141
|
+
"disabled": {
|
|
142
|
+
"normal": "#600000"
|
|
143
|
+
},
|
|
144
|
+
"theme": "#000000"
|
|
145
|
+
},
|
|
146
|
+
"control": {
|
|
147
|
+
"active": {
|
|
148
|
+
"normal": "#37006e",
|
|
149
|
+
"hover": "#37006e",
|
|
150
|
+
"pressed": "#37006e",
|
|
151
|
+
"active": "#37006e",
|
|
152
|
+
"disabled": "#600000"
|
|
153
|
+
},
|
|
154
|
+
"inactive": {
|
|
155
|
+
"normal": "#ffffff",
|
|
156
|
+
"hover": "#ffffff",
|
|
157
|
+
"pressed": "#ffffff",
|
|
158
|
+
"disabled": "#600000"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
110
162
|
"background": {
|
|
111
163
|
"primary": {
|
|
112
164
|
"ghost": "#ffffff",
|
|
113
|
-
"hover": "#
|
|
165
|
+
"hover": "#ffffff",
|
|
114
166
|
"active": "#37006e",
|
|
115
167
|
"disabled": "#600000"
|
|
116
168
|
},
|
|
@@ -135,45 +187,41 @@
|
|
|
135
187
|
"disabled": "#600000"
|
|
136
188
|
},
|
|
137
189
|
"accent": {
|
|
138
|
-
"normal": "#
|
|
139
|
-
},
|
|
140
|
-
"gradient": {
|
|
141
|
-
"primary": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
|
|
142
|
-
"secondary": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)"
|
|
190
|
+
"normal": "#37006e"
|
|
143
191
|
},
|
|
144
192
|
"alert": {
|
|
145
193
|
"default": {
|
|
146
|
-
"normal": "#
|
|
194
|
+
"normal": "#ffffff",
|
|
147
195
|
"hover": "#37006e",
|
|
148
196
|
"active": "#37006e"
|
|
149
197
|
},
|
|
150
198
|
"success": {
|
|
151
|
-
"normal": "#
|
|
199
|
+
"normal": "#ffffff",
|
|
152
200
|
"hover": "#37006e",
|
|
153
201
|
"active": "#37006e"
|
|
154
202
|
},
|
|
155
203
|
"warning": {
|
|
156
|
-
"normal": "#
|
|
204
|
+
"normal": "#ffffff",
|
|
157
205
|
"hover": "#37006e",
|
|
158
206
|
"active": "#37006e"
|
|
159
207
|
},
|
|
160
208
|
"error": {
|
|
161
|
-
"normal": "#
|
|
209
|
+
"normal": "#ffffff",
|
|
162
210
|
"hover": "#37006e",
|
|
163
211
|
"active": "#37006e"
|
|
164
212
|
},
|
|
165
213
|
"theme": {
|
|
166
|
-
"normal": "#
|
|
214
|
+
"normal": "#ffffff",
|
|
167
215
|
"hover": "#37006e",
|
|
168
216
|
"active": "#37006e"
|
|
169
217
|
},
|
|
170
218
|
"purple": {
|
|
171
|
-
"normal": "#
|
|
219
|
+
"normal": "#ffffff",
|
|
172
220
|
"hover": "#37006e",
|
|
173
221
|
"active": "#37006e"
|
|
174
222
|
},
|
|
175
223
|
"orange": {
|
|
176
|
-
"normal": "#
|
|
224
|
+
"normal": "#ffffff",
|
|
177
225
|
"hover": "#37006e",
|
|
178
226
|
"active": "#37006e"
|
|
179
227
|
}
|
|
@@ -181,48 +229,48 @@
|
|
|
181
229
|
"label": {
|
|
182
230
|
"cobalt": {
|
|
183
231
|
"normal": "#ffffff",
|
|
184
|
-
"hover": "#
|
|
185
|
-
"active": "#
|
|
232
|
+
"hover": "#37006e",
|
|
233
|
+
"active": "#37006e"
|
|
186
234
|
},
|
|
187
235
|
"gold": {
|
|
188
236
|
"normal": "#ffffff",
|
|
189
|
-
"hover": "#
|
|
190
|
-
"active": "#
|
|
237
|
+
"hover": "#37006e",
|
|
238
|
+
"active": "#37006e"
|
|
191
239
|
},
|
|
192
240
|
"lime": {
|
|
193
241
|
"normal": "#ffffff",
|
|
194
|
-
"hover": "#
|
|
195
|
-
"active": "#
|
|
242
|
+
"hover": "#37006e",
|
|
243
|
+
"active": "#37006e"
|
|
196
244
|
},
|
|
197
245
|
"mint": {
|
|
198
246
|
"normal": "#ffffff",
|
|
199
|
-
"hover": "#
|
|
200
|
-
"active": "#
|
|
247
|
+
"hover": "#37006e",
|
|
248
|
+
"active": "#37006e"
|
|
201
249
|
},
|
|
202
250
|
"orange": {
|
|
203
251
|
"normal": "#ffffff",
|
|
204
|
-
"hover": "#
|
|
205
|
-
"active": "#
|
|
252
|
+
"hover": "#37006e",
|
|
253
|
+
"active": "#37006e"
|
|
206
254
|
},
|
|
207
255
|
"pink": {
|
|
208
256
|
"normal": "#ffffff",
|
|
209
|
-
"hover": "#
|
|
210
|
-
"active": "#
|
|
257
|
+
"hover": "#37006e",
|
|
258
|
+
"active": "#37006e"
|
|
211
259
|
},
|
|
212
260
|
"purple": {
|
|
213
261
|
"normal": "#ffffff",
|
|
214
|
-
"hover": "#
|
|
215
|
-
"active": "#
|
|
262
|
+
"hover": "#37006e",
|
|
263
|
+
"active": "#37006e"
|
|
216
264
|
},
|
|
217
265
|
"slate": {
|
|
218
266
|
"normal": "#ffffff",
|
|
219
|
-
"hover": "#
|
|
220
|
-
"active": "#
|
|
267
|
+
"hover": "#37006e",
|
|
268
|
+
"active": "#37006e"
|
|
221
269
|
},
|
|
222
270
|
"violet": {
|
|
223
271
|
"normal": "#ffffff",
|
|
224
|
-
"hover": "#
|
|
225
|
-
"active": "#
|
|
272
|
+
"hover": "#37006e",
|
|
273
|
+
"active": "#37006e"
|
|
226
274
|
}
|
|
227
275
|
},
|
|
228
276
|
"common": {
|
|
@@ -230,37 +278,26 @@
|
|
|
230
278
|
},
|
|
231
279
|
"namelabel": {
|
|
232
280
|
"normal": "#ffffff"
|
|
233
|
-
},
|
|
234
|
-
"skeleton": {
|
|
235
|
-
"normal": "#ffffff"
|
|
236
281
|
}
|
|
237
282
|
},
|
|
238
283
|
"button": {
|
|
239
|
-
"border": {
|
|
240
|
-
"normal": "#000000"
|
|
241
|
-
},
|
|
242
284
|
"primary": {
|
|
243
285
|
"normal": "#ffffff",
|
|
244
286
|
"hover": "#37006e",
|
|
245
287
|
"pressed": "#37006e",
|
|
246
|
-
"disabled": "#
|
|
288
|
+
"disabled": "#ffffff"
|
|
247
289
|
},
|
|
248
290
|
"secondary": {
|
|
249
291
|
"normal": "#ffffff",
|
|
250
292
|
"hover": "#37006e",
|
|
251
293
|
"pressed": "#37006e",
|
|
252
|
-
"disabled": "#
|
|
294
|
+
"disabled": "#ffffff",
|
|
253
295
|
"active": {
|
|
254
296
|
"normal": "#ffffff",
|
|
255
297
|
"hover": "#37006e",
|
|
256
298
|
"pressed": "#37006e"
|
|
257
299
|
}
|
|
258
300
|
},
|
|
259
|
-
"inverted": {
|
|
260
|
-
"normal": "#ffffff",
|
|
261
|
-
"hover": "#37006e",
|
|
262
|
-
"pressed": "#37006e"
|
|
263
|
-
},
|
|
264
301
|
"join": {
|
|
265
302
|
"normal": "#ffffff",
|
|
266
303
|
"hover": "#37006e",
|
|
@@ -282,14 +319,14 @@
|
|
|
282
319
|
"normal": "#000000"
|
|
283
320
|
},
|
|
284
321
|
"theme": {
|
|
285
|
-
"normal": "#
|
|
322
|
+
"normal": "#000000"
|
|
286
323
|
},
|
|
287
324
|
"secondary": {
|
|
288
325
|
"normal": "#000000"
|
|
289
326
|
},
|
|
290
327
|
"input": {
|
|
291
328
|
"normal": "#000000",
|
|
292
|
-
"active": "#
|
|
329
|
+
"active": "#000000"
|
|
293
330
|
},
|
|
294
331
|
"button": {
|
|
295
332
|
"normal": "#000000"
|
|
@@ -301,18 +338,18 @@
|
|
|
301
338
|
"normal": "#000000"
|
|
302
339
|
},
|
|
303
340
|
"disabled": {
|
|
304
|
-
"normal": "#
|
|
341
|
+
"normal": "#000000"
|
|
305
342
|
},
|
|
306
343
|
"share": {
|
|
307
|
-
"selected": "#
|
|
308
|
-
"active": "#
|
|
309
|
-
"inactive": "#
|
|
344
|
+
"selected": "#00009f",
|
|
345
|
+
"active": "#ffffff",
|
|
346
|
+
"inactive": "#600000"
|
|
310
347
|
},
|
|
311
348
|
"overlay": {
|
|
312
349
|
"normal": "#000000"
|
|
313
350
|
},
|
|
314
351
|
"high-contrast": {
|
|
315
|
-
"focus": "#
|
|
352
|
+
"focus": "#00009f"
|
|
316
353
|
},
|
|
317
354
|
"label": {
|
|
318
355
|
"cobalt": "#000000",
|
|
@@ -324,32 +361,38 @@
|
|
|
324
361
|
"purple": "#000000",
|
|
325
362
|
"slate": "#000000",
|
|
326
363
|
"violet": "#000000"
|
|
327
|
-
},
|
|
328
|
-
"promotion": {
|
|
329
|
-
"normal": "#000000"
|
|
330
|
-
},
|
|
331
|
-
"gradient": {
|
|
332
|
-
"active": "#000000"
|
|
333
364
|
}
|
|
334
365
|
},
|
|
335
366
|
"control": {
|
|
336
367
|
"active": {
|
|
337
368
|
"normal": "#37006e",
|
|
338
|
-
"hover": "#
|
|
339
|
-
"pressed": "#
|
|
340
|
-
"active": "#
|
|
369
|
+
"hover": "#ffffff",
|
|
370
|
+
"pressed": "#ffffff",
|
|
371
|
+
"active": "#1170cf",
|
|
341
372
|
"disabled": "#600000"
|
|
342
373
|
},
|
|
374
|
+
"indicator": {
|
|
375
|
+
"inactive": {
|
|
376
|
+
"normal": "#ffffff"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
343
379
|
"inactive": {
|
|
344
|
-
"normal": "#
|
|
345
|
-
"hover": "#
|
|
346
|
-
"pressed": "#
|
|
380
|
+
"normal": "#ffffff",
|
|
381
|
+
"hover": "#ffffff",
|
|
382
|
+
"pressed": "#ffffff",
|
|
347
383
|
"disabled": "#600000"
|
|
348
384
|
}
|
|
349
385
|
},
|
|
350
386
|
"overlay": {
|
|
351
387
|
"meetings": {
|
|
352
388
|
"normal": "#ffffff"
|
|
389
|
+
},
|
|
390
|
+
"button": {
|
|
391
|
+
"secondary": {
|
|
392
|
+
"normal": "#ffffff",
|
|
393
|
+
"hover": "#37006e",
|
|
394
|
+
"pressed": "#37006e"
|
|
395
|
+
}
|
|
353
396
|
}
|
|
354
397
|
},
|
|
355
398
|
"indicator": {
|
|
@@ -393,48 +436,48 @@
|
|
|
393
436
|
"illustrations": {
|
|
394
437
|
"empty": {
|
|
395
438
|
"primary": {
|
|
396
|
-
"0": "#
|
|
397
|
-
"1": "#
|
|
439
|
+
"0": "#ffffff",
|
|
440
|
+
"1": "#ffffff"
|
|
398
441
|
},
|
|
399
442
|
"secondary": {
|
|
400
|
-
"0": "#
|
|
401
|
-
"1": "#
|
|
443
|
+
"0": "#ffffff",
|
|
444
|
+
"1": "#ffffff"
|
|
402
445
|
}
|
|
403
446
|
},
|
|
404
447
|
"onboarding": {
|
|
405
448
|
"primary": {
|
|
406
|
-
"0": "#
|
|
407
|
-
"1": "#
|
|
449
|
+
"0": "#ffffff",
|
|
450
|
+
"1": "#ffffff"
|
|
408
451
|
},
|
|
409
452
|
"secondary": {
|
|
410
|
-
"0": "#
|
|
411
|
-
"1": "#
|
|
453
|
+
"0": "#ffffff",
|
|
454
|
+
"1": "#ffffff"
|
|
412
455
|
},
|
|
413
456
|
"tertiary": {
|
|
414
|
-
"0": "#
|
|
415
|
-
"1": "#
|
|
457
|
+
"0": "#ffffff",
|
|
458
|
+
"1": "#ffffff"
|
|
416
459
|
},
|
|
417
460
|
"quartenary": {
|
|
418
|
-
"0": "#
|
|
419
|
-
"1": "#
|
|
461
|
+
"0": "#ffffff",
|
|
462
|
+
"1": "#ffffff"
|
|
420
463
|
},
|
|
421
464
|
"quinary": {
|
|
422
|
-
"0": "#
|
|
423
|
-
"1": "#
|
|
465
|
+
"0": "#ffffff",
|
|
466
|
+
"1": "#ffffff"
|
|
424
467
|
}
|
|
425
468
|
},
|
|
426
469
|
"success": {
|
|
427
|
-
"0": "#
|
|
428
|
-
"1": "#
|
|
470
|
+
"0": "#ffffff",
|
|
471
|
+
"1": "#ffffff"
|
|
429
472
|
},
|
|
430
473
|
"error": {
|
|
431
|
-
"0": "#
|
|
432
|
-
"1": "#
|
|
474
|
+
"0": "#ffffff",
|
|
475
|
+
"1": "#ffffff"
|
|
433
476
|
},
|
|
434
|
-
"default": "#
|
|
477
|
+
"default": "#ffffff"
|
|
435
478
|
},
|
|
436
479
|
"globaltint": {
|
|
437
|
-
"normal": "#
|
|
480
|
+
"normal": "#000000",
|
|
438
481
|
"selected": "#00009f"
|
|
439
482
|
},
|
|
440
483
|
"groupedbackground": {
|
|
@@ -451,44 +494,6 @@
|
|
|
451
494
|
"normal": "#ffffff"
|
|
452
495
|
}
|
|
453
496
|
},
|
|
454
|
-
"teaching": {
|
|
455
|
-
"background": {
|
|
456
|
-
"normal": "#000000"
|
|
457
|
-
},
|
|
458
|
-
"button": {
|
|
459
|
-
"primary": {
|
|
460
|
-
"normal": "#ffffff",
|
|
461
|
-
"hover": "#ffffff",
|
|
462
|
-
"pressed": "#ffffff",
|
|
463
|
-
"disabled": "#600000"
|
|
464
|
-
},
|
|
465
|
-
"secondary": {
|
|
466
|
-
"normal": "#37006e",
|
|
467
|
-
"hover": "#37006e",
|
|
468
|
-
"pressed": "#37006e"
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
"outline": {
|
|
472
|
-
"button": {
|
|
473
|
-
"normal": "#ffffff"
|
|
474
|
-
},
|
|
475
|
-
"normal": "#ffffff",
|
|
476
|
-
"disabled": {
|
|
477
|
-
"normal": "#600000"
|
|
478
|
-
},
|
|
479
|
-
"theme": "#ffffff"
|
|
480
|
-
},
|
|
481
|
-
"text": {
|
|
482
|
-
"accent": {
|
|
483
|
-
"normal": "#ffffff",
|
|
484
|
-
"hover": "#ffffff",
|
|
485
|
-
"disabled": "#600000"
|
|
486
|
-
},
|
|
487
|
-
"primary": {
|
|
488
|
-
"disabled": "#600000"
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
497
|
"gradientdivider": {
|
|
493
498
|
"normal": {
|
|
494
499
|
"0": "#000000",
|
|
@@ -543,9 +548,125 @@
|
|
|
543
548
|
"violet": "#000000",
|
|
544
549
|
"yellow": "#000000"
|
|
545
550
|
},
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
|
|
551
|
+
"common": {
|
|
552
|
+
"text": {
|
|
553
|
+
"primary": {
|
|
554
|
+
"normal": "#ffffff",
|
|
555
|
+
"disabled": "#3ff23f"
|
|
556
|
+
},
|
|
557
|
+
"secondary": {
|
|
558
|
+
"normal": "#ffffff"
|
|
559
|
+
},
|
|
560
|
+
"success": {
|
|
561
|
+
"normal": "#ffffff",
|
|
562
|
+
"hover": "#ffffff"
|
|
563
|
+
},
|
|
564
|
+
"error": {
|
|
565
|
+
"normal": "#ffffff",
|
|
566
|
+
"hover": "#ffffff"
|
|
567
|
+
},
|
|
568
|
+
"warning": {
|
|
569
|
+
"normal": "#ffffff",
|
|
570
|
+
"hover": "#ffffff"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"inverted": {
|
|
574
|
+
"text": {
|
|
575
|
+
"primary": {
|
|
576
|
+
"normal": "#ffffff"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"overlays": {
|
|
581
|
+
"primary": {
|
|
582
|
+
"normal": "#000000"
|
|
583
|
+
},
|
|
584
|
+
"secondary": {
|
|
585
|
+
"normal": "#000000"
|
|
586
|
+
},
|
|
587
|
+
"meeting": {
|
|
588
|
+
"normal": {
|
|
589
|
+
"0": "#000000",
|
|
590
|
+
"1": "#000000",
|
|
591
|
+
"2": "#000000"
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"button": {
|
|
596
|
+
"primary": {
|
|
597
|
+
"normal": "#000000",
|
|
598
|
+
"hover": "#1aebff",
|
|
599
|
+
"pressed": "#1aebff",
|
|
600
|
+
"disabled": "#3ff23f"
|
|
601
|
+
},
|
|
602
|
+
"secondary": {
|
|
603
|
+
"normal": "#000000",
|
|
604
|
+
"hover": "#1aebff",
|
|
605
|
+
"active": {
|
|
606
|
+
"normal": "#000000",
|
|
607
|
+
"hover": "#1aebff",
|
|
608
|
+
"pressed": "#1aebff",
|
|
609
|
+
"disabled": "#3ff23f"
|
|
610
|
+
},
|
|
611
|
+
"disabled": "#3ff23f"
|
|
612
|
+
},
|
|
613
|
+
"promotion": {
|
|
614
|
+
"normal": {
|
|
615
|
+
"0": "#000000",
|
|
616
|
+
"1": "#000000"
|
|
617
|
+
},
|
|
618
|
+
"hover": {
|
|
619
|
+
"0": "#1aebff",
|
|
620
|
+
"1": "#1aebff"
|
|
621
|
+
},
|
|
622
|
+
"active": {
|
|
623
|
+
"0": "#1aebff",
|
|
624
|
+
"1": "#1aebff"
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"outline": {
|
|
629
|
+
"button": {
|
|
630
|
+
"normal": "#ffffff"
|
|
631
|
+
},
|
|
632
|
+
"primary": {
|
|
633
|
+
"normal": "#ffffff",
|
|
634
|
+
"disabled": "#3ff23f"
|
|
635
|
+
},
|
|
636
|
+
"input": {
|
|
637
|
+
"normal": "#ffffff"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"control": {
|
|
641
|
+
"share": {
|
|
642
|
+
"content": {
|
|
643
|
+
"selected": "#ffffff",
|
|
644
|
+
"active": "#ffffff",
|
|
645
|
+
"inactive": "#3ff23f"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"inactive": {
|
|
649
|
+
"normal": "#3ff23f"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"background": {
|
|
653
|
+
"alert": {
|
|
654
|
+
"share": {
|
|
655
|
+
"normal": "#ffffff"
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"content": {
|
|
660
|
+
"pdf": "#ffffff",
|
|
661
|
+
"word": "#ffffff",
|
|
662
|
+
"powerpoint": "#ffffff",
|
|
663
|
+
"excel": "#ffffff",
|
|
664
|
+
"onenote": "#ffffff",
|
|
665
|
+
"sheets": "#ffffff",
|
|
666
|
+
"slides": "#ffffff",
|
|
667
|
+
"keynote": "#ffffff",
|
|
668
|
+
"doc": "#ffffff"
|
|
669
|
+
}
|
|
549
670
|
}
|
|
550
671
|
}
|
|
551
672
|
}
|