@fluentui-react-native/win32-theme 0.21.8 → 0.22.1
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 +49 -1
- package/CHANGELOG.md +21 -2
- package/package.json +4 -4
- package/src/__tests__/__snapshots__/win32-theme.test.ts.snap +981 -451
|
@@ -4,34 +4,34 @@ exports[`createBrandedThemeWithAlias test themeName: Black 1`] = `
|
|
|
4
4
|
Object {
|
|
5
5
|
"colors": Object {
|
|
6
6
|
"brandBackground": "#0078d4",
|
|
7
|
-
"brandBackground2": "#
|
|
7
|
+
"brandBackground2": "#c7e0f4",
|
|
8
8
|
"brandBackgroundHover": "#106ebe",
|
|
9
|
-
"brandBackgroundPressed": "#
|
|
9
|
+
"brandBackgroundPressed": "#004c87",
|
|
10
10
|
"brandBackgroundSelected": "#005a9e",
|
|
11
11
|
"brandBackgroundStatic": "#0078d4",
|
|
12
|
-
"brandForeground1": "#
|
|
13
|
-
"brandForeground2": "#
|
|
14
|
-
"brandForegroundLink": "#
|
|
15
|
-
"brandForegroundLinkHover": "#
|
|
16
|
-
"brandForegroundLinkPressed": "#
|
|
17
|
-
"brandForegroundLinkSelected": "#
|
|
12
|
+
"brandForeground1": "#6cb8f6",
|
|
13
|
+
"brandForeground2": "#c7e0f4",
|
|
14
|
+
"brandForegroundLink": "#6cb8f6",
|
|
15
|
+
"brandForegroundLinkHover": "#c7e0f4",
|
|
16
|
+
"brandForegroundLinkPressed": "#2899f5",
|
|
17
|
+
"brandForegroundLinkSelected": "#c7e0f4",
|
|
18
18
|
"brandStroke1": "#0078d4",
|
|
19
|
-
"brandStroke2": "#
|
|
19
|
+
"brandStroke2": "#c7e0f4",
|
|
20
20
|
"compoundBrandBackground1": "#0078d4",
|
|
21
21
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
22
22
|
"compoundBrandBackground1Pressed": "#005a9e",
|
|
23
|
-
"compoundBrandForeground1": "#
|
|
24
|
-
"compoundBrandForeground1Hover": "#
|
|
25
|
-
"compoundBrandForeground1Pressed": "#
|
|
23
|
+
"compoundBrandForeground1": "#6cb8f6",
|
|
24
|
+
"compoundBrandForeground1Hover": "#c7e0f4",
|
|
25
|
+
"compoundBrandForeground1Pressed": "#2899f5",
|
|
26
26
|
"compoundBrandStroke1": "#0078d4",
|
|
27
27
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
28
28
|
"compoundBrandStroke1Pressed": "#005a9e",
|
|
29
|
-
"neutralForeground2BrandHover": "#
|
|
30
|
-
"neutralForeground2BrandPressed": "#
|
|
31
|
-
"neutralForeground2BrandSelected": "#
|
|
32
|
-
"neutralForeground3BrandHover": "#
|
|
33
|
-
"neutralForeground3BrandPressed": "#
|
|
34
|
-
"neutralForeground3BrandSelected": "#
|
|
29
|
+
"neutralForeground2BrandHover": "#c7e0f4",
|
|
30
|
+
"neutralForeground2BrandPressed": "#2899f5",
|
|
31
|
+
"neutralForeground2BrandSelected": "#c7e0f4",
|
|
32
|
+
"neutralForeground3BrandHover": "#c7e0f4",
|
|
33
|
+
"neutralForeground3BrandPressed": "#2899f5",
|
|
34
|
+
"neutralForeground3BrandSelected": "#c7e0f4",
|
|
35
35
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
36
36
|
},
|
|
37
37
|
}
|
|
@@ -41,33 +41,33 @@ exports[`createBrandedThemeWithAlias test themeName: Colorful 1`] = `
|
|
|
41
41
|
Object {
|
|
42
42
|
"colors": Object {
|
|
43
43
|
"brandBackground": "#0078d4",
|
|
44
|
-
"brandBackground2": "#
|
|
44
|
+
"brandBackground2": "#c7e0f4",
|
|
45
45
|
"brandBackgroundHover": "#106ebe",
|
|
46
|
-
"brandBackgroundPressed": "#
|
|
46
|
+
"brandBackgroundPressed": "#004c87",
|
|
47
47
|
"brandBackgroundSelected": "#005a9e",
|
|
48
48
|
"brandBackgroundStatic": "#0078d4",
|
|
49
49
|
"brandForeground1": "#0078d4",
|
|
50
50
|
"brandForeground2": "#106ebe",
|
|
51
51
|
"brandForegroundLink": "#0078d4",
|
|
52
52
|
"brandForegroundLinkHover": "#106ebe",
|
|
53
|
-
"brandForegroundLinkPressed": "#
|
|
53
|
+
"brandForegroundLinkPressed": "#004c87",
|
|
54
54
|
"brandForegroundLinkSelected": "#005a9e",
|
|
55
55
|
"brandStroke1": "#0078d4",
|
|
56
|
-
"brandStroke2": "#
|
|
56
|
+
"brandStroke2": "#c7e0f4",
|
|
57
57
|
"compoundBrandBackground1": "#0078d4",
|
|
58
58
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
59
59
|
"compoundBrandBackground1Pressed": "#005a9e",
|
|
60
60
|
"compoundBrandForeground1": "#0078d4",
|
|
61
61
|
"compoundBrandForeground1Hover": "#106ebe",
|
|
62
|
-
"compoundBrandForeground1Pressed": "#
|
|
62
|
+
"compoundBrandForeground1Pressed": "#004c87",
|
|
63
63
|
"compoundBrandStroke1": "#0078d4",
|
|
64
64
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
65
65
|
"compoundBrandStroke1Pressed": "#005a9e",
|
|
66
66
|
"neutralForeground2BrandHover": "#106ebe",
|
|
67
|
-
"neutralForeground2BrandPressed": "#
|
|
67
|
+
"neutralForeground2BrandPressed": "#004c87",
|
|
68
68
|
"neutralForeground2BrandSelected": "#005a9e",
|
|
69
69
|
"neutralForeground3BrandHover": "#106ebe",
|
|
70
|
-
"neutralForeground3BrandPressed": "#
|
|
70
|
+
"neutralForeground3BrandPressed": "#004c87",
|
|
71
71
|
"neutralForeground3BrandSelected": "#005a9e",
|
|
72
72
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
73
73
|
},
|
|
@@ -78,34 +78,34 @@ exports[`createBrandedThemeWithAlias test themeName: DarkGray 1`] = `
|
|
|
78
78
|
Object {
|
|
79
79
|
"colors": Object {
|
|
80
80
|
"brandBackground": "#0078d4",
|
|
81
|
-
"brandBackground2": "#
|
|
81
|
+
"brandBackground2": "#c7e0f4",
|
|
82
82
|
"brandBackgroundHover": "#106ebe",
|
|
83
|
-
"brandBackgroundPressed": "#
|
|
83
|
+
"brandBackgroundPressed": "#004c87",
|
|
84
84
|
"brandBackgroundSelected": "#005a9e",
|
|
85
85
|
"brandBackgroundStatic": "#0078d4",
|
|
86
|
-
"brandForeground1": "#
|
|
87
|
-
"brandForeground2": "#
|
|
88
|
-
"brandForegroundLink": "#
|
|
89
|
-
"brandForegroundLinkHover": "#
|
|
90
|
-
"brandForegroundLinkPressed": "#
|
|
91
|
-
"brandForegroundLinkSelected": "#
|
|
86
|
+
"brandForeground1": "#6cb8f6",
|
|
87
|
+
"brandForeground2": "#c7e0f4",
|
|
88
|
+
"brandForegroundLink": "#6cb8f6",
|
|
89
|
+
"brandForegroundLinkHover": "#c7e0f4",
|
|
90
|
+
"brandForegroundLinkPressed": "#2899f5",
|
|
91
|
+
"brandForegroundLinkSelected": "#c7e0f4",
|
|
92
92
|
"brandStroke1": "#0078d4",
|
|
93
|
-
"brandStroke2": "#
|
|
93
|
+
"brandStroke2": "#c7e0f4",
|
|
94
94
|
"compoundBrandBackground1": "#0078d4",
|
|
95
95
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
96
96
|
"compoundBrandBackground1Pressed": "#005a9e",
|
|
97
|
-
"compoundBrandForeground1": "#
|
|
98
|
-
"compoundBrandForeground1Hover": "#
|
|
99
|
-
"compoundBrandForeground1Pressed": "#
|
|
97
|
+
"compoundBrandForeground1": "#6cb8f6",
|
|
98
|
+
"compoundBrandForeground1Hover": "#c7e0f4",
|
|
99
|
+
"compoundBrandForeground1Pressed": "#2899f5",
|
|
100
100
|
"compoundBrandStroke1": "#0078d4",
|
|
101
101
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
102
102
|
"compoundBrandStroke1Pressed": "#005a9e",
|
|
103
|
-
"neutralForeground2BrandHover": "#
|
|
104
|
-
"neutralForeground2BrandPressed": "#
|
|
105
|
-
"neutralForeground2BrandSelected": "#
|
|
106
|
-
"neutralForeground3BrandHover": "#
|
|
107
|
-
"neutralForeground3BrandPressed": "#
|
|
108
|
-
"neutralForeground3BrandSelected": "#
|
|
103
|
+
"neutralForeground2BrandHover": "#c7e0f4",
|
|
104
|
+
"neutralForeground2BrandPressed": "#2899f5",
|
|
105
|
+
"neutralForeground2BrandSelected": "#c7e0f4",
|
|
106
|
+
"neutralForeground3BrandHover": "#c7e0f4",
|
|
107
|
+
"neutralForeground3BrandPressed": "#2899f5",
|
|
108
|
+
"neutralForeground3BrandSelected": "#c7e0f4",
|
|
109
109
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
110
110
|
},
|
|
111
111
|
}
|
|
@@ -117,33 +117,33 @@ exports[`createBrandedThemeWithAlias test themeName: White 1`] = `
|
|
|
117
117
|
Object {
|
|
118
118
|
"colors": Object {
|
|
119
119
|
"brandBackground": "#0078d4",
|
|
120
|
-
"brandBackground2": "#
|
|
120
|
+
"brandBackground2": "#c7e0f4",
|
|
121
121
|
"brandBackgroundHover": "#106ebe",
|
|
122
|
-
"brandBackgroundPressed": "#
|
|
122
|
+
"brandBackgroundPressed": "#004c87",
|
|
123
123
|
"brandBackgroundSelected": "#005a9e",
|
|
124
124
|
"brandBackgroundStatic": "#0078d4",
|
|
125
125
|
"brandForeground1": "#0078d4",
|
|
126
126
|
"brandForeground2": "#106ebe",
|
|
127
127
|
"brandForegroundLink": "#0078d4",
|
|
128
128
|
"brandForegroundLinkHover": "#106ebe",
|
|
129
|
-
"brandForegroundLinkPressed": "#
|
|
129
|
+
"brandForegroundLinkPressed": "#004c87",
|
|
130
130
|
"brandForegroundLinkSelected": "#005a9e",
|
|
131
131
|
"brandStroke1": "#0078d4",
|
|
132
|
-
"brandStroke2": "#
|
|
132
|
+
"brandStroke2": "#c7e0f4",
|
|
133
133
|
"compoundBrandBackground1": "#0078d4",
|
|
134
134
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
135
135
|
"compoundBrandBackground1Pressed": "#005a9e",
|
|
136
136
|
"compoundBrandForeground1": "#0078d4",
|
|
137
137
|
"compoundBrandForeground1Hover": "#106ebe",
|
|
138
|
-
"compoundBrandForeground1Pressed": "#
|
|
138
|
+
"compoundBrandForeground1Pressed": "#004c87",
|
|
139
139
|
"compoundBrandStroke1": "#0078d4",
|
|
140
140
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
141
141
|
"compoundBrandStroke1Pressed": "#005a9e",
|
|
142
142
|
"neutralForeground2BrandHover": "#106ebe",
|
|
143
|
-
"neutralForeground2BrandPressed": "#
|
|
143
|
+
"neutralForeground2BrandPressed": "#004c87",
|
|
144
144
|
"neutralForeground2BrandSelected": "#005a9e",
|
|
145
145
|
"neutralForeground3BrandHover": "#106ebe",
|
|
146
|
-
"neutralForeground3BrandPressed": "#
|
|
146
|
+
"neutralForeground3BrandPressed": "#004c87",
|
|
147
147
|
"neutralForeground3BrandSelected": "#005a9e",
|
|
148
148
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
149
149
|
},
|
|
@@ -222,6 +222,32 @@ Object {
|
|
|
222
222
|
|
|
223
223
|
exports[`createOfficeColorAliasTokens test officeTheme: Black 1`] = `
|
|
224
224
|
Object {
|
|
225
|
+
"brandBackground": "#185abd",
|
|
226
|
+
"brandBackground2": "#d2e0f4",
|
|
227
|
+
"brandBackgroundDisabled": undefined,
|
|
228
|
+
"brandBackgroundHover": "#1651aa",
|
|
229
|
+
"brandBackgroundPressed": "#0e336a",
|
|
230
|
+
"brandBackgroundSelected": "#13458f",
|
|
231
|
+
"brandBackgroundStatic": "#185abd",
|
|
232
|
+
"brandForeground1": "#aec6eb",
|
|
233
|
+
"brandForeground1Disabled": undefined,
|
|
234
|
+
"brandForeground1Pressed": undefined,
|
|
235
|
+
"brandForeground2": "#d2e0f4",
|
|
236
|
+
"brandForegroundLink": "#aec6eb",
|
|
237
|
+
"brandForegroundLinkHover": "#d2e0f4",
|
|
238
|
+
"brandForegroundLinkPressed": "#2e6ac5",
|
|
239
|
+
"brandForegroundLinkSelected": "#d2e0f4",
|
|
240
|
+
"brandStroke1": "#185abd",
|
|
241
|
+
"brandStroke2": "#6794d7",
|
|
242
|
+
"compoundBrandBackground1": "#185abd",
|
|
243
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
244
|
+
"compoundBrandBackground1Pressed": "#0e336a",
|
|
245
|
+
"compoundBrandForeground1": "#aec6eb",
|
|
246
|
+
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
247
|
+
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
248
|
+
"compoundBrandStroke1": "#185abd",
|
|
249
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
250
|
+
"compoundBrandStroke1Pressed": "#0e336a",
|
|
225
251
|
"neutralBackground1": "#292929",
|
|
226
252
|
"neutralBackground1Hover": "#3d3d3d",
|
|
227
253
|
"neutralBackground1Pressed": "#1f1f1f",
|
|
@@ -263,7 +289,17 @@ Object {
|
|
|
263
289
|
"neutralForeground3Hover": "#d6d6d6",
|
|
264
290
|
"neutralForeground3Pressed": "#d6d6d6",
|
|
265
291
|
"neutralForeground3Selected": "#d6d6d6",
|
|
292
|
+
"neutralForeground4": "#999999",
|
|
293
|
+
"neutralForegroundDisabled": "#5c5c5c",
|
|
266
294
|
"neutralForegroundInverted": "#000000",
|
|
295
|
+
"neutralForegroundInvertedLink": "#292929",
|
|
296
|
+
"neutralForegroundInvertedLinkHover": "#292929",
|
|
297
|
+
"neutralForegroundInvertedLinkPressed": "#292929",
|
|
298
|
+
"neutralForegroundInvertedLinkSelected": "#292929",
|
|
299
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
300
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
301
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
302
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
267
303
|
"neutralStencil1": "#333333",
|
|
268
304
|
"neutralStencil2": "#575757",
|
|
269
305
|
"neutralStroke1": "#666666",
|
|
@@ -271,16 +307,65 @@ Object {
|
|
|
271
307
|
"neutralStroke1Pressed": "#6b6b6b",
|
|
272
308
|
"neutralStroke1Selected": "#707070",
|
|
273
309
|
"neutralStroke2": "#525252",
|
|
310
|
+
"neutralStroke3": "#3d3d3d",
|
|
274
311
|
"neutralStrokeAccessible": "#adadad",
|
|
275
312
|
"neutralStrokeAccessibleHover": "#bdbdbd",
|
|
276
313
|
"neutralStrokeAccessiblePressed": "#b3b3b3",
|
|
277
314
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
278
315
|
"neutralStrokeDisabled": "#424242",
|
|
316
|
+
"redBackground1": "#230308",
|
|
317
|
+
"redBackground2": "#420610",
|
|
318
|
+
"redBackground3": "#750b1c",
|
|
319
|
+
"redBorder1": "#750b1c",
|
|
320
|
+
"redBorder2": "#962f3f",
|
|
321
|
+
"redBorderActive": "#ac4f5e",
|
|
322
|
+
"redForeground1": "#ac4f5e",
|
|
323
|
+
"redForeground2": "#420610",
|
|
324
|
+
"redForeground3": "#750b1c",
|
|
325
|
+
"strokeFocus1": "#000000",
|
|
326
|
+
"strokeFocus2": "#ffffff",
|
|
327
|
+
"subtleBackground": "transparent",
|
|
328
|
+
"subtleBackgroundHover": "#3d3d3d",
|
|
329
|
+
"subtleBackgroundPressed": "#1f1f1f",
|
|
330
|
+
"subtleBackgroundSelected": "#383838",
|
|
331
|
+
"transparentBackground": "transparent",
|
|
332
|
+
"transparentBackgroundHover": "transparent",
|
|
333
|
+
"transparentBackgroundPressed": "transparent",
|
|
334
|
+
"transparentBackgroundSelected": "transparent",
|
|
335
|
+
"transparentStroke": "transparent",
|
|
336
|
+
"transparentStrokeDisabled": "transparent",
|
|
337
|
+
"transparentStrokeInteractive": "transparent",
|
|
279
338
|
}
|
|
280
339
|
`;
|
|
281
340
|
|
|
282
341
|
exports[`createOfficeColorAliasTokens test officeTheme: Colorful 1`] = `
|
|
283
342
|
Object {
|
|
343
|
+
"brandBackground": "#185abd",
|
|
344
|
+
"brandBackground2": "#d2e0f4",
|
|
345
|
+
"brandBackgroundDisabled": undefined,
|
|
346
|
+
"brandBackgroundHover": "#1651aa",
|
|
347
|
+
"brandBackgroundPressed": "#0e336a",
|
|
348
|
+
"brandBackgroundSelected": "#13458f",
|
|
349
|
+
"brandBackgroundStatic": "#185abd",
|
|
350
|
+
"brandForeground1": "#185abd",
|
|
351
|
+
"brandForeground1Disabled": undefined,
|
|
352
|
+
"brandForeground1Pressed": undefined,
|
|
353
|
+
"brandForeground2": "#1651aa",
|
|
354
|
+
"brandForegroundLink": "#185abd",
|
|
355
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
356
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
357
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
358
|
+
"brandStroke1": "#185abd",
|
|
359
|
+
"brandStroke2": "#6794d7",
|
|
360
|
+
"compoundBrandBackground1": "#185abd",
|
|
361
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
362
|
+
"compoundBrandBackground1Pressed": "#0e336a",
|
|
363
|
+
"compoundBrandForeground1": "#185abd",
|
|
364
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
365
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
366
|
+
"compoundBrandStroke1": "#185abd",
|
|
367
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
368
|
+
"compoundBrandStroke1Pressed": "#0e336a",
|
|
284
369
|
"neutralBackground1": "#ffffff",
|
|
285
370
|
"neutralBackground1Hover": "#f5f5f5",
|
|
286
371
|
"neutralBackground1Pressed": "#e0e0e0",
|
|
@@ -322,7 +407,17 @@ Object {
|
|
|
322
407
|
"neutralForeground3Hover": "#424242",
|
|
323
408
|
"neutralForeground3Pressed": "#424242",
|
|
324
409
|
"neutralForeground3Selected": "#424242",
|
|
410
|
+
"neutralForeground4": "#707070",
|
|
411
|
+
"neutralForegroundDisabled": "#bdbdbd",
|
|
325
412
|
"neutralForegroundInverted": "#ffffff",
|
|
413
|
+
"neutralForegroundInvertedLink": "#ffffff",
|
|
414
|
+
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
415
|
+
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
416
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
417
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
418
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
419
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
420
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
326
421
|
"neutralStencil1": "#e6e6e6",
|
|
327
422
|
"neutralStencil2": "#fafafa",
|
|
328
423
|
"neutralStroke1": "#d1d1d1",
|
|
@@ -330,16 +425,65 @@ Object {
|
|
|
330
425
|
"neutralStroke1Pressed": "#b3b3b3",
|
|
331
426
|
"neutralStroke1Selected": "#bdbdbd",
|
|
332
427
|
"neutralStroke2": "#e0e0e0",
|
|
428
|
+
"neutralStroke3": "#f0f0f0",
|
|
333
429
|
"neutralStrokeAccessible": "#616161",
|
|
334
430
|
"neutralStrokeAccessibleHover": "#575757",
|
|
335
431
|
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
336
432
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
337
433
|
"neutralStrokeDisabled": "#e0e0e0",
|
|
434
|
+
"redBackground1": "#f9f0f2",
|
|
435
|
+
"redBackground2": "#d69ca5",
|
|
436
|
+
"redBackground3": "#750b1c",
|
|
437
|
+
"redBorder1": "#d69ca5",
|
|
438
|
+
"redBorder2": "#750b1c",
|
|
439
|
+
"redBorderActive": "#750b1c",
|
|
440
|
+
"redForeground1": "#690a19",
|
|
441
|
+
"redForeground2": "#d69ca5",
|
|
442
|
+
"redForeground3": "#750b1c",
|
|
443
|
+
"strokeFocus1": "#ffffff",
|
|
444
|
+
"strokeFocus2": "#000000",
|
|
445
|
+
"subtleBackground": "transparent",
|
|
446
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
447
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
448
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
449
|
+
"transparentBackground": "transparent",
|
|
450
|
+
"transparentBackgroundHover": "transparent",
|
|
451
|
+
"transparentBackgroundPressed": "transparent",
|
|
452
|
+
"transparentBackgroundSelected": "transparent",
|
|
453
|
+
"transparentStroke": "transparent",
|
|
454
|
+
"transparentStrokeDisabled": "transparent",
|
|
455
|
+
"transparentStrokeInteractive": "transparent",
|
|
338
456
|
}
|
|
339
457
|
`;
|
|
340
458
|
|
|
341
459
|
exports[`createOfficeColorAliasTokens test officeTheme: DarkGray 1`] = `
|
|
342
460
|
Object {
|
|
461
|
+
"brandBackground": "#185abd",
|
|
462
|
+
"brandBackground2": "#d2e0f4",
|
|
463
|
+
"brandBackgroundDisabled": undefined,
|
|
464
|
+
"brandBackgroundHover": "#1651aa",
|
|
465
|
+
"brandBackgroundPressed": "#0e336a",
|
|
466
|
+
"brandBackgroundSelected": "#13458f",
|
|
467
|
+
"brandBackgroundStatic": "#185abd",
|
|
468
|
+
"brandForeground1": "#aec6eb",
|
|
469
|
+
"brandForeground1Disabled": undefined,
|
|
470
|
+
"brandForeground1Pressed": undefined,
|
|
471
|
+
"brandForeground2": "#d2e0f4",
|
|
472
|
+
"brandForegroundLink": "#aec6eb",
|
|
473
|
+
"brandForegroundLinkHover": "#d2e0f4",
|
|
474
|
+
"brandForegroundLinkPressed": "#2e6ac5",
|
|
475
|
+
"brandForegroundLinkSelected": "#d2e0f4",
|
|
476
|
+
"brandStroke1": "#185abd",
|
|
477
|
+
"brandStroke2": "#6794d7",
|
|
478
|
+
"compoundBrandBackground1": "#185abd",
|
|
479
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
480
|
+
"compoundBrandBackground1Pressed": "#0e336a",
|
|
481
|
+
"compoundBrandForeground1": "#aec6eb",
|
|
482
|
+
"compoundBrandForeground1Hover": "#d2e0f4",
|
|
483
|
+
"compoundBrandForeground1Pressed": "#2e6ac5",
|
|
484
|
+
"compoundBrandStroke1": "#185abd",
|
|
485
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
486
|
+
"compoundBrandStroke1Pressed": "#0e336a",
|
|
343
487
|
"neutralBackground1": "#4d4d4d",
|
|
344
488
|
"neutralBackground1Hover": "#5c5c5c",
|
|
345
489
|
"neutralBackground1Pressed": "#424242",
|
|
@@ -381,7 +525,17 @@ Object {
|
|
|
381
525
|
"neutralForeground3Hover": "#e6e6e6",
|
|
382
526
|
"neutralForeground3Pressed": "#e6e6e6",
|
|
383
527
|
"neutralForeground3Selected": "#e6e6e6",
|
|
528
|
+
"neutralForeground4": "#c2c2c2",
|
|
529
|
+
"neutralForegroundDisabled": "#666666",
|
|
384
530
|
"neutralForegroundInverted": "#000000",
|
|
531
|
+
"neutralForegroundInvertedLink": "#4d4d4d",
|
|
532
|
+
"neutralForegroundInvertedLinkHover": "#4d4d4d",
|
|
533
|
+
"neutralForegroundInvertedLinkPressed": "#4d4d4d",
|
|
534
|
+
"neutralForegroundInvertedLinkSelected": "#4d4d4d",
|
|
535
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
536
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
537
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
538
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
385
539
|
"neutralStencil1": "#1a1a1a",
|
|
386
540
|
"neutralStencil2": "#424242",
|
|
387
541
|
"neutralStroke1": "#8a8a8a",
|
|
@@ -389,276 +543,562 @@ Object {
|
|
|
389
543
|
"neutralStroke1Pressed": "#8f8f8f",
|
|
390
544
|
"neutralStroke1Selected": "#949494",
|
|
391
545
|
"neutralStroke2": "#757575",
|
|
546
|
+
"neutralStroke3": "#616161",
|
|
392
547
|
"neutralStrokeAccessible": "#a8a8a8",
|
|
393
548
|
"neutralStrokeAccessibleHover": "#b8b8b8",
|
|
394
549
|
"neutralStrokeAccessiblePressed": "#adadad",
|
|
395
550
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
396
551
|
"neutralStrokeDisabled": "#474747",
|
|
552
|
+
"redBackground1": "#230308",
|
|
553
|
+
"redBackground2": "#420610",
|
|
554
|
+
"redBackground3": "#750b1c",
|
|
555
|
+
"redBorder1": "#750b1c",
|
|
556
|
+
"redBorder2": "#962f3f",
|
|
557
|
+
"redBorderActive": "#ac4f5e",
|
|
558
|
+
"redForeground1": "#ac4f5e",
|
|
559
|
+
"redForeground2": "#420610",
|
|
560
|
+
"redForeground3": "#750b1c",
|
|
561
|
+
"strokeFocus1": "#000000",
|
|
562
|
+
"strokeFocus2": "#ffffff",
|
|
563
|
+
"subtleBackground": "transparent",
|
|
564
|
+
"subtleBackgroundHover": "#5c5c5c",
|
|
565
|
+
"subtleBackgroundPressed": "#424242",
|
|
566
|
+
"subtleBackgroundSelected": "#575757",
|
|
567
|
+
"transparentBackground": "transparent",
|
|
568
|
+
"transparentBackgroundHover": "transparent",
|
|
569
|
+
"transparentBackgroundPressed": "transparent",
|
|
570
|
+
"transparentBackgroundSelected": "transparent",
|
|
571
|
+
"transparentStroke": "transparent",
|
|
572
|
+
"transparentStrokeDisabled": "transparent",
|
|
573
|
+
"transparentStrokeInteractive": "transparent",
|
|
397
574
|
}
|
|
398
575
|
`;
|
|
399
576
|
|
|
400
577
|
exports[`createOfficeColorAliasTokens test officeTheme: HighContrast 1`] = `
|
|
401
578
|
Object {
|
|
579
|
+
"brandBackground": Object {
|
|
580
|
+
"semantic": Array [
|
|
581
|
+
"SystemColorButtonFaceColor",
|
|
582
|
+
],
|
|
583
|
+
},
|
|
584
|
+
"brandBackground2": Object {
|
|
585
|
+
"semantic": Array [
|
|
586
|
+
"SystemColorButtonFaceColor",
|
|
587
|
+
],
|
|
588
|
+
},
|
|
589
|
+
"brandBackgroundDisabled": undefined,
|
|
590
|
+
"brandBackgroundHover": Object {
|
|
591
|
+
"semantic": Array [
|
|
592
|
+
"SystemColorHighlightColor",
|
|
593
|
+
],
|
|
594
|
+
},
|
|
595
|
+
"brandBackgroundPressed": Object {
|
|
596
|
+
"semantic": Array [
|
|
597
|
+
"SystemColorHighlightColor",
|
|
598
|
+
],
|
|
599
|
+
},
|
|
600
|
+
"brandBackgroundSelected": Object {
|
|
601
|
+
"semantic": Array [
|
|
602
|
+
"SystemColorHighlightColor",
|
|
603
|
+
],
|
|
604
|
+
},
|
|
605
|
+
"brandBackgroundStatic": Object {
|
|
606
|
+
"semantic": Array [
|
|
607
|
+
"SystemColorWindowColor",
|
|
608
|
+
],
|
|
609
|
+
},
|
|
610
|
+
"brandForeground1": Object {
|
|
611
|
+
"semantic": Array [
|
|
612
|
+
"SystemColorWindowTextColor",
|
|
613
|
+
],
|
|
614
|
+
},
|
|
615
|
+
"brandForeground1Disabled": undefined,
|
|
616
|
+
"brandForeground1Pressed": undefined,
|
|
617
|
+
"brandForeground2": Object {
|
|
618
|
+
"semantic": Array [
|
|
619
|
+
"SystemColorButtonTextColor",
|
|
620
|
+
],
|
|
621
|
+
},
|
|
622
|
+
"brandForegroundLink": Object {
|
|
623
|
+
"semantic": Array [
|
|
624
|
+
"SystemColorHotlightColor",
|
|
625
|
+
],
|
|
626
|
+
},
|
|
627
|
+
"brandForegroundLinkHover": Object {
|
|
628
|
+
"semantic": Array [
|
|
629
|
+
"SystemColorHotlightColor",
|
|
630
|
+
],
|
|
631
|
+
},
|
|
632
|
+
"brandForegroundLinkPressed": Object {
|
|
633
|
+
"semantic": Array [
|
|
634
|
+
"SystemColorHotlightColor",
|
|
635
|
+
],
|
|
636
|
+
},
|
|
637
|
+
"brandForegroundLinkSelected": Object {
|
|
638
|
+
"semantic": Array [
|
|
639
|
+
"SystemColorHotlightColor",
|
|
640
|
+
],
|
|
641
|
+
},
|
|
642
|
+
"brandStroke1": Object {
|
|
643
|
+
"semantic": Array [
|
|
644
|
+
"SystemColorWindowTextColor",
|
|
645
|
+
],
|
|
646
|
+
},
|
|
647
|
+
"brandStroke2": Object {
|
|
648
|
+
"semantic": Array [
|
|
649
|
+
"SystemColorWindowColor",
|
|
650
|
+
],
|
|
651
|
+
},
|
|
652
|
+
"compoundBrandBackground1": Object {
|
|
653
|
+
"semantic": Array [
|
|
654
|
+
"SystemColorHighlightColor",
|
|
655
|
+
],
|
|
656
|
+
},
|
|
657
|
+
"compoundBrandBackground1Hover": Object {
|
|
658
|
+
"semantic": Array [
|
|
659
|
+
"SystemColorHighlightColor",
|
|
660
|
+
],
|
|
661
|
+
},
|
|
662
|
+
"compoundBrandBackground1Pressed": Object {
|
|
663
|
+
"semantic": Array [
|
|
664
|
+
"SystemColorHighlightColor",
|
|
665
|
+
],
|
|
666
|
+
},
|
|
667
|
+
"compoundBrandForeground1": Object {
|
|
668
|
+
"semantic": Array [
|
|
669
|
+
"SystemColorHighlightColor",
|
|
670
|
+
],
|
|
671
|
+
},
|
|
672
|
+
"compoundBrandForeground1Hover": Object {
|
|
673
|
+
"semantic": Array [
|
|
674
|
+
"SystemColorHighlightColor",
|
|
675
|
+
],
|
|
676
|
+
},
|
|
677
|
+
"compoundBrandForeground1Pressed": Object {
|
|
678
|
+
"semantic": Array [
|
|
679
|
+
"SystemColorHighlightColor",
|
|
680
|
+
],
|
|
681
|
+
},
|
|
682
|
+
"compoundBrandStroke1": Object {
|
|
683
|
+
"semantic": Array [
|
|
684
|
+
"SystemColorWindowColor",
|
|
685
|
+
],
|
|
686
|
+
},
|
|
687
|
+
"compoundBrandStroke1Hover": Object {
|
|
688
|
+
"semantic": Array [
|
|
689
|
+
"SystemColorHighlightColor",
|
|
690
|
+
],
|
|
691
|
+
},
|
|
692
|
+
"compoundBrandStroke1Pressed": Object {
|
|
693
|
+
"semantic": Array [
|
|
694
|
+
"SystemColorHighlightColor",
|
|
695
|
+
],
|
|
696
|
+
},
|
|
402
697
|
"neutralBackground1": Object {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
698
|
+
"semantic": Array [
|
|
699
|
+
"SystemColorWindowColor",
|
|
405
700
|
],
|
|
406
701
|
},
|
|
407
702
|
"neutralBackground1Hover": Object {
|
|
408
|
-
"
|
|
409
|
-
"
|
|
703
|
+
"semantic": Array [
|
|
704
|
+
"SystemColorHighlightColor",
|
|
410
705
|
],
|
|
411
706
|
},
|
|
412
707
|
"neutralBackground1Pressed": Object {
|
|
413
|
-
"
|
|
414
|
-
"
|
|
708
|
+
"semantic": Array [
|
|
709
|
+
"SystemColorHighlightColor",
|
|
415
710
|
],
|
|
416
711
|
},
|
|
417
712
|
"neutralBackground1Selected": Object {
|
|
418
|
-
"
|
|
419
|
-
"
|
|
713
|
+
"semantic": Array [
|
|
714
|
+
"SystemColorHighlightColor",
|
|
420
715
|
],
|
|
421
716
|
},
|
|
422
717
|
"neutralBackground2": Object {
|
|
423
|
-
"
|
|
424
|
-
"
|
|
718
|
+
"semantic": Array [
|
|
719
|
+
"SystemColorWindowColor",
|
|
425
720
|
],
|
|
426
721
|
},
|
|
427
722
|
"neutralBackground2Hover": Object {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
723
|
+
"semantic": Array [
|
|
724
|
+
"SystemColorHighlightColor",
|
|
430
725
|
],
|
|
431
726
|
},
|
|
432
727
|
"neutralBackground2Pressed": Object {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
728
|
+
"semantic": Array [
|
|
729
|
+
"SystemColorHighlightColor",
|
|
435
730
|
],
|
|
436
731
|
},
|
|
437
732
|
"neutralBackground2Selected": Object {
|
|
438
|
-
"
|
|
439
|
-
"
|
|
733
|
+
"semantic": Array [
|
|
734
|
+
"SystemColorHighlightColor",
|
|
440
735
|
],
|
|
441
736
|
},
|
|
442
737
|
"neutralBackground3": Object {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
738
|
+
"semantic": Array [
|
|
739
|
+
"SystemColorWindowColor",
|
|
445
740
|
],
|
|
446
741
|
},
|
|
447
742
|
"neutralBackground3Hover": Object {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
743
|
+
"semantic": Array [
|
|
744
|
+
"SystemColorHighlightColor",
|
|
450
745
|
],
|
|
451
746
|
},
|
|
452
747
|
"neutralBackground3Pressed": Object {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
748
|
+
"semantic": Array [
|
|
749
|
+
"SystemColorHighlightColor",
|
|
455
750
|
],
|
|
456
751
|
},
|
|
457
752
|
"neutralBackground3Selected": Object {
|
|
458
|
-
"
|
|
459
|
-
"
|
|
753
|
+
"semantic": Array [
|
|
754
|
+
"SystemColorHighlightColor",
|
|
460
755
|
],
|
|
461
756
|
},
|
|
462
757
|
"neutralBackground4": Object {
|
|
463
|
-
"
|
|
464
|
-
"
|
|
758
|
+
"semantic": Array [
|
|
759
|
+
"SystemColorWindowColor",
|
|
465
760
|
],
|
|
466
761
|
},
|
|
467
762
|
"neutralBackground4Hover": Object {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
763
|
+
"semantic": Array [
|
|
764
|
+
"SystemColorHighlightColor",
|
|
470
765
|
],
|
|
471
766
|
},
|
|
472
767
|
"neutralBackground4Pressed": Object {
|
|
473
|
-
"
|
|
474
|
-
"
|
|
768
|
+
"semantic": Array [
|
|
769
|
+
"SystemColorHighlightColor",
|
|
475
770
|
],
|
|
476
771
|
},
|
|
477
772
|
"neutralBackground4Selected": Object {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
773
|
+
"semantic": Array [
|
|
774
|
+
"SystemColorHighlightColor",
|
|
480
775
|
],
|
|
481
776
|
},
|
|
482
777
|
"neutralBackground5": Object {
|
|
483
|
-
"
|
|
484
|
-
"
|
|
778
|
+
"semantic": Array [
|
|
779
|
+
"SystemColorWindowColor",
|
|
485
780
|
],
|
|
486
781
|
},
|
|
487
782
|
"neutralBackground5Hover": Object {
|
|
488
|
-
"
|
|
489
|
-
"
|
|
783
|
+
"semantic": Array [
|
|
784
|
+
"SystemColorHighlightColor",
|
|
490
785
|
],
|
|
491
786
|
},
|
|
492
787
|
"neutralBackground5Pressed": Object {
|
|
493
|
-
"
|
|
494
|
-
"
|
|
788
|
+
"semantic": Array [
|
|
789
|
+
"SystemColorHighlightColor",
|
|
495
790
|
],
|
|
496
791
|
},
|
|
497
792
|
"neutralBackground5Selected": Object {
|
|
498
|
-
"
|
|
499
|
-
"
|
|
793
|
+
"semantic": Array [
|
|
794
|
+
"SystemColorHighlightColor",
|
|
500
795
|
],
|
|
501
796
|
},
|
|
502
797
|
"neutralBackground6": Object {
|
|
503
|
-
"
|
|
504
|
-
"
|
|
798
|
+
"semantic": Array [
|
|
799
|
+
"SystemColorWindowColor",
|
|
505
800
|
],
|
|
506
801
|
},
|
|
507
802
|
"neutralBackgroundDisabled": Object {
|
|
508
|
-
"
|
|
509
|
-
"
|
|
803
|
+
"semantic": Array [
|
|
804
|
+
"SystemColorWindowColor",
|
|
510
805
|
],
|
|
511
806
|
},
|
|
512
807
|
"neutralBackgroundInverted": Object {
|
|
513
|
-
"
|
|
514
|
-
"
|
|
808
|
+
"semantic": Array [
|
|
809
|
+
"SystemColorWindowTextColor",
|
|
515
810
|
],
|
|
516
811
|
},
|
|
517
812
|
"neutralForeground1": Object {
|
|
518
|
-
"
|
|
519
|
-
"
|
|
813
|
+
"semantic": Array [
|
|
814
|
+
"SystemColorWindowTextColor",
|
|
520
815
|
],
|
|
521
816
|
},
|
|
522
817
|
"neutralForeground1Hover": Object {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
818
|
+
"semantic": Array [
|
|
819
|
+
"SystemColorHighlightTextColor",
|
|
525
820
|
],
|
|
526
821
|
},
|
|
527
822
|
"neutralForeground1Pressed": Object {
|
|
528
|
-
"
|
|
529
|
-
"
|
|
823
|
+
"semantic": Array [
|
|
824
|
+
"SystemColorHighlightTextColor",
|
|
530
825
|
],
|
|
531
826
|
},
|
|
532
827
|
"neutralForeground1Selected": Object {
|
|
533
|
-
"
|
|
534
|
-
"
|
|
828
|
+
"semantic": Array [
|
|
829
|
+
"SystemColorHighlightTextColor",
|
|
535
830
|
],
|
|
536
831
|
},
|
|
537
832
|
"neutralForeground2": Object {
|
|
538
|
-
"
|
|
539
|
-
"
|
|
833
|
+
"semantic": Array [
|
|
834
|
+
"SystemColorWindowTextColor",
|
|
540
835
|
],
|
|
541
836
|
},
|
|
542
837
|
"neutralForeground2BrandHover": Object {
|
|
543
|
-
"
|
|
544
|
-
"
|
|
838
|
+
"semantic": Array [
|
|
839
|
+
"SystemColorHighlightTextColor",
|
|
545
840
|
],
|
|
546
841
|
},
|
|
547
842
|
"neutralForeground2BrandPressed": Object {
|
|
548
|
-
"
|
|
549
|
-
"
|
|
843
|
+
"semantic": Array [
|
|
844
|
+
"SystemColorHighlightTextColor",
|
|
550
845
|
],
|
|
551
846
|
},
|
|
552
847
|
"neutralForeground2BrandSelected": Object {
|
|
553
|
-
"
|
|
554
|
-
"
|
|
848
|
+
"semantic": Array [
|
|
849
|
+
"SystemColorHighlightTextColor",
|
|
555
850
|
],
|
|
556
851
|
},
|
|
557
852
|
"neutralForeground2Hover": Object {
|
|
558
|
-
"
|
|
559
|
-
"
|
|
853
|
+
"semantic": Array [
|
|
854
|
+
"SystemColorHighlightTextColor",
|
|
560
855
|
],
|
|
561
856
|
},
|
|
562
857
|
"neutralForeground2Pressed": Object {
|
|
563
|
-
"
|
|
564
|
-
"
|
|
858
|
+
"semantic": Array [
|
|
859
|
+
"SystemColorHighlightTextColor",
|
|
565
860
|
],
|
|
566
861
|
},
|
|
567
862
|
"neutralForeground2Selected": Object {
|
|
568
|
-
"
|
|
569
|
-
"
|
|
863
|
+
"semantic": Array [
|
|
864
|
+
"SystemColorHighlightTextColor",
|
|
570
865
|
],
|
|
571
866
|
},
|
|
572
867
|
"neutralForeground3": Object {
|
|
573
|
-
"
|
|
574
|
-
"
|
|
868
|
+
"semantic": Array [
|
|
869
|
+
"SystemColorWindowTextColor",
|
|
575
870
|
],
|
|
576
871
|
},
|
|
577
872
|
"neutralForeground3BrandHover": Object {
|
|
578
|
-
"
|
|
579
|
-
"
|
|
873
|
+
"semantic": Array [
|
|
874
|
+
"SystemColorHighlightTextColor",
|
|
580
875
|
],
|
|
581
876
|
},
|
|
582
877
|
"neutralForeground3BrandPressed": Object {
|
|
583
|
-
"
|
|
584
|
-
"
|
|
878
|
+
"semantic": Array [
|
|
879
|
+
"SystemColorHighlightTextColor",
|
|
585
880
|
],
|
|
586
881
|
},
|
|
587
882
|
"neutralForeground3BrandSelected": Object {
|
|
588
|
-
"
|
|
589
|
-
"
|
|
883
|
+
"semantic": Array [
|
|
884
|
+
"SystemColorHighlightTextColor",
|
|
590
885
|
],
|
|
591
886
|
},
|
|
592
887
|
"neutralForeground3Hover": Object {
|
|
593
|
-
"
|
|
594
|
-
"
|
|
888
|
+
"semantic": Array [
|
|
889
|
+
"SystemColorHighlightTextColor",
|
|
595
890
|
],
|
|
596
891
|
},
|
|
597
892
|
"neutralForeground3Pressed": Object {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
893
|
+
"semantic": Array [
|
|
894
|
+
"SystemColorHighlightTextColor",
|
|
600
895
|
],
|
|
601
896
|
},
|
|
602
897
|
"neutralForeground3Selected": Object {
|
|
603
|
-
"
|
|
604
|
-
"
|
|
898
|
+
"semantic": Array [
|
|
899
|
+
"SystemColorHighlightTextColor",
|
|
900
|
+
],
|
|
901
|
+
},
|
|
902
|
+
"neutralForeground4": Object {
|
|
903
|
+
"semantic": Array [
|
|
904
|
+
"SystemColorWindowTextColor",
|
|
905
|
+
],
|
|
906
|
+
},
|
|
907
|
+
"neutralForegroundDisabled": Object {
|
|
908
|
+
"semantic": Array [
|
|
909
|
+
"SystemColorGrayTextColor",
|
|
605
910
|
],
|
|
606
911
|
},
|
|
607
912
|
"neutralForegroundInverted": Object {
|
|
608
|
-
"
|
|
609
|
-
"
|
|
913
|
+
"semantic": Array [
|
|
914
|
+
"SystemColorWindowColor",
|
|
915
|
+
],
|
|
916
|
+
},
|
|
917
|
+
"neutralForegroundInvertedLink": Object {
|
|
918
|
+
"semantic": Array [
|
|
919
|
+
"SystemColorHotlightColor",
|
|
920
|
+
],
|
|
921
|
+
},
|
|
922
|
+
"neutralForegroundInvertedLinkHover": Object {
|
|
923
|
+
"semantic": Array [
|
|
924
|
+
"SystemColorHotlightColor",
|
|
925
|
+
],
|
|
926
|
+
},
|
|
927
|
+
"neutralForegroundInvertedLinkPressed": Object {
|
|
928
|
+
"semantic": Array [
|
|
929
|
+
"SystemColorHotlightColor",
|
|
930
|
+
],
|
|
931
|
+
},
|
|
932
|
+
"neutralForegroundInvertedLinkSelected": Object {
|
|
933
|
+
"semantic": Array [
|
|
934
|
+
"SystemColorHotlightColor",
|
|
935
|
+
],
|
|
936
|
+
},
|
|
937
|
+
"neutralForegroundOnBrand": Object {
|
|
938
|
+
"semantic": Array [
|
|
939
|
+
"SystemColorButtonTextColor",
|
|
940
|
+
],
|
|
941
|
+
},
|
|
942
|
+
"neutralForegroundOnBrandHover": Object {
|
|
943
|
+
"semantic": Array [
|
|
944
|
+
"SystemColorHighlightTextColor",
|
|
945
|
+
],
|
|
946
|
+
},
|
|
947
|
+
"neutralForegroundOnBrandPressed": Object {
|
|
948
|
+
"semantic": Array [
|
|
949
|
+
"SystemColorHighlightTextColor",
|
|
950
|
+
],
|
|
951
|
+
},
|
|
952
|
+
"neutralForegroundOnBrandSelected": Object {
|
|
953
|
+
"semantic": Array [
|
|
954
|
+
"SystemColorHighlightTextColor",
|
|
610
955
|
],
|
|
611
956
|
},
|
|
612
957
|
"neutralStencil1": "#141414",
|
|
613
958
|
"neutralStencil2": "#858585",
|
|
614
959
|
"neutralStroke1": Object {
|
|
615
|
-
"
|
|
616
|
-
"
|
|
960
|
+
"semantic": Array [
|
|
961
|
+
"SystemColorWindowTextColor",
|
|
617
962
|
],
|
|
618
963
|
},
|
|
619
964
|
"neutralStroke1Hover": Object {
|
|
620
|
-
"
|
|
621
|
-
"
|
|
965
|
+
"semantic": Array [
|
|
966
|
+
"SystemColorHighlightColor",
|
|
622
967
|
],
|
|
623
968
|
},
|
|
624
969
|
"neutralStroke1Pressed": Object {
|
|
625
|
-
"
|
|
626
|
-
"
|
|
970
|
+
"semantic": Array [
|
|
971
|
+
"SystemColorHighlightColor",
|
|
627
972
|
],
|
|
628
973
|
},
|
|
629
974
|
"neutralStroke1Selected": Object {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
975
|
+
"semantic": Array [
|
|
976
|
+
"SystemColorHighlightColor",
|
|
632
977
|
],
|
|
633
978
|
},
|
|
634
979
|
"neutralStroke2": Object {
|
|
635
|
-
"
|
|
636
|
-
"
|
|
980
|
+
"semantic": Array [
|
|
981
|
+
"SystemColorWindowTextColor",
|
|
982
|
+
],
|
|
983
|
+
},
|
|
984
|
+
"neutralStroke3": Object {
|
|
985
|
+
"semantic": Array [
|
|
986
|
+
"SystemColorWindowTextColor",
|
|
637
987
|
],
|
|
638
988
|
},
|
|
639
989
|
"neutralStrokeAccessible": Object {
|
|
640
|
-
"
|
|
641
|
-
"
|
|
990
|
+
"semantic": Array [
|
|
991
|
+
"SystemColorWindowTextColor",
|
|
642
992
|
],
|
|
643
993
|
},
|
|
644
994
|
"neutralStrokeAccessibleHover": Object {
|
|
645
|
-
"
|
|
646
|
-
"
|
|
995
|
+
"semantic": Array [
|
|
996
|
+
"SystemColorHighlightColor",
|
|
647
997
|
],
|
|
648
998
|
},
|
|
649
999
|
"neutralStrokeAccessiblePressed": Object {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
1000
|
+
"semantic": Array [
|
|
1001
|
+
"SystemColorHighlightColor",
|
|
652
1002
|
],
|
|
653
1003
|
},
|
|
654
1004
|
"neutralStrokeAccessibleSelected": Object {
|
|
655
|
-
"
|
|
656
|
-
"
|
|
1005
|
+
"semantic": Array [
|
|
1006
|
+
"SystemColorHighlightColor",
|
|
657
1007
|
],
|
|
658
1008
|
},
|
|
659
1009
|
"neutralStrokeDisabled": Object {
|
|
660
|
-
"
|
|
661
|
-
"
|
|
1010
|
+
"semantic": Array [
|
|
1011
|
+
"SystemColorGrayTextColor",
|
|
1012
|
+
],
|
|
1013
|
+
},
|
|
1014
|
+
"redBackground1": Object {
|
|
1015
|
+
"semantic": Array [
|
|
1016
|
+
"SystemColorButtonFaceColor",
|
|
1017
|
+
],
|
|
1018
|
+
},
|
|
1019
|
+
"redBackground2": Object {
|
|
1020
|
+
"semantic": Array [
|
|
1021
|
+
"SystemColorWindowColor",
|
|
1022
|
+
],
|
|
1023
|
+
},
|
|
1024
|
+
"redBackground3": Object {
|
|
1025
|
+
"semantic": Array [
|
|
1026
|
+
"SystemColorButtonFaceColor",
|
|
1027
|
+
],
|
|
1028
|
+
},
|
|
1029
|
+
"redBorder1": Object {
|
|
1030
|
+
"semantic": Array [
|
|
1031
|
+
"SystemColorWindowTextColor",
|
|
1032
|
+
],
|
|
1033
|
+
},
|
|
1034
|
+
"redBorder2": Object {
|
|
1035
|
+
"semantic": Array [
|
|
1036
|
+
"SystemColorWindowTextColor",
|
|
1037
|
+
],
|
|
1038
|
+
},
|
|
1039
|
+
"redBorderActive": Object {
|
|
1040
|
+
"semantic": Array [
|
|
1041
|
+
"SystemColorHighlightColor",
|
|
1042
|
+
],
|
|
1043
|
+
},
|
|
1044
|
+
"redForeground1": Object {
|
|
1045
|
+
"semantic": Array [
|
|
1046
|
+
"SystemColorButtonTextColor",
|
|
1047
|
+
],
|
|
1048
|
+
},
|
|
1049
|
+
"redForeground2": Object {
|
|
1050
|
+
"semantic": Array [
|
|
1051
|
+
"SystemColorWindowColor",
|
|
1052
|
+
],
|
|
1053
|
+
},
|
|
1054
|
+
"redForeground3": Object {
|
|
1055
|
+
"semantic": Array [
|
|
1056
|
+
"SystemColorButtonFaceColor",
|
|
1057
|
+
],
|
|
1058
|
+
},
|
|
1059
|
+
"strokeFocus1": Object {
|
|
1060
|
+
"semantic": Array [
|
|
1061
|
+
"SystemColorWindowColor",
|
|
1062
|
+
],
|
|
1063
|
+
},
|
|
1064
|
+
"strokeFocus2": Object {
|
|
1065
|
+
"semantic": Array [
|
|
1066
|
+
"SystemColorHighlightColor",
|
|
1067
|
+
],
|
|
1068
|
+
},
|
|
1069
|
+
"subtleBackground": "transparent",
|
|
1070
|
+
"subtleBackgroundHover": Object {
|
|
1071
|
+
"semantic": Array [
|
|
1072
|
+
"SystemColorHighlightColor",
|
|
1073
|
+
],
|
|
1074
|
+
},
|
|
1075
|
+
"subtleBackgroundPressed": Object {
|
|
1076
|
+
"semantic": Array [
|
|
1077
|
+
"SystemColorHighlightColor",
|
|
1078
|
+
],
|
|
1079
|
+
},
|
|
1080
|
+
"subtleBackgroundSelected": Object {
|
|
1081
|
+
"semantic": Array [
|
|
1082
|
+
"SystemColorHighlightColor",
|
|
1083
|
+
],
|
|
1084
|
+
},
|
|
1085
|
+
"transparentBackground": "transparent",
|
|
1086
|
+
"transparentBackgroundHover": "transparent",
|
|
1087
|
+
"transparentBackgroundPressed": "transparent",
|
|
1088
|
+
"transparentBackgroundSelected": "transparent",
|
|
1089
|
+
"transparentStroke": Object {
|
|
1090
|
+
"semantic": Array [
|
|
1091
|
+
"SystemColorWindowTextColor",
|
|
1092
|
+
],
|
|
1093
|
+
},
|
|
1094
|
+
"transparentStrokeDisabled": Object {
|
|
1095
|
+
"semantic": Array [
|
|
1096
|
+
"SystemColorGrayTextColor",
|
|
1097
|
+
],
|
|
1098
|
+
},
|
|
1099
|
+
"transparentStrokeInteractive": Object {
|
|
1100
|
+
"semantic": Array [
|
|
1101
|
+
"SystemColorHighlightColor",
|
|
662
1102
|
],
|
|
663
1103
|
},
|
|
664
1104
|
}
|
|
@@ -666,6 +1106,32 @@ Object {
|
|
|
666
1106
|
|
|
667
1107
|
exports[`createOfficeColorAliasTokens test officeTheme: White 1`] = `
|
|
668
1108
|
Object {
|
|
1109
|
+
"brandBackground": "#185abd",
|
|
1110
|
+
"brandBackground2": "#d2e0f4",
|
|
1111
|
+
"brandBackgroundDisabled": undefined,
|
|
1112
|
+
"brandBackgroundHover": "#1651aa",
|
|
1113
|
+
"brandBackgroundPressed": "#0e336a",
|
|
1114
|
+
"brandBackgroundSelected": "#13458f",
|
|
1115
|
+
"brandBackgroundStatic": "#185abd",
|
|
1116
|
+
"brandForeground1": "#185abd",
|
|
1117
|
+
"brandForeground1Disabled": undefined,
|
|
1118
|
+
"brandForeground1Pressed": undefined,
|
|
1119
|
+
"brandForeground2": "#1651aa",
|
|
1120
|
+
"brandForegroundLink": "#185abd",
|
|
1121
|
+
"brandForegroundLinkHover": "#1651aa",
|
|
1122
|
+
"brandForegroundLinkPressed": "#0e336a",
|
|
1123
|
+
"brandForegroundLinkSelected": "#13458f",
|
|
1124
|
+
"brandStroke1": "#185abd",
|
|
1125
|
+
"brandStroke2": "#6794d7",
|
|
1126
|
+
"compoundBrandBackground1": "#185abd",
|
|
1127
|
+
"compoundBrandBackground1Hover": "#1651aa",
|
|
1128
|
+
"compoundBrandBackground1Pressed": "#0e336a",
|
|
1129
|
+
"compoundBrandForeground1": "#185abd",
|
|
1130
|
+
"compoundBrandForeground1Hover": "#1651aa",
|
|
1131
|
+
"compoundBrandForeground1Pressed": "#0e336a",
|
|
1132
|
+
"compoundBrandStroke1": "#185abd",
|
|
1133
|
+
"compoundBrandStroke1Hover": "#1651aa",
|
|
1134
|
+
"compoundBrandStroke1Pressed": "#0e336a",
|
|
669
1135
|
"neutralBackground1": "#ffffff",
|
|
670
1136
|
"neutralBackground1Hover": "#f5f5f5",
|
|
671
1137
|
"neutralBackground1Pressed": "#e0e0e0",
|
|
@@ -707,7 +1173,17 @@ Object {
|
|
|
707
1173
|
"neutralForeground3Hover": "#424242",
|
|
708
1174
|
"neutralForeground3Pressed": "#424242",
|
|
709
1175
|
"neutralForeground3Selected": "#424242",
|
|
1176
|
+
"neutralForeground4": "#707070",
|
|
1177
|
+
"neutralForegroundDisabled": "#bdbdbd",
|
|
710
1178
|
"neutralForegroundInverted": "#ffffff",
|
|
1179
|
+
"neutralForegroundInvertedLink": "#ffffff",
|
|
1180
|
+
"neutralForegroundInvertedLinkHover": "#ffffff",
|
|
1181
|
+
"neutralForegroundInvertedLinkPressed": "#ffffff",
|
|
1182
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
1183
|
+
"neutralForegroundOnBrand": "#ffffff",
|
|
1184
|
+
"neutralForegroundOnBrandHover": "#ffffff",
|
|
1185
|
+
"neutralForegroundOnBrandPressed": "#ffffff",
|
|
1186
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
711
1187
|
"neutralStencil1": "#e6e6e6",
|
|
712
1188
|
"neutralStencil2": "#fafafa",
|
|
713
1189
|
"neutralStroke1": "#d1d1d1",
|
|
@@ -715,11 +1191,34 @@ Object {
|
|
|
715
1191
|
"neutralStroke1Pressed": "#b3b3b3",
|
|
716
1192
|
"neutralStroke1Selected": "#bdbdbd",
|
|
717
1193
|
"neutralStroke2": "#e0e0e0",
|
|
1194
|
+
"neutralStroke3": "#f0f0f0",
|
|
718
1195
|
"neutralStrokeAccessible": "#616161",
|
|
719
1196
|
"neutralStrokeAccessibleHover": "#575757",
|
|
720
1197
|
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
721
1198
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
722
1199
|
"neutralStrokeDisabled": "#e0e0e0",
|
|
1200
|
+
"redBackground1": "#f9f0f2",
|
|
1201
|
+
"redBackground2": "#d69ca5",
|
|
1202
|
+
"redBackground3": "#750b1c",
|
|
1203
|
+
"redBorder1": "#d69ca5",
|
|
1204
|
+
"redBorder2": "#750b1c",
|
|
1205
|
+
"redBorderActive": "#750b1c",
|
|
1206
|
+
"redForeground1": "#690a19",
|
|
1207
|
+
"redForeground2": "#d69ca5",
|
|
1208
|
+
"redForeground3": "#750b1c",
|
|
1209
|
+
"strokeFocus1": "#ffffff",
|
|
1210
|
+
"strokeFocus2": "#000000",
|
|
1211
|
+
"subtleBackground": "transparent",
|
|
1212
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
1213
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
1214
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
1215
|
+
"transparentBackground": "transparent",
|
|
1216
|
+
"transparentBackgroundHover": "transparent",
|
|
1217
|
+
"transparentBackgroundPressed": "transparent",
|
|
1218
|
+
"transparentBackgroundSelected": "transparent",
|
|
1219
|
+
"transparentStroke": "transparent",
|
|
1220
|
+
"transparentStrokeDisabled": "transparent",
|
|
1221
|
+
"transparentStrokeInteractive": "transparent",
|
|
723
1222
|
}
|
|
724
1223
|
`;
|
|
725
1224
|
|
|
@@ -1604,19 +2103,19 @@ Object {
|
|
|
1604
2103
|
"bodyText": "#262626",
|
|
1605
2104
|
"bodyTextChecked": "#262626",
|
|
1606
2105
|
"brandBackground": "#D83B01",
|
|
1607
|
-
"brandBackground2": "#
|
|
2106
|
+
"brandBackground2": "#c7e0f4",
|
|
1608
2107
|
"brandBackgroundHover": "#F29F71",
|
|
1609
2108
|
"brandBackgroundPressed": "#A22C01",
|
|
1610
2109
|
"brandBackgroundSelected": "#005a9e",
|
|
1611
2110
|
"brandBackgroundStatic": "#0078d4",
|
|
1612
|
-
"brandForeground1": "#
|
|
1613
|
-
"brandForeground2": "#
|
|
1614
|
-
"brandForegroundLink": "#
|
|
1615
|
-
"brandForegroundLinkHover": "#
|
|
1616
|
-
"brandForegroundLinkPressed": "#
|
|
1617
|
-
"brandForegroundLinkSelected": "#
|
|
2111
|
+
"brandForeground1": "#6cb8f6",
|
|
2112
|
+
"brandForeground2": "#c7e0f4",
|
|
2113
|
+
"brandForegroundLink": "#6cb8f6",
|
|
2114
|
+
"brandForegroundLinkHover": "#c7e0f4",
|
|
2115
|
+
"brandForegroundLinkPressed": "#2899f5",
|
|
2116
|
+
"brandForegroundLinkSelected": "#c7e0f4",
|
|
1618
2117
|
"brandStroke1": "#D83B01",
|
|
1619
|
-
"brandStroke2": "#
|
|
2118
|
+
"brandStroke2": "#c7e0f4",
|
|
1620
2119
|
"brandedBackground": "#D83B01",
|
|
1621
2120
|
"brandedBorder": "#A22C01",
|
|
1622
2121
|
"brandedCheckedBackground": "#c8c6c4",
|
|
@@ -1772,18 +2271,21 @@ Object {
|
|
|
1772
2271
|
"neutralBackground1Selected": "#C6C6C6",
|
|
1773
2272
|
"neutralBackground2": "#E6E6E6",
|
|
1774
2273
|
"neutralBackground2Hover": "#F3F3F3",
|
|
1775
|
-
"neutralBackground2Pressed": "#
|
|
1776
|
-
"neutralBackground2Selected": "#
|
|
2274
|
+
"neutralBackground2Pressed": "#dbdbdb",
|
|
2275
|
+
"neutralBackground2Selected": "#e6e6e6",
|
|
1777
2276
|
"neutralBackground3": "#F3F3F3",
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
2277
|
+
"neutralBackground3Hover": "#ebebeb",
|
|
2278
|
+
"neutralBackground3Pressed": "#d6d6d6",
|
|
2279
|
+
"neutralBackground3Selected": "#e0e0e0",
|
|
2280
|
+
"neutralBackground4": "#f0f0f0",
|
|
2281
|
+
"neutralBackground4Hover": "#fafafa",
|
|
2282
|
+
"neutralBackground4Pressed": "#f5f5f5",
|
|
2283
|
+
"neutralBackground4Selected": "#ffffff",
|
|
2284
|
+
"neutralBackground5": "#ebebeb",
|
|
2285
|
+
"neutralBackground5Hover": "#f5f5f5",
|
|
2286
|
+
"neutralBackground5Pressed": "#f0f0f0",
|
|
2287
|
+
"neutralBackground5Selected": "#fafafa",
|
|
2288
|
+
"neutralBackground6": "#e6e6e6",
|
|
1787
2289
|
"neutralBackgroundDisabled": "#E6E6E6",
|
|
1788
2290
|
"neutralBackgroundInverted": "#737373",
|
|
1789
2291
|
"neutralForeground1": "#262626",
|
|
@@ -1791,31 +2293,38 @@ Object {
|
|
|
1791
2293
|
"neutralForeground1Pressed": "#262626",
|
|
1792
2294
|
"neutralForeground1Selected": "#262626",
|
|
1793
2295
|
"neutralForeground2": "#666666",
|
|
1794
|
-
"neutralForeground2BrandHover": "#
|
|
1795
|
-
"neutralForeground2BrandPressed": "#
|
|
1796
|
-
"neutralForeground2BrandSelected": "#
|
|
2296
|
+
"neutralForeground2BrandHover": "#c7e0f4",
|
|
2297
|
+
"neutralForeground2BrandPressed": "#2899f5",
|
|
2298
|
+
"neutralForeground2BrandSelected": "#c7e0f4",
|
|
1797
2299
|
"neutralForeground2Hover": "#505050",
|
|
1798
2300
|
"neutralForeground2Pressed": "#666666",
|
|
1799
2301
|
"neutralForeground2Selected": "#666666",
|
|
1800
|
-
"neutralForeground3": "#
|
|
1801
|
-
"neutralForeground3BrandHover": "#
|
|
1802
|
-
"neutralForeground3BrandPressed": "#
|
|
1803
|
-
"neutralForeground3BrandSelected": "#
|
|
2302
|
+
"neutralForeground3": "#616161",
|
|
2303
|
+
"neutralForeground3BrandHover": "#c7e0f4",
|
|
2304
|
+
"neutralForeground3BrandPressed": "#2899f5",
|
|
2305
|
+
"neutralForeground3BrandSelected": "#c7e0f4",
|
|
2306
|
+
"neutralForeground3Hover": "#424242",
|
|
2307
|
+
"neutralForeground3Pressed": "#424242",
|
|
2308
|
+
"neutralForeground3Selected": "#424242",
|
|
1804
2309
|
"neutralForeground4": "#666666",
|
|
1805
2310
|
"neutralForegroundDisabled": "#B1B1B1",
|
|
1806
2311
|
"neutralForegroundInverted": "#262626",
|
|
1807
2312
|
"neutralForegroundInvertedLink": "#FFFFFF",
|
|
1808
2313
|
"neutralForegroundInvertedLinkHover": "#D2D2D2",
|
|
1809
2314
|
"neutralForegroundInvertedLinkPressed": "#B1B1B1",
|
|
2315
|
+
"neutralForegroundInvertedLinkSelected": "#ffffff",
|
|
1810
2316
|
"neutralForegroundOnBrand": "#FFFFFF",
|
|
1811
2317
|
"neutralForegroundOnBrandHover": "#FFFFFF",
|
|
1812
2318
|
"neutralForegroundOnBrandPressed": "#FFFFFF",
|
|
2319
|
+
"neutralForegroundOnBrandSelected": "#ffffff",
|
|
1813
2320
|
"neutralStencil1": "#262626",
|
|
1814
|
-
"neutralStencil2": "#
|
|
2321
|
+
"neutralStencil2": "#fafafa",
|
|
1815
2322
|
"neutralStroke1": "#969696",
|
|
1816
2323
|
"neutralStroke1Hover": "#969696",
|
|
1817
2324
|
"neutralStroke1Pressed": "#00000000",
|
|
2325
|
+
"neutralStroke1Selected": "#bdbdbd",
|
|
1818
2326
|
"neutralStroke2": "#262626",
|
|
2327
|
+
"neutralStroke3": "#f0f0f0",
|
|
1819
2328
|
"neutralStrokeAccessible": "#969696",
|
|
1820
2329
|
"neutralStrokeAccessibleHover": "#B1B1B1",
|
|
1821
2330
|
"neutralStrokeAccessiblePressed": "#737373",
|
|
@@ -1833,10 +2342,31 @@ Object {
|
|
|
1833
2342
|
"primaryButtonTextDisabled": "#B1B1B1",
|
|
1834
2343
|
"primaryButtonTextHovered": "#FFFFFF",
|
|
1835
2344
|
"primaryButtonTextPressed": "#FFFFFF",
|
|
2345
|
+
"redBackground1": "#f9f0f2",
|
|
2346
|
+
"redBackground2": "#d69ca5",
|
|
2347
|
+
"redBackground3": "#750b1c",
|
|
2348
|
+
"redBorder1": "#d69ca5",
|
|
2349
|
+
"redBorder2": "#750b1c",
|
|
2350
|
+
"redBorderActive": "#750b1c",
|
|
2351
|
+
"redForeground1": "#690a19",
|
|
2352
|
+
"redForeground2": "#d69ca5",
|
|
2353
|
+
"redForeground3": "#750b1c",
|
|
1836
2354
|
"smallInputBorder": "#C6C6C6",
|
|
2355
|
+
"strokeFocus1": "#ffffff",
|
|
1837
2356
|
"strokeFocus2": "#969696",
|
|
1838
2357
|
"subText": "#666666",
|
|
2358
|
+
"subtleBackground": "transparent",
|
|
2359
|
+
"subtleBackgroundHover": "#f5f5f5",
|
|
2360
|
+
"subtleBackgroundPressed": "#e0e0e0",
|
|
2361
|
+
"subtleBackgroundSelected": "#ebebeb",
|
|
1839
2362
|
"successBackground": "#D83B01",
|
|
2363
|
+
"transparentBackground": "transparent",
|
|
2364
|
+
"transparentBackgroundHover": "transparent",
|
|
2365
|
+
"transparentBackgroundPressed": "transparent",
|
|
2366
|
+
"transparentBackgroundSelected": "transparent",
|
|
2367
|
+
"transparentStroke": "transparent",
|
|
2368
|
+
"transparentStrokeDisabled": "transparent",
|
|
2369
|
+
"transparentStrokeInteractive": "transparent",
|
|
1840
2370
|
"variantBorder": "#000000",
|
|
1841
2371
|
"variantBorderHovered": "#000000",
|
|
1842
2372
|
"warningBackground": "antiquewhite",
|
|
@@ -2191,11 +2721,11 @@ Object {
|
|
|
2191
2721
|
},
|
|
2192
2722
|
"sizes": Object {
|
|
2193
2723
|
"body": 14,
|
|
2194
|
-
"caption":
|
|
2195
|
-
"header":
|
|
2196
|
-
"hero":
|
|
2197
|
-
"heroLarge":
|
|
2198
|
-
"secondary":
|
|
2724
|
+
"caption": 10,
|
|
2725
|
+
"header": 20,
|
|
2726
|
+
"hero": 28,
|
|
2727
|
+
"heroLarge": 40,
|
|
2728
|
+
"secondary": 12,
|
|
2199
2729
|
"subheader": 16,
|
|
2200
2730
|
},
|
|
2201
2731
|
"variants": Object {
|
|
@@ -2683,34 +3213,34 @@ Object {
|
|
|
2683
3213
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #0078d4 1`] = `
|
|
2684
3214
|
Object {
|
|
2685
3215
|
"brandBackground": "#0078d4",
|
|
2686
|
-
"brandBackground2": "#
|
|
3216
|
+
"brandBackground2": "#c7e0f4",
|
|
2687
3217
|
"brandBackgroundHover": "#106ebe",
|
|
2688
|
-
"brandBackgroundPressed": "#
|
|
2689
|
-
"brandBackgroundSelected": "#
|
|
3218
|
+
"brandBackgroundPressed": "#004c87",
|
|
3219
|
+
"brandBackgroundSelected": "#005a9e",
|
|
2690
3220
|
"brandBackgroundStatic": "#0078d4",
|
|
2691
3221
|
"brandForeground1": "#0078d4",
|
|
2692
3222
|
"brandForeground2": "#106ebe",
|
|
2693
3223
|
"brandForegroundLink": "#0078d4",
|
|
2694
3224
|
"brandForegroundLinkHover": "#106ebe",
|
|
2695
|
-
"brandForegroundLinkPressed": "#
|
|
2696
|
-
"brandForegroundLinkSelected": "#
|
|
3225
|
+
"brandForegroundLinkPressed": "#004c87",
|
|
3226
|
+
"brandForegroundLinkSelected": "#005a9e",
|
|
2697
3227
|
"brandStroke1": "#0078d4",
|
|
2698
|
-
"brandStroke2": "#
|
|
3228
|
+
"brandStroke2": "#c7e0f4",
|
|
2699
3229
|
"compoundBrandBackground1": "#0078d4",
|
|
2700
3230
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
2701
|
-
"compoundBrandBackground1Pressed": "#
|
|
3231
|
+
"compoundBrandBackground1Pressed": "#005a9e",
|
|
2702
3232
|
"compoundBrandForeground1": "#0078d4",
|
|
2703
3233
|
"compoundBrandForeground1Hover": "#106ebe",
|
|
2704
|
-
"compoundBrandForeground1Pressed": "#
|
|
3234
|
+
"compoundBrandForeground1Pressed": "#004c87",
|
|
2705
3235
|
"compoundBrandStroke1": "#0078d4",
|
|
2706
3236
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
2707
|
-
"compoundBrandStroke1Pressed": "#
|
|
3237
|
+
"compoundBrandStroke1Pressed": "#005a9e",
|
|
2708
3238
|
"neutralForeground2BrandHover": "#106ebe",
|
|
2709
|
-
"neutralForeground2BrandPressed": "#
|
|
2710
|
-
"neutralForeground2BrandSelected": "#
|
|
3239
|
+
"neutralForeground2BrandPressed": "#004c87",
|
|
3240
|
+
"neutralForeground2BrandSelected": "#005a9e",
|
|
2711
3241
|
"neutralForeground3BrandHover": "#106ebe",
|
|
2712
|
-
"neutralForeground3BrandPressed": "#
|
|
2713
|
-
"neutralForeground3BrandSelected": "#
|
|
3242
|
+
"neutralForeground3BrandPressed": "#004c87",
|
|
3243
|
+
"neutralForeground3BrandSelected": "#005a9e",
|
|
2714
3244
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
2715
3245
|
}
|
|
2716
3246
|
`;
|
|
@@ -2718,33 +3248,33 @@ Object {
|
|
|
2718
3248
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #107c41 1`] = `
|
|
2719
3249
|
Object {
|
|
2720
3250
|
"brandBackground": "#107c41",
|
|
2721
|
-
"brandBackground2": "#
|
|
3251
|
+
"brandBackground2": "#55b17e",
|
|
2722
3252
|
"brandBackgroundHover": "#0f703b",
|
|
2723
|
-
"brandBackgroundPressed": "#
|
|
3253
|
+
"brandBackgroundPressed": "#0a5325",
|
|
2724
3254
|
"brandBackgroundSelected": "#0c5f32",
|
|
2725
3255
|
"brandBackgroundStatic": "#107c41",
|
|
2726
3256
|
"brandForeground1": "#107c41",
|
|
2727
3257
|
"brandForeground2": "#0f703b",
|
|
2728
3258
|
"brandForegroundLink": "#107c41",
|
|
2729
3259
|
"brandForegroundLinkHover": "#0f703b",
|
|
2730
|
-
"brandForegroundLinkPressed": "#
|
|
3260
|
+
"brandForegroundLinkPressed": "#0a5325",
|
|
2731
3261
|
"brandForegroundLinkSelected": "#0c5f32",
|
|
2732
3262
|
"brandStroke1": "#107c41",
|
|
2733
|
-
"brandStroke2": "#
|
|
3263
|
+
"brandStroke2": "#55b17e",
|
|
2734
3264
|
"compoundBrandBackground1": "#107c41",
|
|
2735
3265
|
"compoundBrandBackground1Hover": "#0f703b",
|
|
2736
3266
|
"compoundBrandBackground1Pressed": "#0c5f32",
|
|
2737
3267
|
"compoundBrandForeground1": "#107c41",
|
|
2738
3268
|
"compoundBrandForeground1Hover": "#0f703b",
|
|
2739
|
-
"compoundBrandForeground1Pressed": "#
|
|
3269
|
+
"compoundBrandForeground1Pressed": "#0a5325",
|
|
2740
3270
|
"compoundBrandStroke1": "#107c41",
|
|
2741
3271
|
"compoundBrandStroke1Hover": "#0f703b",
|
|
2742
3272
|
"compoundBrandStroke1Pressed": "#0c5f32",
|
|
2743
3273
|
"neutralForeground2BrandHover": "#0f703b",
|
|
2744
|
-
"neutralForeground2BrandPressed": "#
|
|
3274
|
+
"neutralForeground2BrandPressed": "#0a5325",
|
|
2745
3275
|
"neutralForeground2BrandSelected": "#0c5f32",
|
|
2746
3276
|
"neutralForeground3BrandHover": "#0f703b",
|
|
2747
|
-
"neutralForeground3BrandPressed": "#
|
|
3277
|
+
"neutralForeground3BrandPressed": "#0a5325",
|
|
2748
3278
|
"neutralForeground3BrandSelected": "#0c5f32",
|
|
2749
3279
|
"neutralStrokeAccessibleSelected": "#107c41",
|
|
2750
3280
|
}
|
|
@@ -2753,33 +3283,33 @@ Object {
|
|
|
2753
3283
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #185abd 1`] = `
|
|
2754
3284
|
Object {
|
|
2755
3285
|
"brandBackground": "#185abd",
|
|
2756
|
-
"brandBackground2": "#
|
|
3286
|
+
"brandBackground2": "#6794d7",
|
|
2757
3287
|
"brandBackgroundHover": "#1651aa",
|
|
2758
|
-
"brandBackgroundPressed": "#
|
|
3288
|
+
"brandBackgroundPressed": "#19428a",
|
|
2759
3289
|
"brandBackgroundSelected": "#13458f",
|
|
2760
3290
|
"brandBackgroundStatic": "#185abd",
|
|
2761
3291
|
"brandForeground1": "#185abd",
|
|
2762
3292
|
"brandForeground2": "#1651aa",
|
|
2763
3293
|
"brandForegroundLink": "#185abd",
|
|
2764
3294
|
"brandForegroundLinkHover": "#1651aa",
|
|
2765
|
-
"brandForegroundLinkPressed": "#
|
|
3295
|
+
"brandForegroundLinkPressed": "#19428a",
|
|
2766
3296
|
"brandForegroundLinkSelected": "#13458f",
|
|
2767
3297
|
"brandStroke1": "#185abd",
|
|
2768
|
-
"brandStroke2": "#
|
|
3298
|
+
"brandStroke2": "#6794d7",
|
|
2769
3299
|
"compoundBrandBackground1": "#185abd",
|
|
2770
3300
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
2771
3301
|
"compoundBrandBackground1Pressed": "#13458f",
|
|
2772
3302
|
"compoundBrandForeground1": "#185abd",
|
|
2773
3303
|
"compoundBrandForeground1Hover": "#1651aa",
|
|
2774
|
-
"compoundBrandForeground1Pressed": "#
|
|
3304
|
+
"compoundBrandForeground1Pressed": "#19428a",
|
|
2775
3305
|
"compoundBrandStroke1": "#185abd",
|
|
2776
3306
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
2777
3307
|
"compoundBrandStroke1Pressed": "#13458f",
|
|
2778
3308
|
"neutralForeground2BrandHover": "#1651aa",
|
|
2779
|
-
"neutralForeground2BrandPressed": "#
|
|
3309
|
+
"neutralForeground2BrandPressed": "#19428a",
|
|
2780
3310
|
"neutralForeground2BrandSelected": "#13458f",
|
|
2781
3311
|
"neutralForeground3BrandHover": "#1651aa",
|
|
2782
|
-
"neutralForeground3BrandPressed": "#
|
|
3312
|
+
"neutralForeground3BrandPressed": "#19428a",
|
|
2783
3313
|
"neutralForeground3BrandSelected": "#13458f",
|
|
2784
3314
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
2785
3315
|
}
|
|
@@ -2787,69 +3317,69 @@ Object {
|
|
|
2787
3317
|
|
|
2788
3318
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #80397b 1`] = `
|
|
2789
3319
|
Object {
|
|
2790
|
-
"brandBackground": "#
|
|
2791
|
-
"brandBackground2": "#
|
|
2792
|
-
"brandBackgroundHover": "#
|
|
2793
|
-
"brandBackgroundPressed": "#
|
|
2794
|
-
"brandBackgroundSelected": "#
|
|
2795
|
-
"brandBackgroundStatic": "#
|
|
2796
|
-
"brandForeground1": "#
|
|
2797
|
-
"brandForeground2": "#
|
|
2798
|
-
"brandForegroundLink": "#
|
|
2799
|
-
"brandForegroundLinkHover": "#
|
|
2800
|
-
"brandForegroundLinkPressed": "#
|
|
2801
|
-
"brandForegroundLinkSelected": "#
|
|
2802
|
-
"brandStroke1": "#
|
|
2803
|
-
"brandStroke2": "#
|
|
2804
|
-
"compoundBrandBackground1": "#
|
|
2805
|
-
"compoundBrandBackground1Hover": "#
|
|
2806
|
-
"compoundBrandBackground1Pressed": "#
|
|
2807
|
-
"compoundBrandForeground1": "#
|
|
2808
|
-
"compoundBrandForeground1Hover": "#
|
|
2809
|
-
"compoundBrandForeground1Pressed": "#
|
|
2810
|
-
"compoundBrandStroke1": "#
|
|
2811
|
-
"compoundBrandStroke1Hover": "#
|
|
2812
|
-
"compoundBrandStroke1Pressed": "#
|
|
2813
|
-
"neutralForeground2BrandHover": "#
|
|
2814
|
-
"neutralForeground2BrandPressed": "#
|
|
2815
|
-
"neutralForeground2BrandSelected": "#
|
|
2816
|
-
"neutralForeground3BrandHover": "#
|
|
2817
|
-
"neutralForeground3BrandPressed": "#
|
|
2818
|
-
"neutralForeground3BrandSelected": "#
|
|
2819
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3320
|
+
"brandBackground": "#7719aa",
|
|
3321
|
+
"brandBackground2": "#e6d1f2",
|
|
3322
|
+
"brandBackgroundHover": "#6c179a",
|
|
3323
|
+
"brandBackgroundPressed": "#430e60",
|
|
3324
|
+
"brandBackgroundSelected": "#5b1382",
|
|
3325
|
+
"brandBackgroundStatic": "#7719aa",
|
|
3326
|
+
"brandForeground1": "#7719aa",
|
|
3327
|
+
"brandForeground2": "#6c179a",
|
|
3328
|
+
"brandForegroundLink": "#7719aa",
|
|
3329
|
+
"brandForegroundLinkHover": "#6c179a",
|
|
3330
|
+
"brandForegroundLinkPressed": "#430e60",
|
|
3331
|
+
"brandForegroundLinkSelected": "#5b1382",
|
|
3332
|
+
"brandStroke1": "#7719aa",
|
|
3333
|
+
"brandStroke2": "#e6d1f2",
|
|
3334
|
+
"compoundBrandBackground1": "#7719aa",
|
|
3335
|
+
"compoundBrandBackground1Hover": "#6c179a",
|
|
3336
|
+
"compoundBrandBackground1Pressed": "#5b1382",
|
|
3337
|
+
"compoundBrandForeground1": "#7719aa",
|
|
3338
|
+
"compoundBrandForeground1Hover": "#6c179a",
|
|
3339
|
+
"compoundBrandForeground1Pressed": "#430e60",
|
|
3340
|
+
"compoundBrandStroke1": "#7719aa",
|
|
3341
|
+
"compoundBrandStroke1Hover": "#6c179a",
|
|
3342
|
+
"compoundBrandStroke1Pressed": "#5b1382",
|
|
3343
|
+
"neutralForeground2BrandHover": "#6c179a",
|
|
3344
|
+
"neutralForeground2BrandPressed": "#430e60",
|
|
3345
|
+
"neutralForeground2BrandSelected": "#5b1382",
|
|
3346
|
+
"neutralForeground3BrandHover": "#6c179a",
|
|
3347
|
+
"neutralForeground3BrandPressed": "#430e60",
|
|
3348
|
+
"neutralForeground3BrandSelected": "#5b1382",
|
|
3349
|
+
"neutralStrokeAccessibleSelected": "#7719aa",
|
|
2820
3350
|
}
|
|
2821
3351
|
`;
|
|
2822
3352
|
|
|
2823
3353
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #c43e1c 1`] = `
|
|
2824
3354
|
Object {
|
|
2825
3355
|
"brandBackground": "#c43e1c",
|
|
2826
|
-
"brandBackground2": "#
|
|
3356
|
+
"brandBackground2": "#dc816a",
|
|
2827
3357
|
"brandBackgroundHover": "#b13719",
|
|
2828
|
-
"brandBackgroundPressed": "#
|
|
3358
|
+
"brandBackgroundPressed": "#79310a",
|
|
2829
3359
|
"brandBackgroundSelected": "#952f15",
|
|
2830
3360
|
"brandBackgroundStatic": "#c43e1c",
|
|
2831
3361
|
"brandForeground1": "#c43e1c",
|
|
2832
3362
|
"brandForeground2": "#b13719",
|
|
2833
3363
|
"brandForegroundLink": "#c43e1c",
|
|
2834
3364
|
"brandForegroundLinkHover": "#b13719",
|
|
2835
|
-
"brandForegroundLinkPressed": "#
|
|
3365
|
+
"brandForegroundLinkPressed": "#79310a",
|
|
2836
3366
|
"brandForegroundLinkSelected": "#952f15",
|
|
2837
3367
|
"brandStroke1": "#c43e1c",
|
|
2838
|
-
"brandStroke2": "#
|
|
3368
|
+
"brandStroke2": "#dc816a",
|
|
2839
3369
|
"compoundBrandBackground1": "#c43e1c",
|
|
2840
3370
|
"compoundBrandBackground1Hover": "#b13719",
|
|
2841
3371
|
"compoundBrandBackground1Pressed": "#952f15",
|
|
2842
3372
|
"compoundBrandForeground1": "#c43e1c",
|
|
2843
3373
|
"compoundBrandForeground1Hover": "#b13719",
|
|
2844
|
-
"compoundBrandForeground1Pressed": "#
|
|
3374
|
+
"compoundBrandForeground1Pressed": "#79310a",
|
|
2845
3375
|
"compoundBrandStroke1": "#c43e1c",
|
|
2846
3376
|
"compoundBrandStroke1Hover": "#b13719",
|
|
2847
3377
|
"compoundBrandStroke1Pressed": "#952f15",
|
|
2848
3378
|
"neutralForeground2BrandHover": "#b13719",
|
|
2849
|
-
"neutralForeground2BrandPressed": "#
|
|
3379
|
+
"neutralForeground2BrandPressed": "#79310a",
|
|
2850
3380
|
"neutralForeground2BrandSelected": "#952f15",
|
|
2851
3381
|
"neutralForeground3BrandHover": "#b13719",
|
|
2852
|
-
"neutralForeground3BrandPressed": "#
|
|
3382
|
+
"neutralForeground3BrandPressed": "#79310a",
|
|
2853
3383
|
"neutralForeground3BrandSelected": "#952f15",
|
|
2854
3384
|
"neutralStrokeAccessibleSelected": "#c43e1c",
|
|
2855
3385
|
}
|
|
@@ -2858,33 +3388,33 @@ Object {
|
|
|
2858
3388
|
exports[`getCurrentBrandAliasTokens test themeName: Colorful, appPrimary: #d83b01 1`] = `
|
|
2859
3389
|
Object {
|
|
2860
3390
|
"brandBackground": "#d83b01",
|
|
2861
|
-
"brandBackground2": "#
|
|
3391
|
+
"brandBackground2": "#e8825d",
|
|
2862
3392
|
"brandBackgroundHover": "#c33400",
|
|
2863
|
-
"brandBackgroundPressed": "#
|
|
3393
|
+
"brandBackgroundPressed": "#99482b",
|
|
2864
3394
|
"brandBackgroundSelected": "#a52c00",
|
|
2865
3395
|
"brandBackgroundStatic": "#d83b01",
|
|
2866
3396
|
"brandForeground1": "#d83b01",
|
|
2867
3397
|
"brandForeground2": "#c33400",
|
|
2868
3398
|
"brandForegroundLink": "#d83b01",
|
|
2869
3399
|
"brandForegroundLinkHover": "#c33400",
|
|
2870
|
-
"brandForegroundLinkPressed": "#
|
|
3400
|
+
"brandForegroundLinkPressed": "#99482b",
|
|
2871
3401
|
"brandForegroundLinkSelected": "#a52c00",
|
|
2872
3402
|
"brandStroke1": "#d83b01",
|
|
2873
|
-
"brandStroke2": "#
|
|
3403
|
+
"brandStroke2": "#e8825d",
|
|
2874
3404
|
"compoundBrandBackground1": "#d83b01",
|
|
2875
3405
|
"compoundBrandBackground1Hover": "#c33400",
|
|
2876
3406
|
"compoundBrandBackground1Pressed": "#a52c00",
|
|
2877
3407
|
"compoundBrandForeground1": "#d83b01",
|
|
2878
3408
|
"compoundBrandForeground1Hover": "#c33400",
|
|
2879
|
-
"compoundBrandForeground1Pressed": "#
|
|
3409
|
+
"compoundBrandForeground1Pressed": "#99482b",
|
|
2880
3410
|
"compoundBrandStroke1": "#d83b01",
|
|
2881
3411
|
"compoundBrandStroke1Hover": "#c33400",
|
|
2882
3412
|
"compoundBrandStroke1Pressed": "#a52c00",
|
|
2883
3413
|
"neutralForeground2BrandHover": "#c33400",
|
|
2884
|
-
"neutralForeground2BrandPressed": "#
|
|
3414
|
+
"neutralForeground2BrandPressed": "#99482b",
|
|
2885
3415
|
"neutralForeground2BrandSelected": "#a52c00",
|
|
2886
3416
|
"neutralForeground3BrandHover": "#c33400",
|
|
2887
|
-
"neutralForeground3BrandPressed": "#
|
|
3417
|
+
"neutralForeground3BrandPressed": "#99482b",
|
|
2888
3418
|
"neutralForeground3BrandSelected": "#a52c00",
|
|
2889
3419
|
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
2890
3420
|
}
|
|
@@ -2893,34 +3423,34 @@ Object {
|
|
|
2893
3423
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #0078d4 1`] = `
|
|
2894
3424
|
Object {
|
|
2895
3425
|
"brandBackground": "#0078d4",
|
|
2896
|
-
"brandBackground2": "#
|
|
3426
|
+
"brandBackground2": "#c7e0f4",
|
|
2897
3427
|
"brandBackgroundHover": "#106ebe",
|
|
2898
|
-
"brandBackgroundPressed": "#
|
|
2899
|
-
"brandBackgroundSelected": "#
|
|
3428
|
+
"brandBackgroundPressed": "#004c87",
|
|
3429
|
+
"brandBackgroundSelected": "#005a9e",
|
|
2900
3430
|
"brandBackgroundStatic": "#0078d4",
|
|
2901
3431
|
"brandForeground1": "#0078d4",
|
|
2902
3432
|
"brandForeground2": "#106ebe",
|
|
2903
3433
|
"brandForegroundLink": "#0078d4",
|
|
2904
3434
|
"brandForegroundLinkHover": "#106ebe",
|
|
2905
|
-
"brandForegroundLinkPressed": "#
|
|
2906
|
-
"brandForegroundLinkSelected": "#
|
|
3435
|
+
"brandForegroundLinkPressed": "#004c87",
|
|
3436
|
+
"brandForegroundLinkSelected": "#005a9e",
|
|
2907
3437
|
"brandStroke1": "#0078d4",
|
|
2908
|
-
"brandStroke2": "#
|
|
3438
|
+
"brandStroke2": "#c7e0f4",
|
|
2909
3439
|
"compoundBrandBackground1": "#0078d4",
|
|
2910
3440
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
2911
|
-
"compoundBrandBackground1Pressed": "#
|
|
3441
|
+
"compoundBrandBackground1Pressed": "#005a9e",
|
|
2912
3442
|
"compoundBrandForeground1": "#0078d4",
|
|
2913
3443
|
"compoundBrandForeground1Hover": "#106ebe",
|
|
2914
|
-
"compoundBrandForeground1Pressed": "#
|
|
3444
|
+
"compoundBrandForeground1Pressed": "#004c87",
|
|
2915
3445
|
"compoundBrandStroke1": "#0078d4",
|
|
2916
3446
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
2917
|
-
"compoundBrandStroke1Pressed": "#
|
|
3447
|
+
"compoundBrandStroke1Pressed": "#005a9e",
|
|
2918
3448
|
"neutralForeground2BrandHover": "#106ebe",
|
|
2919
|
-
"neutralForeground2BrandPressed": "#
|
|
2920
|
-
"neutralForeground2BrandSelected": "#
|
|
3449
|
+
"neutralForeground2BrandPressed": "#004c87",
|
|
3450
|
+
"neutralForeground2BrandSelected": "#005a9e",
|
|
2921
3451
|
"neutralForeground3BrandHover": "#106ebe",
|
|
2922
|
-
"neutralForeground3BrandPressed": "#
|
|
2923
|
-
"neutralForeground3BrandSelected": "#
|
|
3452
|
+
"neutralForeground3BrandPressed": "#004c87",
|
|
3453
|
+
"neutralForeground3BrandSelected": "#005a9e",
|
|
2924
3454
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
2925
3455
|
}
|
|
2926
3456
|
`;
|
|
@@ -2928,33 +3458,33 @@ Object {
|
|
|
2928
3458
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #107c41 1`] = `
|
|
2929
3459
|
Object {
|
|
2930
3460
|
"brandBackground": "#107c41",
|
|
2931
|
-
"brandBackground2": "#
|
|
3461
|
+
"brandBackground2": "#55b17e",
|
|
2932
3462
|
"brandBackgroundHover": "#0f703b",
|
|
2933
|
-
"brandBackgroundPressed": "#
|
|
3463
|
+
"brandBackgroundPressed": "#0a5325",
|
|
2934
3464
|
"brandBackgroundSelected": "#0c5f32",
|
|
2935
3465
|
"brandBackgroundStatic": "#107c41",
|
|
2936
3466
|
"brandForeground1": "#107c41",
|
|
2937
3467
|
"brandForeground2": "#0f703b",
|
|
2938
3468
|
"brandForegroundLink": "#107c41",
|
|
2939
3469
|
"brandForegroundLinkHover": "#0f703b",
|
|
2940
|
-
"brandForegroundLinkPressed": "#
|
|
3470
|
+
"brandForegroundLinkPressed": "#0a5325",
|
|
2941
3471
|
"brandForegroundLinkSelected": "#0c5f32",
|
|
2942
3472
|
"brandStroke1": "#107c41",
|
|
2943
|
-
"brandStroke2": "#
|
|
3473
|
+
"brandStroke2": "#55b17e",
|
|
2944
3474
|
"compoundBrandBackground1": "#107c41",
|
|
2945
3475
|
"compoundBrandBackground1Hover": "#0f703b",
|
|
2946
3476
|
"compoundBrandBackground1Pressed": "#0c5f32",
|
|
2947
3477
|
"compoundBrandForeground1": "#107c41",
|
|
2948
3478
|
"compoundBrandForeground1Hover": "#0f703b",
|
|
2949
|
-
"compoundBrandForeground1Pressed": "#
|
|
3479
|
+
"compoundBrandForeground1Pressed": "#0a5325",
|
|
2950
3480
|
"compoundBrandStroke1": "#107c41",
|
|
2951
3481
|
"compoundBrandStroke1Hover": "#0f703b",
|
|
2952
3482
|
"compoundBrandStroke1Pressed": "#0c5f32",
|
|
2953
3483
|
"neutralForeground2BrandHover": "#0f703b",
|
|
2954
|
-
"neutralForeground2BrandPressed": "#
|
|
3484
|
+
"neutralForeground2BrandPressed": "#0a5325",
|
|
2955
3485
|
"neutralForeground2BrandSelected": "#0c5f32",
|
|
2956
3486
|
"neutralForeground3BrandHover": "#0f703b",
|
|
2957
|
-
"neutralForeground3BrandPressed": "#
|
|
3487
|
+
"neutralForeground3BrandPressed": "#0a5325",
|
|
2958
3488
|
"neutralForeground3BrandSelected": "#0c5f32",
|
|
2959
3489
|
"neutralStrokeAccessibleSelected": "#107c41",
|
|
2960
3490
|
}
|
|
@@ -2963,33 +3493,33 @@ Object {
|
|
|
2963
3493
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #185abd 1`] = `
|
|
2964
3494
|
Object {
|
|
2965
3495
|
"brandBackground": "#185abd",
|
|
2966
|
-
"brandBackground2": "#
|
|
3496
|
+
"brandBackground2": "#6794d7",
|
|
2967
3497
|
"brandBackgroundHover": "#1651aa",
|
|
2968
|
-
"brandBackgroundPressed": "#
|
|
3498
|
+
"brandBackgroundPressed": "#19428a",
|
|
2969
3499
|
"brandBackgroundSelected": "#13458f",
|
|
2970
3500
|
"brandBackgroundStatic": "#185abd",
|
|
2971
3501
|
"brandForeground1": "#185abd",
|
|
2972
3502
|
"brandForeground2": "#1651aa",
|
|
2973
3503
|
"brandForegroundLink": "#185abd",
|
|
2974
3504
|
"brandForegroundLinkHover": "#1651aa",
|
|
2975
|
-
"brandForegroundLinkPressed": "#
|
|
3505
|
+
"brandForegroundLinkPressed": "#19428a",
|
|
2976
3506
|
"brandForegroundLinkSelected": "#13458f",
|
|
2977
3507
|
"brandStroke1": "#185abd",
|
|
2978
|
-
"brandStroke2": "#
|
|
3508
|
+
"brandStroke2": "#6794d7",
|
|
2979
3509
|
"compoundBrandBackground1": "#185abd",
|
|
2980
3510
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
2981
3511
|
"compoundBrandBackground1Pressed": "#13458f",
|
|
2982
3512
|
"compoundBrandForeground1": "#185abd",
|
|
2983
3513
|
"compoundBrandForeground1Hover": "#1651aa",
|
|
2984
|
-
"compoundBrandForeground1Pressed": "#
|
|
3514
|
+
"compoundBrandForeground1Pressed": "#19428a",
|
|
2985
3515
|
"compoundBrandStroke1": "#185abd",
|
|
2986
3516
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
2987
3517
|
"compoundBrandStroke1Pressed": "#13458f",
|
|
2988
3518
|
"neutralForeground2BrandHover": "#1651aa",
|
|
2989
|
-
"neutralForeground2BrandPressed": "#
|
|
3519
|
+
"neutralForeground2BrandPressed": "#19428a",
|
|
2990
3520
|
"neutralForeground2BrandSelected": "#13458f",
|
|
2991
3521
|
"neutralForeground3BrandHover": "#1651aa",
|
|
2992
|
-
"neutralForeground3BrandPressed": "#
|
|
3522
|
+
"neutralForeground3BrandPressed": "#19428a",
|
|
2993
3523
|
"neutralForeground3BrandSelected": "#13458f",
|
|
2994
3524
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
2995
3525
|
}
|
|
@@ -2997,69 +3527,69 @@ Object {
|
|
|
2997
3527
|
|
|
2998
3528
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #80397b 1`] = `
|
|
2999
3529
|
Object {
|
|
3000
|
-
"brandBackground": "#
|
|
3001
|
-
"brandBackground2": "#
|
|
3002
|
-
"brandBackgroundHover": "#
|
|
3003
|
-
"brandBackgroundPressed": "#
|
|
3004
|
-
"brandBackgroundSelected": "#
|
|
3005
|
-
"brandBackgroundStatic": "#
|
|
3006
|
-
"brandForeground1": "#
|
|
3007
|
-
"brandForeground2": "#
|
|
3008
|
-
"brandForegroundLink": "#
|
|
3009
|
-
"brandForegroundLinkHover": "#
|
|
3010
|
-
"brandForegroundLinkPressed": "#
|
|
3011
|
-
"brandForegroundLinkSelected": "#
|
|
3012
|
-
"brandStroke1": "#
|
|
3013
|
-
"brandStroke2": "#
|
|
3014
|
-
"compoundBrandBackground1": "#
|
|
3015
|
-
"compoundBrandBackground1Hover": "#
|
|
3016
|
-
"compoundBrandBackground1Pressed": "#
|
|
3017
|
-
"compoundBrandForeground1": "#
|
|
3018
|
-
"compoundBrandForeground1Hover": "#
|
|
3019
|
-
"compoundBrandForeground1Pressed": "#
|
|
3020
|
-
"compoundBrandStroke1": "#
|
|
3021
|
-
"compoundBrandStroke1Hover": "#
|
|
3022
|
-
"compoundBrandStroke1Pressed": "#
|
|
3023
|
-
"neutralForeground2BrandHover": "#
|
|
3024
|
-
"neutralForeground2BrandPressed": "#
|
|
3025
|
-
"neutralForeground2BrandSelected": "#
|
|
3026
|
-
"neutralForeground3BrandHover": "#
|
|
3027
|
-
"neutralForeground3BrandPressed": "#
|
|
3028
|
-
"neutralForeground3BrandSelected": "#
|
|
3029
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3530
|
+
"brandBackground": "#7719aa",
|
|
3531
|
+
"brandBackground2": "#e6d1f2",
|
|
3532
|
+
"brandBackgroundHover": "#6c179a",
|
|
3533
|
+
"brandBackgroundPressed": "#430e60",
|
|
3534
|
+
"brandBackgroundSelected": "#5b1382",
|
|
3535
|
+
"brandBackgroundStatic": "#7719aa",
|
|
3536
|
+
"brandForeground1": "#7719aa",
|
|
3537
|
+
"brandForeground2": "#6c179a",
|
|
3538
|
+
"brandForegroundLink": "#7719aa",
|
|
3539
|
+
"brandForegroundLinkHover": "#6c179a",
|
|
3540
|
+
"brandForegroundLinkPressed": "#430e60",
|
|
3541
|
+
"brandForegroundLinkSelected": "#5b1382",
|
|
3542
|
+
"brandStroke1": "#7719aa",
|
|
3543
|
+
"brandStroke2": "#e6d1f2",
|
|
3544
|
+
"compoundBrandBackground1": "#7719aa",
|
|
3545
|
+
"compoundBrandBackground1Hover": "#6c179a",
|
|
3546
|
+
"compoundBrandBackground1Pressed": "#5b1382",
|
|
3547
|
+
"compoundBrandForeground1": "#7719aa",
|
|
3548
|
+
"compoundBrandForeground1Hover": "#6c179a",
|
|
3549
|
+
"compoundBrandForeground1Pressed": "#430e60",
|
|
3550
|
+
"compoundBrandStroke1": "#7719aa",
|
|
3551
|
+
"compoundBrandStroke1Hover": "#6c179a",
|
|
3552
|
+
"compoundBrandStroke1Pressed": "#5b1382",
|
|
3553
|
+
"neutralForeground2BrandHover": "#6c179a",
|
|
3554
|
+
"neutralForeground2BrandPressed": "#430e60",
|
|
3555
|
+
"neutralForeground2BrandSelected": "#5b1382",
|
|
3556
|
+
"neutralForeground3BrandHover": "#6c179a",
|
|
3557
|
+
"neutralForeground3BrandPressed": "#430e60",
|
|
3558
|
+
"neutralForeground3BrandSelected": "#5b1382",
|
|
3559
|
+
"neutralStrokeAccessibleSelected": "#7719aa",
|
|
3030
3560
|
}
|
|
3031
3561
|
`;
|
|
3032
3562
|
|
|
3033
3563
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #c43e1c 1`] = `
|
|
3034
3564
|
Object {
|
|
3035
3565
|
"brandBackground": "#c43e1c",
|
|
3036
|
-
"brandBackground2": "#
|
|
3566
|
+
"brandBackground2": "#dc816a",
|
|
3037
3567
|
"brandBackgroundHover": "#b13719",
|
|
3038
|
-
"brandBackgroundPressed": "#
|
|
3568
|
+
"brandBackgroundPressed": "#79310a",
|
|
3039
3569
|
"brandBackgroundSelected": "#952f15",
|
|
3040
3570
|
"brandBackgroundStatic": "#c43e1c",
|
|
3041
3571
|
"brandForeground1": "#c43e1c",
|
|
3042
3572
|
"brandForeground2": "#b13719",
|
|
3043
3573
|
"brandForegroundLink": "#c43e1c",
|
|
3044
3574
|
"brandForegroundLinkHover": "#b13719",
|
|
3045
|
-
"brandForegroundLinkPressed": "#
|
|
3575
|
+
"brandForegroundLinkPressed": "#79310a",
|
|
3046
3576
|
"brandForegroundLinkSelected": "#952f15",
|
|
3047
3577
|
"brandStroke1": "#c43e1c",
|
|
3048
|
-
"brandStroke2": "#
|
|
3578
|
+
"brandStroke2": "#dc816a",
|
|
3049
3579
|
"compoundBrandBackground1": "#c43e1c",
|
|
3050
3580
|
"compoundBrandBackground1Hover": "#b13719",
|
|
3051
3581
|
"compoundBrandBackground1Pressed": "#952f15",
|
|
3052
3582
|
"compoundBrandForeground1": "#c43e1c",
|
|
3053
3583
|
"compoundBrandForeground1Hover": "#b13719",
|
|
3054
|
-
"compoundBrandForeground1Pressed": "#
|
|
3584
|
+
"compoundBrandForeground1Pressed": "#79310a",
|
|
3055
3585
|
"compoundBrandStroke1": "#c43e1c",
|
|
3056
3586
|
"compoundBrandStroke1Hover": "#b13719",
|
|
3057
3587
|
"compoundBrandStroke1Pressed": "#952f15",
|
|
3058
3588
|
"neutralForeground2BrandHover": "#b13719",
|
|
3059
|
-
"neutralForeground2BrandPressed": "#
|
|
3589
|
+
"neutralForeground2BrandPressed": "#79310a",
|
|
3060
3590
|
"neutralForeground2BrandSelected": "#952f15",
|
|
3061
3591
|
"neutralForeground3BrandHover": "#b13719",
|
|
3062
|
-
"neutralForeground3BrandPressed": "#
|
|
3592
|
+
"neutralForeground3BrandPressed": "#79310a",
|
|
3063
3593
|
"neutralForeground3BrandSelected": "#952f15",
|
|
3064
3594
|
"neutralStrokeAccessibleSelected": "#c43e1c",
|
|
3065
3595
|
}
|
|
@@ -3068,33 +3598,33 @@ Object {
|
|
|
3068
3598
|
exports[`getCurrentBrandAliasTokens test themeName: White, appPrimary: #d83b01 1`] = `
|
|
3069
3599
|
Object {
|
|
3070
3600
|
"brandBackground": "#d83b01",
|
|
3071
|
-
"brandBackground2": "#
|
|
3601
|
+
"brandBackground2": "#e8825d",
|
|
3072
3602
|
"brandBackgroundHover": "#c33400",
|
|
3073
|
-
"brandBackgroundPressed": "#
|
|
3603
|
+
"brandBackgroundPressed": "#99482b",
|
|
3074
3604
|
"brandBackgroundSelected": "#a52c00",
|
|
3075
3605
|
"brandBackgroundStatic": "#d83b01",
|
|
3076
3606
|
"brandForeground1": "#d83b01",
|
|
3077
3607
|
"brandForeground2": "#c33400",
|
|
3078
3608
|
"brandForegroundLink": "#d83b01",
|
|
3079
3609
|
"brandForegroundLinkHover": "#c33400",
|
|
3080
|
-
"brandForegroundLinkPressed": "#
|
|
3610
|
+
"brandForegroundLinkPressed": "#99482b",
|
|
3081
3611
|
"brandForegroundLinkSelected": "#a52c00",
|
|
3082
3612
|
"brandStroke1": "#d83b01",
|
|
3083
|
-
"brandStroke2": "#
|
|
3613
|
+
"brandStroke2": "#e8825d",
|
|
3084
3614
|
"compoundBrandBackground1": "#d83b01",
|
|
3085
3615
|
"compoundBrandBackground1Hover": "#c33400",
|
|
3086
3616
|
"compoundBrandBackground1Pressed": "#a52c00",
|
|
3087
3617
|
"compoundBrandForeground1": "#d83b01",
|
|
3088
3618
|
"compoundBrandForeground1Hover": "#c33400",
|
|
3089
|
-
"compoundBrandForeground1Pressed": "#
|
|
3619
|
+
"compoundBrandForeground1Pressed": "#99482b",
|
|
3090
3620
|
"compoundBrandStroke1": "#d83b01",
|
|
3091
3621
|
"compoundBrandStroke1Hover": "#c33400",
|
|
3092
3622
|
"compoundBrandStroke1Pressed": "#a52c00",
|
|
3093
3623
|
"neutralForeground2BrandHover": "#c33400",
|
|
3094
|
-
"neutralForeground2BrandPressed": "#
|
|
3624
|
+
"neutralForeground2BrandPressed": "#99482b",
|
|
3095
3625
|
"neutralForeground2BrandSelected": "#a52c00",
|
|
3096
3626
|
"neutralForeground3BrandHover": "#c33400",
|
|
3097
|
-
"neutralForeground3BrandPressed": "#
|
|
3627
|
+
"neutralForeground3BrandPressed": "#99482b",
|
|
3098
3628
|
"neutralForeground3BrandSelected": "#a52c00",
|
|
3099
3629
|
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
3100
3630
|
}
|
|
@@ -3103,34 +3633,34 @@ Object {
|
|
|
3103
3633
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #0078d4 1`] = `
|
|
3104
3634
|
Object {
|
|
3105
3635
|
"brandBackground": "#0078d4",
|
|
3106
|
-
"brandBackground2": "#
|
|
3636
|
+
"brandBackground2": "#c7e0f4",
|
|
3107
3637
|
"brandBackgroundHover": "#106ebe",
|
|
3108
|
-
"brandBackgroundPressed": "#
|
|
3109
|
-
"brandBackgroundSelected": "#
|
|
3638
|
+
"brandBackgroundPressed": "#004c87",
|
|
3639
|
+
"brandBackgroundSelected": "#005a9e",
|
|
3110
3640
|
"brandBackgroundStatic": "#0078d4",
|
|
3111
|
-
"brandForeground1": "#
|
|
3112
|
-
"brandForeground2": "#
|
|
3113
|
-
"brandForegroundLink": "#
|
|
3114
|
-
"brandForegroundLinkHover": "#
|
|
3115
|
-
"brandForegroundLinkPressed": "#
|
|
3116
|
-
"brandForegroundLinkSelected": "#
|
|
3641
|
+
"brandForeground1": "#6cb8f6",
|
|
3642
|
+
"brandForeground2": "#c7e0f4",
|
|
3643
|
+
"brandForegroundLink": "#6cb8f6",
|
|
3644
|
+
"brandForegroundLinkHover": "#c7e0f4",
|
|
3645
|
+
"brandForegroundLinkPressed": "#2899f5",
|
|
3646
|
+
"brandForegroundLinkSelected": "#c7e0f4",
|
|
3117
3647
|
"brandStroke1": "#0078d4",
|
|
3118
|
-
"brandStroke2": "#
|
|
3648
|
+
"brandStroke2": "#c7e0f4",
|
|
3119
3649
|
"compoundBrandBackground1": "#0078d4",
|
|
3120
3650
|
"compoundBrandBackground1Hover": "#106ebe",
|
|
3121
|
-
"compoundBrandBackground1Pressed": "#
|
|
3122
|
-
"compoundBrandForeground1": "#
|
|
3123
|
-
"compoundBrandForeground1Hover": "#
|
|
3124
|
-
"compoundBrandForeground1Pressed": "#
|
|
3651
|
+
"compoundBrandBackground1Pressed": "#005a9e",
|
|
3652
|
+
"compoundBrandForeground1": "#6cb8f6",
|
|
3653
|
+
"compoundBrandForeground1Hover": "#c7e0f4",
|
|
3654
|
+
"compoundBrandForeground1Pressed": "#2899f5",
|
|
3125
3655
|
"compoundBrandStroke1": "#0078d4",
|
|
3126
3656
|
"compoundBrandStroke1Hover": "#106ebe",
|
|
3127
|
-
"compoundBrandStroke1Pressed": "#
|
|
3128
|
-
"neutralForeground2BrandHover": "#
|
|
3129
|
-
"neutralForeground2BrandPressed": "#
|
|
3130
|
-
"neutralForeground2BrandSelected": "#
|
|
3131
|
-
"neutralForeground3BrandHover": "#
|
|
3132
|
-
"neutralForeground3BrandPressed": "#
|
|
3133
|
-
"neutralForeground3BrandSelected": "#
|
|
3657
|
+
"compoundBrandStroke1Pressed": "#005a9e",
|
|
3658
|
+
"neutralForeground2BrandHover": "#c7e0f4",
|
|
3659
|
+
"neutralForeground2BrandPressed": "#2899f5",
|
|
3660
|
+
"neutralForeground2BrandSelected": "#c7e0f4",
|
|
3661
|
+
"neutralForeground3BrandHover": "#c7e0f4",
|
|
3662
|
+
"neutralForeground3BrandPressed": "#2899f5",
|
|
3663
|
+
"neutralForeground3BrandSelected": "#c7e0f4",
|
|
3134
3664
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
3135
3665
|
}
|
|
3136
3666
|
`;
|
|
@@ -3138,34 +3668,34 @@ Object {
|
|
|
3138
3668
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #107c41 1`] = `
|
|
3139
3669
|
Object {
|
|
3140
3670
|
"brandBackground": "#107c41",
|
|
3141
|
-
"brandBackground2": "#
|
|
3671
|
+
"brandBackground2": "#55b17e",
|
|
3142
3672
|
"brandBackgroundHover": "#0f703b",
|
|
3143
|
-
"brandBackgroundPressed": "#
|
|
3673
|
+
"brandBackgroundPressed": "#0a5325",
|
|
3144
3674
|
"brandBackgroundSelected": "#0c5f32",
|
|
3145
3675
|
"brandBackgroundStatic": "#107c41",
|
|
3146
|
-
"brandForeground1": "#
|
|
3147
|
-
"brandForeground2": "#
|
|
3148
|
-
"brandForegroundLink": "#
|
|
3149
|
-
"brandForegroundLinkHover": "#
|
|
3150
|
-
"brandForegroundLinkPressed": "#
|
|
3151
|
-
"brandForegroundLinkSelected": "#
|
|
3676
|
+
"brandForeground1": "#60bd82",
|
|
3677
|
+
"brandForeground2": "#55b17e",
|
|
3678
|
+
"brandForegroundLink": "#60bd82",
|
|
3679
|
+
"brandForegroundLinkHover": "#55b17e",
|
|
3680
|
+
"brandForegroundLinkPressed": "#10893c",
|
|
3681
|
+
"brandForegroundLinkSelected": "#55b17e",
|
|
3152
3682
|
"brandStroke1": "#107c41",
|
|
3153
|
-
"brandStroke2": "#
|
|
3683
|
+
"brandStroke2": "#55b17e",
|
|
3154
3684
|
"compoundBrandBackground1": "#107c41",
|
|
3155
3685
|
"compoundBrandBackground1Hover": "#0f703b",
|
|
3156
3686
|
"compoundBrandBackground1Pressed": "#0c5f32",
|
|
3157
|
-
"compoundBrandForeground1": "#
|
|
3158
|
-
"compoundBrandForeground1Hover": "#
|
|
3159
|
-
"compoundBrandForeground1Pressed": "#
|
|
3687
|
+
"compoundBrandForeground1": "#60bd82",
|
|
3688
|
+
"compoundBrandForeground1Hover": "#55b17e",
|
|
3689
|
+
"compoundBrandForeground1Pressed": "#10893c",
|
|
3160
3690
|
"compoundBrandStroke1": "#107c41",
|
|
3161
3691
|
"compoundBrandStroke1Hover": "#0f703b",
|
|
3162
3692
|
"compoundBrandStroke1Pressed": "#0c5f32",
|
|
3163
|
-
"neutralForeground2BrandHover": "#
|
|
3164
|
-
"neutralForeground2BrandPressed": "#
|
|
3165
|
-
"neutralForeground2BrandSelected": "#
|
|
3166
|
-
"neutralForeground3BrandHover": "#
|
|
3167
|
-
"neutralForeground3BrandPressed": "#
|
|
3168
|
-
"neutralForeground3BrandSelected": "#
|
|
3693
|
+
"neutralForeground2BrandHover": "#55b17e",
|
|
3694
|
+
"neutralForeground2BrandPressed": "#10893c",
|
|
3695
|
+
"neutralForeground2BrandSelected": "#55b17e",
|
|
3696
|
+
"neutralForeground3BrandHover": "#55b17e",
|
|
3697
|
+
"neutralForeground3BrandPressed": "#10893c",
|
|
3698
|
+
"neutralForeground3BrandSelected": "#55b17e",
|
|
3169
3699
|
"neutralStrokeAccessibleSelected": "#107c41",
|
|
3170
3700
|
}
|
|
3171
3701
|
`;
|
|
@@ -3173,104 +3703,104 @@ Object {
|
|
|
3173
3703
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #185abd 1`] = `
|
|
3174
3704
|
Object {
|
|
3175
3705
|
"brandBackground": "#185abd",
|
|
3176
|
-
"brandBackground2": "#
|
|
3706
|
+
"brandBackground2": "#6794d7",
|
|
3177
3707
|
"brandBackgroundHover": "#1651aa",
|
|
3178
|
-
"brandBackgroundPressed": "#
|
|
3708
|
+
"brandBackgroundPressed": "#19428a",
|
|
3179
3709
|
"brandBackgroundSelected": "#13458f",
|
|
3180
3710
|
"brandBackgroundStatic": "#185abd",
|
|
3181
|
-
"brandForeground1": "#
|
|
3182
|
-
"brandForeground2": "#
|
|
3183
|
-
"brandForegroundLink": "#
|
|
3184
|
-
"brandForegroundLinkHover": "#
|
|
3185
|
-
"brandForegroundLinkPressed": "#
|
|
3186
|
-
"brandForegroundLinkSelected": "#
|
|
3711
|
+
"brandForeground1": "#82abf1",
|
|
3712
|
+
"brandForeground2": "#6794d7",
|
|
3713
|
+
"brandForegroundLink": "#82abf1",
|
|
3714
|
+
"brandForegroundLinkHover": "#6794d7",
|
|
3715
|
+
"brandForegroundLinkPressed": "#296fe6",
|
|
3716
|
+
"brandForegroundLinkSelected": "#6794d7",
|
|
3187
3717
|
"brandStroke1": "#185abd",
|
|
3188
|
-
"brandStroke2": "#
|
|
3718
|
+
"brandStroke2": "#6794d7",
|
|
3189
3719
|
"compoundBrandBackground1": "#185abd",
|
|
3190
3720
|
"compoundBrandBackground1Hover": "#1651aa",
|
|
3191
3721
|
"compoundBrandBackground1Pressed": "#13458f",
|
|
3192
|
-
"compoundBrandForeground1": "#
|
|
3193
|
-
"compoundBrandForeground1Hover": "#
|
|
3194
|
-
"compoundBrandForeground1Pressed": "#
|
|
3722
|
+
"compoundBrandForeground1": "#82abf1",
|
|
3723
|
+
"compoundBrandForeground1Hover": "#6794d7",
|
|
3724
|
+
"compoundBrandForeground1Pressed": "#296fe6",
|
|
3195
3725
|
"compoundBrandStroke1": "#185abd",
|
|
3196
3726
|
"compoundBrandStroke1Hover": "#1651aa",
|
|
3197
3727
|
"compoundBrandStroke1Pressed": "#13458f",
|
|
3198
|
-
"neutralForeground2BrandHover": "#
|
|
3199
|
-
"neutralForeground2BrandPressed": "#
|
|
3200
|
-
"neutralForeground2BrandSelected": "#
|
|
3201
|
-
"neutralForeground3BrandHover": "#
|
|
3202
|
-
"neutralForeground3BrandPressed": "#
|
|
3203
|
-
"neutralForeground3BrandSelected": "#
|
|
3728
|
+
"neutralForeground2BrandHover": "#6794d7",
|
|
3729
|
+
"neutralForeground2BrandPressed": "#296fe6",
|
|
3730
|
+
"neutralForeground2BrandSelected": "#6794d7",
|
|
3731
|
+
"neutralForeground3BrandHover": "#6794d7",
|
|
3732
|
+
"neutralForeground3BrandPressed": "#296fe6",
|
|
3733
|
+
"neutralForeground3BrandSelected": "#6794d7",
|
|
3204
3734
|
"neutralStrokeAccessibleSelected": "#185abd",
|
|
3205
3735
|
}
|
|
3206
3736
|
`;
|
|
3207
3737
|
|
|
3208
3738
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #80397b 1`] = `
|
|
3209
3739
|
Object {
|
|
3210
|
-
"brandBackground": "#
|
|
3211
|
-
"brandBackground2": "#
|
|
3212
|
-
"brandBackgroundHover": "#
|
|
3213
|
-
"brandBackgroundPressed": "#
|
|
3214
|
-
"brandBackgroundSelected": "#
|
|
3215
|
-
"brandBackgroundStatic": "#
|
|
3216
|
-
"brandForeground1": "#
|
|
3217
|
-
"brandForeground2": "#
|
|
3218
|
-
"brandForegroundLink": "#
|
|
3219
|
-
"brandForegroundLinkHover": "#
|
|
3220
|
-
"brandForegroundLinkPressed": "#
|
|
3221
|
-
"brandForegroundLinkSelected": "#
|
|
3222
|
-
"brandStroke1": "#
|
|
3223
|
-
"brandStroke2": "#
|
|
3224
|
-
"compoundBrandBackground1": "#
|
|
3225
|
-
"compoundBrandBackground1Hover": "#
|
|
3226
|
-
"compoundBrandBackground1Pressed": "#
|
|
3227
|
-
"compoundBrandForeground1": "#
|
|
3228
|
-
"compoundBrandForeground1Hover": "#
|
|
3229
|
-
"compoundBrandForeground1Pressed": "#
|
|
3230
|
-
"compoundBrandStroke1": "#
|
|
3231
|
-
"compoundBrandStroke1Hover": "#
|
|
3232
|
-
"compoundBrandStroke1Pressed": "#
|
|
3233
|
-
"neutralForeground2BrandHover": "#
|
|
3234
|
-
"neutralForeground2BrandPressed": "#
|
|
3235
|
-
"neutralForeground2BrandSelected": "#
|
|
3236
|
-
"neutralForeground3BrandHover": "#
|
|
3237
|
-
"neutralForeground3BrandPressed": "#
|
|
3238
|
-
"neutralForeground3BrandSelected": "#
|
|
3239
|
-
"neutralStrokeAccessibleSelected": "#
|
|
3740
|
+
"brandBackground": "#7719aa",
|
|
3741
|
+
"brandBackground2": "#e6d1f2",
|
|
3742
|
+
"brandBackgroundHover": "#6c179a",
|
|
3743
|
+
"brandBackgroundPressed": "#430e60",
|
|
3744
|
+
"brandBackgroundSelected": "#5b1382",
|
|
3745
|
+
"brandBackgroundStatic": "#7719aa",
|
|
3746
|
+
"brandForeground1": "#d1abe6",
|
|
3747
|
+
"brandForeground2": "#e6d1f2",
|
|
3748
|
+
"brandForegroundLink": "#d1abe6",
|
|
3749
|
+
"brandForegroundLinkHover": "#e6d1f2",
|
|
3750
|
+
"brandForegroundLinkPressed": "#862eb5",
|
|
3751
|
+
"brandForegroundLinkSelected": "#e6d1f2",
|
|
3752
|
+
"brandStroke1": "#7719aa",
|
|
3753
|
+
"brandStroke2": "#e6d1f2",
|
|
3754
|
+
"compoundBrandBackground1": "#7719aa",
|
|
3755
|
+
"compoundBrandBackground1Hover": "#6c179a",
|
|
3756
|
+
"compoundBrandBackground1Pressed": "#5b1382",
|
|
3757
|
+
"compoundBrandForeground1": "#d1abe6",
|
|
3758
|
+
"compoundBrandForeground1Hover": "#e6d1f2",
|
|
3759
|
+
"compoundBrandForeground1Pressed": "#862eb5",
|
|
3760
|
+
"compoundBrandStroke1": "#7719aa",
|
|
3761
|
+
"compoundBrandStroke1Hover": "#6c179a",
|
|
3762
|
+
"compoundBrandStroke1Pressed": "#5b1382",
|
|
3763
|
+
"neutralForeground2BrandHover": "#e6d1f2",
|
|
3764
|
+
"neutralForeground2BrandPressed": "#862eb5",
|
|
3765
|
+
"neutralForeground2BrandSelected": "#e6d1f2",
|
|
3766
|
+
"neutralForeground3BrandHover": "#e6d1f2",
|
|
3767
|
+
"neutralForeground3BrandPressed": "#862eb5",
|
|
3768
|
+
"neutralForeground3BrandSelected": "#e6d1f2",
|
|
3769
|
+
"neutralStrokeAccessibleSelected": "#7719aa",
|
|
3240
3770
|
}
|
|
3241
3771
|
`;
|
|
3242
3772
|
|
|
3243
3773
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #c43e1c 1`] = `
|
|
3244
3774
|
Object {
|
|
3245
3775
|
"brandBackground": "#c43e1c",
|
|
3246
|
-
"brandBackground2": "#
|
|
3776
|
+
"brandBackground2": "#dc816a",
|
|
3247
3777
|
"brandBackgroundHover": "#b13719",
|
|
3248
|
-
"brandBackgroundPressed": "#
|
|
3778
|
+
"brandBackgroundPressed": "#79310a",
|
|
3249
3779
|
"brandBackgroundSelected": "#952f15",
|
|
3250
3780
|
"brandBackgroundStatic": "#c43e1c",
|
|
3251
|
-
"brandForeground1": "#
|
|
3252
|
-
"brandForeground2": "#
|
|
3253
|
-
"brandForegroundLink": "#
|
|
3254
|
-
"brandForegroundLinkHover": "#
|
|
3255
|
-
"brandForegroundLinkPressed": "#
|
|
3256
|
-
"brandForegroundLinkSelected": "#
|
|
3781
|
+
"brandForeground1": "#e1966d",
|
|
3782
|
+
"brandForeground2": "#dc816a",
|
|
3783
|
+
"brandForegroundLink": "#e1966d",
|
|
3784
|
+
"brandForegroundLinkHover": "#dc816a",
|
|
3785
|
+
"brandForegroundLinkPressed": "#ca5010",
|
|
3786
|
+
"brandForegroundLinkSelected": "#dc816a",
|
|
3257
3787
|
"brandStroke1": "#c43e1c",
|
|
3258
|
-
"brandStroke2": "#
|
|
3788
|
+
"brandStroke2": "#dc816a",
|
|
3259
3789
|
"compoundBrandBackground1": "#c43e1c",
|
|
3260
3790
|
"compoundBrandBackground1Hover": "#b13719",
|
|
3261
3791
|
"compoundBrandBackground1Pressed": "#952f15",
|
|
3262
|
-
"compoundBrandForeground1": "#
|
|
3263
|
-
"compoundBrandForeground1Hover": "#
|
|
3264
|
-
"compoundBrandForeground1Pressed": "#
|
|
3792
|
+
"compoundBrandForeground1": "#e1966d",
|
|
3793
|
+
"compoundBrandForeground1Hover": "#dc816a",
|
|
3794
|
+
"compoundBrandForeground1Pressed": "#ca5010",
|
|
3265
3795
|
"compoundBrandStroke1": "#c43e1c",
|
|
3266
3796
|
"compoundBrandStroke1Hover": "#b13719",
|
|
3267
3797
|
"compoundBrandStroke1Pressed": "#952f15",
|
|
3268
|
-
"neutralForeground2BrandHover": "#
|
|
3269
|
-
"neutralForeground2BrandPressed": "#
|
|
3270
|
-
"neutralForeground2BrandSelected": "#
|
|
3271
|
-
"neutralForeground3BrandHover": "#
|
|
3272
|
-
"neutralForeground3BrandPressed": "#
|
|
3273
|
-
"neutralForeground3BrandSelected": "#
|
|
3798
|
+
"neutralForeground2BrandHover": "#dc816a",
|
|
3799
|
+
"neutralForeground2BrandPressed": "#ca5010",
|
|
3800
|
+
"neutralForeground2BrandSelected": "#dc816a",
|
|
3801
|
+
"neutralForeground3BrandHover": "#dc816a",
|
|
3802
|
+
"neutralForeground3BrandPressed": "#ca5010",
|
|
3803
|
+
"neutralForeground3BrandSelected": "#dc816a",
|
|
3274
3804
|
"neutralStrokeAccessibleSelected": "#c43e1c",
|
|
3275
3805
|
}
|
|
3276
3806
|
`;
|
|
@@ -3278,34 +3808,34 @@ Object {
|
|
|
3278
3808
|
exports[`getCurrentBrandAliasTokens test themeName: null, appPrimary: #d83b01 1`] = `
|
|
3279
3809
|
Object {
|
|
3280
3810
|
"brandBackground": "#d83b01",
|
|
3281
|
-
"brandBackground2": "#
|
|
3811
|
+
"brandBackground2": "#e8825d",
|
|
3282
3812
|
"brandBackgroundHover": "#c33400",
|
|
3283
|
-
"brandBackgroundPressed": "#
|
|
3813
|
+
"brandBackgroundPressed": "#99482b",
|
|
3284
3814
|
"brandBackgroundSelected": "#a52c00",
|
|
3285
3815
|
"brandBackgroundStatic": "#d83b01",
|
|
3286
|
-
"brandForeground1": "#
|
|
3287
|
-
"brandForeground2": "#
|
|
3288
|
-
"brandForegroundLink": "#
|
|
3289
|
-
"brandForegroundLinkHover": "#
|
|
3290
|
-
"brandForegroundLinkPressed": "#
|
|
3291
|
-
"brandForegroundLinkSelected": "#
|
|
3816
|
+
"brandForeground1": "#ff9973",
|
|
3817
|
+
"brandForeground2": "#e8825d",
|
|
3818
|
+
"brandForegroundLink": "#ff9973",
|
|
3819
|
+
"brandForegroundLinkHover": "#e8825d",
|
|
3820
|
+
"brandForegroundLinkPressed": "#fe7948",
|
|
3821
|
+
"brandForegroundLinkSelected": "#e8825d",
|
|
3292
3822
|
"brandStroke1": "#d83b01",
|
|
3293
|
-
"brandStroke2": "#
|
|
3823
|
+
"brandStroke2": "#e8825d",
|
|
3294
3824
|
"compoundBrandBackground1": "#d83b01",
|
|
3295
3825
|
"compoundBrandBackground1Hover": "#c33400",
|
|
3296
3826
|
"compoundBrandBackground1Pressed": "#a52c00",
|
|
3297
|
-
"compoundBrandForeground1": "#
|
|
3298
|
-
"compoundBrandForeground1Hover": "#
|
|
3299
|
-
"compoundBrandForeground1Pressed": "#
|
|
3827
|
+
"compoundBrandForeground1": "#ff9973",
|
|
3828
|
+
"compoundBrandForeground1Hover": "#e8825d",
|
|
3829
|
+
"compoundBrandForeground1Pressed": "#fe7948",
|
|
3300
3830
|
"compoundBrandStroke1": "#d83b01",
|
|
3301
3831
|
"compoundBrandStroke1Hover": "#c33400",
|
|
3302
3832
|
"compoundBrandStroke1Pressed": "#a52c00",
|
|
3303
|
-
"neutralForeground2BrandHover": "#
|
|
3304
|
-
"neutralForeground2BrandPressed": "#
|
|
3305
|
-
"neutralForeground2BrandSelected": "#
|
|
3306
|
-
"neutralForeground3BrandHover": "#
|
|
3307
|
-
"neutralForeground3BrandPressed": "#
|
|
3308
|
-
"neutralForeground3BrandSelected": "#
|
|
3833
|
+
"neutralForeground2BrandHover": "#e8825d",
|
|
3834
|
+
"neutralForeground2BrandPressed": "#fe7948",
|
|
3835
|
+
"neutralForeground2BrandSelected": "#e8825d",
|
|
3836
|
+
"neutralForeground3BrandHover": "#e8825d",
|
|
3837
|
+
"neutralForeground3BrandPressed": "#fe7948",
|
|
3838
|
+
"neutralForeground3BrandSelected": "#e8825d",
|
|
3309
3839
|
"neutralStrokeAccessibleSelected": "#d83b01",
|
|
3310
3840
|
}
|
|
3311
3841
|
`;
|