@fluentui-react-native/win32-theme 0.27.0 → 0.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +43 -1
- package/CHANGELOG.md +20 -2
- package/package.json +2 -2
- package/src/__tests__/__snapshots__/win32-theme.test.ts.snap +2286 -2286
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[` 1`] = `
|
|
3
|
+
exports[`createBrandedThemeWithAlias test themeName: Black 1`] = `
|
|
4
4
|
{
|
|
5
5
|
"colors": {
|
|
6
6
|
"brandBackground": "#185abd",
|
|
@@ -9,35 +9,35 @@ exports[` 1`] = `
|
|
|
9
9
|
"brandBackgroundPressed": "#0e336a",
|
|
10
10
|
"brandBackgroundSelected": "#13458f",
|
|
11
11
|
"brandBackgroundStatic": "#185abd",
|
|
12
|
-
"brandForeground1": "#
|
|
13
|
-
"brandForeground2": "#
|
|
14
|
-
"brandForegroundLink": "#
|
|
15
|
-
"brandForegroundLinkHover": "#
|
|
16
|
-
"brandForegroundLinkPressed": "#
|
|
17
|
-
"brandForegroundLinkSelected": "#
|
|
12
|
+
"brandForeground1": "#aec6eb",
|
|
13
|
+
"brandForeground2": "#d2e0f4",
|
|
14
|
+
"brandForegroundLink": "#aec6eb",
|
|
15
|
+
"brandForegroundLinkHover": "#d2e0f4",
|
|
16
|
+
"brandForegroundLinkPressed": "#2e6ac5",
|
|
17
|
+
"brandForegroundLinkSelected": "#d2e0f4",
|
|
18
18
|
"brandStroke1": "#185abd",
|
|
19
19
|
"brandStroke2": "#d2e0f4",
|
|
20
20
|
"compoundBrandBackground1": "#185abd",
|
|
21
21
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
22
22
|
"compoundBrandBackground1Pressed": "#13458f",
|
|
23
|
-
"compoundBrandForeground1": "#
|
|
24
|
-
"compoundBrandForeground1Hover": "#
|
|
25
|
-
"compoundBrandForeground1Pressed": "#
|
|
23
|
+
"compoundBrandForeground1": "#aec6eb",
|
|
24
|
+
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
25
|
+
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
26
26
|
"compoundBrandStroke1": "#185abd",
|
|
27
27
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
28
28
|
"compoundBrandStroke1Pressed": "#13458f",
|
|
29
|
-
"neutralForeground2BrandHover": "#
|
|
30
|
-
"neutralForeground2BrandPressed": "#
|
|
31
|
-
"neutralForeground2BrandSelected": "#
|
|
32
|
-
"neutralForeground3BrandHover": "#
|
|
33
|
-
"neutralForeground3BrandPressed": "#
|
|
34
|
-
"neutralForeground3BrandSelected": "#
|
|
29
|
+
"neutralForeground2BrandHover": "#d2e0f4",
|
|
30
|
+
"neutralForeground2BrandPressed": "#2e6ac5",
|
|
31
|
+
"neutralForeground2BrandSelected": "#d2e0f4",
|
|
32
|
+
"neutralForeground3BrandHover": "#d2e0f4",
|
|
33
|
+
"neutralForeground3BrandPressed": "#2e6ac5",
|
|
34
|
+
"neutralForeground3BrandSelected": "#d2e0f4",
|
|
35
35
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
36
36
|
},
|
|
37
37
|
}
|
|
38
38
|
`;
|
|
39
39
|
|
|
40
|
-
exports[`
|
|
40
|
+
exports[`createBrandedThemeWithAlias test themeName: Colorful 1`] = `
|
|
41
41
|
{
|
|
42
42
|
"colors": {
|
|
43
43
|
"brandBackground": "#185abd",
|
|
@@ -74,7 +74,7 @@ exports[` 2`] = `
|
|
|
74
74
|
}
|
|
75
75
|
`;
|
|
76
76
|
|
|
77
|
-
exports[`
|
|
77
|
+
exports[`createBrandedThemeWithAlias test themeName: DarkGray 1`] = `
|
|
78
78
|
{
|
|
79
79
|
"colors": {
|
|
80
80
|
"brandBackground": "#185abd",
|
|
@@ -111,7 +111,9 @@ exports[` 3`] = `
|
|
|
111
111
|
}
|
|
112
112
|
`;
|
|
113
113
|
|
|
114
|
-
exports[`
|
|
114
|
+
exports[`createBrandedThemeWithAlias test themeName: HighContrast 1`] = `{}`;
|
|
115
|
+
|
|
116
|
+
exports[`createBrandedThemeWithAlias test themeName: White 1`] = `
|
|
115
117
|
{
|
|
116
118
|
"colors": {
|
|
117
119
|
"brandBackground": "#185abd",
|
|
@@ -120,36 +122,34 @@ exports[` 4`] = `
|
|
|
120
122
|
"brandBackgroundPressed": "#0e336a",
|
|
121
123
|
"brandBackgroundSelected": "#13458f",
|
|
122
124
|
"brandBackgroundStatic": "#185abd",
|
|
123
|
-
"brandForeground1": "#
|
|
124
|
-
"brandForeground2": "#
|
|
125
|
-
"brandForegroundLink": "#
|
|
126
|
-
"brandForegroundLinkHover": "#
|
|
127
|
-
"brandForegroundLinkPressed": "#
|
|
128
|
-
"brandForegroundLinkSelected": "#
|
|
125
|
+
"brandForeground1": "#185abd",
|
|
126
|
+
"brandForeground2": "#1651aa",
|
|
127
|
+
"brandForegroundLink": "#185abd",
|
|
128
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
129
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
130
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
129
131
|
"brandStroke1": "#185abd",
|
|
130
132
|
"brandStroke2": "#d2e0f4",
|
|
131
133
|
"compoundBrandBackground1": "#185abd",
|
|
132
134
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
133
135
|
"compoundBrandBackground1Pressed": "#13458f",
|
|
134
|
-
"compoundBrandForeground1": "#
|
|
135
|
-
"compoundBrandForeground1Hover": "#
|
|
136
|
-
"compoundBrandForeground1Pressed": "#
|
|
136
|
+
"compoundBrandForeground1": "#185abd",
|
|
137
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
138
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
137
139
|
"compoundBrandStroke1": "#185abd",
|
|
138
140
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
139
141
|
"compoundBrandStroke1Pressed": "#13458f",
|
|
140
|
-
"neutralForeground2BrandHover": "#
|
|
141
|
-
"neutralForeground2BrandPressed": "#
|
|
142
|
-
"neutralForeground2BrandSelected": "#
|
|
143
|
-
"neutralForeground3BrandHover": "#
|
|
144
|
-
"neutralForeground3BrandPressed": "#
|
|
145
|
-
"neutralForeground3BrandSelected": "#
|
|
142
|
+
"neutralForeground2BrandHover": "#1651aa",
|
|
143
|
+
"neutralForeground2BrandPressed": "#0e336a",
|
|
144
|
+
"neutralForeground2BrandSelected": "#13458f",
|
|
145
|
+
"neutralForeground3BrandHover": "#1651aa",
|
|
146
|
+
"neutralForeground3BrandPressed": "#0e336a",
|
|
147
|
+
"neutralForeground3BrandSelected": "#13458f",
|
|
146
148
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
147
149
|
},
|
|
148
150
|
}
|
|
149
151
|
`;
|
|
150
152
|
|
|
151
|
-
exports[` 5`] = `{}`;
|
|
152
|
-
|
|
153
153
|
exports[`createFontAliasTokens test 1`] = `
|
|
154
154
|
{
|
|
155
155
|
"body1": {
|
|
@@ -220,1231 +220,7 @@ exports[`createFontAliasTokens test 1`] = `
|
|
|
220
220
|
}
|
|
221
221
|
`;
|
|
222
222
|
|
|
223
|
-
exports[`
|
|
224
|
-
{
|
|
225
|
-
"colors": {
|
|
226
|
-
"accentButtonBackground": "#D83B01",
|
|
227
|
-
"accentButtonText": "#FFFFFF",
|
|
228
|
-
"actionLink": "#262626",
|
|
229
|
-
"actionLinkHovered": "#EA6115",
|
|
230
|
-
"background": "antiquewhite",
|
|
231
|
-
"blockingBackground": "antiquewhite",
|
|
232
|
-
"bodyDivider": "#E6E6E6",
|
|
233
|
-
"bodyFrameBackground": "antiquewhite",
|
|
234
|
-
"bodyFrameDivider": "#E6E6E6",
|
|
235
|
-
"bodyStandoutBackground": "antiquewhite",
|
|
236
|
-
"bodyText": "#262626",
|
|
237
|
-
"bodyTextChecked": "#262626",
|
|
238
|
-
"brandBackground": "#D83B01",
|
|
239
|
-
"brandBackground2": "#d2e0f4",
|
|
240
|
-
"brandBackgroundHover": "#F29F71",
|
|
241
|
-
"brandBackgroundPressed": "#A22C01",
|
|
242
|
-
"brandBackgroundSelected": "#13458f",
|
|
243
|
-
"brandBackgroundStatic": "#185abd",
|
|
244
|
-
"brandForeground1": "#185abd",
|
|
245
|
-
"brandForeground2": "#1651aa",
|
|
246
|
-
"brandForegroundLink": "#185abd",
|
|
247
|
-
"brandForegroundLinkHover": "#1651aa",
|
|
248
|
-
"brandForegroundLinkPressed": "#0e336a",
|
|
249
|
-
"brandForegroundLinkSelected": "#13458f",
|
|
250
|
-
"brandStroke1": "#D83B01",
|
|
251
|
-
"brandStroke2": "#d2e0f4",
|
|
252
|
-
"brandedBackground": "#D83B01",
|
|
253
|
-
"brandedBorder": "#A22C01",
|
|
254
|
-
"brandedCheckedBackground": "#c8c6c4",
|
|
255
|
-
"brandedCheckedContent": "#201f1e",
|
|
256
|
-
"brandedCheckedHoveredBackground": "#edebe9",
|
|
257
|
-
"brandedCheckedHoveredContent": "#201f1e",
|
|
258
|
-
"brandedContent": "#FFFFFF",
|
|
259
|
-
"brandedDisabledBackground": "#E6E6E6",
|
|
260
|
-
"brandedDisabledBorder": "#D2D2D2",
|
|
261
|
-
"brandedDisabledContent": "#B1B1B1",
|
|
262
|
-
"brandedDisabledIcon": "#B1B1B1",
|
|
263
|
-
"brandedFocusedBackground": "#F29F71",
|
|
264
|
-
"brandedFocusedBorder": "#A22C01",
|
|
265
|
-
"brandedFocusedContent": "#FFFFFF",
|
|
266
|
-
"brandedFocusedIcon": "#FFFFFF",
|
|
267
|
-
"brandedFocusedSecondaryContent": "#faf9f8",
|
|
268
|
-
"brandedHoveredBackground": "#F29F71",
|
|
269
|
-
"brandedHoveredBorder": "#D83B01",
|
|
270
|
-
"brandedHoveredContent": "#FFFFFF",
|
|
271
|
-
"brandedHoveredIcon": "#FFFFFF",
|
|
272
|
-
"brandedHoveredSecondaryContent": "#faf9f8",
|
|
273
|
-
"brandedIcon": "#FFFFFF",
|
|
274
|
-
"brandedPressedBackground": "#A22C01",
|
|
275
|
-
"brandedPressedBorder": "#A22C01",
|
|
276
|
-
"brandedPressedContent": "#FFFFFF",
|
|
277
|
-
"brandedPressedIcon": "#FFFFFF",
|
|
278
|
-
"brandedPressedSecondaryContent": "#faf9f8",
|
|
279
|
-
"brandedSecondaryContent": "#faf9f8",
|
|
280
|
-
"buttonBackground": "#E6E6E6",
|
|
281
|
-
"buttonBackgroundChecked": "#E6E6E6",
|
|
282
|
-
"buttonBackgroundCheckedHovered": "#E6E6E6",
|
|
283
|
-
"buttonBackgroundDisabled": "#E6E6E6",
|
|
284
|
-
"buttonBackgroundHovered": "#FFF7F0",
|
|
285
|
-
"buttonBackgroundPressed": "#FBDFD0",
|
|
286
|
-
"buttonBorder": "#969696",
|
|
287
|
-
"buttonBorderDisabled": "#D2D2D2",
|
|
288
|
-
"buttonBorderFocused": "#FBDFD0",
|
|
289
|
-
"buttonText": "#262626",
|
|
290
|
-
"buttonTextChecked": "#262626",
|
|
291
|
-
"buttonTextCheckedHovered": "#262626",
|
|
292
|
-
"buttonTextDisabled": "#B1B1B1",
|
|
293
|
-
"buttonTextHovered": "#262626",
|
|
294
|
-
"buttonTextPressed": "#262626",
|
|
295
|
-
"checkboxBackground": "#185abd",
|
|
296
|
-
"checkboxBackgroundDisabled": "#f3f2f1",
|
|
297
|
-
"checkboxBorderColor": "#8a8886",
|
|
298
|
-
"checkmarkColor": "#ffffff",
|
|
299
|
-
"compoundBrandBackground1": "#D83B01",
|
|
300
|
-
"compoundBrandBackground1Hover": "#EA6115",
|
|
301
|
-
"compoundBrandBackground1Pressed": "#A22C01",
|
|
302
|
-
"compoundBrandForeground1": "#D83B01",
|
|
303
|
-
"compoundBrandForeground1Hover": "#EA6115",
|
|
304
|
-
"compoundBrandForeground1Pressed": "#A22C01",
|
|
305
|
-
"compoundBrandStroke1": "#D83B01",
|
|
306
|
-
"compoundBrandStroke1Hover": "#EA6115",
|
|
307
|
-
"compoundBrandStroke1Pressed": "#A22C01",
|
|
308
|
-
"dangerBackground1": "#fdf6f6",
|
|
309
|
-
"dangerBackground2": "#f1bbbc",
|
|
310
|
-
"dangerBackground3": "#d13438",
|
|
311
|
-
"dangerBorder1": "#f1bbbc",
|
|
312
|
-
"dangerBorder2": "#d13438",
|
|
313
|
-
"dangerBorderActive": "#d13438",
|
|
314
|
-
"dangerForeground1": "#bc2f32",
|
|
315
|
-
"dangerForeground2": "#751d1f",
|
|
316
|
-
"dangerForeground3": "#d13438",
|
|
317
|
-
"dangerForegroundInverted": "#dc5e62",
|
|
318
|
-
"defaultBackground": "#E6E6E6",
|
|
319
|
-
"defaultBorder": "#969696",
|
|
320
|
-
"defaultCheckedBackground": "#E6E6E6",
|
|
321
|
-
"defaultCheckedContent": "#262626",
|
|
322
|
-
"defaultCheckedHoveredBackground": "#FFF7F0",
|
|
323
|
-
"defaultCheckedHoveredContent": "#262626",
|
|
324
|
-
"defaultContent": "#262626",
|
|
325
|
-
"defaultDisabledBackground": "#E6E6E6",
|
|
326
|
-
"defaultDisabledBorder": "#D2D2D2",
|
|
327
|
-
"defaultDisabledContent": "#B1B1B1",
|
|
328
|
-
"defaultDisabledIcon": "#B1B1B1",
|
|
329
|
-
"defaultDisabledSecondaryContent": "#a19f9d",
|
|
330
|
-
"defaultFocusedBackground": "#FFF7F0",
|
|
331
|
-
"defaultFocusedBorder": "#FBDFD0",
|
|
332
|
-
"defaultFocusedContent": "#262626",
|
|
333
|
-
"defaultFocusedIcon": "#262626",
|
|
334
|
-
"defaultHoveredBackground": "#FFF7F0",
|
|
335
|
-
"defaultHoveredBorder": "#FBDFD0",
|
|
336
|
-
"defaultHoveredContent": "#262626",
|
|
337
|
-
"defaultHoveredIcon": "#262626",
|
|
338
|
-
"defaultHoveredSecondaryContent": "#a19f9d",
|
|
339
|
-
"defaultIcon": "#262626",
|
|
340
|
-
"defaultPressedBackground": "#FBDFD0",
|
|
341
|
-
"defaultPressedBorder": "#EA6115",
|
|
342
|
-
"defaultPressedContent": "#262626",
|
|
343
|
-
"defaultPressedIcon": "#262626",
|
|
344
|
-
"defaultPressedSecondaryContent": "#a19f9d",
|
|
345
|
-
"defaultStateBackground": "antiquewhite",
|
|
346
|
-
"disabledBackground": "#F3F3F3",
|
|
347
|
-
"disabledBodySubtext": "#B1B1B1",
|
|
348
|
-
"disabledBodyText": "#B1B1B1",
|
|
349
|
-
"disabledSubtext": "#B1B1B1",
|
|
350
|
-
"disabledText": "#B1B1B1",
|
|
351
|
-
"errorBackground": "antiquewhite",
|
|
352
|
-
"errorText": "#A50000",
|
|
353
|
-
"focusBorder": "#969696",
|
|
354
|
-
"ghostBackground": "antiquewhite",
|
|
355
|
-
"ghostBorder": "antiquewhite",
|
|
356
|
-
"ghostCheckedBackground": "#C6C6C6",
|
|
357
|
-
"ghostCheckedContent": "#262626",
|
|
358
|
-
"ghostCheckedHoveredBackground": "#D2D2D2",
|
|
359
|
-
"ghostCheckedHoveredBorder": "#969696",
|
|
360
|
-
"ghostCheckedHoveredContent": "#262626",
|
|
361
|
-
"ghostContent": "#262626",
|
|
362
|
-
"ghostDisabledBackground": "antiquewhite",
|
|
363
|
-
"ghostDisabledBorder": "antiquewhite",
|
|
364
|
-
"ghostDisabledContent": "#B1B1B1",
|
|
365
|
-
"ghostDisabledIcon": "#B1B1B1",
|
|
366
|
-
"ghostFocusedBackground": "#D2D2D2",
|
|
367
|
-
"ghostFocusedBorder": "#969696",
|
|
368
|
-
"ghostFocusedContent": "#262626",
|
|
369
|
-
"ghostFocusedIcon": "#262626",
|
|
370
|
-
"ghostFocusedSecondaryContent": "#505050",
|
|
371
|
-
"ghostHoveredBackground": "#D2D2D2",
|
|
372
|
-
"ghostHoveredBorder": "#D2D2D2",
|
|
373
|
-
"ghostHoveredContent": "#262626",
|
|
374
|
-
"ghostHoveredIcon": "#262626",
|
|
375
|
-
"ghostHoveredSecondaryContent": "#505050",
|
|
376
|
-
"ghostIcon": "#262626",
|
|
377
|
-
"ghostPressedBackground": "#B1B1B1",
|
|
378
|
-
"ghostPressedBorder": "#B1B1B1",
|
|
379
|
-
"ghostPressedContent": "#262626",
|
|
380
|
-
"ghostPressedIcon": "#262626",
|
|
381
|
-
"ghostPressedSecondaryContent": "#666666",
|
|
382
|
-
"ghostSecondaryContent": "#666666",
|
|
383
|
-
"inputBackground": "#FFFFFF",
|
|
384
|
-
"inputBackgroundChecked": "#FFFFFF",
|
|
385
|
-
"inputBackgroundCheckedHovered": "#FFFFFF",
|
|
386
|
-
"inputBorder": "#C6C6C6",
|
|
387
|
-
"inputBorderHovered": "#969696",
|
|
388
|
-
"inputFocusBorderAlt": "#969696",
|
|
389
|
-
"inputForegroundChecked": "#262626",
|
|
390
|
-
"inputPlaceholderText": "#666666",
|
|
391
|
-
"inputText": "#262626",
|
|
392
|
-
"inputTextHovered": "#262626",
|
|
393
|
-
"link": "#D83B01",
|
|
394
|
-
"linkHovered": "#A22C01",
|
|
395
|
-
"linkPressed": "#6C1E01",
|
|
396
|
-
"listBackground": "antiquewhite",
|
|
397
|
-
"listHeaderBackgroundHovered": "#D2D2D2",
|
|
398
|
-
"listHeaderBackgroundPressed": "#B1B1B1",
|
|
399
|
-
"listItemBackgroundChecked": "#C6C6C6",
|
|
400
|
-
"listItemBackgroundCheckedHovered": "#C6C6C6",
|
|
401
|
-
"listItemBackgroundHovered": "#D2D2D2",
|
|
402
|
-
"listText": "#262626",
|
|
403
|
-
"menuBackground": "antiquewhite",
|
|
404
|
-
"menuDivider": "#E6E6E6",
|
|
405
|
-
"menuHeader": "#262626",
|
|
406
|
-
"menuIcon": "#262626",
|
|
407
|
-
"menuItemBackgroundHovered": "#D2D2D2",
|
|
408
|
-
"menuItemBackgroundPressed": "#B1B1B1",
|
|
409
|
-
"menuItemText": "#262626",
|
|
410
|
-
"menuItemTextHovered": "#262626",
|
|
411
|
-
"neutralBackground1": "antiquewhite",
|
|
412
|
-
"neutralBackground1Hover": "#D2D2D2",
|
|
413
|
-
"neutralBackground1Pressed": "#B1B1B1",
|
|
414
|
-
"neutralBackground1Selected": "#C6C6C6",
|
|
415
|
-
"neutralBackground2": "#E6E6E6",
|
|
416
|
-
"neutralBackground2Hover": "#F3F3F3",
|
|
417
|
-
"neutralBackground2Pressed": "#dbdbdb",
|
|
418
|
-
"neutralBackground2Selected": "#e6e6e6",
|
|
419
|
-
"neutralBackground3": "#F3F3F3",
|
|
420
|
-
"neutralBackground3Hover": "#ebebeb",
|
|
421
|
-
"neutralBackground3Pressed": "#d6d6d6",
|
|
422
|
-
"neutralBackground3Selected": "#e0e0e0",
|
|
423
|
-
"neutralBackground4": "#f0f0f0",
|
|
424
|
-
"neutralBackground4Hover": "#fafafa",
|
|
425
|
-
"neutralBackground4Pressed": "#f5f5f5",
|
|
426
|
-
"neutralBackground4Selected": "#ffffff",
|
|
427
|
-
"neutralBackground5": "#ebebeb",
|
|
428
|
-
"neutralBackground5Hover": "#f5f5f5",
|
|
429
|
-
"neutralBackground5Pressed": "#f0f0f0",
|
|
430
|
-
"neutralBackground5Selected": "#fafafa",
|
|
431
|
-
"neutralBackground6": "#e6e6e6",
|
|
432
|
-
"neutralBackgroundDisabled": "#E6E6E6",
|
|
433
|
-
"neutralBackgroundInverted": "#737373",
|
|
434
|
-
"neutralForeground1": "#262626",
|
|
435
|
-
"neutralForeground1Hover": "#262626",
|
|
436
|
-
"neutralForeground1Pressed": "#262626",
|
|
437
|
-
"neutralForeground1Selected": "#262626",
|
|
438
|
-
"neutralForeground2": "#666666",
|
|
439
|
-
"neutralForeground2BrandHover": "#1651aa",
|
|
440
|
-
"neutralForeground2BrandPressed": "#0e336a",
|
|
441
|
-
"neutralForeground2BrandSelected": "#13458f",
|
|
442
|
-
"neutralForeground2Hover": "#505050",
|
|
443
|
-
"neutralForeground2Pressed": "#666666",
|
|
444
|
-
"neutralForeground2Selected": "#666666",
|
|
445
|
-
"neutralForeground3": "#616161",
|
|
446
|
-
"neutralForeground3BrandHover": "#1651aa",
|
|
447
|
-
"neutralForeground3BrandPressed": "#0e336a",
|
|
448
|
-
"neutralForeground3BrandSelected": "#13458f",
|
|
449
|
-
"neutralForeground3Hover": "#424242",
|
|
450
|
-
"neutralForeground3Pressed": "#424242",
|
|
451
|
-
"neutralForeground3Selected": "#424242",
|
|
452
|
-
"neutralForeground4": "#666666",
|
|
453
|
-
"neutralForegroundDisabled": "#B1B1B1",
|
|
454
|
-
"neutralForegroundInverted": "#262626",
|
|
455
|
-
"neutralForegroundInvertedLink": "#FFFFFF",
|
|
456
|
-
"neutralForegroundInvertedLinkHover": "#D2D2D2",
|
|
457
|
-
"neutralForegroundInvertedLinkPressed": "#B1B1B1",
|
|
458
|
-
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
459
|
-
"neutralForegroundOnBrand": "#FFFFFF",
|
|
460
|
-
"neutralForegroundOnBrandHover": "#FFFFFF",
|
|
461
|
-
"neutralForegroundOnBrandPressed": "#FFFFFF",
|
|
462
|
-
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
463
|
-
"neutralStencil1": "#262626",
|
|
464
|
-
"neutralStencil2": "#fafafa",
|
|
465
|
-
"neutralStroke1": "#969696",
|
|
466
|
-
"neutralStroke1Hover": "#969696",
|
|
467
|
-
"neutralStroke1Pressed": "#00000000",
|
|
468
|
-
"neutralStroke1Selected": "#bdbdbd",
|
|
469
|
-
"neutralStroke2": "#262626",
|
|
470
|
-
"neutralStroke3": "#f0f0f0",
|
|
471
|
-
"neutralStrokeAccessible": "#969696",
|
|
472
|
-
"neutralStrokeAccessibleHover": "#B1B1B1",
|
|
473
|
-
"neutralStrokeAccessiblePressed": "#737373",
|
|
474
|
-
"neutralStrokeAccessibleSelected": "#185abd",
|
|
475
|
-
"neutralStrokeDisabled": "#D2D2D2",
|
|
476
|
-
"outofofficeBackground1": "#fdf5fc",
|
|
477
|
-
"outofofficeBackground2": "#edbbe7",
|
|
478
|
-
"outofofficeBackground3": "#c239b3",
|
|
479
|
-
"outofofficeBorder1": "#edbbe7",
|
|
480
|
-
"outofofficeBorder2": "#c239b3",
|
|
481
|
-
"outofofficeBorderActive": "#c239b3",
|
|
482
|
-
"outofofficeForeground1": "#af33a1",
|
|
483
|
-
"outofofficeForeground2": "#6d2064",
|
|
484
|
-
"outofofficeForeground3": "#c239b3",
|
|
485
|
-
"personaActivityGlow": "#185abd",
|
|
486
|
-
"personaActivityRing": "#ffffff",
|
|
487
|
-
"primaryButtonBackground": "#D83B01",
|
|
488
|
-
"primaryButtonBackgroundDisabled": "#E6E6E6",
|
|
489
|
-
"primaryButtonBackgroundHovered": "#F29F71",
|
|
490
|
-
"primaryButtonBackgroundPressed": "#A22C01",
|
|
491
|
-
"primaryButtonBorder": "#A22C01",
|
|
492
|
-
"primaryButtonBorderFocused": "#A22C01",
|
|
493
|
-
"primaryButtonText": "#FFFFFF",
|
|
494
|
-
"primaryButtonTextDisabled": "#B1B1B1",
|
|
495
|
-
"primaryButtonTextHovered": "#FFFFFF",
|
|
496
|
-
"primaryButtonTextPressed": "#FFFFFF",
|
|
497
|
-
"severeBackground1": "#fdf6f3",
|
|
498
|
-
"severeBackground2": "#f4bfab",
|
|
499
|
-
"severeBackground3": "#da3b01",
|
|
500
|
-
"severeBorder1": "#f4bfab",
|
|
501
|
-
"severeBorder2": "#da3b01",
|
|
502
|
-
"severeBorderActive": "#da3b01",
|
|
503
|
-
"severeForeground1": "#c43501",
|
|
504
|
-
"severeForeground2": "#7a2101",
|
|
505
|
-
"severeForeground3": "#da3b01",
|
|
506
|
-
"smallInputBorder": "#C6C6C6",
|
|
507
|
-
"strokeFocus1": "#ffffff",
|
|
508
|
-
"strokeFocus2": "#969696",
|
|
509
|
-
"subText": "#666666",
|
|
510
|
-
"subtleBackground": "#00000000",
|
|
511
|
-
"subtleBackgroundHover": "#f5f5f5",
|
|
512
|
-
"subtleBackgroundPressed": "#e0e0e0",
|
|
513
|
-
"subtleBackgroundSelected": "#ebebeb",
|
|
514
|
-
"successBackground": "#D83B01",
|
|
515
|
-
"successBackground1": "#f1faf1",
|
|
516
|
-
"successBackground2": "#9fd89f",
|
|
517
|
-
"successBackground3": "#107c10",
|
|
518
|
-
"successBorder1": "#9fd89f",
|
|
519
|
-
"successBorder2": "#107c10",
|
|
520
|
-
"successBorderActive": "#107c10",
|
|
521
|
-
"successForeground1": "#0e700e",
|
|
522
|
-
"successForeground2": "#094509",
|
|
523
|
-
"successForeground3": "#107c10",
|
|
524
|
-
"successForegroundInverted": "#359b35",
|
|
525
|
-
"transparentBackground": "#00000000",
|
|
526
|
-
"transparentBackgroundHover": "#00000000",
|
|
527
|
-
"transparentBackgroundPressed": "#00000000",
|
|
528
|
-
"transparentBackgroundSelected": "#00000000",
|
|
529
|
-
"transparentStroke": "#00000000",
|
|
530
|
-
"transparentStrokeDisabled": "#00000000",
|
|
531
|
-
"transparentStrokeInteractive": "#00000000",
|
|
532
|
-
"variantBorder": "#000000",
|
|
533
|
-
"variantBorderHovered": "#000000",
|
|
534
|
-
"warningBackground": "antiquewhite",
|
|
535
|
-
"warningBackground1": "#fffef5",
|
|
536
|
-
"warningBackground2": "#fef7b2",
|
|
537
|
-
"warningBackground3": "#fde300",
|
|
538
|
-
"warningBorder1": "#fef7b2",
|
|
539
|
-
"warningBorder2": "#fde300",
|
|
540
|
-
"warningBorderActive": "#fde300",
|
|
541
|
-
"warningForeground1": "#817400",
|
|
542
|
-
"warningForeground2": "#817400",
|
|
543
|
-
"warningForeground3": "#fde300",
|
|
544
|
-
"warningForegroundInverted": "#fef7b2",
|
|
545
|
-
"warningHighlight": "#A50000",
|
|
546
|
-
"warningText": "#262626",
|
|
547
|
-
},
|
|
548
|
-
"host": {
|
|
549
|
-
"appearance": "light",
|
|
550
|
-
"colors": {
|
|
551
|
-
"App2": "#EFF6FC",
|
|
552
|
-
"App3": "#BBDAF3",
|
|
553
|
-
"App4": "#55A4E2",
|
|
554
|
-
"App5": "#359EDD",
|
|
555
|
-
"App6": "#0078d7",
|
|
556
|
-
"App7": "#283E4A",
|
|
557
|
-
"App8": "#030C13",
|
|
558
|
-
"FakeApp1": "#F8F8F8",
|
|
559
|
-
"FakeGray1": "#FAF9F8",
|
|
560
|
-
"FakeGray4": "#FFFFFF",
|
|
561
|
-
"FakeSepia": "#ECE6DE",
|
|
562
|
-
"Gray2": "#797775",
|
|
563
|
-
"Gray3": "#11100F",
|
|
564
|
-
"Gray5": "#737373",
|
|
565
|
-
"Gray6": "#000000",
|
|
566
|
-
},
|
|
567
|
-
"palette": {
|
|
568
|
-
"AccentDark": "#C6C6C6",
|
|
569
|
-
"AccentEmphasis": "#D83B01",
|
|
570
|
-
"AccentLight": "#E6E6E6",
|
|
571
|
-
"AccentOutline": "#000000",
|
|
572
|
-
"Bkg": "antiquewhite",
|
|
573
|
-
"BkgCtl": "#E6E6E6",
|
|
574
|
-
"BkgCtlDisabled": "#E6E6E6",
|
|
575
|
-
"BkgCtlEmphasis": "#D83B01",
|
|
576
|
-
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
577
|
-
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
578
|
-
"BkgCtlEmphasisHover": "#F29F71",
|
|
579
|
-
"BkgCtlEmphasisPressed": "#A22C01",
|
|
580
|
-
"BkgCtlHover": "#FFF7F0",
|
|
581
|
-
"BkgCtlPressed": "#FBDFD0",
|
|
582
|
-
"BkgCtlSelected": "#E6E6E6",
|
|
583
|
-
"BkgCtlSubtle": "#FFFFFF",
|
|
584
|
-
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
585
|
-
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
586
|
-
"BkgCtlSubtleHover": "#FFFFFF",
|
|
587
|
-
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
588
|
-
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
589
|
-
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
590
|
-
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
591
|
-
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
592
|
-
"BkgHeader": "#E6E6E6",
|
|
593
|
-
"BkgHover": "#D2D2D2",
|
|
594
|
-
"BkgPressed": "#B1B1B1",
|
|
595
|
-
"BkgSelected": "#C6C6C6",
|
|
596
|
-
"BkgSelectionHighlight": "#737373",
|
|
597
|
-
"BkgSubtle": "#F3F3F3",
|
|
598
|
-
"BkgToggleSwitchOff": "#FFFFFF",
|
|
599
|
-
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
600
|
-
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
601
|
-
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
602
|
-
"BkgToggleSwitchOn": "#D83B01",
|
|
603
|
-
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
604
|
-
"BkgToggleSwitchOnHover": "#EA6115",
|
|
605
|
-
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
606
|
-
"SliderBuffer": "#262626",
|
|
607
|
-
"SliderKeyboard": "#444444",
|
|
608
|
-
"SliderPrimary": "#444444",
|
|
609
|
-
"SliderPrimaryDisabled": "#969696",
|
|
610
|
-
"SliderPrimaryHover": "#D2D2D2",
|
|
611
|
-
"SliderPrimaryPressed": "#262626",
|
|
612
|
-
"SliderSecondary": "#D2D2D2",
|
|
613
|
-
"SliderToolTipBkg": "#FFFFFF",
|
|
614
|
-
"SliderToolTipBorder": "#C6C6C6",
|
|
615
|
-
"SliderToolTipLabel": "#262626",
|
|
616
|
-
"StrokeCtl": "#969696",
|
|
617
|
-
"StrokeCtlDisabled": "#D2D2D2",
|
|
618
|
-
"StrokeCtlEmphasis": "#A22C01",
|
|
619
|
-
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
620
|
-
"StrokeCtlEmphasisHover": "#D83B01",
|
|
621
|
-
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
622
|
-
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
623
|
-
"StrokeCtlHover": "#FBDFD0",
|
|
624
|
-
"StrokeCtlKeyboard": "#FBDFD0",
|
|
625
|
-
"StrokeCtlPressed": "#EA6115",
|
|
626
|
-
"StrokeCtlSelected": "#969696",
|
|
627
|
-
"StrokeCtlSubtle": "#C6C6C6",
|
|
628
|
-
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
629
|
-
"StrokeCtlSubtleHover": "#969696",
|
|
630
|
-
"StrokeCtlSubtleKeyboard": "#969696",
|
|
631
|
-
"StrokeCtlSubtlePressed": "#969696",
|
|
632
|
-
"StrokeKeyboard": "#969696",
|
|
633
|
-
"StrokeOnlyHover": "#B1B1B1",
|
|
634
|
-
"StrokeOnlyPressed": "#737373",
|
|
635
|
-
"StrokeOnlySelected": "#969696",
|
|
636
|
-
"StrokeOverHover": "#00000000",
|
|
637
|
-
"StrokeOverPressed": "#00000000",
|
|
638
|
-
"StrokeOverRest": "#00000000",
|
|
639
|
-
"StrokeOverSelectedHover": "#969696",
|
|
640
|
-
"StrokeOverSelectedPressed": "#00000000",
|
|
641
|
-
"StrokeOverSelectedRest": "#00000000",
|
|
642
|
-
"StrokeSelectedHover": "#969696",
|
|
643
|
-
"StrokeToggleSwitchOff": "#505050",
|
|
644
|
-
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
645
|
-
"StrokeToggleSwitchOffHover": "#505050",
|
|
646
|
-
"StrokeToggleSwitchOffPressed": "#505050",
|
|
647
|
-
"StrokeToggleSwitchOn": "#D83B01",
|
|
648
|
-
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
649
|
-
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
650
|
-
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
651
|
-
"Text": "#262626",
|
|
652
|
-
"TextActive": "#262626",
|
|
653
|
-
"TextActiveHover": "#EA6115",
|
|
654
|
-
"TextActivePressed": "#A22C01",
|
|
655
|
-
"TextActiveSelected": "#D83B01",
|
|
656
|
-
"TextCtl": "#262626",
|
|
657
|
-
"TextCtlDisabled": "#B1B1B1",
|
|
658
|
-
"TextCtlEmphasis": "#FFFFFF",
|
|
659
|
-
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
660
|
-
"TextCtlEmphasisHover": "#FFFFFF",
|
|
661
|
-
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
662
|
-
"TextCtlHover": "#262626",
|
|
663
|
-
"TextCtlPressed": "#262626",
|
|
664
|
-
"TextCtlSelected": "#262626",
|
|
665
|
-
"TextCtlSubtle": "#262626",
|
|
666
|
-
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
667
|
-
"TextCtlSubtleHover": "#262626",
|
|
668
|
-
"TextCtlSubtlePlaceholder": "#666666",
|
|
669
|
-
"TextCtlSubtlePressed": "#262626",
|
|
670
|
-
"TextCtlSubtleSelected": "#262626",
|
|
671
|
-
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
672
|
-
"TextDisabled": "#B1B1B1",
|
|
673
|
-
"TextEmphasis": "#D83B01",
|
|
674
|
-
"TextEmphasis2": "#D83B01",
|
|
675
|
-
"TextEmphasisHover": "#EA6115",
|
|
676
|
-
"TextEmphasisPressed": "#A22C01",
|
|
677
|
-
"TextEmphasisRest": "#D83B01",
|
|
678
|
-
"TextEmphasisSelected": "#D83B01",
|
|
679
|
-
"TextError": "#A50000",
|
|
680
|
-
"TextErrorHover": "#A50000",
|
|
681
|
-
"TextErrorPressed": "#A50000",
|
|
682
|
-
"TextErrorSelected": "#A50000",
|
|
683
|
-
"TextHeader": "#262626",
|
|
684
|
-
"TextHover": "#262626",
|
|
685
|
-
"TextHyperlink": "#D83B01",
|
|
686
|
-
"TextHyperlinkHover": "#A22C01",
|
|
687
|
-
"TextHyperlinkPressed": "#6C1E01",
|
|
688
|
-
"TextPressed": "#262626",
|
|
689
|
-
"TextRest": "#262626",
|
|
690
|
-
"TextSecondary": "#666666",
|
|
691
|
-
"TextSecondaryHover": "#505050",
|
|
692
|
-
"TextSecondaryPressed": "#666666",
|
|
693
|
-
"TextSecondaryRest": "#666666",
|
|
694
|
-
"TextSecondarySelected": "#666666",
|
|
695
|
-
"TextSelected": "#262626",
|
|
696
|
-
"TextSelectionHighlight": "#FFFFFF",
|
|
697
|
-
"ThumbToggleSwitchOff": "#505050",
|
|
698
|
-
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
699
|
-
"ThumbToggleSwitchOffHover": "#505050",
|
|
700
|
-
"ThumbToggleSwitchOffPressed": "#505050",
|
|
701
|
-
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
702
|
-
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
703
|
-
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
704
|
-
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
705
|
-
},
|
|
706
|
-
},
|
|
707
|
-
"name": "Colorful",
|
|
708
|
-
"shadows": {
|
|
709
|
-
"shadow16": {
|
|
710
|
-
"ambient": {
|
|
711
|
-
"blur": 2,
|
|
712
|
-
"color": "#0000001f",
|
|
713
|
-
"x": 0,
|
|
714
|
-
"y": 0,
|
|
715
|
-
},
|
|
716
|
-
"key": {
|
|
717
|
-
"blur": 16,
|
|
718
|
-
"color": "#00000024",
|
|
719
|
-
"x": 0,
|
|
720
|
-
"y": 8,
|
|
721
|
-
},
|
|
722
|
-
},
|
|
723
|
-
"shadow16brand": {
|
|
724
|
-
"ambient": {
|
|
725
|
-
"blur": 2,
|
|
726
|
-
"color": "#0000004d",
|
|
727
|
-
"x": 0,
|
|
728
|
-
"y": 0,
|
|
729
|
-
},
|
|
730
|
-
"key": {
|
|
731
|
-
"blur": 16,
|
|
732
|
-
"color": "#00000040",
|
|
733
|
-
"x": 0,
|
|
734
|
-
"y": 8,
|
|
735
|
-
},
|
|
736
|
-
},
|
|
737
|
-
"shadow2": {
|
|
738
|
-
"ambient": {
|
|
739
|
-
"blur": 2,
|
|
740
|
-
"color": "#0000001f",
|
|
741
|
-
"x": 0,
|
|
742
|
-
"y": 0,
|
|
743
|
-
},
|
|
744
|
-
"key": {
|
|
745
|
-
"blur": 2,
|
|
746
|
-
"color": "#00000024",
|
|
747
|
-
"x": 0,
|
|
748
|
-
"y": 1,
|
|
749
|
-
},
|
|
750
|
-
},
|
|
751
|
-
"shadow28": {
|
|
752
|
-
"ambient": {
|
|
753
|
-
"blur": 8,
|
|
754
|
-
"color": "#00000033",
|
|
755
|
-
"x": 0,
|
|
756
|
-
"y": 0,
|
|
757
|
-
},
|
|
758
|
-
"key": {
|
|
759
|
-
"blur": 28,
|
|
760
|
-
"color": "#0000003d",
|
|
761
|
-
"x": 0,
|
|
762
|
-
"y": 14,
|
|
763
|
-
},
|
|
764
|
-
},
|
|
765
|
-
"shadow28brand": {
|
|
766
|
-
"ambient": {
|
|
767
|
-
"blur": 8,
|
|
768
|
-
"color": "#0000004d",
|
|
769
|
-
"x": 0,
|
|
770
|
-
"y": 0,
|
|
771
|
-
},
|
|
772
|
-
"key": {
|
|
773
|
-
"blur": 28,
|
|
774
|
-
"color": "#00000040",
|
|
775
|
-
"x": 0,
|
|
776
|
-
"y": 14,
|
|
777
|
-
},
|
|
778
|
-
},
|
|
779
|
-
"shadow2brand": {
|
|
780
|
-
"ambient": {
|
|
781
|
-
"blur": 2,
|
|
782
|
-
"color": "#0000004d",
|
|
783
|
-
"x": 0,
|
|
784
|
-
"y": 0,
|
|
785
|
-
},
|
|
786
|
-
"key": {
|
|
787
|
-
"blur": 2,
|
|
788
|
-
"color": "#00000040",
|
|
789
|
-
"x": 0,
|
|
790
|
-
"y": 1,
|
|
791
|
-
},
|
|
792
|
-
},
|
|
793
|
-
"shadow4": {
|
|
794
|
-
"ambient": {
|
|
795
|
-
"blur": 2,
|
|
796
|
-
"color": "#0000001f",
|
|
797
|
-
"x": 0,
|
|
798
|
-
"y": 0,
|
|
799
|
-
},
|
|
800
|
-
"key": {
|
|
801
|
-
"blur": 4,
|
|
802
|
-
"color": "#00000024",
|
|
803
|
-
"x": 0,
|
|
804
|
-
"y": 2,
|
|
805
|
-
},
|
|
806
|
-
},
|
|
807
|
-
"shadow4brand": {
|
|
808
|
-
"ambient": {
|
|
809
|
-
"blur": 2,
|
|
810
|
-
"color": "#0000004d",
|
|
811
|
-
"x": 0,
|
|
812
|
-
"y": 0,
|
|
813
|
-
},
|
|
814
|
-
"key": {
|
|
815
|
-
"blur": 4,
|
|
816
|
-
"color": "#00000040",
|
|
817
|
-
"x": 0,
|
|
818
|
-
"y": 2,
|
|
819
|
-
},
|
|
820
|
-
},
|
|
821
|
-
"shadow64": {
|
|
822
|
-
"ambient": {
|
|
823
|
-
"blur": 8,
|
|
824
|
-
"color": "#00000033",
|
|
825
|
-
"x": 0,
|
|
826
|
-
"y": 0,
|
|
827
|
-
},
|
|
828
|
-
"key": {
|
|
829
|
-
"blur": 64,
|
|
830
|
-
"color": "#0000003d",
|
|
831
|
-
"x": 0,
|
|
832
|
-
"y": 32,
|
|
833
|
-
},
|
|
834
|
-
},
|
|
835
|
-
"shadow64brand": {
|
|
836
|
-
"ambient": {
|
|
837
|
-
"blur": 8,
|
|
838
|
-
"color": "#0000004d",
|
|
839
|
-
"x": 0,
|
|
840
|
-
"y": 0,
|
|
841
|
-
},
|
|
842
|
-
"key": {
|
|
843
|
-
"blur": 64,
|
|
844
|
-
"color": "#00000040",
|
|
845
|
-
"x": 0,
|
|
846
|
-
"y": 32,
|
|
847
|
-
},
|
|
848
|
-
},
|
|
849
|
-
"shadow8": {
|
|
850
|
-
"ambient": {
|
|
851
|
-
"blur": 2,
|
|
852
|
-
"color": "#0000001f",
|
|
853
|
-
"x": 0,
|
|
854
|
-
"y": 0,
|
|
855
|
-
},
|
|
856
|
-
"key": {
|
|
857
|
-
"blur": 8,
|
|
858
|
-
"color": "#00000024",
|
|
859
|
-
"x": 0,
|
|
860
|
-
"y": 4,
|
|
861
|
-
},
|
|
862
|
-
},
|
|
863
|
-
"shadow8brand": {
|
|
864
|
-
"ambient": {
|
|
865
|
-
"blur": 2,
|
|
866
|
-
"color": "#0000004d",
|
|
867
|
-
"x": 0,
|
|
868
|
-
"y": 0,
|
|
869
|
-
},
|
|
870
|
-
"key": {
|
|
871
|
-
"blur": 8,
|
|
872
|
-
"color": "#00000040",
|
|
873
|
-
"x": 0,
|
|
874
|
-
"y": 4,
|
|
875
|
-
},
|
|
876
|
-
},
|
|
877
|
-
},
|
|
878
|
-
"spacing": {
|
|
879
|
-
"l1": "20px",
|
|
880
|
-
"l2": "32px",
|
|
881
|
-
"m": "16px",
|
|
882
|
-
"s1": "8px",
|
|
883
|
-
"s2": "4px",
|
|
884
|
-
},
|
|
885
|
-
"typography": {
|
|
886
|
-
"families": {
|
|
887
|
-
"cursive": "System",
|
|
888
|
-
"monospace": "Consolas",
|
|
889
|
-
"numeric": "Bahnschrift",
|
|
890
|
-
"primary": "Segoe UI",
|
|
891
|
-
"sansSerif": "System",
|
|
892
|
-
"secondary": "Segoe UI Semibold",
|
|
893
|
-
"serif": "System",
|
|
894
|
-
},
|
|
895
|
-
"sizes": {
|
|
896
|
-
"body": 14,
|
|
897
|
-
"caption": 10,
|
|
898
|
-
"header": 20,
|
|
899
|
-
"hero": 28,
|
|
900
|
-
"heroLarge": 40,
|
|
901
|
-
"secondary": 12,
|
|
902
|
-
"subheader": 16,
|
|
903
|
-
},
|
|
904
|
-
"variants": {
|
|
905
|
-
"body1": {
|
|
906
|
-
"face": "primary",
|
|
907
|
-
"size": 12,
|
|
908
|
-
"weight": "400",
|
|
909
|
-
},
|
|
910
|
-
"body1Strong": {
|
|
911
|
-
"face": "primary",
|
|
912
|
-
"size": 12,
|
|
913
|
-
"weight": "600",
|
|
914
|
-
},
|
|
915
|
-
"body2": {
|
|
916
|
-
"face": "primary",
|
|
917
|
-
"size": 14,
|
|
918
|
-
"weight": "400",
|
|
919
|
-
},
|
|
920
|
-
"body2Strong": {
|
|
921
|
-
"face": "primary",
|
|
922
|
-
"size": 14,
|
|
923
|
-
"weight": "600",
|
|
924
|
-
},
|
|
925
|
-
"bodySemibold": {
|
|
926
|
-
"face": "primary",
|
|
927
|
-
"size": "body",
|
|
928
|
-
"weight": "semiBold",
|
|
929
|
-
},
|
|
930
|
-
"bodyStandard": {
|
|
931
|
-
"face": "primary",
|
|
932
|
-
"size": "body",
|
|
933
|
-
"weight": "regular",
|
|
934
|
-
},
|
|
935
|
-
"caption1": {
|
|
936
|
-
"face": "primary",
|
|
937
|
-
"size": 10,
|
|
938
|
-
"weight": "400",
|
|
939
|
-
},
|
|
940
|
-
"captionStandard": {
|
|
941
|
-
"face": "primary",
|
|
942
|
-
"size": "caption",
|
|
943
|
-
"weight": "regular",
|
|
944
|
-
},
|
|
945
|
-
"display": {
|
|
946
|
-
"face": "primary",
|
|
947
|
-
"size": 40,
|
|
948
|
-
"weight": "600",
|
|
949
|
-
},
|
|
950
|
-
"headerSemibold": {
|
|
951
|
-
"face": "primary",
|
|
952
|
-
"size": "header",
|
|
953
|
-
"weight": "semiBold",
|
|
954
|
-
},
|
|
955
|
-
"headerStandard": {
|
|
956
|
-
"face": "primary",
|
|
957
|
-
"size": "header",
|
|
958
|
-
"weight": "regular",
|
|
959
|
-
},
|
|
960
|
-
"heroLargeSemibold": {
|
|
961
|
-
"face": "primary",
|
|
962
|
-
"size": "heroLarge",
|
|
963
|
-
"weight": "semiBold",
|
|
964
|
-
},
|
|
965
|
-
"heroLargeStandard": {
|
|
966
|
-
"face": "primary",
|
|
967
|
-
"size": "heroLarge",
|
|
968
|
-
"weight": "regular",
|
|
969
|
-
},
|
|
970
|
-
"heroSemibold": {
|
|
971
|
-
"face": "primary",
|
|
972
|
-
"size": "hero",
|
|
973
|
-
"weight": "semiBold",
|
|
974
|
-
},
|
|
975
|
-
"heroStandard": {
|
|
976
|
-
"face": "primary",
|
|
977
|
-
"size": "hero",
|
|
978
|
-
"weight": "regular",
|
|
979
|
-
},
|
|
980
|
-
"largeTitle": {
|
|
981
|
-
"face": "primary",
|
|
982
|
-
"size": 40,
|
|
983
|
-
"weight": "400",
|
|
984
|
-
},
|
|
985
|
-
"secondarySemibold": {
|
|
986
|
-
"face": "primary",
|
|
987
|
-
"size": "secondary",
|
|
988
|
-
"weight": "semiBold",
|
|
989
|
-
},
|
|
990
|
-
"secondaryStandard": {
|
|
991
|
-
"face": "primary",
|
|
992
|
-
"size": "secondary",
|
|
993
|
-
"weight": "regular",
|
|
994
|
-
},
|
|
995
|
-
"subheaderSemibold": {
|
|
996
|
-
"face": "primary",
|
|
997
|
-
"size": "subheader",
|
|
998
|
-
"weight": "semiBold",
|
|
999
|
-
},
|
|
1000
|
-
"subheaderStandard": {
|
|
1001
|
-
"face": "primary",
|
|
1002
|
-
"size": "subheader",
|
|
1003
|
-
"weight": "regular",
|
|
1004
|
-
},
|
|
1005
|
-
"subtitle1": {
|
|
1006
|
-
"face": "primary",
|
|
1007
|
-
"size": 20,
|
|
1008
|
-
"weight": "400",
|
|
1009
|
-
},
|
|
1010
|
-
"subtitle1Strong": {
|
|
1011
|
-
"face": "primary",
|
|
1012
|
-
"size": 20,
|
|
1013
|
-
"weight": "600",
|
|
1014
|
-
},
|
|
1015
|
-
"subtitle2": {
|
|
1016
|
-
"face": "primary",
|
|
1017
|
-
"size": 16,
|
|
1018
|
-
"weight": "400",
|
|
1019
|
-
},
|
|
1020
|
-
"subtitle2Strong": {
|
|
1021
|
-
"face": "primary",
|
|
1022
|
-
"size": 16,
|
|
1023
|
-
"weight": "600",
|
|
1024
|
-
},
|
|
1025
|
-
"title1": {
|
|
1026
|
-
"face": "primary",
|
|
1027
|
-
"size": 28,
|
|
1028
|
-
"weight": "400",
|
|
1029
|
-
},
|
|
1030
|
-
"title1Strong": {
|
|
1031
|
-
"face": "primary",
|
|
1032
|
-
"size": 28,
|
|
1033
|
-
"weight": "600",
|
|
1034
|
-
},
|
|
1035
|
-
},
|
|
1036
|
-
"weights": {
|
|
1037
|
-
"regular": "400",
|
|
1038
|
-
"semiBold": "600",
|
|
1039
|
-
},
|
|
1040
|
-
},
|
|
1041
|
-
}
|
|
1042
|
-
`;
|
|
1043
|
-
|
|
1044
|
-
exports[`fallbackGetPalette test Random palette 1`] = `
|
|
1045
|
-
{
|
|
1046
|
-
"AccentDark": "#C6C6C6",
|
|
1047
|
-
"AccentEmphasis": "#D83B01",
|
|
1048
|
-
"AccentLight": "#E6E6E6",
|
|
1049
|
-
"AccentOutline": "#000000",
|
|
1050
|
-
"Bkg": "#FFFFFF",
|
|
1051
|
-
"BkgCtl": "#E6E6E6",
|
|
1052
|
-
"BkgCtlDisabled": "#E6E6E6",
|
|
1053
|
-
"BkgCtlEmphasis": "#D83B01",
|
|
1054
|
-
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
1055
|
-
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
1056
|
-
"BkgCtlEmphasisHover": "#F29F71",
|
|
1057
|
-
"BkgCtlEmphasisPressed": "#A22C01",
|
|
1058
|
-
"BkgCtlHover": "#FFF7F0",
|
|
1059
|
-
"BkgCtlPressed": "#FBDFD0",
|
|
1060
|
-
"BkgCtlSelected": "#E6E6E6",
|
|
1061
|
-
"BkgCtlSubtle": "#FFFFFF",
|
|
1062
|
-
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
1063
|
-
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
1064
|
-
"BkgCtlSubtleHover": "#FFFFFF",
|
|
1065
|
-
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
1066
|
-
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
1067
|
-
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
1068
|
-
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
1069
|
-
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
1070
|
-
"BkgHeader": "#E6E6E6",
|
|
1071
|
-
"BkgHover": "#D2D2D2",
|
|
1072
|
-
"BkgPressed": "#B1B1B1",
|
|
1073
|
-
"BkgSelected": "#C6C6C6",
|
|
1074
|
-
"BkgSelectionHighlight": "#737373",
|
|
1075
|
-
"BkgSubtle": "#F3F3F3",
|
|
1076
|
-
"BkgToggleSwitchOff": "#FFFFFF",
|
|
1077
|
-
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
1078
|
-
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
1079
|
-
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
1080
|
-
"BkgToggleSwitchOn": "#D83B01",
|
|
1081
|
-
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
1082
|
-
"BkgToggleSwitchOnHover": "#EA6115",
|
|
1083
|
-
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
1084
|
-
"SliderBuffer": "#262626",
|
|
1085
|
-
"SliderKeyboard": "#444444",
|
|
1086
|
-
"SliderPrimary": "#444444",
|
|
1087
|
-
"SliderPrimaryDisabled": "#969696",
|
|
1088
|
-
"SliderPrimaryHover": "#D2D2D2",
|
|
1089
|
-
"SliderPrimaryPressed": "#262626",
|
|
1090
|
-
"SliderSecondary": "#D2D2D2",
|
|
1091
|
-
"SliderToolTipBkg": "#FFFFFF",
|
|
1092
|
-
"SliderToolTipBorder": "#C6C6C6",
|
|
1093
|
-
"SliderToolTipLabel": "#262626",
|
|
1094
|
-
"StrokeCtl": "#969696",
|
|
1095
|
-
"StrokeCtlDisabled": "#D2D2D2",
|
|
1096
|
-
"StrokeCtlEmphasis": "#A22C01",
|
|
1097
|
-
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
1098
|
-
"StrokeCtlEmphasisHover": "#D83B01",
|
|
1099
|
-
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
1100
|
-
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
1101
|
-
"StrokeCtlHover": "#FBDFD0",
|
|
1102
|
-
"StrokeCtlKeyboard": "#FBDFD0",
|
|
1103
|
-
"StrokeCtlPressed": "#EA6115",
|
|
1104
|
-
"StrokeCtlSelected": "#969696",
|
|
1105
|
-
"StrokeCtlSubtle": "#C6C6C6",
|
|
1106
|
-
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
1107
|
-
"StrokeCtlSubtleHover": "#969696",
|
|
1108
|
-
"StrokeCtlSubtleKeyboard": "#969696",
|
|
1109
|
-
"StrokeCtlSubtlePressed": "#969696",
|
|
1110
|
-
"StrokeKeyboard": "#969696",
|
|
1111
|
-
"StrokeOnlyHover": "#B1B1B1",
|
|
1112
|
-
"StrokeOnlyPressed": "#737373",
|
|
1113
|
-
"StrokeOnlySelected": "#969696",
|
|
1114
|
-
"StrokeOverHover": "#00000000",
|
|
1115
|
-
"StrokeOverPressed": "#00000000",
|
|
1116
|
-
"StrokeOverRest": "#00000000",
|
|
1117
|
-
"StrokeOverSelectedHover": "#969696",
|
|
1118
|
-
"StrokeOverSelectedPressed": "#00000000",
|
|
1119
|
-
"StrokeOverSelectedRest": "#00000000",
|
|
1120
|
-
"StrokeSelectedHover": "#969696",
|
|
1121
|
-
"StrokeToggleSwitchOff": "#505050",
|
|
1122
|
-
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
1123
|
-
"StrokeToggleSwitchOffHover": "#505050",
|
|
1124
|
-
"StrokeToggleSwitchOffPressed": "#505050",
|
|
1125
|
-
"StrokeToggleSwitchOn": "#D83B01",
|
|
1126
|
-
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
1127
|
-
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
1128
|
-
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
1129
|
-
"Text": "#262626",
|
|
1130
|
-
"TextActive": "#262626",
|
|
1131
|
-
"TextActiveHover": "#EA6115",
|
|
1132
|
-
"TextActivePressed": "#A22C01",
|
|
1133
|
-
"TextActiveSelected": "#D83B01",
|
|
1134
|
-
"TextCtl": "#262626",
|
|
1135
|
-
"TextCtlDisabled": "#B1B1B1",
|
|
1136
|
-
"TextCtlEmphasis": "#FFFFFF",
|
|
1137
|
-
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
1138
|
-
"TextCtlEmphasisHover": "#FFFFFF",
|
|
1139
|
-
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
1140
|
-
"TextCtlHover": "#262626",
|
|
1141
|
-
"TextCtlPressed": "#262626",
|
|
1142
|
-
"TextCtlSelected": "#262626",
|
|
1143
|
-
"TextCtlSubtle": "#262626",
|
|
1144
|
-
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
1145
|
-
"TextCtlSubtleHover": "#262626",
|
|
1146
|
-
"TextCtlSubtlePlaceholder": "#666666",
|
|
1147
|
-
"TextCtlSubtlePressed": "#262626",
|
|
1148
|
-
"TextCtlSubtleSelected": "#262626",
|
|
1149
|
-
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
1150
|
-
"TextDisabled": "#B1B1B1",
|
|
1151
|
-
"TextEmphasis": "#D83B01",
|
|
1152
|
-
"TextEmphasis2": "#D83B01",
|
|
1153
|
-
"TextEmphasisHover": "#EA6115",
|
|
1154
|
-
"TextEmphasisPressed": "#A22C01",
|
|
1155
|
-
"TextEmphasisRest": "#D83B01",
|
|
1156
|
-
"TextEmphasisSelected": "#D83B01",
|
|
1157
|
-
"TextError": "#A50000",
|
|
1158
|
-
"TextErrorHover": "#A50000",
|
|
1159
|
-
"TextErrorPressed": "#A50000",
|
|
1160
|
-
"TextErrorSelected": "#A50000",
|
|
1161
|
-
"TextHeader": "#262626",
|
|
1162
|
-
"TextHover": "#262626",
|
|
1163
|
-
"TextHyperlink": "#D83B01",
|
|
1164
|
-
"TextHyperlinkHover": "#A22C01",
|
|
1165
|
-
"TextHyperlinkPressed": "#6C1E01",
|
|
1166
|
-
"TextPressed": "#262626",
|
|
1167
|
-
"TextRest": "#262626",
|
|
1168
|
-
"TextSecondary": "#666666",
|
|
1169
|
-
"TextSecondaryHover": "#505050",
|
|
1170
|
-
"TextSecondaryPressed": "#666666",
|
|
1171
|
-
"TextSecondaryRest": "#666666",
|
|
1172
|
-
"TextSecondarySelected": "#666666",
|
|
1173
|
-
"TextSelected": "#262626",
|
|
1174
|
-
"TextSelectionHighlight": "#FFFFFF",
|
|
1175
|
-
"ThumbToggleSwitchOff": "#505050",
|
|
1176
|
-
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
1177
|
-
"ThumbToggleSwitchOffHover": "#505050",
|
|
1178
|
-
"ThumbToggleSwitchOffPressed": "#505050",
|
|
1179
|
-
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
1180
|
-
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
1181
|
-
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
1182
|
-
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
1183
|
-
}
|
|
1184
|
-
`;
|
|
1185
|
-
|
|
1186
|
-
exports[`fallbackGetPalette test TaskPane palette 1`] = `
|
|
1187
|
-
{
|
|
1188
|
-
"AccentDark": "#C6C6C6",
|
|
1189
|
-
"AccentEmphasis": "#D83B01",
|
|
1190
|
-
"AccentLight": "#E6E6E6",
|
|
1191
|
-
"AccentOutline": "#000000",
|
|
1192
|
-
"Bkg": "antiquewhite",
|
|
1193
|
-
"BkgCtl": "#E6E6E6",
|
|
1194
|
-
"BkgCtlDisabled": "#E6E6E6",
|
|
1195
|
-
"BkgCtlEmphasis": "#D83B01",
|
|
1196
|
-
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
1197
|
-
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
1198
|
-
"BkgCtlEmphasisHover": "#F29F71",
|
|
1199
|
-
"BkgCtlEmphasisPressed": "#A22C01",
|
|
1200
|
-
"BkgCtlHover": "#FFF7F0",
|
|
1201
|
-
"BkgCtlPressed": "#FBDFD0",
|
|
1202
|
-
"BkgCtlSelected": "#E6E6E6",
|
|
1203
|
-
"BkgCtlSubtle": "#FFFFFF",
|
|
1204
|
-
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
1205
|
-
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
1206
|
-
"BkgCtlSubtleHover": "#FFFFFF",
|
|
1207
|
-
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
1208
|
-
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
1209
|
-
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
1210
|
-
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
1211
|
-
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
1212
|
-
"BkgHeader": "#E6E6E6",
|
|
1213
|
-
"BkgHover": "#D2D2D2",
|
|
1214
|
-
"BkgPressed": "#B1B1B1",
|
|
1215
|
-
"BkgSelected": "#C6C6C6",
|
|
1216
|
-
"BkgSelectionHighlight": "#737373",
|
|
1217
|
-
"BkgSubtle": "#F3F3F3",
|
|
1218
|
-
"BkgToggleSwitchOff": "#FFFFFF",
|
|
1219
|
-
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
1220
|
-
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
1221
|
-
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
1222
|
-
"BkgToggleSwitchOn": "#D83B01",
|
|
1223
|
-
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
1224
|
-
"BkgToggleSwitchOnHover": "#EA6115",
|
|
1225
|
-
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
1226
|
-
"SliderBuffer": "#262626",
|
|
1227
|
-
"SliderKeyboard": "#444444",
|
|
1228
|
-
"SliderPrimary": "#444444",
|
|
1229
|
-
"SliderPrimaryDisabled": "#969696",
|
|
1230
|
-
"SliderPrimaryHover": "#D2D2D2",
|
|
1231
|
-
"SliderPrimaryPressed": "#262626",
|
|
1232
|
-
"SliderSecondary": "#D2D2D2",
|
|
1233
|
-
"SliderToolTipBkg": "#FFFFFF",
|
|
1234
|
-
"SliderToolTipBorder": "#C6C6C6",
|
|
1235
|
-
"SliderToolTipLabel": "#262626",
|
|
1236
|
-
"StrokeCtl": "#969696",
|
|
1237
|
-
"StrokeCtlDisabled": "#D2D2D2",
|
|
1238
|
-
"StrokeCtlEmphasis": "#A22C01",
|
|
1239
|
-
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
1240
|
-
"StrokeCtlEmphasisHover": "#D83B01",
|
|
1241
|
-
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
1242
|
-
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
1243
|
-
"StrokeCtlHover": "#FBDFD0",
|
|
1244
|
-
"StrokeCtlKeyboard": "#FBDFD0",
|
|
1245
|
-
"StrokeCtlPressed": "#EA6115",
|
|
1246
|
-
"StrokeCtlSelected": "#969696",
|
|
1247
|
-
"StrokeCtlSubtle": "#C6C6C6",
|
|
1248
|
-
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
1249
|
-
"StrokeCtlSubtleHover": "#969696",
|
|
1250
|
-
"StrokeCtlSubtleKeyboard": "#969696",
|
|
1251
|
-
"StrokeCtlSubtlePressed": "#969696",
|
|
1252
|
-
"StrokeKeyboard": "#969696",
|
|
1253
|
-
"StrokeOnlyHover": "#B1B1B1",
|
|
1254
|
-
"StrokeOnlyPressed": "#737373",
|
|
1255
|
-
"StrokeOnlySelected": "#969696",
|
|
1256
|
-
"StrokeOverHover": "#00000000",
|
|
1257
|
-
"StrokeOverPressed": "#00000000",
|
|
1258
|
-
"StrokeOverRest": "#00000000",
|
|
1259
|
-
"StrokeOverSelectedHover": "#969696",
|
|
1260
|
-
"StrokeOverSelectedPressed": "#00000000",
|
|
1261
|
-
"StrokeOverSelectedRest": "#00000000",
|
|
1262
|
-
"StrokeSelectedHover": "#969696",
|
|
1263
|
-
"StrokeToggleSwitchOff": "#505050",
|
|
1264
|
-
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
1265
|
-
"StrokeToggleSwitchOffHover": "#505050",
|
|
1266
|
-
"StrokeToggleSwitchOffPressed": "#505050",
|
|
1267
|
-
"StrokeToggleSwitchOn": "#D83B01",
|
|
1268
|
-
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
1269
|
-
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
1270
|
-
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
1271
|
-
"Text": "#262626",
|
|
1272
|
-
"TextActive": "#262626",
|
|
1273
|
-
"TextActiveHover": "#EA6115",
|
|
1274
|
-
"TextActivePressed": "#A22C01",
|
|
1275
|
-
"TextActiveSelected": "#D83B01",
|
|
1276
|
-
"TextCtl": "#262626",
|
|
1277
|
-
"TextCtlDisabled": "#B1B1B1",
|
|
1278
|
-
"TextCtlEmphasis": "#FFFFFF",
|
|
1279
|
-
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
1280
|
-
"TextCtlEmphasisHover": "#FFFFFF",
|
|
1281
|
-
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
1282
|
-
"TextCtlHover": "#262626",
|
|
1283
|
-
"TextCtlPressed": "#262626",
|
|
1284
|
-
"TextCtlSelected": "#262626",
|
|
1285
|
-
"TextCtlSubtle": "#262626",
|
|
1286
|
-
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
1287
|
-
"TextCtlSubtleHover": "#262626",
|
|
1288
|
-
"TextCtlSubtlePlaceholder": "#666666",
|
|
1289
|
-
"TextCtlSubtlePressed": "#262626",
|
|
1290
|
-
"TextCtlSubtleSelected": "#262626",
|
|
1291
|
-
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
1292
|
-
"TextDisabled": "#B1B1B1",
|
|
1293
|
-
"TextEmphasis": "#D83B01",
|
|
1294
|
-
"TextEmphasis2": "#D83B01",
|
|
1295
|
-
"TextEmphasisHover": "#EA6115",
|
|
1296
|
-
"TextEmphasisPressed": "#A22C01",
|
|
1297
|
-
"TextEmphasisRest": "#D83B01",
|
|
1298
|
-
"TextEmphasisSelected": "#D83B01",
|
|
1299
|
-
"TextError": "#A50000",
|
|
1300
|
-
"TextErrorHover": "#A50000",
|
|
1301
|
-
"TextErrorPressed": "#A50000",
|
|
1302
|
-
"TextErrorSelected": "#A50000",
|
|
1303
|
-
"TextHeader": "#262626",
|
|
1304
|
-
"TextHover": "#262626",
|
|
1305
|
-
"TextHyperlink": "#D83B01",
|
|
1306
|
-
"TextHyperlinkHover": "#A22C01",
|
|
1307
|
-
"TextHyperlinkPressed": "#6C1E01",
|
|
1308
|
-
"TextPressed": "#262626",
|
|
1309
|
-
"TextRest": "#262626",
|
|
1310
|
-
"TextSecondary": "#666666",
|
|
1311
|
-
"TextSecondaryHover": "#505050",
|
|
1312
|
-
"TextSecondaryPressed": "#666666",
|
|
1313
|
-
"TextSecondaryRest": "#666666",
|
|
1314
|
-
"TextSecondarySelected": "#666666",
|
|
1315
|
-
"TextSelected": "#262626",
|
|
1316
|
-
"TextSelectionHighlight": "#FFFFFF",
|
|
1317
|
-
"ThumbToggleSwitchOff": "#505050",
|
|
1318
|
-
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
1319
|
-
"ThumbToggleSwitchOffHover": "#505050",
|
|
1320
|
-
"ThumbToggleSwitchOffPressed": "#505050",
|
|
1321
|
-
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
1322
|
-
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
1323
|
-
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
1324
|
-
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
1325
|
-
}
|
|
1326
|
-
`;
|
|
1327
|
-
|
|
1328
|
-
exports[`fallbackOfficeModule test 1`] = `
|
|
1329
|
-
{
|
|
1330
|
-
"fluentTypography": {},
|
|
1331
|
-
"getPalette": [Function],
|
|
1332
|
-
"rampNames": {
|
|
1333
|
-
"App": [
|
|
1334
|
-
"FakeApp1",
|
|
1335
|
-
"App2",
|
|
1336
|
-
"App3",
|
|
1337
|
-
"App4",
|
|
1338
|
-
"App5",
|
|
1339
|
-
"App6",
|
|
1340
|
-
"App7",
|
|
1341
|
-
"App8",
|
|
1342
|
-
],
|
|
1343
|
-
"ClassicGrays": [
|
|
1344
|
-
"FakeGray4",
|
|
1345
|
-
"Gray5",
|
|
1346
|
-
"Gray6",
|
|
1347
|
-
],
|
|
1348
|
-
"FluentGrays": [
|
|
1349
|
-
"FakeGray1",
|
|
1350
|
-
"Gray2",
|
|
1351
|
-
"Gray3",
|
|
1352
|
-
],
|
|
1353
|
-
"Sepias": [
|
|
1354
|
-
"FakeSepia",
|
|
1355
|
-
],
|
|
1356
|
-
},
|
|
1357
|
-
"ramps": {
|
|
1358
|
-
"App": [
|
|
1359
|
-
"#F8F8F8",
|
|
1360
|
-
"#EFF6FC",
|
|
1361
|
-
"#BBDAF3",
|
|
1362
|
-
"#55A4E2",
|
|
1363
|
-
"#359EDD",
|
|
1364
|
-
"#0078d7",
|
|
1365
|
-
"#283E4A",
|
|
1366
|
-
"#030C13",
|
|
1367
|
-
],
|
|
1368
|
-
"ClassicGrays": [
|
|
1369
|
-
"#FFFFFF",
|
|
1370
|
-
"#737373",
|
|
1371
|
-
"#000000",
|
|
1372
|
-
],
|
|
1373
|
-
"FluentGrays": [
|
|
1374
|
-
"#FAF9F8",
|
|
1375
|
-
"#797775",
|
|
1376
|
-
"#11100F",
|
|
1377
|
-
],
|
|
1378
|
-
"Sepias": [
|
|
1379
|
-
"#ECE6DE",
|
|
1380
|
-
],
|
|
1381
|
-
},
|
|
1382
|
-
"typography": {},
|
|
1383
|
-
}
|
|
1384
|
-
`;
|
|
1385
|
-
|
|
1386
|
-
exports[`getThemingModule test 1`] = `
|
|
1387
|
-
[
|
|
1388
|
-
{
|
|
1389
|
-
"fluentTypography": {},
|
|
1390
|
-
"getPalette": [Function],
|
|
1391
|
-
"rampNames": {
|
|
1392
|
-
"App": [
|
|
1393
|
-
"FakeApp1",
|
|
1394
|
-
"App2",
|
|
1395
|
-
"App3",
|
|
1396
|
-
"App4",
|
|
1397
|
-
"App5",
|
|
1398
|
-
"App6",
|
|
1399
|
-
"App7",
|
|
1400
|
-
"App8",
|
|
1401
|
-
],
|
|
1402
|
-
"ClassicGrays": [
|
|
1403
|
-
"FakeGray4",
|
|
1404
|
-
"Gray5",
|
|
1405
|
-
"Gray6",
|
|
1406
|
-
],
|
|
1407
|
-
"FluentGrays": [
|
|
1408
|
-
"FakeGray1",
|
|
1409
|
-
"Gray2",
|
|
1410
|
-
"Gray3",
|
|
1411
|
-
],
|
|
1412
|
-
"Sepias": [
|
|
1413
|
-
"FakeSepia",
|
|
1414
|
-
],
|
|
1415
|
-
},
|
|
1416
|
-
"ramps": {
|
|
1417
|
-
"App": [
|
|
1418
|
-
"#F8F8F8",
|
|
1419
|
-
"#EFF6FC",
|
|
1420
|
-
"#BBDAF3",
|
|
1421
|
-
"#55A4E2",
|
|
1422
|
-
"#359EDD",
|
|
1423
|
-
"#0078d7",
|
|
1424
|
-
"#283E4A",
|
|
1425
|
-
"#030C13",
|
|
1426
|
-
],
|
|
1427
|
-
"ClassicGrays": [
|
|
1428
|
-
"#FFFFFF",
|
|
1429
|
-
"#737373",
|
|
1430
|
-
"#000000",
|
|
1431
|
-
],
|
|
1432
|
-
"FluentGrays": [
|
|
1433
|
-
"#FAF9F8",
|
|
1434
|
-
"#797775",
|
|
1435
|
-
"#11100F",
|
|
1436
|
-
],
|
|
1437
|
-
"Sepias": [
|
|
1438
|
-
"#ECE6DE",
|
|
1439
|
-
],
|
|
1440
|
-
},
|
|
1441
|
-
"typography": {},
|
|
1442
|
-
},
|
|
1443
|
-
undefined,
|
|
1444
|
-
]
|
|
1445
|
-
`;
|
|
1446
|
-
|
|
1447
|
-
exports[`win32Typography test 1`] = `
|
|
223
|
+
exports[`createOfficeColorAliasTokens test officeTheme: Black 1`] = `
|
|
1448
224
|
{
|
|
1449
225
|
"brandBackground": "#185abd",
|
|
1450
226
|
"brandBackground2": "#d2e0f4",
|
|
@@ -1453,134 +229,134 @@ exports[`win32Typography test 1`] = `
|
|
|
1453
229
|
"brandBackgroundPressed": "#0e336a",
|
|
1454
230
|
"brandBackgroundSelected": "#13458f",
|
|
1455
231
|
"brandBackgroundStatic": "#185abd",
|
|
1456
|
-
"brandForeground1": "#
|
|
232
|
+
"brandForeground1": "#aec6eb",
|
|
1457
233
|
"brandForeground1Disabled": undefined,
|
|
1458
234
|
"brandForeground1Pressed": undefined,
|
|
1459
|
-
"brandForeground2": "#
|
|
1460
|
-
"brandForegroundLink": "#
|
|
1461
|
-
"brandForegroundLinkHover": "#
|
|
1462
|
-
"brandForegroundLinkPressed": "#
|
|
1463
|
-
"brandForegroundLinkSelected": "#
|
|
235
|
+
"brandForeground2": "#d2e0f4",
|
|
236
|
+
"brandForegroundLink": "#aec6eb",
|
|
237
|
+
"brandForegroundLinkHover": "#d2e0f4",
|
|
238
|
+
"brandForegroundLinkPressed": "#2e6ac5",
|
|
239
|
+
"brandForegroundLinkSelected": "#d2e0f4",
|
|
1464
240
|
"brandStroke1": "#185abd",
|
|
1465
241
|
"brandStroke2": "#6794d7",
|
|
1466
242
|
"compoundBrandBackground1": "#185abd",
|
|
1467
243
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
1468
244
|
"compoundBrandBackground1Pressed": "#0e336a",
|
|
1469
|
-
"compoundBrandForeground1": "#
|
|
1470
|
-
"compoundBrandForeground1Hover": "#
|
|
1471
|
-
"compoundBrandForeground1Pressed": "#
|
|
245
|
+
"compoundBrandForeground1": "#aec6eb",
|
|
246
|
+
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
247
|
+
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
1472
248
|
"compoundBrandStroke1": "#185abd",
|
|
1473
249
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
1474
250
|
"compoundBrandStroke1Pressed": "#0e336a",
|
|
1475
|
-
"dangerBackground1": "#
|
|
1476
|
-
"dangerBackground2": "#
|
|
251
|
+
"dangerBackground1": "#3f1011",
|
|
252
|
+
"dangerBackground2": "#751d1f",
|
|
1477
253
|
"dangerBackground3": "#d13438",
|
|
1478
|
-
"dangerBorder1": "#
|
|
1479
|
-
"dangerBorder2": "#
|
|
1480
|
-
"dangerBorderActive": "#
|
|
1481
|
-
"dangerForeground1": "#
|
|
1482
|
-
"dangerForeground2": "#
|
|
1483
|
-
"dangerForeground3": "#
|
|
1484
|
-
"dangerForegroundInverted": "#
|
|
1485
|
-
"neutralBackground1": "#
|
|
1486
|
-
"neutralBackground1Hover": "#
|
|
1487
|
-
"neutralBackground1Pressed": "#
|
|
1488
|
-
"neutralBackground1Selected": "#
|
|
1489
|
-
"neutralBackground2": "#
|
|
1490
|
-
"neutralBackground2Hover": "#
|
|
1491
|
-
"neutralBackground2Pressed": "#
|
|
1492
|
-
"neutralBackground2Selected": "#
|
|
1493
|
-
"neutralBackground3": "#
|
|
1494
|
-
"neutralBackground3Hover": "#
|
|
1495
|
-
"neutralBackground3Pressed": "#
|
|
1496
|
-
"neutralBackground3Selected": "#
|
|
1497
|
-
"neutralBackground4": "#
|
|
1498
|
-
"neutralBackground4Hover": "#
|
|
1499
|
-
"neutralBackground4Pressed": "#
|
|
1500
|
-
"neutralBackground4Selected": "#
|
|
1501
|
-
"neutralBackground5": "#
|
|
1502
|
-
"neutralBackground5Hover": "#
|
|
1503
|
-
"neutralBackground5Pressed": "#
|
|
1504
|
-
"neutralBackground5Selected": "#
|
|
1505
|
-
"neutralBackground6": "#
|
|
1506
|
-
"neutralBackgroundDisabled": "#
|
|
1507
|
-
"neutralBackgroundInverted": "#
|
|
1508
|
-
"neutralForeground1": "#
|
|
1509
|
-
"neutralForeground1Hover": "#
|
|
1510
|
-
"neutralForeground1Pressed": "#
|
|
1511
|
-
"neutralForeground1Selected": "#
|
|
1512
|
-
"neutralForeground2": "#
|
|
1513
|
-
"neutralForeground2BrandHover": "#
|
|
1514
|
-
"neutralForeground2BrandPressed": "#
|
|
1515
|
-
"neutralForeground2BrandSelected": "#
|
|
1516
|
-
"neutralForeground2Hover": "#
|
|
1517
|
-
"neutralForeground2Pressed": "#
|
|
1518
|
-
"neutralForeground2Selected": "#
|
|
1519
|
-
"neutralForeground3": "#
|
|
1520
|
-
"neutralForeground3BrandHover": "#
|
|
1521
|
-
"neutralForeground3BrandPressed": "#
|
|
1522
|
-
"neutralForeground3BrandSelected": "#
|
|
1523
|
-
"neutralForeground3Hover": "#
|
|
1524
|
-
"neutralForeground3Pressed": "#
|
|
1525
|
-
"neutralForeground3Selected": "#
|
|
1526
|
-
"neutralForeground4": "#
|
|
1527
|
-
"neutralForegroundDisabled": "#
|
|
1528
|
-
"neutralForegroundInverted": "#
|
|
1529
|
-
"neutralForegroundInvertedLink": "#
|
|
1530
|
-
"neutralForegroundInvertedLinkHover": "#
|
|
1531
|
-
"neutralForegroundInvertedLinkPressed": "#
|
|
1532
|
-
"neutralForegroundInvertedLinkSelected": "#
|
|
254
|
+
"dangerBorder1": "#d13438",
|
|
255
|
+
"dangerBorder2": "#dc5e62",
|
|
256
|
+
"dangerBorderActive": "#e37d80",
|
|
257
|
+
"dangerForeground1": "#e37d80",
|
|
258
|
+
"dangerForeground2": "#f1bbbc",
|
|
259
|
+
"dangerForeground3": "#e37d80",
|
|
260
|
+
"dangerForegroundInverted": "#d13438",
|
|
261
|
+
"neutralBackground1": "#292929",
|
|
262
|
+
"neutralBackground1Hover": "#3d3d3d",
|
|
263
|
+
"neutralBackground1Pressed": "#1f1f1f",
|
|
264
|
+
"neutralBackground1Selected": "#383838",
|
|
265
|
+
"neutralBackground2": "#1f1f1f",
|
|
266
|
+
"neutralBackground2Hover": "#333333",
|
|
267
|
+
"neutralBackground2Pressed": "#141414",
|
|
268
|
+
"neutralBackground2Selected": "#2e2e2e",
|
|
269
|
+
"neutralBackground3": "#141414",
|
|
270
|
+
"neutralBackground3Hover": "#292929",
|
|
271
|
+
"neutralBackground3Pressed": "#0a0a0a",
|
|
272
|
+
"neutralBackground3Selected": "#242424",
|
|
273
|
+
"neutralBackground4": "#0a0a0a",
|
|
274
|
+
"neutralBackground4Hover": "#1f1f1f",
|
|
275
|
+
"neutralBackground4Pressed": "#000000",
|
|
276
|
+
"neutralBackground4Selected": "#1a1a1a",
|
|
277
|
+
"neutralBackground5": "#000000",
|
|
278
|
+
"neutralBackground5Hover": "#141414",
|
|
279
|
+
"neutralBackground5Pressed": "#050505",
|
|
280
|
+
"neutralBackground5Selected": "#0f0f0f",
|
|
281
|
+
"neutralBackground6": "#333333",
|
|
282
|
+
"neutralBackgroundDisabled": "#141414",
|
|
283
|
+
"neutralBackgroundInverted": "#ffffff",
|
|
284
|
+
"neutralForeground1": "#ffffff",
|
|
285
|
+
"neutralForeground1Hover": "#ffffff",
|
|
286
|
+
"neutralForeground1Pressed": "#ffffff",
|
|
287
|
+
"neutralForeground1Selected": "#ffffff",
|
|
288
|
+
"neutralForeground2": "#d6d6d6",
|
|
289
|
+
"neutralForeground2BrandHover": "#d2e0f4",
|
|
290
|
+
"neutralForeground2BrandPressed": "#2e6ac5",
|
|
291
|
+
"neutralForeground2BrandSelected": "#d2e0f4",
|
|
292
|
+
"neutralForeground2Hover": "#ffffff",
|
|
293
|
+
"neutralForeground2Pressed": "#ffffff",
|
|
294
|
+
"neutralForeground2Selected": "#ffffff",
|
|
295
|
+
"neutralForeground3": "#adadad",
|
|
296
|
+
"neutralForeground3BrandHover": "#d2e0f4",
|
|
297
|
+
"neutralForeground3BrandPressed": "#2e6ac5",
|
|
298
|
+
"neutralForeground3BrandSelected": "#d2e0f4",
|
|
299
|
+
"neutralForeground3Hover": "#d6d6d6",
|
|
300
|
+
"neutralForeground3Pressed": "#d6d6d6",
|
|
301
|
+
"neutralForeground3Selected": "#d6d6d6",
|
|
302
|
+
"neutralForeground4": "#999999",
|
|
303
|
+
"neutralForegroundDisabled": "#5c5c5c",
|
|
304
|
+
"neutralForegroundInverted": "#000000",
|
|
305
|
+
"neutralForegroundInvertedLink": "#292929",
|
|
306
|
+
"neutralForegroundInvertedLinkHover": "#292929",
|
|
307
|
+
"neutralForegroundInvertedLinkPressed": "#292929",
|
|
308
|
+
"neutralForegroundInvertedLinkSelected": "#292929",
|
|
1533
309
|
"neutralForegroundOnBrand": "#ffffff",
|
|
1534
|
-
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1535
|
-
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1536
|
-
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1537
|
-
"neutralStencil1": "#
|
|
1538
|
-
"neutralStencil2": "#
|
|
1539
|
-
"neutralStroke1": "#
|
|
1540
|
-
"neutralStroke1Hover": "#
|
|
1541
|
-
"neutralStroke1Pressed": "#
|
|
1542
|
-
"neutralStroke1Selected": "#
|
|
1543
|
-
"neutralStroke2": "#
|
|
1544
|
-
"neutralStroke3": "#
|
|
1545
|
-
"neutralStrokeAccessible": "#
|
|
1546
|
-
"neutralStrokeAccessibleHover": "#
|
|
1547
|
-
"neutralStrokeAccessiblePressed": "#
|
|
310
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
311
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
312
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
313
|
+
"neutralStencil1": "#333333",
|
|
314
|
+
"neutralStencil2": "#575757",
|
|
315
|
+
"neutralStroke1": "#666666",
|
|
316
|
+
"neutralStroke1Hover": "#757575",
|
|
317
|
+
"neutralStroke1Pressed": "#6b6b6b",
|
|
318
|
+
"neutralStroke1Selected": "#707070",
|
|
319
|
+
"neutralStroke2": "#525252",
|
|
320
|
+
"neutralStroke3": "#3d3d3d",
|
|
321
|
+
"neutralStrokeAccessible": "#adadad",
|
|
322
|
+
"neutralStrokeAccessibleHover": "#bdbdbd",
|
|
323
|
+
"neutralStrokeAccessiblePressed": "#b3b3b3",
|
|
1548
324
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
1549
|
-
"neutralStrokeDisabled": "#
|
|
1550
|
-
"outofofficeBackground1": "#
|
|
1551
|
-
"outofofficeBackground2": "#
|
|
325
|
+
"neutralStrokeDisabled": "#424242",
|
|
326
|
+
"outofofficeBackground1": "#3a1136",
|
|
327
|
+
"outofofficeBackground2": "#6d2064",
|
|
1552
328
|
"outofofficeBackground3": "#c239b3",
|
|
1553
|
-
"outofofficeBorder1": "#
|
|
1554
|
-
"outofofficeBorder2": "#
|
|
1555
|
-
"outofofficeBorderActive": "#
|
|
1556
|
-
"outofofficeForeground1": "#
|
|
1557
|
-
"outofofficeForeground2": "#
|
|
1558
|
-
"outofofficeForeground3": "#
|
|
1559
|
-
"severeBackground1": "#
|
|
1560
|
-
"severeBackground2": "#
|
|
329
|
+
"outofofficeBorder1": "#c239b3",
|
|
330
|
+
"outofofficeBorder2": "#d161c4",
|
|
331
|
+
"outofofficeBorderActive": "#da7ed0",
|
|
332
|
+
"outofofficeForeground1": "#da7ed0",
|
|
333
|
+
"outofofficeForeground2": "#edbbe7",
|
|
334
|
+
"outofofficeForeground3": "#d161c4",
|
|
335
|
+
"severeBackground1": "#411200",
|
|
336
|
+
"severeBackground2": "#7a2101",
|
|
1561
337
|
"severeBackground3": "#da3b01",
|
|
1562
|
-
"severeBorder1": "#
|
|
1563
|
-
"severeBorder2": "#
|
|
1564
|
-
"severeBorderActive": "#
|
|
1565
|
-
"severeForeground1": "#
|
|
1566
|
-
"severeForeground2": "#
|
|
1567
|
-
"severeForeground3": "#
|
|
1568
|
-
"strokeFocus1": "#
|
|
1569
|
-
"strokeFocus2": "#
|
|
338
|
+
"severeBorder1": "#da3b01",
|
|
339
|
+
"severeBorder2": "#e9835e",
|
|
340
|
+
"severeBorderActive": "#e9835e",
|
|
341
|
+
"severeForeground1": "#e9835e",
|
|
342
|
+
"severeForeground2": "#f4bfab",
|
|
343
|
+
"severeForeground3": "#e9835e",
|
|
344
|
+
"strokeFocus1": "#000000",
|
|
345
|
+
"strokeFocus2": "#ffffff",
|
|
1570
346
|
"subtleBackground": "#00000000",
|
|
1571
|
-
"subtleBackgroundHover": "#
|
|
1572
|
-
"subtleBackgroundPressed": "#
|
|
1573
|
-
"subtleBackgroundSelected": "#
|
|
1574
|
-
"successBackground1": "#
|
|
1575
|
-
"successBackground2": "#
|
|
347
|
+
"subtleBackgroundHover": "#3d3d3d",
|
|
348
|
+
"subtleBackgroundPressed": "#1f1f1f",
|
|
349
|
+
"subtleBackgroundSelected": "#383838",
|
|
350
|
+
"successBackground1": "#052505",
|
|
351
|
+
"successBackground2": "#094509",
|
|
1576
352
|
"successBackground3": "#107c10",
|
|
1577
|
-
"successBorder1": "#
|
|
1578
|
-
"successBorder2": "#
|
|
1579
|
-
"successBorderActive": "#
|
|
1580
|
-
"successForeground1": "#
|
|
1581
|
-
"successForeground2": "#
|
|
1582
|
-
"successForeground3": "#
|
|
1583
|
-
"successForegroundInverted": "#
|
|
353
|
+
"successBorder1": "#107c10",
|
|
354
|
+
"successBorder2": "#9fd89f",
|
|
355
|
+
"successBorderActive": "#54b054",
|
|
356
|
+
"successForeground1": "#54b054",
|
|
357
|
+
"successForeground2": "#9fd89f",
|
|
358
|
+
"successForeground3": "#9fd89f",
|
|
359
|
+
"successForegroundInverted": "#107c10",
|
|
1584
360
|
"transparentBackground": "#00000000",
|
|
1585
361
|
"transparentBackgroundHover": "#00000000",
|
|
1586
362
|
"transparentBackgroundPressed": "#00000000",
|
|
@@ -1588,20 +364,20 @@ exports[`win32Typography test 1`] = `
|
|
|
1588
364
|
"transparentStroke": "#00000000",
|
|
1589
365
|
"transparentStrokeDisabled": "#00000000",
|
|
1590
366
|
"transparentStrokeInteractive": "#00000000",
|
|
1591
|
-
"warningBackground1": "#
|
|
1592
|
-
"warningBackground2": "#
|
|
367
|
+
"warningBackground1": "#4c4400",
|
|
368
|
+
"warningBackground2": "#817400",
|
|
1593
369
|
"warningBackground3": "#fde300",
|
|
1594
|
-
"warningBorder1": "#
|
|
1595
|
-
"warningBorder2": "#
|
|
1596
|
-
"warningBorderActive": "#
|
|
1597
|
-
"warningForeground1": "#
|
|
1598
|
-
"warningForeground2": "#
|
|
1599
|
-
"warningForeground3": "#
|
|
1600
|
-
"warningForegroundInverted": "#
|
|
370
|
+
"warningBorder1": "#fde300",
|
|
371
|
+
"warningBorder2": "#fdea3d",
|
|
372
|
+
"warningBorderActive": "#feee66",
|
|
373
|
+
"warningForeground1": "#feee66",
|
|
374
|
+
"warningForeground2": "#fef7b2",
|
|
375
|
+
"warningForeground3": "#fdea3d",
|
|
376
|
+
"warningForegroundInverted": "#817400",
|
|
1601
377
|
}
|
|
1602
378
|
`;
|
|
1603
379
|
|
|
1604
|
-
exports[`
|
|
380
|
+
exports[`createOfficeColorAliasTokens test officeTheme: Colorful 1`] = `
|
|
1605
381
|
{
|
|
1606
382
|
"brandBackground": "#185abd",
|
|
1607
383
|
"brandBackground2": "#d2e0f4",
|
|
@@ -1758,7 +534,7 @@ exports[`win32Typography test 2`] = `
|
|
|
1758
534
|
}
|
|
1759
535
|
`;
|
|
1760
536
|
|
|
1761
|
-
exports[`
|
|
537
|
+
exports[`createOfficeColorAliasTokens test officeTheme: DarkGray 1`] = `
|
|
1762
538
|
{
|
|
1763
539
|
"brandBackground": "#185abd",
|
|
1764
540
|
"brandBackground2": "#d2e0f4",
|
|
@@ -1838,186 +614,29 @@ exports[`win32Typography test 3`] = `
|
|
|
1838
614
|
"neutralForeground3Pressed": "#e6e6e6",
|
|
1839
615
|
"neutralForeground3Selected": "#e6e6e6",
|
|
1840
616
|
"neutralForeground4": "#c2c2c2",
|
|
1841
|
-
"neutralForegroundDisabled": "#666666",
|
|
1842
|
-
"neutralForegroundInverted": "#000000",
|
|
1843
|
-
"neutralForegroundInvertedLink": "#4d4d4d",
|
|
1844
|
-
"neutralForegroundInvertedLinkHover": "#4d4d4d",
|
|
1845
|
-
"neutralForegroundInvertedLinkPressed": "#4d4d4d",
|
|
1846
|
-
"neutralForegroundInvertedLinkSelected": "#4d4d4d",
|
|
1847
|
-
"neutralForegroundOnBrand": "#ffffff",
|
|
1848
|
-
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1849
|
-
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1850
|
-
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1851
|
-
"neutralStencil1": "#1a1a1a",
|
|
1852
|
-
"neutralStencil2": "#424242",
|
|
1853
|
-
"neutralStroke1": "#8a8a8a",
|
|
1854
|
-
"neutralStroke1Hover": "#999999",
|
|
1855
|
-
"neutralStroke1Pressed": "#8f8f8f",
|
|
1856
|
-
"neutralStroke1Selected": "#949494",
|
|
1857
|
-
"neutralStroke2": "#757575",
|
|
1858
|
-
"neutralStroke3": "#616161",
|
|
1859
|
-
"neutralStrokeAccessible": "#a8a8a8",
|
|
1860
|
-
"neutralStrokeAccessibleHover": "#b8b8b8",
|
|
1861
|
-
"neutralStrokeAccessiblePressed": "#adadad",
|
|
1862
|
-
"neutralStrokeAccessibleSelected": "#185abd",
|
|
1863
|
-
"neutralStrokeDisabled": "#474747",
|
|
1864
|
-
"outofofficeBackground1": "#3a1136",
|
|
1865
|
-
"outofofficeBackground2": "#6d2064",
|
|
1866
|
-
"outofofficeBackground3": "#c239b3",
|
|
1867
|
-
"outofofficeBorder1": "#c239b3",
|
|
1868
|
-
"outofofficeBorder2": "#d161c4",
|
|
1869
|
-
"outofofficeBorderActive": "#da7ed0",
|
|
1870
|
-
"outofofficeForeground1": "#da7ed0",
|
|
1871
|
-
"outofofficeForeground2": "#edbbe7",
|
|
1872
|
-
"outofofficeForeground3": "#d161c4",
|
|
1873
|
-
"severeBackground1": "#411200",
|
|
1874
|
-
"severeBackground2": "#7a2101",
|
|
1875
|
-
"severeBackground3": "#da3b01",
|
|
1876
|
-
"severeBorder1": "#da3b01",
|
|
1877
|
-
"severeBorder2": "#e9835e",
|
|
1878
|
-
"severeBorderActive": "#e9835e",
|
|
1879
|
-
"severeForeground1": "#e9835e",
|
|
1880
|
-
"severeForeground2": "#f4bfab",
|
|
1881
|
-
"severeForeground3": "#e9835e",
|
|
1882
|
-
"strokeFocus1": "#000000",
|
|
1883
|
-
"strokeFocus2": "#ffffff",
|
|
1884
|
-
"subtleBackground": "#00000000",
|
|
1885
|
-
"subtleBackgroundHover": "#5c5c5c",
|
|
1886
|
-
"subtleBackgroundPressed": "#424242",
|
|
1887
|
-
"subtleBackgroundSelected": "#575757",
|
|
1888
|
-
"successBackground1": "#052505",
|
|
1889
|
-
"successBackground2": "#094509",
|
|
1890
|
-
"successBackground3": "#107c10",
|
|
1891
|
-
"successBorder1": "#107c10",
|
|
1892
|
-
"successBorder2": "#9fd89f",
|
|
1893
|
-
"successBorderActive": "#54b054",
|
|
1894
|
-
"successForeground1": "#54b054",
|
|
1895
|
-
"successForeground2": "#9fd89f",
|
|
1896
|
-
"successForeground3": "#9fd89f",
|
|
1897
|
-
"successForegroundInverted": "#107c10",
|
|
1898
|
-
"transparentBackground": "#00000000",
|
|
1899
|
-
"transparentBackgroundHover": "#00000000",
|
|
1900
|
-
"transparentBackgroundPressed": "#00000000",
|
|
1901
|
-
"transparentBackgroundSelected": "#00000000",
|
|
1902
|
-
"transparentStroke": "#00000000",
|
|
1903
|
-
"transparentStrokeDisabled": "#00000000",
|
|
1904
|
-
"transparentStrokeInteractive": "#00000000",
|
|
1905
|
-
"warningBackground1": "#4c4400",
|
|
1906
|
-
"warningBackground2": "#817400",
|
|
1907
|
-
"warningBackground3": "#fde300",
|
|
1908
|
-
"warningBorder1": "#fde300",
|
|
1909
|
-
"warningBorder2": "#fdea3d",
|
|
1910
|
-
"warningBorderActive": "#feee66",
|
|
1911
|
-
"warningForeground1": "#feee66",
|
|
1912
|
-
"warningForeground2": "#fef7b2",
|
|
1913
|
-
"warningForeground3": "#fdea3d",
|
|
1914
|
-
"warningForegroundInverted": "#817400",
|
|
1915
|
-
}
|
|
1916
|
-
`;
|
|
1917
|
-
|
|
1918
|
-
exports[`win32Typography test 4`] = `
|
|
1919
|
-
{
|
|
1920
|
-
"brandBackground": "#185abd",
|
|
1921
|
-
"brandBackground2": "#d2e0f4",
|
|
1922
|
-
"brandBackgroundDisabled": undefined,
|
|
1923
|
-
"brandBackgroundHover": "#1651aa",
|
|
1924
|
-
"brandBackgroundPressed": "#0e336a",
|
|
1925
|
-
"brandBackgroundSelected": "#13458f",
|
|
1926
|
-
"brandBackgroundStatic": "#185abd",
|
|
1927
|
-
"brandForeground1": "#aec6eb",
|
|
1928
|
-
"brandForeground1Disabled": undefined,
|
|
1929
|
-
"brandForeground1Pressed": undefined,
|
|
1930
|
-
"brandForeground2": "#d2e0f4",
|
|
1931
|
-
"brandForegroundLink": "#aec6eb",
|
|
1932
|
-
"brandForegroundLinkHover": "#d2e0f4",
|
|
1933
|
-
"brandForegroundLinkPressed": "#2e6ac5",
|
|
1934
|
-
"brandForegroundLinkSelected": "#d2e0f4",
|
|
1935
|
-
"brandStroke1": "#185abd",
|
|
1936
|
-
"brandStroke2": "#6794d7",
|
|
1937
|
-
"compoundBrandBackground1": "#185abd",
|
|
1938
|
-
"compoundBrandBackground1Hover": "#1651aa",
|
|
1939
|
-
"compoundBrandBackground1Pressed": "#0e336a",
|
|
1940
|
-
"compoundBrandForeground1": "#aec6eb",
|
|
1941
|
-
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
1942
|
-
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
1943
|
-
"compoundBrandStroke1": "#185abd",
|
|
1944
|
-
"compoundBrandStroke1Hover": "#1651aa",
|
|
1945
|
-
"compoundBrandStroke1Pressed": "#0e336a",
|
|
1946
|
-
"dangerBackground1": "#3f1011",
|
|
1947
|
-
"dangerBackground2": "#751d1f",
|
|
1948
|
-
"dangerBackground3": "#d13438",
|
|
1949
|
-
"dangerBorder1": "#d13438",
|
|
1950
|
-
"dangerBorder2": "#dc5e62",
|
|
1951
|
-
"dangerBorderActive": "#e37d80",
|
|
1952
|
-
"dangerForeground1": "#e37d80",
|
|
1953
|
-
"dangerForeground2": "#f1bbbc",
|
|
1954
|
-
"dangerForeground3": "#e37d80",
|
|
1955
|
-
"dangerForegroundInverted": "#d13438",
|
|
1956
|
-
"neutralBackground1": "#292929",
|
|
1957
|
-
"neutralBackground1Hover": "#3d3d3d",
|
|
1958
|
-
"neutralBackground1Pressed": "#1f1f1f",
|
|
1959
|
-
"neutralBackground1Selected": "#383838",
|
|
1960
|
-
"neutralBackground2": "#1f1f1f",
|
|
1961
|
-
"neutralBackground2Hover": "#333333",
|
|
1962
|
-
"neutralBackground2Pressed": "#141414",
|
|
1963
|
-
"neutralBackground2Selected": "#2e2e2e",
|
|
1964
|
-
"neutralBackground3": "#141414",
|
|
1965
|
-
"neutralBackground3Hover": "#292929",
|
|
1966
|
-
"neutralBackground3Pressed": "#0a0a0a",
|
|
1967
|
-
"neutralBackground3Selected": "#242424",
|
|
1968
|
-
"neutralBackground4": "#0a0a0a",
|
|
1969
|
-
"neutralBackground4Hover": "#1f1f1f",
|
|
1970
|
-
"neutralBackground4Pressed": "#000000",
|
|
1971
|
-
"neutralBackground4Selected": "#1a1a1a",
|
|
1972
|
-
"neutralBackground5": "#000000",
|
|
1973
|
-
"neutralBackground5Hover": "#141414",
|
|
1974
|
-
"neutralBackground5Pressed": "#050505",
|
|
1975
|
-
"neutralBackground5Selected": "#0f0f0f",
|
|
1976
|
-
"neutralBackground6": "#333333",
|
|
1977
|
-
"neutralBackgroundDisabled": "#141414",
|
|
1978
|
-
"neutralBackgroundInverted": "#ffffff",
|
|
1979
|
-
"neutralForeground1": "#ffffff",
|
|
1980
|
-
"neutralForeground1Hover": "#ffffff",
|
|
1981
|
-
"neutralForeground1Pressed": "#ffffff",
|
|
1982
|
-
"neutralForeground1Selected": "#ffffff",
|
|
1983
|
-
"neutralForeground2": "#d6d6d6",
|
|
1984
|
-
"neutralForeground2BrandHover": "#d2e0f4",
|
|
1985
|
-
"neutralForeground2BrandPressed": "#2e6ac5",
|
|
1986
|
-
"neutralForeground2BrandSelected": "#d2e0f4",
|
|
1987
|
-
"neutralForeground2Hover": "#ffffff",
|
|
1988
|
-
"neutralForeground2Pressed": "#ffffff",
|
|
1989
|
-
"neutralForeground2Selected": "#ffffff",
|
|
1990
|
-
"neutralForeground3": "#adadad",
|
|
1991
|
-
"neutralForeground3BrandHover": "#d2e0f4",
|
|
1992
|
-
"neutralForeground3BrandPressed": "#2e6ac5",
|
|
1993
|
-
"neutralForeground3BrandSelected": "#d2e0f4",
|
|
1994
|
-
"neutralForeground3Hover": "#d6d6d6",
|
|
1995
|
-
"neutralForeground3Pressed": "#d6d6d6",
|
|
1996
|
-
"neutralForeground3Selected": "#d6d6d6",
|
|
1997
|
-
"neutralForeground4": "#999999",
|
|
1998
|
-
"neutralForegroundDisabled": "#5c5c5c",
|
|
1999
|
-
"neutralForegroundInverted": "#000000",
|
|
2000
|
-
"neutralForegroundInvertedLink": "#292929",
|
|
2001
|
-
"neutralForegroundInvertedLinkHover": "#292929",
|
|
2002
|
-
"neutralForegroundInvertedLinkPressed": "#292929",
|
|
2003
|
-
"neutralForegroundInvertedLinkSelected": "#292929",
|
|
617
|
+
"neutralForegroundDisabled": "#666666",
|
|
618
|
+
"neutralForegroundInverted": "#000000",
|
|
619
|
+
"neutralForegroundInvertedLink": "#4d4d4d",
|
|
620
|
+
"neutralForegroundInvertedLinkHover": "#4d4d4d",
|
|
621
|
+
"neutralForegroundInvertedLinkPressed": "#4d4d4d",
|
|
622
|
+
"neutralForegroundInvertedLinkSelected": "#4d4d4d",
|
|
2004
623
|
"neutralForegroundOnBrand": "#ffffff",
|
|
2005
624
|
"neutralForegroundOnBrandHover": "#ffffff",
|
|
2006
625
|
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
2007
626
|
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
2008
|
-
"neutralStencil1": "#
|
|
2009
|
-
"neutralStencil2": "#
|
|
2010
|
-
"neutralStroke1": "#
|
|
2011
|
-
"neutralStroke1Hover": "#
|
|
2012
|
-
"neutralStroke1Pressed": "#
|
|
2013
|
-
"neutralStroke1Selected": "#
|
|
2014
|
-
"neutralStroke2": "#
|
|
2015
|
-
"neutralStroke3": "#
|
|
2016
|
-
"neutralStrokeAccessible": "#
|
|
2017
|
-
"neutralStrokeAccessibleHover": "#
|
|
2018
|
-
"neutralStrokeAccessiblePressed": "#
|
|
627
|
+
"neutralStencil1": "#1a1a1a",
|
|
628
|
+
"neutralStencil2": "#424242",
|
|
629
|
+
"neutralStroke1": "#8a8a8a",
|
|
630
|
+
"neutralStroke1Hover": "#999999",
|
|
631
|
+
"neutralStroke1Pressed": "#8f8f8f",
|
|
632
|
+
"neutralStroke1Selected": "#949494",
|
|
633
|
+
"neutralStroke2": "#757575",
|
|
634
|
+
"neutralStroke3": "#616161",
|
|
635
|
+
"neutralStrokeAccessible": "#a8a8a8",
|
|
636
|
+
"neutralStrokeAccessibleHover": "#b8b8b8",
|
|
637
|
+
"neutralStrokeAccessiblePressed": "#adadad",
|
|
2019
638
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
2020
|
-
"neutralStrokeDisabled": "#
|
|
639
|
+
"neutralStrokeDisabled": "#474747",
|
|
2021
640
|
"outofofficeBackground1": "#3a1136",
|
|
2022
641
|
"outofofficeBackground2": "#6d2064",
|
|
2023
642
|
"outofofficeBackground3": "#c239b3",
|
|
@@ -2039,9 +658,9 @@ exports[`win32Typography test 4`] = `
|
|
|
2039
658
|
"strokeFocus1": "#000000",
|
|
2040
659
|
"strokeFocus2": "#ffffff",
|
|
2041
660
|
"subtleBackground": "#00000000",
|
|
2042
|
-
"subtleBackgroundHover": "#
|
|
2043
|
-
"subtleBackgroundPressed": "#
|
|
2044
|
-
"subtleBackgroundSelected": "#
|
|
661
|
+
"subtleBackgroundHover": "#5c5c5c",
|
|
662
|
+
"subtleBackgroundPressed": "#424242",
|
|
663
|
+
"subtleBackgroundSelected": "#575757",
|
|
2045
664
|
"successBackground1": "#052505",
|
|
2046
665
|
"successBackground2": "#094509",
|
|
2047
666
|
"successBackground3": "#107c10",
|
|
@@ -2072,7 +691,7 @@ exports[`win32Typography test 4`] = `
|
|
|
2072
691
|
}
|
|
2073
692
|
`;
|
|
2074
693
|
|
|
2075
|
-
exports[`
|
|
694
|
+
exports[`createOfficeColorAliasTokens test officeTheme: HighContrast 1`] = `
|
|
2076
695
|
{
|
|
2077
696
|
"brandBackground": {
|
|
2078
697
|
"resource_paths": [
|
|
@@ -2660,144 +1279,474 @@ exports[`win32Typography test 5`] = `
|
|
|
2660
1279
|
],
|
|
2661
1280
|
},
|
|
2662
1281
|
"subtleBackground": "#00000000",
|
|
2663
|
-
"subtleBackgroundHover": {
|
|
2664
|
-
"resource_paths": [
|
|
2665
|
-
"Highlight",
|
|
2666
|
-
],
|
|
2667
|
-
},
|
|
2668
|
-
"subtleBackgroundPressed": {
|
|
2669
|
-
"resource_paths": [
|
|
2670
|
-
"Highlight",
|
|
2671
|
-
],
|
|
2672
|
-
},
|
|
2673
|
-
"subtleBackgroundSelected": {
|
|
2674
|
-
"resource_paths": [
|
|
2675
|
-
"Highlight",
|
|
2676
|
-
],
|
|
2677
|
-
},
|
|
2678
|
-
"successBackground1": {
|
|
2679
|
-
"resource_paths": [
|
|
2680
|
-
"Window",
|
|
2681
|
-
],
|
|
2682
|
-
},
|
|
2683
|
-
"successBackground2": {
|
|
2684
|
-
"resource_paths": [
|
|
2685
|
-
"Window",
|
|
2686
|
-
],
|
|
2687
|
-
},
|
|
2688
|
-
"successBackground3": {
|
|
2689
|
-
"resource_paths": [
|
|
2690
|
-
"WindowText",
|
|
2691
|
-
],
|
|
2692
|
-
},
|
|
2693
|
-
"successBorder1": {
|
|
2694
|
-
"resource_paths": [
|
|
2695
|
-
"WindowText",
|
|
2696
|
-
],
|
|
2697
|
-
},
|
|
2698
|
-
"successBorder2": {
|
|
2699
|
-
"resource_paths": [
|
|
2700
|
-
"WindowText",
|
|
2701
|
-
],
|
|
2702
|
-
},
|
|
2703
|
-
"successBorderActive": {
|
|
2704
|
-
"resource_paths": [
|
|
2705
|
-
"Highlight",
|
|
2706
|
-
],
|
|
2707
|
-
},
|
|
2708
|
-
"successForeground1": {
|
|
2709
|
-
"resource_paths": [
|
|
2710
|
-
"WindowText",
|
|
2711
|
-
],
|
|
2712
|
-
},
|
|
2713
|
-
"successForeground2": {
|
|
2714
|
-
"resource_paths": [
|
|
2715
|
-
"WindowText",
|
|
2716
|
-
],
|
|
2717
|
-
},
|
|
2718
|
-
"successForeground3": {
|
|
2719
|
-
"resource_paths": [
|
|
2720
|
-
"WindowText",
|
|
2721
|
-
],
|
|
2722
|
-
},
|
|
2723
|
-
"successForegroundInverted": {
|
|
2724
|
-
"resource_paths": [
|
|
2725
|
-
"WindowText",
|
|
2726
|
-
],
|
|
2727
|
-
},
|
|
1282
|
+
"subtleBackgroundHover": {
|
|
1283
|
+
"resource_paths": [
|
|
1284
|
+
"Highlight",
|
|
1285
|
+
],
|
|
1286
|
+
},
|
|
1287
|
+
"subtleBackgroundPressed": {
|
|
1288
|
+
"resource_paths": [
|
|
1289
|
+
"Highlight",
|
|
1290
|
+
],
|
|
1291
|
+
},
|
|
1292
|
+
"subtleBackgroundSelected": {
|
|
1293
|
+
"resource_paths": [
|
|
1294
|
+
"Highlight",
|
|
1295
|
+
],
|
|
1296
|
+
},
|
|
1297
|
+
"successBackground1": {
|
|
1298
|
+
"resource_paths": [
|
|
1299
|
+
"Window",
|
|
1300
|
+
],
|
|
1301
|
+
},
|
|
1302
|
+
"successBackground2": {
|
|
1303
|
+
"resource_paths": [
|
|
1304
|
+
"Window",
|
|
1305
|
+
],
|
|
1306
|
+
},
|
|
1307
|
+
"successBackground3": {
|
|
1308
|
+
"resource_paths": [
|
|
1309
|
+
"WindowText",
|
|
1310
|
+
],
|
|
1311
|
+
},
|
|
1312
|
+
"successBorder1": {
|
|
1313
|
+
"resource_paths": [
|
|
1314
|
+
"WindowText",
|
|
1315
|
+
],
|
|
1316
|
+
},
|
|
1317
|
+
"successBorder2": {
|
|
1318
|
+
"resource_paths": [
|
|
1319
|
+
"WindowText",
|
|
1320
|
+
],
|
|
1321
|
+
},
|
|
1322
|
+
"successBorderActive": {
|
|
1323
|
+
"resource_paths": [
|
|
1324
|
+
"Highlight",
|
|
1325
|
+
],
|
|
1326
|
+
},
|
|
1327
|
+
"successForeground1": {
|
|
1328
|
+
"resource_paths": [
|
|
1329
|
+
"WindowText",
|
|
1330
|
+
],
|
|
1331
|
+
},
|
|
1332
|
+
"successForeground2": {
|
|
1333
|
+
"resource_paths": [
|
|
1334
|
+
"WindowText",
|
|
1335
|
+
],
|
|
1336
|
+
},
|
|
1337
|
+
"successForeground3": {
|
|
1338
|
+
"resource_paths": [
|
|
1339
|
+
"WindowText",
|
|
1340
|
+
],
|
|
1341
|
+
},
|
|
1342
|
+
"successForegroundInverted": {
|
|
1343
|
+
"resource_paths": [
|
|
1344
|
+
"WindowText",
|
|
1345
|
+
],
|
|
1346
|
+
},
|
|
1347
|
+
"transparentBackground": "#00000000",
|
|
1348
|
+
"transparentBackgroundHover": "#00000000",
|
|
1349
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1350
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1351
|
+
"transparentStroke": {
|
|
1352
|
+
"resource_paths": [
|
|
1353
|
+
"WindowText",
|
|
1354
|
+
],
|
|
1355
|
+
},
|
|
1356
|
+
"transparentStrokeDisabled": {
|
|
1357
|
+
"resource_paths": [
|
|
1358
|
+
"GrayText",
|
|
1359
|
+
],
|
|
1360
|
+
},
|
|
1361
|
+
"transparentStrokeInteractive": {
|
|
1362
|
+
"resource_paths": [
|
|
1363
|
+
"Highlight",
|
|
1364
|
+
],
|
|
1365
|
+
},
|
|
1366
|
+
"warningBackground1": {
|
|
1367
|
+
"resource_paths": [
|
|
1368
|
+
"Window",
|
|
1369
|
+
],
|
|
1370
|
+
},
|
|
1371
|
+
"warningBackground2": {
|
|
1372
|
+
"resource_paths": [
|
|
1373
|
+
"Window",
|
|
1374
|
+
],
|
|
1375
|
+
},
|
|
1376
|
+
"warningBackground3": {
|
|
1377
|
+
"resource_paths": [
|
|
1378
|
+
"WindowText",
|
|
1379
|
+
],
|
|
1380
|
+
},
|
|
1381
|
+
"warningBorder1": {
|
|
1382
|
+
"resource_paths": [
|
|
1383
|
+
"WindowText",
|
|
1384
|
+
],
|
|
1385
|
+
},
|
|
1386
|
+
"warningBorder2": {
|
|
1387
|
+
"resource_paths": [
|
|
1388
|
+
"WindowText",
|
|
1389
|
+
],
|
|
1390
|
+
},
|
|
1391
|
+
"warningBorderActive": {
|
|
1392
|
+
"resource_paths": [
|
|
1393
|
+
"Highlight",
|
|
1394
|
+
],
|
|
1395
|
+
},
|
|
1396
|
+
"warningForeground1": {
|
|
1397
|
+
"resource_paths": [
|
|
1398
|
+
"WindowText",
|
|
1399
|
+
],
|
|
1400
|
+
},
|
|
1401
|
+
"warningForeground2": {
|
|
1402
|
+
"resource_paths": [
|
|
1403
|
+
"WindowText",
|
|
1404
|
+
],
|
|
1405
|
+
},
|
|
1406
|
+
"warningForeground3": {
|
|
1407
|
+
"resource_paths": [
|
|
1408
|
+
"WindowText",
|
|
1409
|
+
],
|
|
1410
|
+
},
|
|
1411
|
+
"warningForegroundInverted": {
|
|
1412
|
+
"resource_paths": [
|
|
1413
|
+
"WindowText",
|
|
1414
|
+
],
|
|
1415
|
+
},
|
|
1416
|
+
}
|
|
1417
|
+
`;
|
|
1418
|
+
|
|
1419
|
+
exports[`createOfficeColorAliasTokens test officeTheme: White 1`] = `
|
|
1420
|
+
{
|
|
1421
|
+
"brandBackground": "#185abd",
|
|
1422
|
+
"brandBackground2": "#d2e0f4",
|
|
1423
|
+
"brandBackgroundDisabled": undefined,
|
|
1424
|
+
"brandBackgroundHover": "#1651aa",
|
|
1425
|
+
"brandBackgroundPressed": "#0e336a",
|
|
1426
|
+
"brandBackgroundSelected": "#13458f",
|
|
1427
|
+
"brandBackgroundStatic": "#185abd",
|
|
1428
|
+
"brandForeground1": "#185abd",
|
|
1429
|
+
"brandForeground1Disabled": undefined,
|
|
1430
|
+
"brandForeground1Pressed": undefined,
|
|
1431
|
+
"brandForeground2": "#1651aa",
|
|
1432
|
+
"brandForegroundLink": "#185abd",
|
|
1433
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
1434
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
1435
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
1436
|
+
"brandStroke1": "#185abd",
|
|
1437
|
+
"brandStroke2": "#6794d7",
|
|
1438
|
+
"compoundBrandBackground1": "#185abd",
|
|
1439
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
1440
|
+
"compoundBrandBackground1Pressed": "#0e336a",
|
|
1441
|
+
"compoundBrandForeground1": "#185abd",
|
|
1442
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
1443
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
1444
|
+
"compoundBrandStroke1": "#185abd",
|
|
1445
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
1446
|
+
"compoundBrandStroke1Pressed": "#0e336a",
|
|
1447
|
+
"dangerBackground1": "#fdf6f6",
|
|
1448
|
+
"dangerBackground2": "#f1bbbc",
|
|
1449
|
+
"dangerBackground3": "#d13438",
|
|
1450
|
+
"dangerBorder1": "#f1bbbc",
|
|
1451
|
+
"dangerBorder2": "#d13438",
|
|
1452
|
+
"dangerBorderActive": "#d13438",
|
|
1453
|
+
"dangerForeground1": "#bc2f32",
|
|
1454
|
+
"dangerForeground2": "#751d1f",
|
|
1455
|
+
"dangerForeground3": "#d13438",
|
|
1456
|
+
"dangerForegroundInverted": "#dc5e62",
|
|
1457
|
+
"neutralBackground1": "#ffffff",
|
|
1458
|
+
"neutralBackground1Hover": "#f5f5f5",
|
|
1459
|
+
"neutralBackground1Pressed": "#e0e0e0",
|
|
1460
|
+
"neutralBackground1Selected": "#ebebeb",
|
|
1461
|
+
"neutralBackground2": "#fafafa",
|
|
1462
|
+
"neutralBackground2Hover": "#f0f0f0",
|
|
1463
|
+
"neutralBackground2Pressed": "#dbdbdb",
|
|
1464
|
+
"neutralBackground2Selected": "#e6e6e6",
|
|
1465
|
+
"neutralBackground3": "#f5f5f5",
|
|
1466
|
+
"neutralBackground3Hover": "#ebebeb",
|
|
1467
|
+
"neutralBackground3Pressed": "#d6d6d6",
|
|
1468
|
+
"neutralBackground3Selected": "#e0e0e0",
|
|
1469
|
+
"neutralBackground4": "#f0f0f0",
|
|
1470
|
+
"neutralBackground4Hover": "#fafafa",
|
|
1471
|
+
"neutralBackground4Pressed": "#f5f5f5",
|
|
1472
|
+
"neutralBackground4Selected": "#ffffff",
|
|
1473
|
+
"neutralBackground5": "#ebebeb",
|
|
1474
|
+
"neutralBackground5Hover": "#f5f5f5",
|
|
1475
|
+
"neutralBackground5Pressed": "#f0f0f0",
|
|
1476
|
+
"neutralBackground5Selected": "#fafafa",
|
|
1477
|
+
"neutralBackground6": "#e6e6e6",
|
|
1478
|
+
"neutralBackgroundDisabled": "#f0f0f0",
|
|
1479
|
+
"neutralBackgroundInverted": "#616161",
|
|
1480
|
+
"neutralForeground1": "#242424",
|
|
1481
|
+
"neutralForeground1Hover": "#242424",
|
|
1482
|
+
"neutralForeground1Pressed": "#242424",
|
|
1483
|
+
"neutralForeground1Selected": "#242424",
|
|
1484
|
+
"neutralForeground2": "#424242",
|
|
1485
|
+
"neutralForeground2BrandHover": "#1651aa",
|
|
1486
|
+
"neutralForeground2BrandPressed": "#0e336a",
|
|
1487
|
+
"neutralForeground2BrandSelected": "#13458f",
|
|
1488
|
+
"neutralForeground2Hover": "#242424",
|
|
1489
|
+
"neutralForeground2Pressed": "#242424",
|
|
1490
|
+
"neutralForeground2Selected": "#242424",
|
|
1491
|
+
"neutralForeground3": "#616161",
|
|
1492
|
+
"neutralForeground3BrandHover": "#1651aa",
|
|
1493
|
+
"neutralForeground3BrandPressed": "#0e336a",
|
|
1494
|
+
"neutralForeground3BrandSelected": "#13458f",
|
|
1495
|
+
"neutralForeground3Hover": "#424242",
|
|
1496
|
+
"neutralForeground3Pressed": "#424242",
|
|
1497
|
+
"neutralForeground3Selected": "#424242",
|
|
1498
|
+
"neutralForeground4": "#707070",
|
|
1499
|
+
"neutralForegroundDisabled": "#bdbdbd",
|
|
1500
|
+
"neutralForegroundInverted": "#ffffff",
|
|
1501
|
+
"neutralForegroundInvertedLink": "#ffffff",
|
|
1502
|
+
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
1503
|
+
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
1504
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
1505
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
1506
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1507
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1508
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1509
|
+
"neutralStencil1": "#e6e6e6",
|
|
1510
|
+
"neutralStencil2": "#fafafa",
|
|
1511
|
+
"neutralStroke1": "#d1d1d1",
|
|
1512
|
+
"neutralStroke1Hover": "#c7c7c7",
|
|
1513
|
+
"neutralStroke1Pressed": "#b3b3b3",
|
|
1514
|
+
"neutralStroke1Selected": "#bdbdbd",
|
|
1515
|
+
"neutralStroke2": "#e0e0e0",
|
|
1516
|
+
"neutralStroke3": "#f0f0f0",
|
|
1517
|
+
"neutralStrokeAccessible": "#616161",
|
|
1518
|
+
"neutralStrokeAccessibleHover": "#575757",
|
|
1519
|
+
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
1520
|
+
"neutralStrokeAccessibleSelected": "#185abd",
|
|
1521
|
+
"neutralStrokeDisabled": "#e0e0e0",
|
|
1522
|
+
"outofofficeBackground1": "#fdf5fc",
|
|
1523
|
+
"outofofficeBackground2": "#edbbe7",
|
|
1524
|
+
"outofofficeBackground3": "#c239b3",
|
|
1525
|
+
"outofofficeBorder1": "#edbbe7",
|
|
1526
|
+
"outofofficeBorder2": "#c239b3",
|
|
1527
|
+
"outofofficeBorderActive": "#c239b3",
|
|
1528
|
+
"outofofficeForeground1": "#af33a1",
|
|
1529
|
+
"outofofficeForeground2": "#6d2064",
|
|
1530
|
+
"outofofficeForeground3": "#c239b3",
|
|
1531
|
+
"severeBackground1": "#fdf6f3",
|
|
1532
|
+
"severeBackground2": "#f4bfab",
|
|
1533
|
+
"severeBackground3": "#da3b01",
|
|
1534
|
+
"severeBorder1": "#f4bfab",
|
|
1535
|
+
"severeBorder2": "#da3b01",
|
|
1536
|
+
"severeBorderActive": "#da3b01",
|
|
1537
|
+
"severeForeground1": "#c43501",
|
|
1538
|
+
"severeForeground2": "#7a2101",
|
|
1539
|
+
"severeForeground3": "#da3b01",
|
|
1540
|
+
"strokeFocus1": "#ffffff",
|
|
1541
|
+
"strokeFocus2": "#000000",
|
|
1542
|
+
"subtleBackground": "#00000000",
|
|
1543
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
1544
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
1545
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
1546
|
+
"successBackground1": "#f1faf1",
|
|
1547
|
+
"successBackground2": "#9fd89f",
|
|
1548
|
+
"successBackground3": "#107c10",
|
|
1549
|
+
"successBorder1": "#9fd89f",
|
|
1550
|
+
"successBorder2": "#107c10",
|
|
1551
|
+
"successBorderActive": "#107c10",
|
|
1552
|
+
"successForeground1": "#0e700e",
|
|
1553
|
+
"successForeground2": "#094509",
|
|
1554
|
+
"successForeground3": "#107c10",
|
|
1555
|
+
"successForegroundInverted": "#359b35",
|
|
2728
1556
|
"transparentBackground": "#00000000",
|
|
2729
1557
|
"transparentBackgroundHover": "#00000000",
|
|
2730
1558
|
"transparentBackgroundPressed": "#00000000",
|
|
2731
1559
|
"transparentBackgroundSelected": "#00000000",
|
|
2732
|
-
"transparentStroke":
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
"
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
1560
|
+
"transparentStroke": "#00000000",
|
|
1561
|
+
"transparentStrokeDisabled": "#00000000",
|
|
1562
|
+
"transparentStrokeInteractive": "#00000000",
|
|
1563
|
+
"warningBackground1": "#fffef5",
|
|
1564
|
+
"warningBackground2": "#fef7b2",
|
|
1565
|
+
"warningBackground3": "#fde300",
|
|
1566
|
+
"warningBorder1": "#fef7b2",
|
|
1567
|
+
"warningBorder2": "#fde300",
|
|
1568
|
+
"warningBorderActive": "#fde300",
|
|
1569
|
+
"warningForeground1": "#817400",
|
|
1570
|
+
"warningForeground2": "#817400",
|
|
1571
|
+
"warningForeground3": "#fde300",
|
|
1572
|
+
"warningForegroundInverted": "#fef7b2",
|
|
1573
|
+
}
|
|
1574
|
+
`;
|
|
1575
|
+
|
|
1576
|
+
exports[`createOfficeShadowAliasTokens test officeTheme: Black 1`] = `
|
|
1577
|
+
{
|
|
1578
|
+
"shadow16": {
|
|
1579
|
+
"ambient": {
|
|
1580
|
+
"blur": 2,
|
|
1581
|
+
"color": "#0000003d",
|
|
1582
|
+
"x": 0,
|
|
1583
|
+
"y": 0,
|
|
1584
|
+
},
|
|
1585
|
+
"key": {
|
|
1586
|
+
"blur": 16,
|
|
1587
|
+
"color": "#00000047",
|
|
1588
|
+
"x": 0,
|
|
1589
|
+
"y": 8,
|
|
1590
|
+
},
|
|
2741
1591
|
},
|
|
2742
|
-
"
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
|
|
1592
|
+
"shadow16brand": {
|
|
1593
|
+
"ambient": {
|
|
1594
|
+
"blur": 2,
|
|
1595
|
+
"color": "#0000004d",
|
|
1596
|
+
"x": 0,
|
|
1597
|
+
"y": 0,
|
|
1598
|
+
},
|
|
1599
|
+
"key": {
|
|
1600
|
+
"blur": 16,
|
|
1601
|
+
"color": "#00000040",
|
|
1602
|
+
"x": 0,
|
|
1603
|
+
"y": 8,
|
|
1604
|
+
},
|
|
2746
1605
|
},
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2750
|
-
|
|
1606
|
+
"shadow2": {
|
|
1607
|
+
"ambient": {
|
|
1608
|
+
"blur": 2,
|
|
1609
|
+
"color": "#0000003d",
|
|
1610
|
+
"x": 0,
|
|
1611
|
+
"y": 0,
|
|
1612
|
+
},
|
|
1613
|
+
"key": {
|
|
1614
|
+
"blur": 2,
|
|
1615
|
+
"color": "#00000047",
|
|
1616
|
+
"x": 0,
|
|
1617
|
+
"y": 1,
|
|
1618
|
+
},
|
|
2751
1619
|
},
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2755
|
-
|
|
1620
|
+
"shadow28": {
|
|
1621
|
+
"ambient": {
|
|
1622
|
+
"blur": 8,
|
|
1623
|
+
"color": "#00000066",
|
|
1624
|
+
"x": 0,
|
|
1625
|
+
"y": 0,
|
|
1626
|
+
},
|
|
1627
|
+
"key": {
|
|
1628
|
+
"blur": 28,
|
|
1629
|
+
"color": "#0000007a",
|
|
1630
|
+
"x": 0,
|
|
1631
|
+
"y": 14,
|
|
1632
|
+
},
|
|
2756
1633
|
},
|
|
2757
|
-
"
|
|
2758
|
-
"
|
|
2759
|
-
"
|
|
2760
|
-
|
|
1634
|
+
"shadow28brand": {
|
|
1635
|
+
"ambient": {
|
|
1636
|
+
"blur": 8,
|
|
1637
|
+
"color": "#0000004d",
|
|
1638
|
+
"x": 0,
|
|
1639
|
+
"y": 0,
|
|
1640
|
+
},
|
|
1641
|
+
"key": {
|
|
1642
|
+
"blur": 28,
|
|
1643
|
+
"color": "#00000040",
|
|
1644
|
+
"x": 0,
|
|
1645
|
+
"y": 14,
|
|
1646
|
+
},
|
|
2761
1647
|
},
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
|
|
1648
|
+
"shadow2brand": {
|
|
1649
|
+
"ambient": {
|
|
1650
|
+
"blur": 2,
|
|
1651
|
+
"color": "#0000004d",
|
|
1652
|
+
"x": 0,
|
|
1653
|
+
"y": 0,
|
|
1654
|
+
},
|
|
1655
|
+
"key": {
|
|
1656
|
+
"blur": 2,
|
|
1657
|
+
"color": "#00000040",
|
|
1658
|
+
"x": 0,
|
|
1659
|
+
"y": 1,
|
|
1660
|
+
},
|
|
2766
1661
|
},
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
|
|
1662
|
+
"shadow4": {
|
|
1663
|
+
"ambient": {
|
|
1664
|
+
"blur": 2,
|
|
1665
|
+
"color": "#0000003d",
|
|
1666
|
+
"x": 0,
|
|
1667
|
+
"y": 0,
|
|
1668
|
+
},
|
|
1669
|
+
"key": {
|
|
1670
|
+
"blur": 4,
|
|
1671
|
+
"color": "#00000047",
|
|
1672
|
+
"x": 0,
|
|
1673
|
+
"y": 2,
|
|
1674
|
+
},
|
|
2771
1675
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2775
|
-
|
|
1676
|
+
"shadow4brand": {
|
|
1677
|
+
"ambient": {
|
|
1678
|
+
"blur": 2,
|
|
1679
|
+
"color": "#0000004d",
|
|
1680
|
+
"x": 0,
|
|
1681
|
+
"y": 0,
|
|
1682
|
+
},
|
|
1683
|
+
"key": {
|
|
1684
|
+
"blur": 4,
|
|
1685
|
+
"color": "#00000040",
|
|
1686
|
+
"x": 0,
|
|
1687
|
+
"y": 2,
|
|
1688
|
+
},
|
|
2776
1689
|
},
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2779
|
-
"
|
|
2780
|
-
|
|
1690
|
+
"shadow64": {
|
|
1691
|
+
"ambient": {
|
|
1692
|
+
"blur": 8,
|
|
1693
|
+
"color": "#00000066",
|
|
1694
|
+
"x": 0,
|
|
1695
|
+
"y": 0,
|
|
1696
|
+
},
|
|
1697
|
+
"key": {
|
|
1698
|
+
"blur": 64,
|
|
1699
|
+
"color": "#0000007a",
|
|
1700
|
+
"x": 0,
|
|
1701
|
+
"y": 32,
|
|
1702
|
+
},
|
|
2781
1703
|
},
|
|
2782
|
-
"
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2785
|
-
|
|
1704
|
+
"shadow64brand": {
|
|
1705
|
+
"ambient": {
|
|
1706
|
+
"blur": 8,
|
|
1707
|
+
"color": "#0000004d",
|
|
1708
|
+
"x": 0,
|
|
1709
|
+
"y": 0,
|
|
1710
|
+
},
|
|
1711
|
+
"key": {
|
|
1712
|
+
"blur": 64,
|
|
1713
|
+
"color": "#00000040",
|
|
1714
|
+
"x": 0,
|
|
1715
|
+
"y": 32,
|
|
1716
|
+
},
|
|
2786
1717
|
},
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2789
|
-
"
|
|
2790
|
-
|
|
1718
|
+
"shadow8": {
|
|
1719
|
+
"ambient": {
|
|
1720
|
+
"blur": 2,
|
|
1721
|
+
"color": "#0000003d",
|
|
1722
|
+
"x": 0,
|
|
1723
|
+
"y": 0,
|
|
1724
|
+
},
|
|
1725
|
+
"key": {
|
|
1726
|
+
"blur": 8,
|
|
1727
|
+
"color": "#00000047",
|
|
1728
|
+
"x": 0,
|
|
1729
|
+
"y": 4,
|
|
1730
|
+
},
|
|
2791
1731
|
},
|
|
2792
|
-
"
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
|
|
1732
|
+
"shadow8brand": {
|
|
1733
|
+
"ambient": {
|
|
1734
|
+
"blur": 2,
|
|
1735
|
+
"color": "#0000004d",
|
|
1736
|
+
"x": 0,
|
|
1737
|
+
"y": 0,
|
|
1738
|
+
},
|
|
1739
|
+
"key": {
|
|
1740
|
+
"blur": 8,
|
|
1741
|
+
"color": "#00000040",
|
|
1742
|
+
"x": 0,
|
|
1743
|
+
"y": 4,
|
|
1744
|
+
},
|
|
2796
1745
|
},
|
|
2797
1746
|
}
|
|
2798
1747
|
`;
|
|
2799
1748
|
|
|
2800
|
-
exports[`
|
|
1749
|
+
exports[`createOfficeShadowAliasTokens test officeTheme: Colorful 1`] = `
|
|
2801
1750
|
{
|
|
2802
1751
|
"shadow16": {
|
|
2803
1752
|
"ambient": {
|
|
@@ -2970,18 +1919,18 @@ exports[`win32Typography test 6`] = `
|
|
|
2970
1919
|
}
|
|
2971
1920
|
`;
|
|
2972
1921
|
|
|
2973
|
-
exports[`
|
|
1922
|
+
exports[`createOfficeShadowAliasTokens test officeTheme: DarkGray 1`] = `
|
|
2974
1923
|
{
|
|
2975
1924
|
"shadow16": {
|
|
2976
1925
|
"ambient": {
|
|
2977
1926
|
"blur": 2,
|
|
2978
|
-
"color": "#
|
|
1927
|
+
"color": "#0000003d",
|
|
2979
1928
|
"x": 0,
|
|
2980
1929
|
"y": 0,
|
|
2981
1930
|
},
|
|
2982
1931
|
"key": {
|
|
2983
1932
|
"blur": 16,
|
|
2984
|
-
"color": "#
|
|
1933
|
+
"color": "#00000047",
|
|
2985
1934
|
"x": 0,
|
|
2986
1935
|
"y": 8,
|
|
2987
1936
|
},
|
|
@@ -3003,13 +1952,13 @@ exports[`win32Typography test 7`] = `
|
|
|
3003
1952
|
"shadow2": {
|
|
3004
1953
|
"ambient": {
|
|
3005
1954
|
"blur": 2,
|
|
3006
|
-
"color": "#
|
|
1955
|
+
"color": "#0000003d",
|
|
3007
1956
|
"x": 0,
|
|
3008
1957
|
"y": 0,
|
|
3009
1958
|
},
|
|
3010
1959
|
"key": {
|
|
3011
1960
|
"blur": 2,
|
|
3012
|
-
"color": "#
|
|
1961
|
+
"color": "#00000047",
|
|
3013
1962
|
"x": 0,
|
|
3014
1963
|
"y": 1,
|
|
3015
1964
|
},
|
|
@@ -3017,13 +1966,13 @@ exports[`win32Typography test 7`] = `
|
|
|
3017
1966
|
"shadow28": {
|
|
3018
1967
|
"ambient": {
|
|
3019
1968
|
"blur": 8,
|
|
3020
|
-
"color": "#
|
|
1969
|
+
"color": "#00000066",
|
|
3021
1970
|
"x": 0,
|
|
3022
1971
|
"y": 0,
|
|
3023
1972
|
},
|
|
3024
1973
|
"key": {
|
|
3025
1974
|
"blur": 28,
|
|
3026
|
-
"color": "#
|
|
1975
|
+
"color": "#0000007a",
|
|
3027
1976
|
"x": 0,
|
|
3028
1977
|
"y": 14,
|
|
3029
1978
|
},
|
|
@@ -3059,13 +2008,13 @@ exports[`win32Typography test 7`] = `
|
|
|
3059
2008
|
"shadow4": {
|
|
3060
2009
|
"ambient": {
|
|
3061
2010
|
"blur": 2,
|
|
3062
|
-
"color": "#
|
|
2011
|
+
"color": "#0000003d",
|
|
3063
2012
|
"x": 0,
|
|
3064
2013
|
"y": 0,
|
|
3065
2014
|
},
|
|
3066
2015
|
"key": {
|
|
3067
2016
|
"blur": 4,
|
|
3068
|
-
"color": "#
|
|
2017
|
+
"color": "#00000047",
|
|
3069
2018
|
"x": 0,
|
|
3070
2019
|
"y": 2,
|
|
3071
2020
|
},
|
|
@@ -3087,13 +2036,13 @@ exports[`win32Typography test 7`] = `
|
|
|
3087
2036
|
"shadow64": {
|
|
3088
2037
|
"ambient": {
|
|
3089
2038
|
"blur": 8,
|
|
3090
|
-
"color": "#
|
|
2039
|
+
"color": "#00000066",
|
|
3091
2040
|
"x": 0,
|
|
3092
2041
|
"y": 0,
|
|
3093
2042
|
},
|
|
3094
2043
|
"key": {
|
|
3095
2044
|
"blur": 64,
|
|
3096
|
-
"color": "#
|
|
2045
|
+
"color": "#0000007a",
|
|
3097
2046
|
"x": 0,
|
|
3098
2047
|
"y": 32,
|
|
3099
2048
|
},
|
|
@@ -3115,13 +2064,13 @@ exports[`win32Typography test 7`] = `
|
|
|
3115
2064
|
"shadow8": {
|
|
3116
2065
|
"ambient": {
|
|
3117
2066
|
"blur": 2,
|
|
3118
|
-
"color": "#
|
|
2067
|
+
"color": "#0000003d",
|
|
3119
2068
|
"x": 0,
|
|
3120
2069
|
"y": 0,
|
|
3121
2070
|
},
|
|
3122
2071
|
"key": {
|
|
3123
2072
|
"blur": 8,
|
|
3124
|
-
"color": "#
|
|
2073
|
+
"color": "#00000047",
|
|
3125
2074
|
"x": 0,
|
|
3126
2075
|
"y": 4,
|
|
3127
2076
|
},
|
|
@@ -3143,7 +2092,7 @@ exports[`win32Typography test 7`] = `
|
|
|
3143
2092
|
}
|
|
3144
2093
|
`;
|
|
3145
2094
|
|
|
3146
|
-
exports[`
|
|
2095
|
+
exports[`createOfficeShadowAliasTokens test officeTheme: HighContrast 1`] = `
|
|
3147
2096
|
{
|
|
3148
2097
|
"shadow16": {
|
|
3149
2098
|
"ambient": {
|
|
@@ -3316,18 +2265,18 @@ exports[`win32Typography test 8`] = `
|
|
|
3316
2265
|
}
|
|
3317
2266
|
`;
|
|
3318
2267
|
|
|
3319
|
-
exports[`
|
|
2268
|
+
exports[`createOfficeShadowAliasTokens test officeTheme: White 1`] = `
|
|
3320
2269
|
{
|
|
3321
2270
|
"shadow16": {
|
|
3322
2271
|
"ambient": {
|
|
3323
2272
|
"blur": 2,
|
|
3324
|
-
"color": "#
|
|
2273
|
+
"color": "#0000001f",
|
|
3325
2274
|
"x": 0,
|
|
3326
2275
|
"y": 0,
|
|
3327
2276
|
},
|
|
3328
2277
|
"key": {
|
|
3329
2278
|
"blur": 16,
|
|
3330
|
-
"color": "#
|
|
2279
|
+
"color": "#00000024",
|
|
3331
2280
|
"x": 0,
|
|
3332
2281
|
"y": 8,
|
|
3333
2282
|
},
|
|
@@ -3340,364 +2289,1354 @@ exports[`win32Typography test 9`] = `
|
|
|
3340
2289
|
"y": 0,
|
|
3341
2290
|
},
|
|
3342
2291
|
"key": {
|
|
3343
|
-
"blur": 16,
|
|
2292
|
+
"blur": 16,
|
|
2293
|
+
"color": "#00000040",
|
|
2294
|
+
"x": 0,
|
|
2295
|
+
"y": 8,
|
|
2296
|
+
},
|
|
2297
|
+
},
|
|
2298
|
+
"shadow2": {
|
|
2299
|
+
"ambient": {
|
|
2300
|
+
"blur": 2,
|
|
2301
|
+
"color": "#0000001f",
|
|
2302
|
+
"x": 0,
|
|
2303
|
+
"y": 0,
|
|
2304
|
+
},
|
|
2305
|
+
"key": {
|
|
2306
|
+
"blur": 2,
|
|
2307
|
+
"color": "#00000024",
|
|
2308
|
+
"x": 0,
|
|
2309
|
+
"y": 1,
|
|
2310
|
+
},
|
|
2311
|
+
},
|
|
2312
|
+
"shadow28": {
|
|
2313
|
+
"ambient": {
|
|
2314
|
+
"blur": 8,
|
|
2315
|
+
"color": "#00000033",
|
|
2316
|
+
"x": 0,
|
|
2317
|
+
"y": 0,
|
|
2318
|
+
},
|
|
2319
|
+
"key": {
|
|
2320
|
+
"blur": 28,
|
|
2321
|
+
"color": "#0000003d",
|
|
2322
|
+
"x": 0,
|
|
2323
|
+
"y": 14,
|
|
2324
|
+
},
|
|
2325
|
+
},
|
|
2326
|
+
"shadow28brand": {
|
|
2327
|
+
"ambient": {
|
|
2328
|
+
"blur": 8,
|
|
2329
|
+
"color": "#0000004d",
|
|
2330
|
+
"x": 0,
|
|
2331
|
+
"y": 0,
|
|
2332
|
+
},
|
|
2333
|
+
"key": {
|
|
2334
|
+
"blur": 28,
|
|
2335
|
+
"color": "#00000040",
|
|
2336
|
+
"x": 0,
|
|
2337
|
+
"y": 14,
|
|
2338
|
+
},
|
|
2339
|
+
},
|
|
2340
|
+
"shadow2brand": {
|
|
2341
|
+
"ambient": {
|
|
2342
|
+
"blur": 2,
|
|
2343
|
+
"color": "#0000004d",
|
|
2344
|
+
"x": 0,
|
|
2345
|
+
"y": 0,
|
|
2346
|
+
},
|
|
2347
|
+
"key": {
|
|
2348
|
+
"blur": 2,
|
|
2349
|
+
"color": "#00000040",
|
|
2350
|
+
"x": 0,
|
|
2351
|
+
"y": 1,
|
|
2352
|
+
},
|
|
2353
|
+
},
|
|
2354
|
+
"shadow4": {
|
|
2355
|
+
"ambient": {
|
|
2356
|
+
"blur": 2,
|
|
2357
|
+
"color": "#0000001f",
|
|
2358
|
+
"x": 0,
|
|
2359
|
+
"y": 0,
|
|
2360
|
+
},
|
|
2361
|
+
"key": {
|
|
2362
|
+
"blur": 4,
|
|
2363
|
+
"color": "#00000024",
|
|
2364
|
+
"x": 0,
|
|
2365
|
+
"y": 2,
|
|
2366
|
+
},
|
|
2367
|
+
},
|
|
2368
|
+
"shadow4brand": {
|
|
2369
|
+
"ambient": {
|
|
2370
|
+
"blur": 2,
|
|
2371
|
+
"color": "#0000004d",
|
|
2372
|
+
"x": 0,
|
|
2373
|
+
"y": 0,
|
|
2374
|
+
},
|
|
2375
|
+
"key": {
|
|
2376
|
+
"blur": 4,
|
|
2377
|
+
"color": "#00000040",
|
|
2378
|
+
"x": 0,
|
|
2379
|
+
"y": 2,
|
|
2380
|
+
},
|
|
2381
|
+
},
|
|
2382
|
+
"shadow64": {
|
|
2383
|
+
"ambient": {
|
|
2384
|
+
"blur": 8,
|
|
2385
|
+
"color": "#00000033",
|
|
2386
|
+
"x": 0,
|
|
2387
|
+
"y": 0,
|
|
2388
|
+
},
|
|
2389
|
+
"key": {
|
|
2390
|
+
"blur": 64,
|
|
2391
|
+
"color": "#0000003d",
|
|
2392
|
+
"x": 0,
|
|
2393
|
+
"y": 32,
|
|
2394
|
+
},
|
|
2395
|
+
},
|
|
2396
|
+
"shadow64brand": {
|
|
2397
|
+
"ambient": {
|
|
2398
|
+
"blur": 8,
|
|
2399
|
+
"color": "#0000004d",
|
|
2400
|
+
"x": 0,
|
|
2401
|
+
"y": 0,
|
|
2402
|
+
},
|
|
2403
|
+
"key": {
|
|
2404
|
+
"blur": 64,
|
|
2405
|
+
"color": "#00000040",
|
|
2406
|
+
"x": 0,
|
|
2407
|
+
"y": 32,
|
|
2408
|
+
},
|
|
2409
|
+
},
|
|
2410
|
+
"shadow8": {
|
|
2411
|
+
"ambient": {
|
|
2412
|
+
"blur": 2,
|
|
2413
|
+
"color": "#0000001f",
|
|
2414
|
+
"x": 0,
|
|
2415
|
+
"y": 0,
|
|
2416
|
+
},
|
|
2417
|
+
"key": {
|
|
2418
|
+
"blur": 8,
|
|
2419
|
+
"color": "#00000024",
|
|
2420
|
+
"x": 0,
|
|
2421
|
+
"y": 4,
|
|
2422
|
+
},
|
|
2423
|
+
},
|
|
2424
|
+
"shadow8brand": {
|
|
2425
|
+
"ambient": {
|
|
2426
|
+
"blur": 2,
|
|
2427
|
+
"color": "#0000004d",
|
|
2428
|
+
"x": 0,
|
|
2429
|
+
"y": 0,
|
|
2430
|
+
},
|
|
2431
|
+
"key": {
|
|
2432
|
+
"blur": 8,
|
|
3344
2433
|
"color": "#00000040",
|
|
3345
2434
|
"x": 0,
|
|
3346
|
-
"y":
|
|
2435
|
+
"y": 4,
|
|
3347
2436
|
},
|
|
3348
2437
|
},
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
2438
|
+
}
|
|
2439
|
+
`;
|
|
2440
|
+
|
|
2441
|
+
exports[`createOfficeTheme test 1`] = `
|
|
2442
|
+
{
|
|
2443
|
+
"colors": {
|
|
2444
|
+
"accentButtonBackground": "#D83B01",
|
|
2445
|
+
"accentButtonText": "#FFFFFF",
|
|
2446
|
+
"actionLink": "#262626",
|
|
2447
|
+
"actionLinkHovered": "#EA6115",
|
|
2448
|
+
"background": "antiquewhite",
|
|
2449
|
+
"blockingBackground": "antiquewhite",
|
|
2450
|
+
"bodyDivider": "#E6E6E6",
|
|
2451
|
+
"bodyFrameBackground": "antiquewhite",
|
|
2452
|
+
"bodyFrameDivider": "#E6E6E6",
|
|
2453
|
+
"bodyStandoutBackground": "antiquewhite",
|
|
2454
|
+
"bodyText": "#262626",
|
|
2455
|
+
"bodyTextChecked": "#262626",
|
|
2456
|
+
"brandBackground": "#D83B01",
|
|
2457
|
+
"brandBackground2": "#d2e0f4",
|
|
2458
|
+
"brandBackgroundHover": "#F29F71",
|
|
2459
|
+
"brandBackgroundPressed": "#A22C01",
|
|
2460
|
+
"brandBackgroundSelected": "#13458f",
|
|
2461
|
+
"brandBackgroundStatic": "#185abd",
|
|
2462
|
+
"brandForeground1": "#185abd",
|
|
2463
|
+
"brandForeground2": "#1651aa",
|
|
2464
|
+
"brandForegroundLink": "#185abd",
|
|
2465
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
2466
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
2467
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
2468
|
+
"brandStroke1": "#D83B01",
|
|
2469
|
+
"brandStroke2": "#d2e0f4",
|
|
2470
|
+
"brandedBackground": "#D83B01",
|
|
2471
|
+
"brandedBorder": "#A22C01",
|
|
2472
|
+
"brandedCheckedBackground": "#c8c6c4",
|
|
2473
|
+
"brandedCheckedContent": "#201f1e",
|
|
2474
|
+
"brandedCheckedHoveredBackground": "#edebe9",
|
|
2475
|
+
"brandedCheckedHoveredContent": "#201f1e",
|
|
2476
|
+
"brandedContent": "#FFFFFF",
|
|
2477
|
+
"brandedDisabledBackground": "#E6E6E6",
|
|
2478
|
+
"brandedDisabledBorder": "#D2D2D2",
|
|
2479
|
+
"brandedDisabledContent": "#B1B1B1",
|
|
2480
|
+
"brandedDisabledIcon": "#B1B1B1",
|
|
2481
|
+
"brandedFocusedBackground": "#F29F71",
|
|
2482
|
+
"brandedFocusedBorder": "#A22C01",
|
|
2483
|
+
"brandedFocusedContent": "#FFFFFF",
|
|
2484
|
+
"brandedFocusedIcon": "#FFFFFF",
|
|
2485
|
+
"brandedFocusedSecondaryContent": "#faf9f8",
|
|
2486
|
+
"brandedHoveredBackground": "#F29F71",
|
|
2487
|
+
"brandedHoveredBorder": "#D83B01",
|
|
2488
|
+
"brandedHoveredContent": "#FFFFFF",
|
|
2489
|
+
"brandedHoveredIcon": "#FFFFFF",
|
|
2490
|
+
"brandedHoveredSecondaryContent": "#faf9f8",
|
|
2491
|
+
"brandedIcon": "#FFFFFF",
|
|
2492
|
+
"brandedPressedBackground": "#A22C01",
|
|
2493
|
+
"brandedPressedBorder": "#A22C01",
|
|
2494
|
+
"brandedPressedContent": "#FFFFFF",
|
|
2495
|
+
"brandedPressedIcon": "#FFFFFF",
|
|
2496
|
+
"brandedPressedSecondaryContent": "#faf9f8",
|
|
2497
|
+
"brandedSecondaryContent": "#faf9f8",
|
|
2498
|
+
"buttonBackground": "#E6E6E6",
|
|
2499
|
+
"buttonBackgroundChecked": "#E6E6E6",
|
|
2500
|
+
"buttonBackgroundCheckedHovered": "#E6E6E6",
|
|
2501
|
+
"buttonBackgroundDisabled": "#E6E6E6",
|
|
2502
|
+
"buttonBackgroundHovered": "#FFF7F0",
|
|
2503
|
+
"buttonBackgroundPressed": "#FBDFD0",
|
|
2504
|
+
"buttonBorder": "#969696",
|
|
2505
|
+
"buttonBorderDisabled": "#D2D2D2",
|
|
2506
|
+
"buttonBorderFocused": "#FBDFD0",
|
|
2507
|
+
"buttonText": "#262626",
|
|
2508
|
+
"buttonTextChecked": "#262626",
|
|
2509
|
+
"buttonTextCheckedHovered": "#262626",
|
|
2510
|
+
"buttonTextDisabled": "#B1B1B1",
|
|
2511
|
+
"buttonTextHovered": "#262626",
|
|
2512
|
+
"buttonTextPressed": "#262626",
|
|
2513
|
+
"checkboxBackground": "#185abd",
|
|
2514
|
+
"checkboxBackgroundDisabled": "#f3f2f1",
|
|
2515
|
+
"checkboxBorderColor": "#8a8886",
|
|
2516
|
+
"checkmarkColor": "#ffffff",
|
|
2517
|
+
"compoundBrandBackground1": "#D83B01",
|
|
2518
|
+
"compoundBrandBackground1Hover": "#EA6115",
|
|
2519
|
+
"compoundBrandBackground1Pressed": "#A22C01",
|
|
2520
|
+
"compoundBrandForeground1": "#D83B01",
|
|
2521
|
+
"compoundBrandForeground1Hover": "#EA6115",
|
|
2522
|
+
"compoundBrandForeground1Pressed": "#A22C01",
|
|
2523
|
+
"compoundBrandStroke1": "#D83B01",
|
|
2524
|
+
"compoundBrandStroke1Hover": "#EA6115",
|
|
2525
|
+
"compoundBrandStroke1Pressed": "#A22C01",
|
|
2526
|
+
"dangerBackground1": "#fdf6f6",
|
|
2527
|
+
"dangerBackground2": "#f1bbbc",
|
|
2528
|
+
"dangerBackground3": "#d13438",
|
|
2529
|
+
"dangerBorder1": "#f1bbbc",
|
|
2530
|
+
"dangerBorder2": "#d13438",
|
|
2531
|
+
"dangerBorderActive": "#d13438",
|
|
2532
|
+
"dangerForeground1": "#bc2f32",
|
|
2533
|
+
"dangerForeground2": "#751d1f",
|
|
2534
|
+
"dangerForeground3": "#d13438",
|
|
2535
|
+
"dangerForegroundInverted": "#dc5e62",
|
|
2536
|
+
"defaultBackground": "#E6E6E6",
|
|
2537
|
+
"defaultBorder": "#969696",
|
|
2538
|
+
"defaultCheckedBackground": "#E6E6E6",
|
|
2539
|
+
"defaultCheckedContent": "#262626",
|
|
2540
|
+
"defaultCheckedHoveredBackground": "#FFF7F0",
|
|
2541
|
+
"defaultCheckedHoveredContent": "#262626",
|
|
2542
|
+
"defaultContent": "#262626",
|
|
2543
|
+
"defaultDisabledBackground": "#E6E6E6",
|
|
2544
|
+
"defaultDisabledBorder": "#D2D2D2",
|
|
2545
|
+
"defaultDisabledContent": "#B1B1B1",
|
|
2546
|
+
"defaultDisabledIcon": "#B1B1B1",
|
|
2547
|
+
"defaultDisabledSecondaryContent": "#a19f9d",
|
|
2548
|
+
"defaultFocusedBackground": "#FFF7F0",
|
|
2549
|
+
"defaultFocusedBorder": "#FBDFD0",
|
|
2550
|
+
"defaultFocusedContent": "#262626",
|
|
2551
|
+
"defaultFocusedIcon": "#262626",
|
|
2552
|
+
"defaultHoveredBackground": "#FFF7F0",
|
|
2553
|
+
"defaultHoveredBorder": "#FBDFD0",
|
|
2554
|
+
"defaultHoveredContent": "#262626",
|
|
2555
|
+
"defaultHoveredIcon": "#262626",
|
|
2556
|
+
"defaultHoveredSecondaryContent": "#a19f9d",
|
|
2557
|
+
"defaultIcon": "#262626",
|
|
2558
|
+
"defaultPressedBackground": "#FBDFD0",
|
|
2559
|
+
"defaultPressedBorder": "#EA6115",
|
|
2560
|
+
"defaultPressedContent": "#262626",
|
|
2561
|
+
"defaultPressedIcon": "#262626",
|
|
2562
|
+
"defaultPressedSecondaryContent": "#a19f9d",
|
|
2563
|
+
"defaultStateBackground": "antiquewhite",
|
|
2564
|
+
"disabledBackground": "#F3F3F3",
|
|
2565
|
+
"disabledBodySubtext": "#B1B1B1",
|
|
2566
|
+
"disabledBodyText": "#B1B1B1",
|
|
2567
|
+
"disabledSubtext": "#B1B1B1",
|
|
2568
|
+
"disabledText": "#B1B1B1",
|
|
2569
|
+
"errorBackground": "antiquewhite",
|
|
2570
|
+
"errorText": "#A50000",
|
|
2571
|
+
"focusBorder": "#969696",
|
|
2572
|
+
"ghostBackground": "antiquewhite",
|
|
2573
|
+
"ghostBorder": "antiquewhite",
|
|
2574
|
+
"ghostCheckedBackground": "#C6C6C6",
|
|
2575
|
+
"ghostCheckedContent": "#262626",
|
|
2576
|
+
"ghostCheckedHoveredBackground": "#D2D2D2",
|
|
2577
|
+
"ghostCheckedHoveredBorder": "#969696",
|
|
2578
|
+
"ghostCheckedHoveredContent": "#262626",
|
|
2579
|
+
"ghostContent": "#262626",
|
|
2580
|
+
"ghostDisabledBackground": "antiquewhite",
|
|
2581
|
+
"ghostDisabledBorder": "antiquewhite",
|
|
2582
|
+
"ghostDisabledContent": "#B1B1B1",
|
|
2583
|
+
"ghostDisabledIcon": "#B1B1B1",
|
|
2584
|
+
"ghostFocusedBackground": "#D2D2D2",
|
|
2585
|
+
"ghostFocusedBorder": "#969696",
|
|
2586
|
+
"ghostFocusedContent": "#262626",
|
|
2587
|
+
"ghostFocusedIcon": "#262626",
|
|
2588
|
+
"ghostFocusedSecondaryContent": "#505050",
|
|
2589
|
+
"ghostHoveredBackground": "#D2D2D2",
|
|
2590
|
+
"ghostHoveredBorder": "#D2D2D2",
|
|
2591
|
+
"ghostHoveredContent": "#262626",
|
|
2592
|
+
"ghostHoveredIcon": "#262626",
|
|
2593
|
+
"ghostHoveredSecondaryContent": "#505050",
|
|
2594
|
+
"ghostIcon": "#262626",
|
|
2595
|
+
"ghostPressedBackground": "#B1B1B1",
|
|
2596
|
+
"ghostPressedBorder": "#B1B1B1",
|
|
2597
|
+
"ghostPressedContent": "#262626",
|
|
2598
|
+
"ghostPressedIcon": "#262626",
|
|
2599
|
+
"ghostPressedSecondaryContent": "#666666",
|
|
2600
|
+
"ghostSecondaryContent": "#666666",
|
|
2601
|
+
"inputBackground": "#FFFFFF",
|
|
2602
|
+
"inputBackgroundChecked": "#FFFFFF",
|
|
2603
|
+
"inputBackgroundCheckedHovered": "#FFFFFF",
|
|
2604
|
+
"inputBorder": "#C6C6C6",
|
|
2605
|
+
"inputBorderHovered": "#969696",
|
|
2606
|
+
"inputFocusBorderAlt": "#969696",
|
|
2607
|
+
"inputForegroundChecked": "#262626",
|
|
2608
|
+
"inputPlaceholderText": "#666666",
|
|
2609
|
+
"inputText": "#262626",
|
|
2610
|
+
"inputTextHovered": "#262626",
|
|
2611
|
+
"link": "#D83B01",
|
|
2612
|
+
"linkHovered": "#A22C01",
|
|
2613
|
+
"linkPressed": "#6C1E01",
|
|
2614
|
+
"listBackground": "antiquewhite",
|
|
2615
|
+
"listHeaderBackgroundHovered": "#D2D2D2",
|
|
2616
|
+
"listHeaderBackgroundPressed": "#B1B1B1",
|
|
2617
|
+
"listItemBackgroundChecked": "#C6C6C6",
|
|
2618
|
+
"listItemBackgroundCheckedHovered": "#C6C6C6",
|
|
2619
|
+
"listItemBackgroundHovered": "#D2D2D2",
|
|
2620
|
+
"listText": "#262626",
|
|
2621
|
+
"menuBackground": "antiquewhite",
|
|
2622
|
+
"menuDivider": "#E6E6E6",
|
|
2623
|
+
"menuHeader": "#262626",
|
|
2624
|
+
"menuIcon": "#262626",
|
|
2625
|
+
"menuItemBackgroundHovered": "#D2D2D2",
|
|
2626
|
+
"menuItemBackgroundPressed": "#B1B1B1",
|
|
2627
|
+
"menuItemText": "#262626",
|
|
2628
|
+
"menuItemTextHovered": "#262626",
|
|
2629
|
+
"neutralBackground1": "antiquewhite",
|
|
2630
|
+
"neutralBackground1Hover": "#D2D2D2",
|
|
2631
|
+
"neutralBackground1Pressed": "#B1B1B1",
|
|
2632
|
+
"neutralBackground1Selected": "#C6C6C6",
|
|
2633
|
+
"neutralBackground2": "#E6E6E6",
|
|
2634
|
+
"neutralBackground2Hover": "#F3F3F3",
|
|
2635
|
+
"neutralBackground2Pressed": "#dbdbdb",
|
|
2636
|
+
"neutralBackground2Selected": "#e6e6e6",
|
|
2637
|
+
"neutralBackground3": "#F3F3F3",
|
|
2638
|
+
"neutralBackground3Hover": "#ebebeb",
|
|
2639
|
+
"neutralBackground3Pressed": "#d6d6d6",
|
|
2640
|
+
"neutralBackground3Selected": "#e0e0e0",
|
|
2641
|
+
"neutralBackground4": "#f0f0f0",
|
|
2642
|
+
"neutralBackground4Hover": "#fafafa",
|
|
2643
|
+
"neutralBackground4Pressed": "#f5f5f5",
|
|
2644
|
+
"neutralBackground4Selected": "#ffffff",
|
|
2645
|
+
"neutralBackground5": "#ebebeb",
|
|
2646
|
+
"neutralBackground5Hover": "#f5f5f5",
|
|
2647
|
+
"neutralBackground5Pressed": "#f0f0f0",
|
|
2648
|
+
"neutralBackground5Selected": "#fafafa",
|
|
2649
|
+
"neutralBackground6": "#e6e6e6",
|
|
2650
|
+
"neutralBackgroundDisabled": "#E6E6E6",
|
|
2651
|
+
"neutralBackgroundInverted": "#737373",
|
|
2652
|
+
"neutralForeground1": "#262626",
|
|
2653
|
+
"neutralForeground1Hover": "#262626",
|
|
2654
|
+
"neutralForeground1Pressed": "#262626",
|
|
2655
|
+
"neutralForeground1Selected": "#262626",
|
|
2656
|
+
"neutralForeground2": "#666666",
|
|
2657
|
+
"neutralForeground2BrandHover": "#1651aa",
|
|
2658
|
+
"neutralForeground2BrandPressed": "#0e336a",
|
|
2659
|
+
"neutralForeground2BrandSelected": "#13458f",
|
|
2660
|
+
"neutralForeground2Hover": "#505050",
|
|
2661
|
+
"neutralForeground2Pressed": "#666666",
|
|
2662
|
+
"neutralForeground2Selected": "#666666",
|
|
2663
|
+
"neutralForeground3": "#616161",
|
|
2664
|
+
"neutralForeground3BrandHover": "#1651aa",
|
|
2665
|
+
"neutralForeground3BrandPressed": "#0e336a",
|
|
2666
|
+
"neutralForeground3BrandSelected": "#13458f",
|
|
2667
|
+
"neutralForeground3Hover": "#424242",
|
|
2668
|
+
"neutralForeground3Pressed": "#424242",
|
|
2669
|
+
"neutralForeground3Selected": "#424242",
|
|
2670
|
+
"neutralForeground4": "#666666",
|
|
2671
|
+
"neutralForegroundDisabled": "#B1B1B1",
|
|
2672
|
+
"neutralForegroundInverted": "#262626",
|
|
2673
|
+
"neutralForegroundInvertedLink": "#FFFFFF",
|
|
2674
|
+
"neutralForegroundInvertedLinkHover": "#D2D2D2",
|
|
2675
|
+
"neutralForegroundInvertedLinkPressed": "#B1B1B1",
|
|
2676
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
2677
|
+
"neutralForegroundOnBrand": "#FFFFFF",
|
|
2678
|
+
"neutralForegroundOnBrandHover": "#FFFFFF",
|
|
2679
|
+
"neutralForegroundOnBrandPressed": "#FFFFFF",
|
|
2680
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
2681
|
+
"neutralStencil1": "#262626",
|
|
2682
|
+
"neutralStencil2": "#fafafa",
|
|
2683
|
+
"neutralStroke1": "#969696",
|
|
2684
|
+
"neutralStroke1Hover": "#969696",
|
|
2685
|
+
"neutralStroke1Pressed": "#00000000",
|
|
2686
|
+
"neutralStroke1Selected": "#bdbdbd",
|
|
2687
|
+
"neutralStroke2": "#262626",
|
|
2688
|
+
"neutralStroke3": "#f0f0f0",
|
|
2689
|
+
"neutralStrokeAccessible": "#969696",
|
|
2690
|
+
"neutralStrokeAccessibleHover": "#B1B1B1",
|
|
2691
|
+
"neutralStrokeAccessiblePressed": "#737373",
|
|
2692
|
+
"neutralStrokeAccessibleSelected": "#185abd",
|
|
2693
|
+
"neutralStrokeDisabled": "#D2D2D2",
|
|
2694
|
+
"outofofficeBackground1": "#fdf5fc",
|
|
2695
|
+
"outofofficeBackground2": "#edbbe7",
|
|
2696
|
+
"outofofficeBackground3": "#c239b3",
|
|
2697
|
+
"outofofficeBorder1": "#edbbe7",
|
|
2698
|
+
"outofofficeBorder2": "#c239b3",
|
|
2699
|
+
"outofofficeBorderActive": "#c239b3",
|
|
2700
|
+
"outofofficeForeground1": "#af33a1",
|
|
2701
|
+
"outofofficeForeground2": "#6d2064",
|
|
2702
|
+
"outofofficeForeground3": "#c239b3",
|
|
2703
|
+
"personaActivityGlow": "#185abd",
|
|
2704
|
+
"personaActivityRing": "#ffffff",
|
|
2705
|
+
"primaryButtonBackground": "#D83B01",
|
|
2706
|
+
"primaryButtonBackgroundDisabled": "#E6E6E6",
|
|
2707
|
+
"primaryButtonBackgroundHovered": "#F29F71",
|
|
2708
|
+
"primaryButtonBackgroundPressed": "#A22C01",
|
|
2709
|
+
"primaryButtonBorder": "#A22C01",
|
|
2710
|
+
"primaryButtonBorderFocused": "#A22C01",
|
|
2711
|
+
"primaryButtonText": "#FFFFFF",
|
|
2712
|
+
"primaryButtonTextDisabled": "#B1B1B1",
|
|
2713
|
+
"primaryButtonTextHovered": "#FFFFFF",
|
|
2714
|
+
"primaryButtonTextPressed": "#FFFFFF",
|
|
2715
|
+
"severeBackground1": "#fdf6f3",
|
|
2716
|
+
"severeBackground2": "#f4bfab",
|
|
2717
|
+
"severeBackground3": "#da3b01",
|
|
2718
|
+
"severeBorder1": "#f4bfab",
|
|
2719
|
+
"severeBorder2": "#da3b01",
|
|
2720
|
+
"severeBorderActive": "#da3b01",
|
|
2721
|
+
"severeForeground1": "#c43501",
|
|
2722
|
+
"severeForeground2": "#7a2101",
|
|
2723
|
+
"severeForeground3": "#da3b01",
|
|
2724
|
+
"smallInputBorder": "#C6C6C6",
|
|
2725
|
+
"strokeFocus1": "#ffffff",
|
|
2726
|
+
"strokeFocus2": "#969696",
|
|
2727
|
+
"subText": "#666666",
|
|
2728
|
+
"subtleBackground": "#00000000",
|
|
2729
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
2730
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
2731
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
2732
|
+
"successBackground": "#D83B01",
|
|
2733
|
+
"successBackground1": "#f1faf1",
|
|
2734
|
+
"successBackground2": "#9fd89f",
|
|
2735
|
+
"successBackground3": "#107c10",
|
|
2736
|
+
"successBorder1": "#9fd89f",
|
|
2737
|
+
"successBorder2": "#107c10",
|
|
2738
|
+
"successBorderActive": "#107c10",
|
|
2739
|
+
"successForeground1": "#0e700e",
|
|
2740
|
+
"successForeground2": "#094509",
|
|
2741
|
+
"successForeground3": "#107c10",
|
|
2742
|
+
"successForegroundInverted": "#359b35",
|
|
2743
|
+
"transparentBackground": "#00000000",
|
|
2744
|
+
"transparentBackgroundHover": "#00000000",
|
|
2745
|
+
"transparentBackgroundPressed": "#00000000",
|
|
2746
|
+
"transparentBackgroundSelected": "#00000000",
|
|
2747
|
+
"transparentStroke": "#00000000",
|
|
2748
|
+
"transparentStrokeDisabled": "#00000000",
|
|
2749
|
+
"transparentStrokeInteractive": "#00000000",
|
|
2750
|
+
"variantBorder": "#000000",
|
|
2751
|
+
"variantBorderHovered": "#000000",
|
|
2752
|
+
"warningBackground": "antiquewhite",
|
|
2753
|
+
"warningBackground1": "#fffef5",
|
|
2754
|
+
"warningBackground2": "#fef7b2",
|
|
2755
|
+
"warningBackground3": "#fde300",
|
|
2756
|
+
"warningBorder1": "#fef7b2",
|
|
2757
|
+
"warningBorder2": "#fde300",
|
|
2758
|
+
"warningBorderActive": "#fde300",
|
|
2759
|
+
"warningForeground1": "#817400",
|
|
2760
|
+
"warningForeground2": "#817400",
|
|
2761
|
+
"warningForeground3": "#fde300",
|
|
2762
|
+
"warningForegroundInverted": "#fef7b2",
|
|
2763
|
+
"warningHighlight": "#A50000",
|
|
2764
|
+
"warningText": "#262626",
|
|
2765
|
+
},
|
|
2766
|
+
"host": {
|
|
2767
|
+
"appearance": "light",
|
|
2768
|
+
"colors": {
|
|
2769
|
+
"App2": "#EFF6FC",
|
|
2770
|
+
"App3": "#BBDAF3",
|
|
2771
|
+
"App4": "#55A4E2",
|
|
2772
|
+
"App5": "#359EDD",
|
|
2773
|
+
"App6": "#0078d7",
|
|
2774
|
+
"App7": "#283E4A",
|
|
2775
|
+
"App8": "#030C13",
|
|
2776
|
+
"FakeApp1": "#F8F8F8",
|
|
2777
|
+
"FakeGray1": "#FAF9F8",
|
|
2778
|
+
"FakeGray4": "#FFFFFF",
|
|
2779
|
+
"FakeSepia": "#ECE6DE",
|
|
2780
|
+
"Gray2": "#797775",
|
|
2781
|
+
"Gray3": "#11100F",
|
|
2782
|
+
"Gray5": "#737373",
|
|
2783
|
+
"Gray6": "#000000",
|
|
3355
2784
|
},
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3360
|
-
"
|
|
2785
|
+
"palette": {
|
|
2786
|
+
"AccentDark": "#C6C6C6",
|
|
2787
|
+
"AccentEmphasis": "#D83B01",
|
|
2788
|
+
"AccentLight": "#E6E6E6",
|
|
2789
|
+
"AccentOutline": "#000000",
|
|
2790
|
+
"Bkg": "antiquewhite",
|
|
2791
|
+
"BkgCtl": "#E6E6E6",
|
|
2792
|
+
"BkgCtlDisabled": "#E6E6E6",
|
|
2793
|
+
"BkgCtlEmphasis": "#D83B01",
|
|
2794
|
+
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
2795
|
+
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
2796
|
+
"BkgCtlEmphasisHover": "#F29F71",
|
|
2797
|
+
"BkgCtlEmphasisPressed": "#A22C01",
|
|
2798
|
+
"BkgCtlHover": "#FFF7F0",
|
|
2799
|
+
"BkgCtlPressed": "#FBDFD0",
|
|
2800
|
+
"BkgCtlSelected": "#E6E6E6",
|
|
2801
|
+
"BkgCtlSubtle": "#FFFFFF",
|
|
2802
|
+
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
2803
|
+
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
2804
|
+
"BkgCtlSubtleHover": "#FFFFFF",
|
|
2805
|
+
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
2806
|
+
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
2807
|
+
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
2808
|
+
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
2809
|
+
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
2810
|
+
"BkgHeader": "#E6E6E6",
|
|
2811
|
+
"BkgHover": "#D2D2D2",
|
|
2812
|
+
"BkgPressed": "#B1B1B1",
|
|
2813
|
+
"BkgSelected": "#C6C6C6",
|
|
2814
|
+
"BkgSelectionHighlight": "#737373",
|
|
2815
|
+
"BkgSubtle": "#F3F3F3",
|
|
2816
|
+
"BkgToggleSwitchOff": "#FFFFFF",
|
|
2817
|
+
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
2818
|
+
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
2819
|
+
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
2820
|
+
"BkgToggleSwitchOn": "#D83B01",
|
|
2821
|
+
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
2822
|
+
"BkgToggleSwitchOnHover": "#EA6115",
|
|
2823
|
+
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
2824
|
+
"SliderBuffer": "#262626",
|
|
2825
|
+
"SliderKeyboard": "#444444",
|
|
2826
|
+
"SliderPrimary": "#444444",
|
|
2827
|
+
"SliderPrimaryDisabled": "#969696",
|
|
2828
|
+
"SliderPrimaryHover": "#D2D2D2",
|
|
2829
|
+
"SliderPrimaryPressed": "#262626",
|
|
2830
|
+
"SliderSecondary": "#D2D2D2",
|
|
2831
|
+
"SliderToolTipBkg": "#FFFFFF",
|
|
2832
|
+
"SliderToolTipBorder": "#C6C6C6",
|
|
2833
|
+
"SliderToolTipLabel": "#262626",
|
|
2834
|
+
"StrokeCtl": "#969696",
|
|
2835
|
+
"StrokeCtlDisabled": "#D2D2D2",
|
|
2836
|
+
"StrokeCtlEmphasis": "#A22C01",
|
|
2837
|
+
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
2838
|
+
"StrokeCtlEmphasisHover": "#D83B01",
|
|
2839
|
+
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
2840
|
+
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
2841
|
+
"StrokeCtlHover": "#FBDFD0",
|
|
2842
|
+
"StrokeCtlKeyboard": "#FBDFD0",
|
|
2843
|
+
"StrokeCtlPressed": "#EA6115",
|
|
2844
|
+
"StrokeCtlSelected": "#969696",
|
|
2845
|
+
"StrokeCtlSubtle": "#C6C6C6",
|
|
2846
|
+
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
2847
|
+
"StrokeCtlSubtleHover": "#969696",
|
|
2848
|
+
"StrokeCtlSubtleKeyboard": "#969696",
|
|
2849
|
+
"StrokeCtlSubtlePressed": "#969696",
|
|
2850
|
+
"StrokeKeyboard": "#969696",
|
|
2851
|
+
"StrokeOnlyHover": "#B1B1B1",
|
|
2852
|
+
"StrokeOnlyPressed": "#737373",
|
|
2853
|
+
"StrokeOnlySelected": "#969696",
|
|
2854
|
+
"StrokeOverHover": "#00000000",
|
|
2855
|
+
"StrokeOverPressed": "#00000000",
|
|
2856
|
+
"StrokeOverRest": "#00000000",
|
|
2857
|
+
"StrokeOverSelectedHover": "#969696",
|
|
2858
|
+
"StrokeOverSelectedPressed": "#00000000",
|
|
2859
|
+
"StrokeOverSelectedRest": "#00000000",
|
|
2860
|
+
"StrokeSelectedHover": "#969696",
|
|
2861
|
+
"StrokeToggleSwitchOff": "#505050",
|
|
2862
|
+
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
2863
|
+
"StrokeToggleSwitchOffHover": "#505050",
|
|
2864
|
+
"StrokeToggleSwitchOffPressed": "#505050",
|
|
2865
|
+
"StrokeToggleSwitchOn": "#D83B01",
|
|
2866
|
+
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
2867
|
+
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
2868
|
+
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
2869
|
+
"Text": "#262626",
|
|
2870
|
+
"TextActive": "#262626",
|
|
2871
|
+
"TextActiveHover": "#EA6115",
|
|
2872
|
+
"TextActivePressed": "#A22C01",
|
|
2873
|
+
"TextActiveSelected": "#D83B01",
|
|
2874
|
+
"TextCtl": "#262626",
|
|
2875
|
+
"TextCtlDisabled": "#B1B1B1",
|
|
2876
|
+
"TextCtlEmphasis": "#FFFFFF",
|
|
2877
|
+
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
2878
|
+
"TextCtlEmphasisHover": "#FFFFFF",
|
|
2879
|
+
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
2880
|
+
"TextCtlHover": "#262626",
|
|
2881
|
+
"TextCtlPressed": "#262626",
|
|
2882
|
+
"TextCtlSelected": "#262626",
|
|
2883
|
+
"TextCtlSubtle": "#262626",
|
|
2884
|
+
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
2885
|
+
"TextCtlSubtleHover": "#262626",
|
|
2886
|
+
"TextCtlSubtlePlaceholder": "#666666",
|
|
2887
|
+
"TextCtlSubtlePressed": "#262626",
|
|
2888
|
+
"TextCtlSubtleSelected": "#262626",
|
|
2889
|
+
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
2890
|
+
"TextDisabled": "#B1B1B1",
|
|
2891
|
+
"TextEmphasis": "#D83B01",
|
|
2892
|
+
"TextEmphasis2": "#D83B01",
|
|
2893
|
+
"TextEmphasisHover": "#EA6115",
|
|
2894
|
+
"TextEmphasisPressed": "#A22C01",
|
|
2895
|
+
"TextEmphasisRest": "#D83B01",
|
|
2896
|
+
"TextEmphasisSelected": "#D83B01",
|
|
2897
|
+
"TextError": "#A50000",
|
|
2898
|
+
"TextErrorHover": "#A50000",
|
|
2899
|
+
"TextErrorPressed": "#A50000",
|
|
2900
|
+
"TextErrorSelected": "#A50000",
|
|
2901
|
+
"TextHeader": "#262626",
|
|
2902
|
+
"TextHover": "#262626",
|
|
2903
|
+
"TextHyperlink": "#D83B01",
|
|
2904
|
+
"TextHyperlinkHover": "#A22C01",
|
|
2905
|
+
"TextHyperlinkPressed": "#6C1E01",
|
|
2906
|
+
"TextPressed": "#262626",
|
|
2907
|
+
"TextRest": "#262626",
|
|
2908
|
+
"TextSecondary": "#666666",
|
|
2909
|
+
"TextSecondaryHover": "#505050",
|
|
2910
|
+
"TextSecondaryPressed": "#666666",
|
|
2911
|
+
"TextSecondaryRest": "#666666",
|
|
2912
|
+
"TextSecondarySelected": "#666666",
|
|
2913
|
+
"TextSelected": "#262626",
|
|
2914
|
+
"TextSelectionHighlight": "#FFFFFF",
|
|
2915
|
+
"ThumbToggleSwitchOff": "#505050",
|
|
2916
|
+
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
2917
|
+
"ThumbToggleSwitchOffHover": "#505050",
|
|
2918
|
+
"ThumbToggleSwitchOffPressed": "#505050",
|
|
2919
|
+
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
2920
|
+
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
2921
|
+
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
2922
|
+
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
3361
2923
|
},
|
|
3362
2924
|
},
|
|
3363
|
-
"
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
"
|
|
3367
|
-
|
|
3368
|
-
|
|
2925
|
+
"name": "Colorful",
|
|
2926
|
+
"shadows": {
|
|
2927
|
+
"shadow16": {
|
|
2928
|
+
"ambient": {
|
|
2929
|
+
"blur": 2,
|
|
2930
|
+
"color": "#0000001f",
|
|
2931
|
+
"x": 0,
|
|
2932
|
+
"y": 0,
|
|
2933
|
+
},
|
|
2934
|
+
"key": {
|
|
2935
|
+
"blur": 16,
|
|
2936
|
+
"color": "#00000024",
|
|
2937
|
+
"x": 0,
|
|
2938
|
+
"y": 8,
|
|
2939
|
+
},
|
|
3369
2940
|
},
|
|
3370
|
-
"
|
|
3371
|
-
"
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
2941
|
+
"shadow16brand": {
|
|
2942
|
+
"ambient": {
|
|
2943
|
+
"blur": 2,
|
|
2944
|
+
"color": "#0000004d",
|
|
2945
|
+
"x": 0,
|
|
2946
|
+
"y": 0,
|
|
2947
|
+
},
|
|
2948
|
+
"key": {
|
|
2949
|
+
"blur": 16,
|
|
2950
|
+
"color": "#00000040",
|
|
2951
|
+
"x": 0,
|
|
2952
|
+
"y": 8,
|
|
2953
|
+
},
|
|
3375
2954
|
},
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
2955
|
+
"shadow2": {
|
|
2956
|
+
"ambient": {
|
|
2957
|
+
"blur": 2,
|
|
2958
|
+
"color": "#0000001f",
|
|
2959
|
+
"x": 0,
|
|
2960
|
+
"y": 0,
|
|
2961
|
+
},
|
|
2962
|
+
"key": {
|
|
2963
|
+
"blur": 2,
|
|
2964
|
+
"color": "#00000024",
|
|
2965
|
+
"x": 0,
|
|
2966
|
+
"y": 1,
|
|
2967
|
+
},
|
|
3383
2968
|
},
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
2969
|
+
"shadow28": {
|
|
2970
|
+
"ambient": {
|
|
2971
|
+
"blur": 8,
|
|
2972
|
+
"color": "#00000033",
|
|
2973
|
+
"x": 0,
|
|
2974
|
+
"y": 0,
|
|
2975
|
+
},
|
|
2976
|
+
"key": {
|
|
2977
|
+
"blur": 28,
|
|
2978
|
+
"color": "#0000003d",
|
|
2979
|
+
"x": 0,
|
|
2980
|
+
"y": 14,
|
|
2981
|
+
},
|
|
3389
2982
|
},
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
2983
|
+
"shadow28brand": {
|
|
2984
|
+
"ambient": {
|
|
2985
|
+
"blur": 8,
|
|
2986
|
+
"color": "#0000004d",
|
|
2987
|
+
"x": 0,
|
|
2988
|
+
"y": 0,
|
|
2989
|
+
},
|
|
2990
|
+
"key": {
|
|
2991
|
+
"blur": 28,
|
|
2992
|
+
"color": "#00000040",
|
|
2993
|
+
"x": 0,
|
|
2994
|
+
"y": 14,
|
|
2995
|
+
},
|
|
3397
2996
|
},
|
|
3398
|
-
"
|
|
3399
|
-
"
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
2997
|
+
"shadow2brand": {
|
|
2998
|
+
"ambient": {
|
|
2999
|
+
"blur": 2,
|
|
3000
|
+
"color": "#0000004d",
|
|
3001
|
+
"x": 0,
|
|
3002
|
+
"y": 0,
|
|
3003
|
+
},
|
|
3004
|
+
"key": {
|
|
3005
|
+
"blur": 2,
|
|
3006
|
+
"color": "#00000040",
|
|
3007
|
+
"x": 0,
|
|
3008
|
+
"y": 1,
|
|
3009
|
+
},
|
|
3403
3010
|
},
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3011
|
+
"shadow4": {
|
|
3012
|
+
"ambient": {
|
|
3013
|
+
"blur": 2,
|
|
3014
|
+
"color": "#0000001f",
|
|
3015
|
+
"x": 0,
|
|
3016
|
+
"y": 0,
|
|
3017
|
+
},
|
|
3018
|
+
"key": {
|
|
3019
|
+
"blur": 4,
|
|
3020
|
+
"color": "#00000024",
|
|
3021
|
+
"x": 0,
|
|
3022
|
+
"y": 2,
|
|
3023
|
+
},
|
|
3411
3024
|
},
|
|
3412
|
-
"
|
|
3413
|
-
"
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3025
|
+
"shadow4brand": {
|
|
3026
|
+
"ambient": {
|
|
3027
|
+
"blur": 2,
|
|
3028
|
+
"color": "#0000004d",
|
|
3029
|
+
"x": 0,
|
|
3030
|
+
"y": 0,
|
|
3031
|
+
},
|
|
3032
|
+
"key": {
|
|
3033
|
+
"blur": 4,
|
|
3034
|
+
"color": "#00000040",
|
|
3035
|
+
"x": 0,
|
|
3036
|
+
"y": 2,
|
|
3037
|
+
},
|
|
3417
3038
|
},
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3039
|
+
"shadow64": {
|
|
3040
|
+
"ambient": {
|
|
3041
|
+
"blur": 8,
|
|
3042
|
+
"color": "#00000033",
|
|
3043
|
+
"x": 0,
|
|
3044
|
+
"y": 0,
|
|
3045
|
+
},
|
|
3046
|
+
"key": {
|
|
3047
|
+
"blur": 64,
|
|
3048
|
+
"color": "#0000003d",
|
|
3049
|
+
"x": 0,
|
|
3050
|
+
"y": 32,
|
|
3051
|
+
},
|
|
3425
3052
|
},
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3053
|
+
"shadow64brand": {
|
|
3054
|
+
"ambient": {
|
|
3055
|
+
"blur": 8,
|
|
3056
|
+
"color": "#0000004d",
|
|
3057
|
+
"x": 0,
|
|
3058
|
+
"y": 0,
|
|
3059
|
+
},
|
|
3060
|
+
"key": {
|
|
3061
|
+
"blur": 64,
|
|
3062
|
+
"color": "#00000040",
|
|
3063
|
+
"x": 0,
|
|
3064
|
+
"y": 32,
|
|
3065
|
+
},
|
|
3431
3066
|
},
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3067
|
+
"shadow8": {
|
|
3068
|
+
"ambient": {
|
|
3069
|
+
"blur": 2,
|
|
3070
|
+
"color": "#0000001f",
|
|
3071
|
+
"x": 0,
|
|
3072
|
+
"y": 0,
|
|
3073
|
+
},
|
|
3074
|
+
"key": {
|
|
3075
|
+
"blur": 8,
|
|
3076
|
+
"color": "#00000024",
|
|
3077
|
+
"x": 0,
|
|
3078
|
+
"y": 4,
|
|
3079
|
+
},
|
|
3439
3080
|
},
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3081
|
+
"shadow8brand": {
|
|
3082
|
+
"ambient": {
|
|
3083
|
+
"blur": 2,
|
|
3084
|
+
"color": "#0000004d",
|
|
3085
|
+
"x": 0,
|
|
3086
|
+
"y": 0,
|
|
3087
|
+
},
|
|
3088
|
+
"key": {
|
|
3089
|
+
"blur": 8,
|
|
3090
|
+
"color": "#00000040",
|
|
3091
|
+
"x": 0,
|
|
3092
|
+
"y": 4,
|
|
3093
|
+
},
|
|
3445
3094
|
},
|
|
3446
3095
|
},
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
},
|
|
3454
|
-
"key": {
|
|
3455
|
-
"blur": 64,
|
|
3456
|
-
"color": "#00000040",
|
|
3457
|
-
"x": 0,
|
|
3458
|
-
"y": 32,
|
|
3459
|
-
},
|
|
3096
|
+
"spacing": {
|
|
3097
|
+
"l1": "20px",
|
|
3098
|
+
"l2": "32px",
|
|
3099
|
+
"m": "16px",
|
|
3100
|
+
"s1": "8px",
|
|
3101
|
+
"s2": "4px",
|
|
3460
3102
|
},
|
|
3461
|
-
"
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3466
|
-
"
|
|
3103
|
+
"typography": {
|
|
3104
|
+
"families": {
|
|
3105
|
+
"cursive": "System",
|
|
3106
|
+
"monospace": "Consolas",
|
|
3107
|
+
"numeric": "Bahnschrift",
|
|
3108
|
+
"primary": "Segoe UI",
|
|
3109
|
+
"sansSerif": "System",
|
|
3110
|
+
"secondary": "Segoe UI Semibold",
|
|
3111
|
+
"serif": "System",
|
|
3467
3112
|
},
|
|
3468
|
-
"
|
|
3469
|
-
"
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3472
|
-
"
|
|
3113
|
+
"sizes": {
|
|
3114
|
+
"body": 14,
|
|
3115
|
+
"caption": 10,
|
|
3116
|
+
"header": 20,
|
|
3117
|
+
"hero": 28,
|
|
3118
|
+
"heroLarge": 40,
|
|
3119
|
+
"secondary": 12,
|
|
3120
|
+
"subheader": 16,
|
|
3473
3121
|
},
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
"
|
|
3122
|
+
"variants": {
|
|
3123
|
+
"body1": {
|
|
3124
|
+
"face": "primary",
|
|
3125
|
+
"size": 12,
|
|
3126
|
+
"weight": "400",
|
|
3127
|
+
},
|
|
3128
|
+
"body1Strong": {
|
|
3129
|
+
"face": "primary",
|
|
3130
|
+
"size": 12,
|
|
3131
|
+
"weight": "600",
|
|
3132
|
+
},
|
|
3133
|
+
"body2": {
|
|
3134
|
+
"face": "primary",
|
|
3135
|
+
"size": 14,
|
|
3136
|
+
"weight": "400",
|
|
3137
|
+
},
|
|
3138
|
+
"body2Strong": {
|
|
3139
|
+
"face": "primary",
|
|
3140
|
+
"size": 14,
|
|
3141
|
+
"weight": "600",
|
|
3142
|
+
},
|
|
3143
|
+
"bodySemibold": {
|
|
3144
|
+
"face": "primary",
|
|
3145
|
+
"size": "body",
|
|
3146
|
+
"weight": "semiBold",
|
|
3147
|
+
},
|
|
3148
|
+
"bodyStandard": {
|
|
3149
|
+
"face": "primary",
|
|
3150
|
+
"size": "body",
|
|
3151
|
+
"weight": "regular",
|
|
3152
|
+
},
|
|
3153
|
+
"caption1": {
|
|
3154
|
+
"face": "primary",
|
|
3155
|
+
"size": 10,
|
|
3156
|
+
"weight": "400",
|
|
3157
|
+
},
|
|
3158
|
+
"captionStandard": {
|
|
3159
|
+
"face": "primary",
|
|
3160
|
+
"size": "caption",
|
|
3161
|
+
"weight": "regular",
|
|
3162
|
+
},
|
|
3163
|
+
"display": {
|
|
3164
|
+
"face": "primary",
|
|
3165
|
+
"size": 40,
|
|
3166
|
+
"weight": "600",
|
|
3167
|
+
},
|
|
3168
|
+
"headerSemibold": {
|
|
3169
|
+
"face": "primary",
|
|
3170
|
+
"size": "header",
|
|
3171
|
+
"weight": "semiBold",
|
|
3172
|
+
},
|
|
3173
|
+
"headerStandard": {
|
|
3174
|
+
"face": "primary",
|
|
3175
|
+
"size": "header",
|
|
3176
|
+
"weight": "regular",
|
|
3177
|
+
},
|
|
3178
|
+
"heroLargeSemibold": {
|
|
3179
|
+
"face": "primary",
|
|
3180
|
+
"size": "heroLarge",
|
|
3181
|
+
"weight": "semiBold",
|
|
3182
|
+
},
|
|
3183
|
+
"heroLargeStandard": {
|
|
3184
|
+
"face": "primary",
|
|
3185
|
+
"size": "heroLarge",
|
|
3186
|
+
"weight": "regular",
|
|
3187
|
+
},
|
|
3188
|
+
"heroSemibold": {
|
|
3189
|
+
"face": "primary",
|
|
3190
|
+
"size": "hero",
|
|
3191
|
+
"weight": "semiBold",
|
|
3192
|
+
},
|
|
3193
|
+
"heroStandard": {
|
|
3194
|
+
"face": "primary",
|
|
3195
|
+
"size": "hero",
|
|
3196
|
+
"weight": "regular",
|
|
3197
|
+
},
|
|
3198
|
+
"largeTitle": {
|
|
3199
|
+
"face": "primary",
|
|
3200
|
+
"size": 40,
|
|
3201
|
+
"weight": "400",
|
|
3202
|
+
},
|
|
3203
|
+
"secondarySemibold": {
|
|
3204
|
+
"face": "primary",
|
|
3205
|
+
"size": "secondary",
|
|
3206
|
+
"weight": "semiBold",
|
|
3207
|
+
},
|
|
3208
|
+
"secondaryStandard": {
|
|
3209
|
+
"face": "primary",
|
|
3210
|
+
"size": "secondary",
|
|
3211
|
+
"weight": "regular",
|
|
3212
|
+
},
|
|
3213
|
+
"subheaderSemibold": {
|
|
3214
|
+
"face": "primary",
|
|
3215
|
+
"size": "subheader",
|
|
3216
|
+
"weight": "semiBold",
|
|
3217
|
+
},
|
|
3218
|
+
"subheaderStandard": {
|
|
3219
|
+
"face": "primary",
|
|
3220
|
+
"size": "subheader",
|
|
3221
|
+
"weight": "regular",
|
|
3222
|
+
},
|
|
3223
|
+
"subtitle1": {
|
|
3224
|
+
"face": "primary",
|
|
3225
|
+
"size": 20,
|
|
3226
|
+
"weight": "400",
|
|
3227
|
+
},
|
|
3228
|
+
"subtitle1Strong": {
|
|
3229
|
+
"face": "primary",
|
|
3230
|
+
"size": 20,
|
|
3231
|
+
"weight": "600",
|
|
3232
|
+
},
|
|
3233
|
+
"subtitle2": {
|
|
3234
|
+
"face": "primary",
|
|
3235
|
+
"size": 16,
|
|
3236
|
+
"weight": "400",
|
|
3237
|
+
},
|
|
3238
|
+
"subtitle2Strong": {
|
|
3239
|
+
"face": "primary",
|
|
3240
|
+
"size": 16,
|
|
3241
|
+
"weight": "600",
|
|
3242
|
+
},
|
|
3243
|
+
"title1": {
|
|
3244
|
+
"face": "primary",
|
|
3245
|
+
"size": 28,
|
|
3246
|
+
"weight": "400",
|
|
3247
|
+
},
|
|
3248
|
+
"title1Strong": {
|
|
3249
|
+
"face": "primary",
|
|
3250
|
+
"size": 28,
|
|
3251
|
+
"weight": "600",
|
|
3252
|
+
},
|
|
3481
3253
|
},
|
|
3482
|
-
"
|
|
3483
|
-
"
|
|
3484
|
-
"
|
|
3485
|
-
"x": 0,
|
|
3486
|
-
"y": 4,
|
|
3254
|
+
"weights": {
|
|
3255
|
+
"regular": "400",
|
|
3256
|
+
"semiBold": "600",
|
|
3487
3257
|
},
|
|
3488
3258
|
},
|
|
3489
3259
|
}
|
|
3490
3260
|
`;
|
|
3491
3261
|
|
|
3492
|
-
exports[`
|
|
3262
|
+
exports[`fallbackGetPalette test Random palette 1`] = `
|
|
3263
|
+
{
|
|
3264
|
+
"AccentDark": "#C6C6C6",
|
|
3265
|
+
"AccentEmphasis": "#D83B01",
|
|
3266
|
+
"AccentLight": "#E6E6E6",
|
|
3267
|
+
"AccentOutline": "#000000",
|
|
3268
|
+
"Bkg": "#FFFFFF",
|
|
3269
|
+
"BkgCtl": "#E6E6E6",
|
|
3270
|
+
"BkgCtlDisabled": "#E6E6E6",
|
|
3271
|
+
"BkgCtlEmphasis": "#D83B01",
|
|
3272
|
+
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
3273
|
+
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
3274
|
+
"BkgCtlEmphasisHover": "#F29F71",
|
|
3275
|
+
"BkgCtlEmphasisPressed": "#A22C01",
|
|
3276
|
+
"BkgCtlHover": "#FFF7F0",
|
|
3277
|
+
"BkgCtlPressed": "#FBDFD0",
|
|
3278
|
+
"BkgCtlSelected": "#E6E6E6",
|
|
3279
|
+
"BkgCtlSubtle": "#FFFFFF",
|
|
3280
|
+
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
3281
|
+
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
3282
|
+
"BkgCtlSubtleHover": "#FFFFFF",
|
|
3283
|
+
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
3284
|
+
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
3285
|
+
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
3286
|
+
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
3287
|
+
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
3288
|
+
"BkgHeader": "#E6E6E6",
|
|
3289
|
+
"BkgHover": "#D2D2D2",
|
|
3290
|
+
"BkgPressed": "#B1B1B1",
|
|
3291
|
+
"BkgSelected": "#C6C6C6",
|
|
3292
|
+
"BkgSelectionHighlight": "#737373",
|
|
3293
|
+
"BkgSubtle": "#F3F3F3",
|
|
3294
|
+
"BkgToggleSwitchOff": "#FFFFFF",
|
|
3295
|
+
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
3296
|
+
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
3297
|
+
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
3298
|
+
"BkgToggleSwitchOn": "#D83B01",
|
|
3299
|
+
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
3300
|
+
"BkgToggleSwitchOnHover": "#EA6115",
|
|
3301
|
+
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
3302
|
+
"SliderBuffer": "#262626",
|
|
3303
|
+
"SliderKeyboard": "#444444",
|
|
3304
|
+
"SliderPrimary": "#444444",
|
|
3305
|
+
"SliderPrimaryDisabled": "#969696",
|
|
3306
|
+
"SliderPrimaryHover": "#D2D2D2",
|
|
3307
|
+
"SliderPrimaryPressed": "#262626",
|
|
3308
|
+
"SliderSecondary": "#D2D2D2",
|
|
3309
|
+
"SliderToolTipBkg": "#FFFFFF",
|
|
3310
|
+
"SliderToolTipBorder": "#C6C6C6",
|
|
3311
|
+
"SliderToolTipLabel": "#262626",
|
|
3312
|
+
"StrokeCtl": "#969696",
|
|
3313
|
+
"StrokeCtlDisabled": "#D2D2D2",
|
|
3314
|
+
"StrokeCtlEmphasis": "#A22C01",
|
|
3315
|
+
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
3316
|
+
"StrokeCtlEmphasisHover": "#D83B01",
|
|
3317
|
+
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
3318
|
+
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
3319
|
+
"StrokeCtlHover": "#FBDFD0",
|
|
3320
|
+
"StrokeCtlKeyboard": "#FBDFD0",
|
|
3321
|
+
"StrokeCtlPressed": "#EA6115",
|
|
3322
|
+
"StrokeCtlSelected": "#969696",
|
|
3323
|
+
"StrokeCtlSubtle": "#C6C6C6",
|
|
3324
|
+
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
3325
|
+
"StrokeCtlSubtleHover": "#969696",
|
|
3326
|
+
"StrokeCtlSubtleKeyboard": "#969696",
|
|
3327
|
+
"StrokeCtlSubtlePressed": "#969696",
|
|
3328
|
+
"StrokeKeyboard": "#969696",
|
|
3329
|
+
"StrokeOnlyHover": "#B1B1B1",
|
|
3330
|
+
"StrokeOnlyPressed": "#737373",
|
|
3331
|
+
"StrokeOnlySelected": "#969696",
|
|
3332
|
+
"StrokeOverHover": "#00000000",
|
|
3333
|
+
"StrokeOverPressed": "#00000000",
|
|
3334
|
+
"StrokeOverRest": "#00000000",
|
|
3335
|
+
"StrokeOverSelectedHover": "#969696",
|
|
3336
|
+
"StrokeOverSelectedPressed": "#00000000",
|
|
3337
|
+
"StrokeOverSelectedRest": "#00000000",
|
|
3338
|
+
"StrokeSelectedHover": "#969696",
|
|
3339
|
+
"StrokeToggleSwitchOff": "#505050",
|
|
3340
|
+
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
3341
|
+
"StrokeToggleSwitchOffHover": "#505050",
|
|
3342
|
+
"StrokeToggleSwitchOffPressed": "#505050",
|
|
3343
|
+
"StrokeToggleSwitchOn": "#D83B01",
|
|
3344
|
+
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
3345
|
+
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
3346
|
+
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
3347
|
+
"Text": "#262626",
|
|
3348
|
+
"TextActive": "#262626",
|
|
3349
|
+
"TextActiveHover": "#EA6115",
|
|
3350
|
+
"TextActivePressed": "#A22C01",
|
|
3351
|
+
"TextActiveSelected": "#D83B01",
|
|
3352
|
+
"TextCtl": "#262626",
|
|
3353
|
+
"TextCtlDisabled": "#B1B1B1",
|
|
3354
|
+
"TextCtlEmphasis": "#FFFFFF",
|
|
3355
|
+
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
3356
|
+
"TextCtlEmphasisHover": "#FFFFFF",
|
|
3357
|
+
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
3358
|
+
"TextCtlHover": "#262626",
|
|
3359
|
+
"TextCtlPressed": "#262626",
|
|
3360
|
+
"TextCtlSelected": "#262626",
|
|
3361
|
+
"TextCtlSubtle": "#262626",
|
|
3362
|
+
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
3363
|
+
"TextCtlSubtleHover": "#262626",
|
|
3364
|
+
"TextCtlSubtlePlaceholder": "#666666",
|
|
3365
|
+
"TextCtlSubtlePressed": "#262626",
|
|
3366
|
+
"TextCtlSubtleSelected": "#262626",
|
|
3367
|
+
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
3368
|
+
"TextDisabled": "#B1B1B1",
|
|
3369
|
+
"TextEmphasis": "#D83B01",
|
|
3370
|
+
"TextEmphasis2": "#D83B01",
|
|
3371
|
+
"TextEmphasisHover": "#EA6115",
|
|
3372
|
+
"TextEmphasisPressed": "#A22C01",
|
|
3373
|
+
"TextEmphasisRest": "#D83B01",
|
|
3374
|
+
"TextEmphasisSelected": "#D83B01",
|
|
3375
|
+
"TextError": "#A50000",
|
|
3376
|
+
"TextErrorHover": "#A50000",
|
|
3377
|
+
"TextErrorPressed": "#A50000",
|
|
3378
|
+
"TextErrorSelected": "#A50000",
|
|
3379
|
+
"TextHeader": "#262626",
|
|
3380
|
+
"TextHover": "#262626",
|
|
3381
|
+
"TextHyperlink": "#D83B01",
|
|
3382
|
+
"TextHyperlinkHover": "#A22C01",
|
|
3383
|
+
"TextHyperlinkPressed": "#6C1E01",
|
|
3384
|
+
"TextPressed": "#262626",
|
|
3385
|
+
"TextRest": "#262626",
|
|
3386
|
+
"TextSecondary": "#666666",
|
|
3387
|
+
"TextSecondaryHover": "#505050",
|
|
3388
|
+
"TextSecondaryPressed": "#666666",
|
|
3389
|
+
"TextSecondaryRest": "#666666",
|
|
3390
|
+
"TextSecondarySelected": "#666666",
|
|
3391
|
+
"TextSelected": "#262626",
|
|
3392
|
+
"TextSelectionHighlight": "#FFFFFF",
|
|
3393
|
+
"ThumbToggleSwitchOff": "#505050",
|
|
3394
|
+
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
3395
|
+
"ThumbToggleSwitchOffHover": "#505050",
|
|
3396
|
+
"ThumbToggleSwitchOffPressed": "#505050",
|
|
3397
|
+
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
3398
|
+
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
3399
|
+
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
3400
|
+
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
3401
|
+
}
|
|
3402
|
+
`;
|
|
3403
|
+
|
|
3404
|
+
exports[`fallbackGetPalette test TaskPane palette 1`] = `
|
|
3493
3405
|
{
|
|
3494
|
-
"
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
"
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
"
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
"
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
"
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
"
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
"
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
"
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
"
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
"
|
|
3643
|
-
"
|
|
3644
|
-
"
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3406
|
+
"AccentDark": "#C6C6C6",
|
|
3407
|
+
"AccentEmphasis": "#D83B01",
|
|
3408
|
+
"AccentLight": "#E6E6E6",
|
|
3409
|
+
"AccentOutline": "#000000",
|
|
3410
|
+
"Bkg": "antiquewhite",
|
|
3411
|
+
"BkgCtl": "#E6E6E6",
|
|
3412
|
+
"BkgCtlDisabled": "#E6E6E6",
|
|
3413
|
+
"BkgCtlEmphasis": "#D83B01",
|
|
3414
|
+
"BkgCtlEmphasisDisabled": "#E6E6E6",
|
|
3415
|
+
"BkgCtlEmphasisFocus": "#F3F3F3",
|
|
3416
|
+
"BkgCtlEmphasisHover": "#F29F71",
|
|
3417
|
+
"BkgCtlEmphasisPressed": "#A22C01",
|
|
3418
|
+
"BkgCtlHover": "#FFF7F0",
|
|
3419
|
+
"BkgCtlPressed": "#FBDFD0",
|
|
3420
|
+
"BkgCtlSelected": "#E6E6E6",
|
|
3421
|
+
"BkgCtlSubtle": "#FFFFFF",
|
|
3422
|
+
"BkgCtlSubtleDisabled": "#F3F3F3",
|
|
3423
|
+
"BkgCtlSubtleFocus": "#F3F3F3",
|
|
3424
|
+
"BkgCtlSubtleHover": "#FFFFFF",
|
|
3425
|
+
"BkgCtlSubtleHoverDisabled": "#F3F3F3",
|
|
3426
|
+
"BkgCtlSubtlePressed": "#FFFFFF",
|
|
3427
|
+
"BkgCtlSubtleSelected": "#F3F3F3",
|
|
3428
|
+
"BkgCtlSubtleSelectedDisabled": "#F3F3F3",
|
|
3429
|
+
"BkgCtlSubtleSelectionHighlight": "#7DA3C6",
|
|
3430
|
+
"BkgHeader": "#E6E6E6",
|
|
3431
|
+
"BkgHover": "#D2D2D2",
|
|
3432
|
+
"BkgPressed": "#B1B1B1",
|
|
3433
|
+
"BkgSelected": "#C6C6C6",
|
|
3434
|
+
"BkgSelectionHighlight": "#737373",
|
|
3435
|
+
"BkgSubtle": "#F3F3F3",
|
|
3436
|
+
"BkgToggleSwitchOff": "#FFFFFF",
|
|
3437
|
+
"BkgToggleSwitchOffDisabled": "#FFFFFF",
|
|
3438
|
+
"BkgToggleSwitchOffHover": "#D2D2D2",
|
|
3439
|
+
"BkgToggleSwitchOffPressed": "#B1B1B1",
|
|
3440
|
+
"BkgToggleSwitchOn": "#D83B01",
|
|
3441
|
+
"BkgToggleSwitchOnDisabled": "#D2D2D2",
|
|
3442
|
+
"BkgToggleSwitchOnHover": "#EA6115",
|
|
3443
|
+
"BkgToggleSwitchOnPressed": "#A22C01",
|
|
3444
|
+
"SliderBuffer": "#262626",
|
|
3445
|
+
"SliderKeyboard": "#444444",
|
|
3446
|
+
"SliderPrimary": "#444444",
|
|
3447
|
+
"SliderPrimaryDisabled": "#969696",
|
|
3448
|
+
"SliderPrimaryHover": "#D2D2D2",
|
|
3449
|
+
"SliderPrimaryPressed": "#262626",
|
|
3450
|
+
"SliderSecondary": "#D2D2D2",
|
|
3451
|
+
"SliderToolTipBkg": "#FFFFFF",
|
|
3452
|
+
"SliderToolTipBorder": "#C6C6C6",
|
|
3453
|
+
"SliderToolTipLabel": "#262626",
|
|
3454
|
+
"StrokeCtl": "#969696",
|
|
3455
|
+
"StrokeCtlDisabled": "#D2D2D2",
|
|
3456
|
+
"StrokeCtlEmphasis": "#A22C01",
|
|
3457
|
+
"StrokeCtlEmphasisDisabled": "#D2D2D2",
|
|
3458
|
+
"StrokeCtlEmphasisHover": "#D83B01",
|
|
3459
|
+
"StrokeCtlEmphasisKeyboard": "#A22C01",
|
|
3460
|
+
"StrokeCtlEmphasisPressed": "#A22C01",
|
|
3461
|
+
"StrokeCtlHover": "#FBDFD0",
|
|
3462
|
+
"StrokeCtlKeyboard": "#FBDFD0",
|
|
3463
|
+
"StrokeCtlPressed": "#EA6115",
|
|
3464
|
+
"StrokeCtlSelected": "#969696",
|
|
3465
|
+
"StrokeCtlSubtle": "#C6C6C6",
|
|
3466
|
+
"StrokeCtlSubtleDisabled": "#C6C6C6",
|
|
3467
|
+
"StrokeCtlSubtleHover": "#969696",
|
|
3468
|
+
"StrokeCtlSubtleKeyboard": "#969696",
|
|
3469
|
+
"StrokeCtlSubtlePressed": "#969696",
|
|
3470
|
+
"StrokeKeyboard": "#969696",
|
|
3471
|
+
"StrokeOnlyHover": "#B1B1B1",
|
|
3472
|
+
"StrokeOnlyPressed": "#737373",
|
|
3473
|
+
"StrokeOnlySelected": "#969696",
|
|
3474
|
+
"StrokeOverHover": "#00000000",
|
|
3475
|
+
"StrokeOverPressed": "#00000000",
|
|
3476
|
+
"StrokeOverRest": "#00000000",
|
|
3477
|
+
"StrokeOverSelectedHover": "#969696",
|
|
3478
|
+
"StrokeOverSelectedPressed": "#00000000",
|
|
3479
|
+
"StrokeOverSelectedRest": "#00000000",
|
|
3480
|
+
"StrokeSelectedHover": "#969696",
|
|
3481
|
+
"StrokeToggleSwitchOff": "#505050",
|
|
3482
|
+
"StrokeToggleSwitchOffDisabled": "#D2D2D2",
|
|
3483
|
+
"StrokeToggleSwitchOffHover": "#505050",
|
|
3484
|
+
"StrokeToggleSwitchOffPressed": "#505050",
|
|
3485
|
+
"StrokeToggleSwitchOn": "#D83B01",
|
|
3486
|
+
"StrokeToggleSwitchOnDisabled": "#D2D2D2",
|
|
3487
|
+
"StrokeToggleSwitchOnHover": "#EA6115",
|
|
3488
|
+
"StrokeToggleSwitchOnPressed": "#A22C01",
|
|
3489
|
+
"Text": "#262626",
|
|
3490
|
+
"TextActive": "#262626",
|
|
3491
|
+
"TextActiveHover": "#EA6115",
|
|
3492
|
+
"TextActivePressed": "#A22C01",
|
|
3493
|
+
"TextActiveSelected": "#D83B01",
|
|
3494
|
+
"TextCtl": "#262626",
|
|
3495
|
+
"TextCtlDisabled": "#B1B1B1",
|
|
3496
|
+
"TextCtlEmphasis": "#FFFFFF",
|
|
3497
|
+
"TextCtlEmphasisDisabled": "#B1B1B1",
|
|
3498
|
+
"TextCtlEmphasisHover": "#FFFFFF",
|
|
3499
|
+
"TextCtlEmphasisPressed": "#FFFFFF",
|
|
3500
|
+
"TextCtlHover": "#262626",
|
|
3501
|
+
"TextCtlPressed": "#262626",
|
|
3502
|
+
"TextCtlSelected": "#262626",
|
|
3503
|
+
"TextCtlSubtle": "#262626",
|
|
3504
|
+
"TextCtlSubtleDisabled": "#B1B1B1",
|
|
3505
|
+
"TextCtlSubtleHover": "#262626",
|
|
3506
|
+
"TextCtlSubtlePlaceholder": "#666666",
|
|
3507
|
+
"TextCtlSubtlePressed": "#262626",
|
|
3508
|
+
"TextCtlSubtleSelected": "#262626",
|
|
3509
|
+
"TextCtlSubtleSelectionHighlight": "#262626",
|
|
3510
|
+
"TextDisabled": "#B1B1B1",
|
|
3511
|
+
"TextEmphasis": "#D83B01",
|
|
3512
|
+
"TextEmphasis2": "#D83B01",
|
|
3513
|
+
"TextEmphasisHover": "#EA6115",
|
|
3514
|
+
"TextEmphasisPressed": "#A22C01",
|
|
3515
|
+
"TextEmphasisRest": "#D83B01",
|
|
3516
|
+
"TextEmphasisSelected": "#D83B01",
|
|
3517
|
+
"TextError": "#A50000",
|
|
3518
|
+
"TextErrorHover": "#A50000",
|
|
3519
|
+
"TextErrorPressed": "#A50000",
|
|
3520
|
+
"TextErrorSelected": "#A50000",
|
|
3521
|
+
"TextHeader": "#262626",
|
|
3522
|
+
"TextHover": "#262626",
|
|
3523
|
+
"TextHyperlink": "#D83B01",
|
|
3524
|
+
"TextHyperlinkHover": "#A22C01",
|
|
3525
|
+
"TextHyperlinkPressed": "#6C1E01",
|
|
3526
|
+
"TextPressed": "#262626",
|
|
3527
|
+
"TextRest": "#262626",
|
|
3528
|
+
"TextSecondary": "#666666",
|
|
3529
|
+
"TextSecondaryHover": "#505050",
|
|
3530
|
+
"TextSecondaryPressed": "#666666",
|
|
3531
|
+
"TextSecondaryRest": "#666666",
|
|
3532
|
+
"TextSecondarySelected": "#666666",
|
|
3533
|
+
"TextSelected": "#262626",
|
|
3534
|
+
"TextSelectionHighlight": "#FFFFFF",
|
|
3535
|
+
"ThumbToggleSwitchOff": "#505050",
|
|
3536
|
+
"ThumbToggleSwitchOffDisabled": "#D2D2D2",
|
|
3537
|
+
"ThumbToggleSwitchOffHover": "#505050",
|
|
3538
|
+
"ThumbToggleSwitchOffPressed": "#505050",
|
|
3539
|
+
"ThumbToggleSwitchOn": "#FFFFFF",
|
|
3540
|
+
"ThumbToggleSwitchOnDisabled": "#FFFFFF",
|
|
3541
|
+
"ThumbToggleSwitchOnHover": "#FFFFFF",
|
|
3542
|
+
"ThumbToggleSwitchOnPressed": "#FFFFFF",
|
|
3543
|
+
}
|
|
3544
|
+
`;
|
|
3545
|
+
|
|
3546
|
+
exports[`fallbackOfficeModule test 1`] = `
|
|
3547
|
+
{
|
|
3548
|
+
"fluentTypography": {},
|
|
3549
|
+
"getPalette": [Function],
|
|
3550
|
+
"rampNames": {
|
|
3551
|
+
"App": [
|
|
3552
|
+
"FakeApp1",
|
|
3553
|
+
"App2",
|
|
3554
|
+
"App3",
|
|
3555
|
+
"App4",
|
|
3556
|
+
"App5",
|
|
3557
|
+
"App6",
|
|
3558
|
+
"App7",
|
|
3559
|
+
"App8",
|
|
3560
|
+
],
|
|
3561
|
+
"ClassicGrays": [
|
|
3562
|
+
"FakeGray4",
|
|
3563
|
+
"Gray5",
|
|
3564
|
+
"Gray6",
|
|
3565
|
+
],
|
|
3566
|
+
"FluentGrays": [
|
|
3567
|
+
"FakeGray1",
|
|
3568
|
+
"Gray2",
|
|
3569
|
+
"Gray3",
|
|
3570
|
+
],
|
|
3571
|
+
"Sepias": [
|
|
3572
|
+
"FakeSepia",
|
|
3573
|
+
],
|
|
3647
3574
|
},
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3652
|
-
"
|
|
3653
|
-
"
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
"
|
|
3657
|
-
"
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3575
|
+
"ramps": {
|
|
3576
|
+
"App": [
|
|
3577
|
+
"#F8F8F8",
|
|
3578
|
+
"#EFF6FC",
|
|
3579
|
+
"#BBDAF3",
|
|
3580
|
+
"#55A4E2",
|
|
3581
|
+
"#359EDD",
|
|
3582
|
+
"#0078d7",
|
|
3583
|
+
"#283E4A",
|
|
3584
|
+
"#030C13",
|
|
3585
|
+
],
|
|
3586
|
+
"ClassicGrays": [
|
|
3587
|
+
"#FFFFFF",
|
|
3588
|
+
"#737373",
|
|
3589
|
+
"#000000",
|
|
3590
|
+
],
|
|
3591
|
+
"FluentGrays": [
|
|
3592
|
+
"#FAF9F8",
|
|
3593
|
+
"#797775",
|
|
3594
|
+
"#11100F",
|
|
3595
|
+
],
|
|
3596
|
+
"Sepias": [
|
|
3597
|
+
"#ECE6DE",
|
|
3598
|
+
],
|
|
3661
3599
|
},
|
|
3600
|
+
"typography": {},
|
|
3662
3601
|
}
|
|
3663
3602
|
`;
|
|
3664
3603
|
|
|
3665
|
-
exports[`
|
|
3604
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #0078d4 1`] = `
|
|
3666
3605
|
{
|
|
3667
|
-
"brandBackground": "#
|
|
3668
|
-
"brandBackground2": "#
|
|
3669
|
-
"brandBackgroundHover": "#
|
|
3670
|
-
"brandBackgroundPressed": "#
|
|
3671
|
-
"brandBackgroundSelected": "#
|
|
3672
|
-
"brandBackgroundStatic": "#
|
|
3673
|
-
"brandForeground1": "#
|
|
3674
|
-
"brandForeground2": "#
|
|
3675
|
-
"brandForegroundLink": "#
|
|
3676
|
-
"brandForegroundLinkHover": "#
|
|
3677
|
-
"brandForegroundLinkPressed": "#
|
|
3678
|
-
"brandForegroundLinkSelected": "#
|
|
3679
|
-
"brandStroke1": "#
|
|
3680
|
-
"brandStroke2": "#
|
|
3681
|
-
"compoundBrandBackground1": "#
|
|
3682
|
-
"compoundBrandBackground1Hover": "#
|
|
3683
|
-
"compoundBrandBackground1Pressed": "#
|
|
3684
|
-
"compoundBrandForeground1": "#
|
|
3685
|
-
"compoundBrandForeground1Hover": "#
|
|
3686
|
-
"compoundBrandForeground1Pressed": "#
|
|
3687
|
-
"compoundBrandStroke1": "#
|
|
3688
|
-
"compoundBrandStroke1Hover": "#
|
|
3689
|
-
"compoundBrandStroke1Pressed": "#
|
|
3690
|
-
"neutralForeground2BrandHover": "#
|
|
3691
|
-
"neutralForeground2BrandPressed": "#
|
|
3692
|
-
"neutralForeground2BrandSelected": "#
|
|
3693
|
-
"neutralForeground3BrandHover": "#
|
|
3694
|
-
"neutralForeground3BrandPressed": "#
|
|
3695
|
-
"neutralForeground3BrandSelected": "#
|
|
3696
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3606
|
+
"brandBackground": "#0078d4",
|
|
3607
|
+
"brandBackground2": "#cce3f5",
|
|
3608
|
+
"brandBackgroundHover": "#106ebe",
|
|
3609
|
+
"brandBackgroundPressed": "#135995",
|
|
3610
|
+
"brandBackgroundSelected": "#1664a7",
|
|
3611
|
+
"brandBackgroundStatic": "#0078d4",
|
|
3612
|
+
"brandForeground1": "#0078d4",
|
|
3613
|
+
"brandForeground2": "#106ebe",
|
|
3614
|
+
"brandForegroundLink": "#0078d4",
|
|
3615
|
+
"brandForegroundLinkHover": "#106ebe",
|
|
3616
|
+
"brandForegroundLinkPressed": "#135995",
|
|
3617
|
+
"brandForegroundLinkSelected": "#1664a7",
|
|
3618
|
+
"brandStroke1": "#0078d4",
|
|
3619
|
+
"brandStroke2": "#cce3f5",
|
|
3620
|
+
"compoundBrandBackground1": "#0078d4",
|
|
3621
|
+
"compoundBrandBackground1Hover": "#106ebe",
|
|
3622
|
+
"compoundBrandBackground1Pressed": "#1664a7",
|
|
3623
|
+
"compoundBrandForeground1": "#0078d4",
|
|
3624
|
+
"compoundBrandForeground1Hover": "#106ebe",
|
|
3625
|
+
"compoundBrandForeground1Pressed": "#135995",
|
|
3626
|
+
"compoundBrandStroke1": "#0078d4",
|
|
3627
|
+
"compoundBrandStroke1Hover": "#106ebe",
|
|
3628
|
+
"compoundBrandStroke1Pressed": "#1664a7",
|
|
3629
|
+
"neutralForeground2BrandHover": "#106ebe",
|
|
3630
|
+
"neutralForeground2BrandPressed": "#135995",
|
|
3631
|
+
"neutralForeground2BrandSelected": "#1664a7",
|
|
3632
|
+
"neutralForeground3BrandHover": "#106ebe",
|
|
3633
|
+
"neutralForeground3BrandPressed": "#135995",
|
|
3634
|
+
"neutralForeground3BrandSelected": "#1664a7",
|
|
3635
|
+
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
3697
3636
|
}
|
|
3698
3637
|
`;
|
|
3699
3638
|
|
|
3700
|
-
exports[`
|
|
3639
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #107c41 1`] = `
|
|
3701
3640
|
{
|
|
3702
3641
|
"brandBackground": "#107c41",
|
|
3703
3642
|
"brandBackground2": "#caead8",
|
|
@@ -3732,42 +3671,42 @@ exports[`win32Typography test 12`] = `
|
|
|
3732
3671
|
}
|
|
3733
3672
|
`;
|
|
3734
3673
|
|
|
3735
|
-
exports[`
|
|
3674
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #185abd 1`] = `
|
|
3736
3675
|
{
|
|
3737
|
-
"brandBackground": "#
|
|
3738
|
-
"brandBackground2": "#
|
|
3739
|
-
"brandBackgroundHover": "#
|
|
3740
|
-
"brandBackgroundPressed": "#
|
|
3741
|
-
"brandBackgroundSelected": "#
|
|
3742
|
-
"brandBackgroundStatic": "#
|
|
3743
|
-
"brandForeground1": "#
|
|
3744
|
-
"brandForeground2": "#
|
|
3745
|
-
"brandForegroundLink": "#
|
|
3746
|
-
"brandForegroundLinkHover": "#
|
|
3747
|
-
"brandForegroundLinkPressed": "#
|
|
3748
|
-
"brandForegroundLinkSelected": "#
|
|
3749
|
-
"brandStroke1": "#
|
|
3750
|
-
"brandStroke2": "#
|
|
3751
|
-
"compoundBrandBackground1": "#
|
|
3752
|
-
"compoundBrandBackground1Hover": "#
|
|
3753
|
-
"compoundBrandBackground1Pressed": "#
|
|
3754
|
-
"compoundBrandForeground1": "#
|
|
3755
|
-
"compoundBrandForeground1Hover": "#
|
|
3756
|
-
"compoundBrandForeground1Pressed": "#
|
|
3757
|
-
"compoundBrandStroke1": "#
|
|
3758
|
-
"compoundBrandStroke1Hover": "#
|
|
3759
|
-
"compoundBrandStroke1Pressed": "#
|
|
3760
|
-
"neutralForeground2BrandHover": "#
|
|
3761
|
-
"neutralForeground2BrandPressed": "#
|
|
3762
|
-
"neutralForeground2BrandSelected": "#
|
|
3763
|
-
"neutralForeground3BrandHover": "#
|
|
3764
|
-
"neutralForeground3BrandPressed": "#
|
|
3765
|
-
"neutralForeground3BrandSelected": "#
|
|
3766
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3676
|
+
"brandBackground": "#185abd",
|
|
3677
|
+
"brandBackground2": "#d2e0f4",
|
|
3678
|
+
"brandBackgroundHover": "#1651aa",
|
|
3679
|
+
"brandBackgroundPressed": "#0e336a",
|
|
3680
|
+
"brandBackgroundSelected": "#13458f",
|
|
3681
|
+
"brandBackgroundStatic": "#185abd",
|
|
3682
|
+
"brandForeground1": "#185abd",
|
|
3683
|
+
"brandForeground2": "#1651aa",
|
|
3684
|
+
"brandForegroundLink": "#185abd",
|
|
3685
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
3686
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
3687
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
3688
|
+
"brandStroke1": "#185abd",
|
|
3689
|
+
"brandStroke2": "#d2e0f4",
|
|
3690
|
+
"compoundBrandBackground1": "#185abd",
|
|
3691
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
3692
|
+
"compoundBrandBackground1Pressed": "#13458f",
|
|
3693
|
+
"compoundBrandForeground1": "#185abd",
|
|
3694
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
3695
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
3696
|
+
"compoundBrandStroke1": "#185abd",
|
|
3697
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
3698
|
+
"compoundBrandStroke1Pressed": "#13458f",
|
|
3699
|
+
"neutralForeground2BrandHover": "#1651aa",
|
|
3700
|
+
"neutralForeground2BrandPressed": "#0e336a",
|
|
3701
|
+
"neutralForeground2BrandSelected": "#13458f",
|
|
3702
|
+
"neutralForeground3BrandHover": "#1651aa",
|
|
3703
|
+
"neutralForeground3BrandPressed": "#0e336a",
|
|
3704
|
+
"neutralForeground3BrandSelected": "#13458f",
|
|
3705
|
+
"neutralStrokeAccessibleSelected": "#185abd",
|
|
3767
3706
|
}
|
|
3768
3707
|
`;
|
|
3769
3708
|
|
|
3770
|
-
exports[`
|
|
3709
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #80397b 1`] = `
|
|
3771
3710
|
{
|
|
3772
3711
|
"brandBackground": "#80397b",
|
|
3773
3712
|
"brandBackground2": "#f0daee",
|
|
@@ -3802,42 +3741,7 @@ exports[`win32Typography test 14`] = `
|
|
|
3802
3741
|
}
|
|
3803
3742
|
`;
|
|
3804
3743
|
|
|
3805
|
-
exports[`
|
|
3806
|
-
{
|
|
3807
|
-
"brandBackground": "#0078d4",
|
|
3808
|
-
"brandBackground2": "#cce3f5",
|
|
3809
|
-
"brandBackgroundHover": "#106ebe",
|
|
3810
|
-
"brandBackgroundPressed": "#135995",
|
|
3811
|
-
"brandBackgroundSelected": "#1664a7",
|
|
3812
|
-
"brandBackgroundStatic": "#0078d4",
|
|
3813
|
-
"brandForeground1": "#0078d4",
|
|
3814
|
-
"brandForeground2": "#106ebe",
|
|
3815
|
-
"brandForegroundLink": "#0078d4",
|
|
3816
|
-
"brandForegroundLinkHover": "#106ebe",
|
|
3817
|
-
"brandForegroundLinkPressed": "#135995",
|
|
3818
|
-
"brandForegroundLinkSelected": "#1664a7",
|
|
3819
|
-
"brandStroke1": "#0078d4",
|
|
3820
|
-
"brandStroke2": "#cce3f5",
|
|
3821
|
-
"compoundBrandBackground1": "#0078d4",
|
|
3822
|
-
"compoundBrandBackground1Hover": "#106ebe",
|
|
3823
|
-
"compoundBrandBackground1Pressed": "#1664a7",
|
|
3824
|
-
"compoundBrandForeground1": "#0078d4",
|
|
3825
|
-
"compoundBrandForeground1Hover": "#106ebe",
|
|
3826
|
-
"compoundBrandForeground1Pressed": "#135995",
|
|
3827
|
-
"compoundBrandStroke1": "#0078d4",
|
|
3828
|
-
"compoundBrandStroke1Hover": "#106ebe",
|
|
3829
|
-
"compoundBrandStroke1Pressed": "#1664a7",
|
|
3830
|
-
"neutralForeground2BrandHover": "#106ebe",
|
|
3831
|
-
"neutralForeground2BrandPressed": "#135995",
|
|
3832
|
-
"neutralForeground2BrandSelected": "#1664a7",
|
|
3833
|
-
"neutralForeground3BrandHover": "#106ebe",
|
|
3834
|
-
"neutralForeground3BrandPressed": "#135995",
|
|
3835
|
-
"neutralForeground3BrandSelected": "#1664a7",
|
|
3836
|
-
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
3837
|
-
}
|
|
3838
|
-
`;
|
|
3839
|
-
|
|
3840
|
-
exports[`win32Typography test 16`] = `
|
|
3744
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #c43e1c 1`] = `
|
|
3841
3745
|
{
|
|
3842
3746
|
"brandBackground": "#c43e1c",
|
|
3843
3747
|
"brandBackground2": "#f6dbd4",
|
|
@@ -3872,42 +3776,77 @@ exports[`win32Typography test 16`] = `
|
|
|
3872
3776
|
}
|
|
3873
3777
|
`;
|
|
3874
3778
|
|
|
3875
|
-
exports[`
|
|
3779
|
+
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #d83b01 1`] = `
|
|
3876
3780
|
{
|
|
3877
|
-
"brandBackground": "#
|
|
3878
|
-
"brandBackground2": "#
|
|
3879
|
-
"brandBackgroundHover": "#
|
|
3880
|
-
"brandBackgroundPressed": "#
|
|
3881
|
-
"brandBackgroundSelected": "#
|
|
3882
|
-
"brandBackgroundStatic": "#
|
|
3883
|
-
"brandForeground1": "#
|
|
3884
|
-
"brandForeground2": "#
|
|
3885
|
-
"brandForegroundLink": "#
|
|
3886
|
-
"brandForegroundLinkHover": "#
|
|
3887
|
-
"brandForegroundLinkPressed": "#
|
|
3888
|
-
"brandForegroundLinkSelected": "#
|
|
3889
|
-
"brandStroke1": "#
|
|
3890
|
-
"brandStroke2": "#
|
|
3891
|
-
"compoundBrandBackground1": "#
|
|
3892
|
-
"compoundBrandBackground1Hover": "#
|
|
3893
|
-
"compoundBrandBackground1Pressed": "#
|
|
3894
|
-
"compoundBrandForeground1": "#
|
|
3895
|
-
"compoundBrandForeground1Hover": "#
|
|
3896
|
-
"compoundBrandForeground1Pressed": "#
|
|
3897
|
-
"compoundBrandStroke1": "#
|
|
3898
|
-
"compoundBrandStroke1Hover": "#
|
|
3899
|
-
"compoundBrandStroke1Pressed": "#
|
|
3900
|
-
"neutralForeground2BrandHover": "#
|
|
3901
|
-
"neutralForeground2BrandPressed": "#
|
|
3902
|
-
"neutralForeground2BrandSelected": "#
|
|
3903
|
-
"neutralForeground3BrandHover": "#
|
|
3904
|
-
"neutralForeground3BrandPressed": "#
|
|
3905
|
-
"neutralForeground3BrandSelected": "#
|
|
3906
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3781
|
+
"brandBackground": "#d83b01",
|
|
3782
|
+
"brandBackground2": "#f9dcd1",
|
|
3783
|
+
"brandBackgroundHover": "#c33400",
|
|
3784
|
+
"brandBackgroundPressed": "#792000",
|
|
3785
|
+
"brandBackgroundSelected": "#a52c00",
|
|
3786
|
+
"brandBackgroundStatic": "#d83b01",
|
|
3787
|
+
"brandForeground1": "#d83b01",
|
|
3788
|
+
"brandForeground2": "#c33400",
|
|
3789
|
+
"brandForegroundLink": "#d83b01",
|
|
3790
|
+
"brandForegroundLinkHover": "#c33400",
|
|
3791
|
+
"brandForegroundLinkPressed": "#792000",
|
|
3792
|
+
"brandForegroundLinkSelected": "#a52c00",
|
|
3793
|
+
"brandStroke1": "#d83b01",
|
|
3794
|
+
"brandStroke2": "#f9dcd1",
|
|
3795
|
+
"compoundBrandBackground1": "#d83b01",
|
|
3796
|
+
"compoundBrandBackground1Hover": "#c33400",
|
|
3797
|
+
"compoundBrandBackground1Pressed": "#a52c00",
|
|
3798
|
+
"compoundBrandForeground1": "#d83b01",
|
|
3799
|
+
"compoundBrandForeground1Hover": "#c33400",
|
|
3800
|
+
"compoundBrandForeground1Pressed": "#792000",
|
|
3801
|
+
"compoundBrandStroke1": "#d83b01",
|
|
3802
|
+
"compoundBrandStroke1Hover": "#c33400",
|
|
3803
|
+
"compoundBrandStroke1Pressed": "#a52c00",
|
|
3804
|
+
"neutralForeground2BrandHover": "#c33400",
|
|
3805
|
+
"neutralForeground2BrandPressed": "#792000",
|
|
3806
|
+
"neutralForeground2BrandSelected": "#a52c00",
|
|
3807
|
+
"neutralForeground3BrandHover": "#c33400",
|
|
3808
|
+
"neutralForeground3BrandPressed": "#792000",
|
|
3809
|
+
"neutralForeground3BrandSelected": "#a52c00",
|
|
3810
|
+
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
3811
|
+
}
|
|
3812
|
+
`;
|
|
3813
|
+
|
|
3814
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #0078d4 1`] = `
|
|
3815
|
+
{
|
|
3816
|
+
"brandBackground": "#0078d4",
|
|
3817
|
+
"brandBackground2": "#cce3f5",
|
|
3818
|
+
"brandBackgroundHover": "#106ebe",
|
|
3819
|
+
"brandBackgroundPressed": "#135995",
|
|
3820
|
+
"brandBackgroundSelected": "#1664a7",
|
|
3821
|
+
"brandBackgroundStatic": "#0078d4",
|
|
3822
|
+
"brandForeground1": "#0078d4",
|
|
3823
|
+
"brandForeground2": "#106ebe",
|
|
3824
|
+
"brandForegroundLink": "#0078d4",
|
|
3825
|
+
"brandForegroundLinkHover": "#106ebe",
|
|
3826
|
+
"brandForegroundLinkPressed": "#135995",
|
|
3827
|
+
"brandForegroundLinkSelected": "#1664a7",
|
|
3828
|
+
"brandStroke1": "#0078d4",
|
|
3829
|
+
"brandStroke2": "#cce3f5",
|
|
3830
|
+
"compoundBrandBackground1": "#0078d4",
|
|
3831
|
+
"compoundBrandBackground1Hover": "#106ebe",
|
|
3832
|
+
"compoundBrandBackground1Pressed": "#1664a7",
|
|
3833
|
+
"compoundBrandForeground1": "#0078d4",
|
|
3834
|
+
"compoundBrandForeground1Hover": "#106ebe",
|
|
3835
|
+
"compoundBrandForeground1Pressed": "#135995",
|
|
3836
|
+
"compoundBrandStroke1": "#0078d4",
|
|
3837
|
+
"compoundBrandStroke1Hover": "#106ebe",
|
|
3838
|
+
"compoundBrandStroke1Pressed": "#1664a7",
|
|
3839
|
+
"neutralForeground2BrandHover": "#106ebe",
|
|
3840
|
+
"neutralForeground2BrandPressed": "#135995",
|
|
3841
|
+
"neutralForeground2BrandSelected": "#1664a7",
|
|
3842
|
+
"neutralForeground3BrandHover": "#106ebe",
|
|
3843
|
+
"neutralForeground3BrandPressed": "#135995",
|
|
3844
|
+
"neutralForeground3BrandSelected": "#1664a7",
|
|
3845
|
+
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
3907
3846
|
}
|
|
3908
3847
|
`;
|
|
3909
3848
|
|
|
3910
|
-
exports[`
|
|
3849
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #107c41 1`] = `
|
|
3911
3850
|
{
|
|
3912
3851
|
"brandBackground": "#107c41",
|
|
3913
3852
|
"brandBackground2": "#caead8",
|
|
@@ -3942,42 +3881,42 @@ exports[`win32Typography test 18`] = `
|
|
|
3942
3881
|
}
|
|
3943
3882
|
`;
|
|
3944
3883
|
|
|
3945
|
-
exports[`
|
|
3884
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #185abd 1`] = `
|
|
3946
3885
|
{
|
|
3947
|
-
"brandBackground": "#
|
|
3948
|
-
"brandBackground2": "#
|
|
3949
|
-
"brandBackgroundHover": "#
|
|
3950
|
-
"brandBackgroundPressed": "#
|
|
3951
|
-
"brandBackgroundSelected": "#
|
|
3952
|
-
"brandBackgroundStatic": "#
|
|
3953
|
-
"brandForeground1": "#
|
|
3954
|
-
"brandForeground2": "#
|
|
3955
|
-
"brandForegroundLink": "#
|
|
3956
|
-
"brandForegroundLinkHover": "#
|
|
3957
|
-
"brandForegroundLinkPressed": "#
|
|
3958
|
-
"brandForegroundLinkSelected": "#
|
|
3959
|
-
"brandStroke1": "#
|
|
3960
|
-
"brandStroke2": "#
|
|
3961
|
-
"compoundBrandBackground1": "#
|
|
3962
|
-
"compoundBrandBackground1Hover": "#
|
|
3963
|
-
"compoundBrandBackground1Pressed": "#
|
|
3964
|
-
"compoundBrandForeground1": "#
|
|
3965
|
-
"compoundBrandForeground1Hover": "#
|
|
3966
|
-
"compoundBrandForeground1Pressed": "#
|
|
3967
|
-
"compoundBrandStroke1": "#
|
|
3968
|
-
"compoundBrandStroke1Hover": "#
|
|
3969
|
-
"compoundBrandStroke1Pressed": "#
|
|
3970
|
-
"neutralForeground2BrandHover": "#
|
|
3971
|
-
"neutralForeground2BrandPressed": "#
|
|
3972
|
-
"neutralForeground2BrandSelected": "#
|
|
3973
|
-
"neutralForeground3BrandHover": "#
|
|
3974
|
-
"neutralForeground3BrandPressed": "#
|
|
3975
|
-
"neutralForeground3BrandSelected": "#
|
|
3976
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3886
|
+
"brandBackground": "#185abd",
|
|
3887
|
+
"brandBackground2": "#d2e0f4",
|
|
3888
|
+
"brandBackgroundHover": "#1651aa",
|
|
3889
|
+
"brandBackgroundPressed": "#0e336a",
|
|
3890
|
+
"brandBackgroundSelected": "#13458f",
|
|
3891
|
+
"brandBackgroundStatic": "#185abd",
|
|
3892
|
+
"brandForeground1": "#185abd",
|
|
3893
|
+
"brandForeground2": "#1651aa",
|
|
3894
|
+
"brandForegroundLink": "#185abd",
|
|
3895
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
3896
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
3897
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
3898
|
+
"brandStroke1": "#185abd",
|
|
3899
|
+
"brandStroke2": "#d2e0f4",
|
|
3900
|
+
"compoundBrandBackground1": "#185abd",
|
|
3901
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
3902
|
+
"compoundBrandBackground1Pressed": "#13458f",
|
|
3903
|
+
"compoundBrandForeground1": "#185abd",
|
|
3904
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
3905
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
3906
|
+
"compoundBrandStroke1": "#185abd",
|
|
3907
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
3908
|
+
"compoundBrandStroke1Pressed": "#13458f",
|
|
3909
|
+
"neutralForeground2BrandHover": "#1651aa",
|
|
3910
|
+
"neutralForeground2BrandPressed": "#0e336a",
|
|
3911
|
+
"neutralForeground2BrandSelected": "#13458f",
|
|
3912
|
+
"neutralForeground3BrandHover": "#1651aa",
|
|
3913
|
+
"neutralForeground3BrandPressed": "#0e336a",
|
|
3914
|
+
"neutralForeground3BrandSelected": "#13458f",
|
|
3915
|
+
"neutralStrokeAccessibleSelected": "#185abd",
|
|
3977
3916
|
}
|
|
3978
3917
|
`;
|
|
3979
3918
|
|
|
3980
|
-
exports[`
|
|
3919
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #80397b 1`] = `
|
|
3981
3920
|
{
|
|
3982
3921
|
"brandBackground": "#80397b",
|
|
3983
3922
|
"brandBackground2": "#f0daee",
|
|
@@ -4012,42 +3951,7 @@ exports[`win32Typography test 20`] = `
|
|
|
4012
3951
|
}
|
|
4013
3952
|
`;
|
|
4014
3953
|
|
|
4015
|
-
exports[`
|
|
4016
|
-
{
|
|
4017
|
-
"brandBackground": "#0078d4",
|
|
4018
|
-
"brandBackground2": "#cce3f5",
|
|
4019
|
-
"brandBackgroundHover": "#106ebe",
|
|
4020
|
-
"brandBackgroundPressed": "#135995",
|
|
4021
|
-
"brandBackgroundSelected": "#1664a7",
|
|
4022
|
-
"brandBackgroundStatic": "#0078d4",
|
|
4023
|
-
"brandForeground1": "#0078d4",
|
|
4024
|
-
"brandForeground2": "#106ebe",
|
|
4025
|
-
"brandForegroundLink": "#0078d4",
|
|
4026
|
-
"brandForegroundLinkHover": "#106ebe",
|
|
4027
|
-
"brandForegroundLinkPressed": "#135995",
|
|
4028
|
-
"brandForegroundLinkSelected": "#1664a7",
|
|
4029
|
-
"brandStroke1": "#0078d4",
|
|
4030
|
-
"brandStroke2": "#cce3f5",
|
|
4031
|
-
"compoundBrandBackground1": "#0078d4",
|
|
4032
|
-
"compoundBrandBackground1Hover": "#106ebe",
|
|
4033
|
-
"compoundBrandBackground1Pressed": "#1664a7",
|
|
4034
|
-
"compoundBrandForeground1": "#0078d4",
|
|
4035
|
-
"compoundBrandForeground1Hover": "#106ebe",
|
|
4036
|
-
"compoundBrandForeground1Pressed": "#135995",
|
|
4037
|
-
"compoundBrandStroke1": "#0078d4",
|
|
4038
|
-
"compoundBrandStroke1Hover": "#106ebe",
|
|
4039
|
-
"compoundBrandStroke1Pressed": "#1664a7",
|
|
4040
|
-
"neutralForeground2BrandHover": "#106ebe",
|
|
4041
|
-
"neutralForeground2BrandPressed": "#135995",
|
|
4042
|
-
"neutralForeground2BrandSelected": "#1664a7",
|
|
4043
|
-
"neutralForeground3BrandHover": "#106ebe",
|
|
4044
|
-
"neutralForeground3BrandPressed": "#135995",
|
|
4045
|
-
"neutralForeground3BrandSelected": "#1664a7",
|
|
4046
|
-
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
4047
|
-
}
|
|
4048
|
-
`;
|
|
4049
|
-
|
|
4050
|
-
exports[`win32Typography test 22`] = `
|
|
3954
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #c43e1c 1`] = `
|
|
4051
3955
|
{
|
|
4052
3956
|
"brandBackground": "#c43e1c",
|
|
4053
3957
|
"brandBackground2": "#f6dbd4",
|
|
@@ -4082,42 +3986,77 @@ exports[`win32Typography test 22`] = `
|
|
|
4082
3986
|
}
|
|
4083
3987
|
`;
|
|
4084
3988
|
|
|
4085
|
-
exports[`
|
|
3989
|
+
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #d83b01 1`] = `
|
|
3990
|
+
{
|
|
3991
|
+
"brandBackground": "#d83b01",
|
|
3992
|
+
"brandBackground2": "#f9dcd1",
|
|
3993
|
+
"brandBackgroundHover": "#c33400",
|
|
3994
|
+
"brandBackgroundPressed": "#792000",
|
|
3995
|
+
"brandBackgroundSelected": "#a52c00",
|
|
3996
|
+
"brandBackgroundStatic": "#d83b01",
|
|
3997
|
+
"brandForeground1": "#d83b01",
|
|
3998
|
+
"brandForeground2": "#c33400",
|
|
3999
|
+
"brandForegroundLink": "#d83b01",
|
|
4000
|
+
"brandForegroundLinkHover": "#c33400",
|
|
4001
|
+
"brandForegroundLinkPressed": "#792000",
|
|
4002
|
+
"brandForegroundLinkSelected": "#a52c00",
|
|
4003
|
+
"brandStroke1": "#d83b01",
|
|
4004
|
+
"brandStroke2": "#f9dcd1",
|
|
4005
|
+
"compoundBrandBackground1": "#d83b01",
|
|
4006
|
+
"compoundBrandBackground1Hover": "#c33400",
|
|
4007
|
+
"compoundBrandBackground1Pressed": "#a52c00",
|
|
4008
|
+
"compoundBrandForeground1": "#d83b01",
|
|
4009
|
+
"compoundBrandForeground1Hover": "#c33400",
|
|
4010
|
+
"compoundBrandForeground1Pressed": "#792000",
|
|
4011
|
+
"compoundBrandStroke1": "#d83b01",
|
|
4012
|
+
"compoundBrandStroke1Hover": "#c33400",
|
|
4013
|
+
"compoundBrandStroke1Pressed": "#a52c00",
|
|
4014
|
+
"neutralForeground2BrandHover": "#c33400",
|
|
4015
|
+
"neutralForeground2BrandPressed": "#792000",
|
|
4016
|
+
"neutralForeground2BrandSelected": "#a52c00",
|
|
4017
|
+
"neutralForeground3BrandHover": "#c33400",
|
|
4018
|
+
"neutralForeground3BrandPressed": "#792000",
|
|
4019
|
+
"neutralForeground3BrandSelected": "#a52c00",
|
|
4020
|
+
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
4021
|
+
}
|
|
4022
|
+
`;
|
|
4023
|
+
|
|
4024
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #0078d4 1`] = `
|
|
4086
4025
|
{
|
|
4087
|
-
"brandBackground": "#
|
|
4088
|
-
"brandBackground2": "#
|
|
4089
|
-
"brandBackgroundHover": "#
|
|
4090
|
-
"brandBackgroundPressed": "#
|
|
4091
|
-
"brandBackgroundSelected": "#
|
|
4092
|
-
"brandBackgroundStatic": "#
|
|
4093
|
-
"brandForeground1": "#
|
|
4094
|
-
"brandForeground2": "#
|
|
4095
|
-
"brandForegroundLink": "#
|
|
4096
|
-
"brandForegroundLinkHover": "#
|
|
4097
|
-
"brandForegroundLinkPressed": "#
|
|
4098
|
-
"brandForegroundLinkSelected": "#
|
|
4099
|
-
"brandStroke1": "#
|
|
4100
|
-
"brandStroke2": "#
|
|
4101
|
-
"compoundBrandBackground1": "#
|
|
4102
|
-
"compoundBrandBackground1Hover": "#
|
|
4103
|
-
"compoundBrandBackground1Pressed": "#
|
|
4104
|
-
"compoundBrandForeground1": "#
|
|
4105
|
-
"compoundBrandForeground1Hover": "#
|
|
4106
|
-
"compoundBrandForeground1Pressed": "#
|
|
4107
|
-
"compoundBrandStroke1": "#
|
|
4108
|
-
"compoundBrandStroke1Hover": "#
|
|
4109
|
-
"compoundBrandStroke1Pressed": "#
|
|
4110
|
-
"neutralForeground2BrandHover": "#
|
|
4111
|
-
"neutralForeground2BrandPressed": "#
|
|
4112
|
-
"neutralForeground2BrandSelected": "#
|
|
4113
|
-
"neutralForeground3BrandHover": "#
|
|
4114
|
-
"neutralForeground3BrandPressed": "#
|
|
4115
|
-
"neutralForeground3BrandSelected": "#
|
|
4116
|
-
"neutralStrokeAccessibleSelected": "#
|
|
4026
|
+
"brandBackground": "#0078d4",
|
|
4027
|
+
"brandBackground2": "#cce3f5",
|
|
4028
|
+
"brandBackgroundHover": "#106ebe",
|
|
4029
|
+
"brandBackgroundPressed": "#135995",
|
|
4030
|
+
"brandBackgroundSelected": "#1664a7",
|
|
4031
|
+
"brandBackgroundStatic": "#0078d4",
|
|
4032
|
+
"brandForeground1": "#b3d6f2",
|
|
4033
|
+
"brandForeground2": "#cce3f5",
|
|
4034
|
+
"brandForegroundLink": "#b3d6f2",
|
|
4035
|
+
"brandForegroundLinkHover": "#cce3f5",
|
|
4036
|
+
"brandForegroundLinkPressed": "#2488d8",
|
|
4037
|
+
"brandForegroundLinkSelected": "#cce3f5",
|
|
4038
|
+
"brandStroke1": "#0078d4",
|
|
4039
|
+
"brandStroke2": "#cce3f5",
|
|
4040
|
+
"compoundBrandBackground1": "#0078d4",
|
|
4041
|
+
"compoundBrandBackground1Hover": "#106ebe",
|
|
4042
|
+
"compoundBrandBackground1Pressed": "#1664a7",
|
|
4043
|
+
"compoundBrandForeground1": "#b3d6f2",
|
|
4044
|
+
"compoundBrandForeground1Hover": "#cce3f5",
|
|
4045
|
+
"compoundBrandForeground1Pressed": "#2488d8",
|
|
4046
|
+
"compoundBrandStroke1": "#0078d4",
|
|
4047
|
+
"compoundBrandStroke1Hover": "#106ebe",
|
|
4048
|
+
"compoundBrandStroke1Pressed": "#1664a7",
|
|
4049
|
+
"neutralForeground2BrandHover": "#cce3f5",
|
|
4050
|
+
"neutralForeground2BrandPressed": "#2488d8",
|
|
4051
|
+
"neutralForeground2BrandSelected": "#cce3f5",
|
|
4052
|
+
"neutralForeground3BrandHover": "#cce3f5",
|
|
4053
|
+
"neutralForeground3BrandPressed": "#2488d8",
|
|
4054
|
+
"neutralForeground3BrandSelected": "#cce3f5",
|
|
4055
|
+
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
4117
4056
|
}
|
|
4118
4057
|
`;
|
|
4119
4058
|
|
|
4120
|
-
exports[`
|
|
4059
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #107c41 1`] = `
|
|
4121
4060
|
{
|
|
4122
4061
|
"brandBackground": "#107c41",
|
|
4123
4062
|
"brandBackground2": "#caead8",
|
|
@@ -4152,42 +4091,42 @@ exports[`win32Typography test 24`] = `
|
|
|
4152
4091
|
}
|
|
4153
4092
|
`;
|
|
4154
4093
|
|
|
4155
|
-
exports[`
|
|
4094
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #185abd 1`] = `
|
|
4156
4095
|
{
|
|
4157
|
-
"brandBackground": "#
|
|
4158
|
-
"brandBackground2": "#
|
|
4159
|
-
"brandBackgroundHover": "#
|
|
4160
|
-
"brandBackgroundPressed": "#
|
|
4161
|
-
"brandBackgroundSelected": "#
|
|
4162
|
-
"brandBackgroundStatic": "#
|
|
4163
|
-
"brandForeground1": "#
|
|
4164
|
-
"brandForeground2": "#
|
|
4165
|
-
"brandForegroundLink": "#
|
|
4166
|
-
"brandForegroundLinkHover": "#
|
|
4167
|
-
"brandForegroundLinkPressed": "#
|
|
4168
|
-
"brandForegroundLinkSelected": "#
|
|
4169
|
-
"brandStroke1": "#
|
|
4170
|
-
"brandStroke2": "#
|
|
4171
|
-
"compoundBrandBackground1": "#
|
|
4172
|
-
"compoundBrandBackground1Hover": "#
|
|
4173
|
-
"compoundBrandBackground1Pressed": "#
|
|
4174
|
-
"compoundBrandForeground1": "#
|
|
4175
|
-
"compoundBrandForeground1Hover": "#
|
|
4176
|
-
"compoundBrandForeground1Pressed": "#
|
|
4177
|
-
"compoundBrandStroke1": "#
|
|
4178
|
-
"compoundBrandStroke1Hover": "#
|
|
4179
|
-
"compoundBrandStroke1Pressed": "#
|
|
4180
|
-
"neutralForeground2BrandHover": "#
|
|
4181
|
-
"neutralForeground2BrandPressed": "#
|
|
4182
|
-
"neutralForeground2BrandSelected": "#
|
|
4183
|
-
"neutralForeground3BrandHover": "#
|
|
4184
|
-
"neutralForeground3BrandPressed": "#
|
|
4185
|
-
"neutralForeground3BrandSelected": "#
|
|
4186
|
-
"neutralStrokeAccessibleSelected": "#
|
|
4096
|
+
"brandBackground": "#185abd",
|
|
4097
|
+
"brandBackground2": "#d2e0f4",
|
|
4098
|
+
"brandBackgroundHover": "#1651aa",
|
|
4099
|
+
"brandBackgroundPressed": "#0e336a",
|
|
4100
|
+
"brandBackgroundSelected": "#13458f",
|
|
4101
|
+
"brandBackgroundStatic": "#185abd",
|
|
4102
|
+
"brandForeground1": "#aec6eb",
|
|
4103
|
+
"brandForeground2": "#d2e0f4",
|
|
4104
|
+
"brandForegroundLink": "#aec6eb",
|
|
4105
|
+
"brandForegroundLinkHover": "#d2e0f4",
|
|
4106
|
+
"brandForegroundLinkPressed": "#2e6ac5",
|
|
4107
|
+
"brandForegroundLinkSelected": "#d2e0f4",
|
|
4108
|
+
"brandStroke1": "#185abd",
|
|
4109
|
+
"brandStroke2": "#d2e0f4",
|
|
4110
|
+
"compoundBrandBackground1": "#185abd",
|
|
4111
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
4112
|
+
"compoundBrandBackground1Pressed": "#13458f",
|
|
4113
|
+
"compoundBrandForeground1": "#aec6eb",
|
|
4114
|
+
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
4115
|
+
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
4116
|
+
"compoundBrandStroke1": "#185abd",
|
|
4117
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
4118
|
+
"compoundBrandStroke1Pressed": "#13458f",
|
|
4119
|
+
"neutralForeground2BrandHover": "#d2e0f4",
|
|
4120
|
+
"neutralForeground2BrandPressed": "#2e6ac5",
|
|
4121
|
+
"neutralForeground2BrandSelected": "#d2e0f4",
|
|
4122
|
+
"neutralForeground3BrandHover": "#d2e0f4",
|
|
4123
|
+
"neutralForeground3BrandPressed": "#2e6ac5",
|
|
4124
|
+
"neutralForeground3BrandSelected": "#d2e0f4",
|
|
4125
|
+
"neutralStrokeAccessibleSelected": "#185abd",
|
|
4187
4126
|
}
|
|
4188
4127
|
`;
|
|
4189
4128
|
|
|
4190
|
-
exports[`
|
|
4129
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #80397b 1`] = `
|
|
4191
4130
|
{
|
|
4192
4131
|
"brandBackground": "#80397b",
|
|
4193
4132
|
"brandBackground2": "#f0daee",
|
|
@@ -4222,42 +4161,7 @@ exports[`win32Typography test 26`] = `
|
|
|
4222
4161
|
}
|
|
4223
4162
|
`;
|
|
4224
4163
|
|
|
4225
|
-
exports[`
|
|
4226
|
-
{
|
|
4227
|
-
"brandBackground": "#0078d4",
|
|
4228
|
-
"brandBackground2": "#cce3f5",
|
|
4229
|
-
"brandBackgroundHover": "#106ebe",
|
|
4230
|
-
"brandBackgroundPressed": "#135995",
|
|
4231
|
-
"brandBackgroundSelected": "#1664a7",
|
|
4232
|
-
"brandBackgroundStatic": "#0078d4",
|
|
4233
|
-
"brandForeground1": "#b3d6f2",
|
|
4234
|
-
"brandForeground2": "#cce3f5",
|
|
4235
|
-
"brandForegroundLink": "#b3d6f2",
|
|
4236
|
-
"brandForegroundLinkHover": "#cce3f5",
|
|
4237
|
-
"brandForegroundLinkPressed": "#2488d8",
|
|
4238
|
-
"brandForegroundLinkSelected": "#cce3f5",
|
|
4239
|
-
"brandStroke1": "#0078d4",
|
|
4240
|
-
"brandStroke2": "#cce3f5",
|
|
4241
|
-
"compoundBrandBackground1": "#0078d4",
|
|
4242
|
-
"compoundBrandBackground1Hover": "#106ebe",
|
|
4243
|
-
"compoundBrandBackground1Pressed": "#1664a7",
|
|
4244
|
-
"compoundBrandForeground1": "#b3d6f2",
|
|
4245
|
-
"compoundBrandForeground1Hover": "#cce3f5",
|
|
4246
|
-
"compoundBrandForeground1Pressed": "#2488d8",
|
|
4247
|
-
"compoundBrandStroke1": "#0078d4",
|
|
4248
|
-
"compoundBrandStroke1Hover": "#106ebe",
|
|
4249
|
-
"compoundBrandStroke1Pressed": "#1664a7",
|
|
4250
|
-
"neutralForeground2BrandHover": "#cce3f5",
|
|
4251
|
-
"neutralForeground2BrandPressed": "#2488d8",
|
|
4252
|
-
"neutralForeground2BrandSelected": "#cce3f5",
|
|
4253
|
-
"neutralForeground3BrandHover": "#cce3f5",
|
|
4254
|
-
"neutralForeground3BrandPressed": "#2488d8",
|
|
4255
|
-
"neutralForeground3BrandSelected": "#cce3f5",
|
|
4256
|
-
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
4257
|
-
}
|
|
4258
|
-
`;
|
|
4259
|
-
|
|
4260
|
-
exports[`win32Typography test 28`] = `
|
|
4164
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #c43e1c 1`] = `
|
|
4261
4165
|
{
|
|
4262
4166
|
"brandBackground": "#c43e1c",
|
|
4263
4167
|
"brandBackground2": "#f6dbd4",
|
|
@@ -4292,4 +4196,100 @@ exports[`win32Typography test 28`] = `
|
|
|
4292
4196
|
}
|
|
4293
4197
|
`;
|
|
4294
4198
|
|
|
4295
|
-
exports[`
|
|
4199
|
+
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #d83b01 1`] = `
|
|
4200
|
+
{
|
|
4201
|
+
"brandBackground": "#d83b01",
|
|
4202
|
+
"brandBackground2": "#f9dcd1",
|
|
4203
|
+
"brandBackgroundHover": "#c33400",
|
|
4204
|
+
"brandBackgroundPressed": "#792000",
|
|
4205
|
+
"brandBackgroundSelected": "#a52c00",
|
|
4206
|
+
"brandBackgroundStatic": "#d83b01",
|
|
4207
|
+
"brandForeground1": "#f4beaa",
|
|
4208
|
+
"brandForeground2": "#f9dcd1",
|
|
4209
|
+
"brandForegroundLink": "#f4beaa",
|
|
4210
|
+
"brandForegroundLinkHover": "#f9dcd1",
|
|
4211
|
+
"brandForegroundLinkPressed": "#dd4f1b",
|
|
4212
|
+
"brandForegroundLinkSelected": "#f9dcd1",
|
|
4213
|
+
"brandStroke1": "#d83b01",
|
|
4214
|
+
"brandStroke2": "#f9dcd1",
|
|
4215
|
+
"compoundBrandBackground1": "#d83b01",
|
|
4216
|
+
"compoundBrandBackground1Hover": "#c33400",
|
|
4217
|
+
"compoundBrandBackground1Pressed": "#a52c00",
|
|
4218
|
+
"compoundBrandForeground1": "#f4beaa",
|
|
4219
|
+
"compoundBrandForeground1Hover": "#f9dcd1",
|
|
4220
|
+
"compoundBrandForeground1Pressed": "#dd4f1b",
|
|
4221
|
+
"compoundBrandStroke1": "#d83b01",
|
|
4222
|
+
"compoundBrandStroke1Hover": "#c33400",
|
|
4223
|
+
"compoundBrandStroke1Pressed": "#a52c00",
|
|
4224
|
+
"neutralForeground2BrandHover": "#f9dcd1",
|
|
4225
|
+
"neutralForeground2BrandPressed": "#dd4f1b",
|
|
4226
|
+
"neutralForeground2BrandSelected": "#f9dcd1",
|
|
4227
|
+
"neutralForeground3BrandHover": "#f9dcd1",
|
|
4228
|
+
"neutralForeground3BrandPressed": "#dd4f1b",
|
|
4229
|
+
"neutralForeground3BrandSelected": "#f9dcd1",
|
|
4230
|
+
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
4231
|
+
}
|
|
4232
|
+
`;
|
|
4233
|
+
|
|
4234
|
+
exports[`getThemingModule test 1`] = `
|
|
4235
|
+
[
|
|
4236
|
+
{
|
|
4237
|
+
"fluentTypography": {},
|
|
4238
|
+
"getPalette": [Function],
|
|
4239
|
+
"rampNames": {
|
|
4240
|
+
"App": [
|
|
4241
|
+
"FakeApp1",
|
|
4242
|
+
"App2",
|
|
4243
|
+
"App3",
|
|
4244
|
+
"App4",
|
|
4245
|
+
"App5",
|
|
4246
|
+
"App6",
|
|
4247
|
+
"App7",
|
|
4248
|
+
"App8",
|
|
4249
|
+
],
|
|
4250
|
+
"ClassicGrays": [
|
|
4251
|
+
"FakeGray4",
|
|
4252
|
+
"Gray5",
|
|
4253
|
+
"Gray6",
|
|
4254
|
+
],
|
|
4255
|
+
"FluentGrays": [
|
|
4256
|
+
"FakeGray1",
|
|
4257
|
+
"Gray2",
|
|
4258
|
+
"Gray3",
|
|
4259
|
+
],
|
|
4260
|
+
"Sepias": [
|
|
4261
|
+
"FakeSepia",
|
|
4262
|
+
],
|
|
4263
|
+
},
|
|
4264
|
+
"ramps": {
|
|
4265
|
+
"App": [
|
|
4266
|
+
"#F8F8F8",
|
|
4267
|
+
"#EFF6FC",
|
|
4268
|
+
"#BBDAF3",
|
|
4269
|
+
"#55A4E2",
|
|
4270
|
+
"#359EDD",
|
|
4271
|
+
"#0078d7",
|
|
4272
|
+
"#283E4A",
|
|
4273
|
+
"#030C13",
|
|
4274
|
+
],
|
|
4275
|
+
"ClassicGrays": [
|
|
4276
|
+
"#FFFFFF",
|
|
4277
|
+
"#737373",
|
|
4278
|
+
"#000000",
|
|
4279
|
+
],
|
|
4280
|
+
"FluentGrays": [
|
|
4281
|
+
"#FAF9F8",
|
|
4282
|
+
"#797775",
|
|
4283
|
+
"#11100F",
|
|
4284
|
+
],
|
|
4285
|
+
"Sepias": [
|
|
4286
|
+
"#ECE6DE",
|
|
4287
|
+
],
|
|
4288
|
+
},
|
|
4289
|
+
"typography": {},
|
|
4290
|
+
},
|
|
4291
|
+
undefined,
|
|
4292
|
+
]
|
|
4293
|
+
`;
|
|
4294
|
+
|
|
4295
|
+
exports[`win32Typography test 1`] = `[Function]`;
|