@fluentui-react-native/apple-theme 0.19.2 → 0.20.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 +73 -1
- package/CHANGELOG.md +25 -2
- package/lib/getMacOSTokens.d.ts +288 -32
- package/lib/getMacOSTokens.d.ts.map +1 -1
- package/lib-commonjs/getMacOSTokens.d.ts +288 -32
- package/lib-commonjs/getMacOSTokens.d.ts.map +1 -1
- package/package.json +9 -9
- package/src/__tests__/__snapshots__/apple-theme.test.ts.snap +83 -83
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 03 May 2023 07:04:22 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/apple-theme_v0.20.1",
|
|
7
|
+
"version": "0.20.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "78454019+lyzhan7@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
13
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a",
|
|
14
|
+
"comment": "Update design-tokens package to 0.47.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.18.3",
|
|
20
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.4.1",
|
|
26
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/theme to v0.8.4",
|
|
32
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
37
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.24.6",
|
|
38
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
43
|
+
"comment": "Bump @fluentui-react-native/theme-types to v0.31.1",
|
|
44
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
49
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.23.11",
|
|
50
|
+
"commit": "52a53e376865d500b73f26ea9935e13036b04b1a"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Mon, 10 Apr 2023 16:10:15 GMT",
|
|
57
|
+
"tag": "@fluentui-react-native/apple-theme_v0.20.0",
|
|
58
|
+
"version": "0.20.0",
|
|
59
|
+
"comments": {
|
|
60
|
+
"minor": [
|
|
61
|
+
{
|
|
62
|
+
"author": "78454019+lyzhan7@users.noreply.github.com",
|
|
63
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
64
|
+
"commit": "de537fb81d0da93ee744c5d26247729d7982a453",
|
|
65
|
+
"comment": "Add trait collection support for multiwindow"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.4.0",
|
|
71
|
+
"commit": "4143b045fc2e6049711c3f5ff9d539015face7ea"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Tue, 21 Mar 2023 21:53:45 GMT",
|
|
6
78
|
"tag": "@fluentui-react-native/apple-theme_v0.19.2",
|
|
7
79
|
"version": "0.19.2",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/apple-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 May 2023 07:04:22 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.20.1
|
|
8
|
+
|
|
9
|
+
Wed, 03 May 2023 07:04:22 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update design-tokens package to 0.47.0 (78454019+lyzhan7@users.noreply.github.com)
|
|
14
|
+
- Bump @fluentui-react-native/default-theme to v0.18.3
|
|
15
|
+
- Bump @fluentui-react-native/experimental-appearance-additions to v0.4.1
|
|
16
|
+
- Bump @fluentui-react-native/theme to v0.8.4
|
|
17
|
+
- Bump @fluentui-react-native/theme-tokens to v0.24.6
|
|
18
|
+
- Bump @fluentui-react-native/theme-types to v0.31.1
|
|
19
|
+
- Bump @fluentui-react-native/theming-utils to v0.23.11
|
|
20
|
+
|
|
21
|
+
## 0.20.0
|
|
22
|
+
|
|
23
|
+
Mon, 10 Apr 2023 16:10:15 GMT
|
|
24
|
+
|
|
25
|
+
### Minor changes
|
|
26
|
+
|
|
27
|
+
- Add trait collection support for multiwindow (78454019+lyzhan7@users.noreply.github.com)
|
|
28
|
+
- Bump @fluentui-react-native/experimental-appearance-additions to v0.4.0
|
|
29
|
+
|
|
7
30
|
## 0.19.2
|
|
8
31
|
|
|
9
|
-
Tue, 21 Mar 2023 21:
|
|
32
|
+
Tue, 21 Mar 2023 21:53:45 GMT
|
|
10
33
|
|
|
11
34
|
### Patches
|
|
12
35
|
|
package/lib/getMacOSTokens.d.ts
CHANGED
|
@@ -57,6 +57,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
57
57
|
strokeColorPressed: string;
|
|
58
58
|
strokeWidth: number;
|
|
59
59
|
};
|
|
60
|
+
dangerBackground1: {
|
|
61
|
+
fillColorRest: string;
|
|
62
|
+
};
|
|
63
|
+
dangerBackground2: {
|
|
64
|
+
fillColorRest: string;
|
|
65
|
+
};
|
|
66
|
+
dangerBackground3: {
|
|
67
|
+
fillColorRest: string;
|
|
68
|
+
};
|
|
69
|
+
dangerBorder1: {
|
|
70
|
+
strokeColorRest: string;
|
|
71
|
+
strokeWidth: number;
|
|
72
|
+
};
|
|
73
|
+
dangerBorder2: {
|
|
74
|
+
strokeColorRest: string;
|
|
75
|
+
strokeWidth: number;
|
|
76
|
+
};
|
|
77
|
+
dangerBorderActive: {
|
|
78
|
+
strokeColorRest: string;
|
|
79
|
+
strokeWidth: number;
|
|
80
|
+
};
|
|
81
|
+
dangerForeground1: {
|
|
82
|
+
fillColorRest: string;
|
|
83
|
+
};
|
|
84
|
+
dangerForeground2: {
|
|
85
|
+
fillColorRest: string;
|
|
86
|
+
};
|
|
87
|
+
dangerForeground3: {
|
|
88
|
+
fillColorRest: string;
|
|
89
|
+
};
|
|
90
|
+
dangerForegroundInverted: {
|
|
91
|
+
fillColorRest: string;
|
|
92
|
+
};
|
|
60
93
|
neutralBackground1: {
|
|
61
94
|
fillColorRest: string;
|
|
62
95
|
fillColorHover: string;
|
|
@@ -175,34 +208,64 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
175
208
|
strokeColorRest: string;
|
|
176
209
|
strokeWidth: number;
|
|
177
210
|
};
|
|
178
|
-
|
|
211
|
+
outofofficeBackground1: {
|
|
179
212
|
fillColorRest: string;
|
|
180
213
|
};
|
|
181
|
-
|
|
214
|
+
outofofficeBackground2: {
|
|
182
215
|
fillColorRest: string;
|
|
183
216
|
};
|
|
184
|
-
|
|
217
|
+
outofofficeBackground3: {
|
|
185
218
|
fillColorRest: string;
|
|
186
219
|
};
|
|
187
|
-
|
|
220
|
+
outofofficeBorder1: {
|
|
188
221
|
strokeColorRest: string;
|
|
189
222
|
strokeWidth: number;
|
|
190
223
|
};
|
|
191
|
-
|
|
224
|
+
outofofficeBorder2: {
|
|
192
225
|
strokeColorRest: string;
|
|
193
226
|
strokeWidth: number;
|
|
194
227
|
};
|
|
195
|
-
|
|
228
|
+
outofofficeBorderActive: {
|
|
196
229
|
strokeColorRest: string;
|
|
197
230
|
strokeWidth: number;
|
|
198
231
|
};
|
|
199
|
-
|
|
232
|
+
outofofficeForeground1: {
|
|
200
233
|
fillColorRest: string;
|
|
201
234
|
};
|
|
202
|
-
|
|
235
|
+
outofofficeForeground2: {
|
|
203
236
|
fillColorRest: string;
|
|
204
237
|
};
|
|
205
|
-
|
|
238
|
+
outofofficeForeground3: {
|
|
239
|
+
fillColorRest: string;
|
|
240
|
+
};
|
|
241
|
+
severeBackground1: {
|
|
242
|
+
fillColorRest: string;
|
|
243
|
+
};
|
|
244
|
+
severeBackground2: {
|
|
245
|
+
fillColorRest: string;
|
|
246
|
+
};
|
|
247
|
+
severeBackground3: {
|
|
248
|
+
fillColorRest: string;
|
|
249
|
+
};
|
|
250
|
+
severeBorder1: {
|
|
251
|
+
strokeColorRest: string;
|
|
252
|
+
strokeWidth: number;
|
|
253
|
+
};
|
|
254
|
+
severeBorder2: {
|
|
255
|
+
strokeColorRest: string;
|
|
256
|
+
strokeWidth: number;
|
|
257
|
+
};
|
|
258
|
+
severeBorderActive: {
|
|
259
|
+
strokeColorRest: string;
|
|
260
|
+
strokeWidth: number;
|
|
261
|
+
};
|
|
262
|
+
severeForeground1: {
|
|
263
|
+
fillColorRest: string;
|
|
264
|
+
};
|
|
265
|
+
severeForeground2: {
|
|
266
|
+
fillColorRest: string;
|
|
267
|
+
};
|
|
268
|
+
severeForeground3: {
|
|
206
269
|
fillColorRest: string;
|
|
207
270
|
};
|
|
208
271
|
strokeFocus1: {
|
|
@@ -219,6 +282,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
219
282
|
fillColorPressed: string;
|
|
220
283
|
fillColorSelected: string;
|
|
221
284
|
};
|
|
285
|
+
successBackground1: {
|
|
286
|
+
fillColorRest: string;
|
|
287
|
+
};
|
|
288
|
+
successBackground2: {
|
|
289
|
+
fillColorRest: string;
|
|
290
|
+
};
|
|
291
|
+
successBackground3: {
|
|
292
|
+
fillColorRest: string;
|
|
293
|
+
};
|
|
294
|
+
successBorder1: {
|
|
295
|
+
strokeColorRest: string;
|
|
296
|
+
strokeWidth: number;
|
|
297
|
+
};
|
|
298
|
+
successBorder2: {
|
|
299
|
+
strokeColorRest: string;
|
|
300
|
+
strokeWidth: number;
|
|
301
|
+
};
|
|
302
|
+
successBorderActive: {
|
|
303
|
+
strokeColorRest: string;
|
|
304
|
+
strokeWidth: number;
|
|
305
|
+
};
|
|
306
|
+
successForeground1: {
|
|
307
|
+
fillColorRest: string;
|
|
308
|
+
};
|
|
309
|
+
successForeground2: {
|
|
310
|
+
fillColorRest: string;
|
|
311
|
+
};
|
|
312
|
+
successForeground3: {
|
|
313
|
+
fillColorRest: string;
|
|
314
|
+
};
|
|
315
|
+
successForegroundInverted: {
|
|
316
|
+
fillColorRest: string;
|
|
317
|
+
};
|
|
222
318
|
transparentBackground: {
|
|
223
319
|
fillColorRest: string;
|
|
224
320
|
fillColorHover: string;
|
|
@@ -226,13 +322,45 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
226
322
|
fillColorSelected: string;
|
|
227
323
|
};
|
|
228
324
|
transparentStroke: {
|
|
229
|
-
strokeAlignment: string;
|
|
230
325
|
strokeColorRest: string;
|
|
231
326
|
strokeColorHover: string;
|
|
232
327
|
strokeColorPressed: string;
|
|
233
328
|
strokeColorDisabled: string;
|
|
234
329
|
strokeWidth: number;
|
|
235
330
|
};
|
|
331
|
+
warningBackground1: {
|
|
332
|
+
fillColorRest: string;
|
|
333
|
+
};
|
|
334
|
+
warningBackground2: {
|
|
335
|
+
fillColorRest: string;
|
|
336
|
+
};
|
|
337
|
+
warningBackground3: {
|
|
338
|
+
fillColorRest: string;
|
|
339
|
+
};
|
|
340
|
+
warningBorder1: {
|
|
341
|
+
strokeColorRest: string;
|
|
342
|
+
strokeWidth: number;
|
|
343
|
+
};
|
|
344
|
+
warningBorder2: {
|
|
345
|
+
strokeColorRest: string;
|
|
346
|
+
strokeWidth: number;
|
|
347
|
+
};
|
|
348
|
+
warningBorderActive: {
|
|
349
|
+
strokeColorRest: string;
|
|
350
|
+
strokeWidth: number;
|
|
351
|
+
};
|
|
352
|
+
warningForeground1: {
|
|
353
|
+
fillColorRest: string;
|
|
354
|
+
};
|
|
355
|
+
warningForeground2: {
|
|
356
|
+
fillColorRest: string;
|
|
357
|
+
};
|
|
358
|
+
warningForeground3: {
|
|
359
|
+
fillColorRest: string;
|
|
360
|
+
};
|
|
361
|
+
warningForegroundInverted: {
|
|
362
|
+
fillColorRest: string;
|
|
363
|
+
};
|
|
236
364
|
} | {
|
|
237
365
|
brandBackground: {
|
|
238
366
|
fillColorRest: string;
|
|
@@ -291,6 +419,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
291
419
|
strokeColorPressed: string;
|
|
292
420
|
strokeWidth: number;
|
|
293
421
|
};
|
|
422
|
+
dangerBackground1: {
|
|
423
|
+
fillColorRest: string;
|
|
424
|
+
};
|
|
425
|
+
dangerBackground2: {
|
|
426
|
+
fillColorRest: string;
|
|
427
|
+
};
|
|
428
|
+
dangerBackground3: {
|
|
429
|
+
fillColorRest: string;
|
|
430
|
+
};
|
|
431
|
+
dangerBorder1: {
|
|
432
|
+
strokeColorRest: string;
|
|
433
|
+
strokeWidth: number;
|
|
434
|
+
};
|
|
435
|
+
dangerBorder2: {
|
|
436
|
+
strokeColorRest: string;
|
|
437
|
+
strokeWidth: number;
|
|
438
|
+
};
|
|
439
|
+
dangerBorderActive: {
|
|
440
|
+
strokeColorRest: string;
|
|
441
|
+
strokeWidth: number;
|
|
442
|
+
};
|
|
443
|
+
dangerForeground1: {
|
|
444
|
+
fillColorRest: string;
|
|
445
|
+
};
|
|
446
|
+
dangerForeground2: {
|
|
447
|
+
fillColorRest: string;
|
|
448
|
+
};
|
|
449
|
+
dangerForeground3: {
|
|
450
|
+
fillColorRest: string;
|
|
451
|
+
};
|
|
452
|
+
dangerForegroundInverted: {
|
|
453
|
+
fillColorRest: string;
|
|
454
|
+
};
|
|
294
455
|
neutralBackground1: {
|
|
295
456
|
fillColorRest: string;
|
|
296
457
|
fillColorHover: string;
|
|
@@ -409,34 +570,64 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
409
570
|
strokeColorRest: string;
|
|
410
571
|
strokeWidth: number;
|
|
411
572
|
};
|
|
412
|
-
|
|
573
|
+
outofofficeBackground1: {
|
|
413
574
|
fillColorRest: string;
|
|
414
575
|
};
|
|
415
|
-
|
|
576
|
+
outofofficeBackground2: {
|
|
416
577
|
fillColorRest: string;
|
|
417
578
|
};
|
|
418
|
-
|
|
579
|
+
outofofficeBackground3: {
|
|
419
580
|
fillColorRest: string;
|
|
420
581
|
};
|
|
421
|
-
|
|
582
|
+
outofofficeBorder1: {
|
|
422
583
|
strokeColorRest: string;
|
|
423
584
|
strokeWidth: number;
|
|
424
585
|
};
|
|
425
|
-
|
|
586
|
+
outofofficeBorder2: {
|
|
426
587
|
strokeColorRest: string;
|
|
427
588
|
strokeWidth: number;
|
|
428
589
|
};
|
|
429
|
-
|
|
590
|
+
outofofficeBorderActive: {
|
|
430
591
|
strokeColorRest: string;
|
|
431
592
|
strokeWidth: number;
|
|
432
593
|
};
|
|
433
|
-
|
|
594
|
+
outofofficeForeground1: {
|
|
595
|
+
fillColorRest: string;
|
|
596
|
+
};
|
|
597
|
+
outofofficeForeground2: {
|
|
434
598
|
fillColorRest: string;
|
|
435
599
|
};
|
|
436
|
-
|
|
600
|
+
outofofficeForeground3: {
|
|
437
601
|
fillColorRest: string;
|
|
438
602
|
};
|
|
439
|
-
|
|
603
|
+
severeBackground1: {
|
|
604
|
+
fillColorRest: string;
|
|
605
|
+
};
|
|
606
|
+
severeBackground2: {
|
|
607
|
+
fillColorRest: string;
|
|
608
|
+
};
|
|
609
|
+
severeBackground3: {
|
|
610
|
+
fillColorRest: string;
|
|
611
|
+
};
|
|
612
|
+
severeBorder1: {
|
|
613
|
+
strokeColorRest: string;
|
|
614
|
+
strokeWidth: number;
|
|
615
|
+
};
|
|
616
|
+
severeBorder2: {
|
|
617
|
+
strokeColorRest: string;
|
|
618
|
+
strokeWidth: number;
|
|
619
|
+
};
|
|
620
|
+
severeBorderActive: {
|
|
621
|
+
strokeColorRest: string;
|
|
622
|
+
strokeWidth: number;
|
|
623
|
+
};
|
|
624
|
+
severeForeground1: {
|
|
625
|
+
fillColorRest: string;
|
|
626
|
+
};
|
|
627
|
+
severeForeground2: {
|
|
628
|
+
fillColorRest: string;
|
|
629
|
+
};
|
|
630
|
+
severeForeground3: {
|
|
440
631
|
fillColorRest: string;
|
|
441
632
|
};
|
|
442
633
|
strokeFocus1: {
|
|
@@ -453,6 +644,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
453
644
|
fillColorPressed: string;
|
|
454
645
|
fillColorSelected: string;
|
|
455
646
|
};
|
|
647
|
+
successBackground1: {
|
|
648
|
+
fillColorRest: string;
|
|
649
|
+
};
|
|
650
|
+
successBackground2: {
|
|
651
|
+
fillColorRest: string;
|
|
652
|
+
};
|
|
653
|
+
successBackground3: {
|
|
654
|
+
fillColorRest: string;
|
|
655
|
+
};
|
|
656
|
+
successBorder1: {
|
|
657
|
+
strokeColorRest: string;
|
|
658
|
+
strokeWidth: number;
|
|
659
|
+
};
|
|
660
|
+
successBorder2: {
|
|
661
|
+
strokeColorRest: string;
|
|
662
|
+
strokeWidth: number;
|
|
663
|
+
};
|
|
664
|
+
successBorderActive: {
|
|
665
|
+
strokeColorRest: string;
|
|
666
|
+
strokeWidth: number;
|
|
667
|
+
};
|
|
668
|
+
successForeground1: {
|
|
669
|
+
fillColorRest: string;
|
|
670
|
+
};
|
|
671
|
+
successForeground2: {
|
|
672
|
+
fillColorRest: string;
|
|
673
|
+
};
|
|
674
|
+
successForeground3: {
|
|
675
|
+
fillColorRest: string;
|
|
676
|
+
};
|
|
677
|
+
successForegroundInverted: {
|
|
678
|
+
fillColorRest: string;
|
|
679
|
+
};
|
|
456
680
|
transparentBackground: {
|
|
457
681
|
fillColorRest: string;
|
|
458
682
|
fillColorHover: string;
|
|
@@ -460,86 +684,118 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
460
684
|
fillColorSelected: string;
|
|
461
685
|
};
|
|
462
686
|
transparentStroke: {
|
|
463
|
-
strokeAlignment: string;
|
|
464
687
|
strokeColorRest: string;
|
|
465
688
|
strokeColorHover: string;
|
|
466
689
|
strokeColorPressed: string;
|
|
467
690
|
strokeColorDisabled: string;
|
|
468
691
|
strokeWidth: number;
|
|
469
692
|
};
|
|
693
|
+
warningBackground1: {
|
|
694
|
+
fillColorRest: string;
|
|
695
|
+
};
|
|
696
|
+
warningBackground2: {
|
|
697
|
+
fillColorRest: string;
|
|
698
|
+
};
|
|
699
|
+
warningBackground3: {
|
|
700
|
+
fillColorRest: string;
|
|
701
|
+
};
|
|
702
|
+
warningBorder1: {
|
|
703
|
+
strokeColorRest: string;
|
|
704
|
+
strokeWidth: number;
|
|
705
|
+
};
|
|
706
|
+
warningBorder2: {
|
|
707
|
+
strokeColorRest: string;
|
|
708
|
+
strokeWidth: number;
|
|
709
|
+
};
|
|
710
|
+
warningBorderActive: {
|
|
711
|
+
strokeColorRest: string;
|
|
712
|
+
strokeWidth: number;
|
|
713
|
+
};
|
|
714
|
+
warningForeground1: {
|
|
715
|
+
fillColorRest: string;
|
|
716
|
+
};
|
|
717
|
+
warningForeground2: {
|
|
718
|
+
fillColorRest: string;
|
|
719
|
+
};
|
|
720
|
+
warningForeground3: {
|
|
721
|
+
fillColorRest: string;
|
|
722
|
+
};
|
|
723
|
+
warningForegroundInverted: {
|
|
724
|
+
fillColorRest: string;
|
|
725
|
+
};
|
|
470
726
|
};
|
|
471
727
|
export declare function getMacOSShadowTokens(mode: AppearanceOptions, isHighContrast: boolean): {
|
|
472
728
|
shadow16: {
|
|
729
|
+
color: string;
|
|
473
730
|
x: number;
|
|
474
731
|
y: number;
|
|
475
732
|
blur: number;
|
|
476
|
-
color: string;
|
|
477
733
|
}[];
|
|
478
734
|
shadow2: {
|
|
735
|
+
color: string;
|
|
479
736
|
x: number;
|
|
480
737
|
y: number;
|
|
481
738
|
blur: number;
|
|
482
|
-
color: string;
|
|
483
739
|
}[];
|
|
484
740
|
shadow28: {
|
|
741
|
+
color: string;
|
|
485
742
|
x: number;
|
|
486
743
|
y: number;
|
|
487
744
|
blur: number;
|
|
488
|
-
color: string;
|
|
489
745
|
}[];
|
|
490
746
|
shadow4: {
|
|
747
|
+
color: string;
|
|
491
748
|
x: number;
|
|
492
749
|
y: number;
|
|
493
750
|
blur: number;
|
|
494
|
-
color: string;
|
|
495
751
|
}[];
|
|
496
752
|
shadow64: {
|
|
753
|
+
color: string;
|
|
497
754
|
x: number;
|
|
498
755
|
y: number;
|
|
499
756
|
blur: number;
|
|
500
|
-
color: string;
|
|
501
757
|
}[];
|
|
502
758
|
shadow8: {
|
|
759
|
+
color: string;
|
|
503
760
|
x: number;
|
|
504
761
|
y: number;
|
|
505
762
|
blur: number;
|
|
506
|
-
color: string;
|
|
507
763
|
}[];
|
|
508
764
|
shadowBrand16: {
|
|
765
|
+
color: string;
|
|
509
766
|
x: number;
|
|
510
767
|
y: number;
|
|
511
768
|
blur: number;
|
|
512
|
-
color: string;
|
|
513
769
|
}[];
|
|
514
770
|
shadowBrand2: {
|
|
771
|
+
color: string;
|
|
515
772
|
x: number;
|
|
516
773
|
y: number;
|
|
517
774
|
blur: number;
|
|
518
|
-
color: string;
|
|
519
775
|
}[];
|
|
520
776
|
shadowBrand28: {
|
|
777
|
+
color: string;
|
|
521
778
|
x: number;
|
|
522
779
|
y: number;
|
|
523
780
|
blur: number;
|
|
524
|
-
color: string;
|
|
525
781
|
}[];
|
|
526
782
|
shadowBrand4: {
|
|
783
|
+
color: string;
|
|
527
784
|
x: number;
|
|
528
785
|
y: number;
|
|
529
786
|
blur: number;
|
|
530
|
-
color: string;
|
|
531
787
|
}[];
|
|
532
788
|
shadowBrand64: {
|
|
789
|
+
color: string;
|
|
533
790
|
x: number;
|
|
534
791
|
y: number;
|
|
535
792
|
blur: number;
|
|
536
|
-
color: string;
|
|
537
793
|
}[];
|
|
538
794
|
shadowBrand8: {
|
|
795
|
+
color: string;
|
|
539
796
|
x: number;
|
|
540
797
|
y: number;
|
|
541
798
|
blur: number;
|
|
542
|
-
color: string;
|
|
543
799
|
}[];
|
|
544
800
|
};
|
|
545
801
|
//# sourceMappingURL=getMacOSTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO
|
|
1
|
+
{"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
|
|
@@ -57,6 +57,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
57
57
|
strokeColorPressed: string;
|
|
58
58
|
strokeWidth: number;
|
|
59
59
|
};
|
|
60
|
+
dangerBackground1: {
|
|
61
|
+
fillColorRest: string;
|
|
62
|
+
};
|
|
63
|
+
dangerBackground2: {
|
|
64
|
+
fillColorRest: string;
|
|
65
|
+
};
|
|
66
|
+
dangerBackground3: {
|
|
67
|
+
fillColorRest: string;
|
|
68
|
+
};
|
|
69
|
+
dangerBorder1: {
|
|
70
|
+
strokeColorRest: string;
|
|
71
|
+
strokeWidth: number;
|
|
72
|
+
};
|
|
73
|
+
dangerBorder2: {
|
|
74
|
+
strokeColorRest: string;
|
|
75
|
+
strokeWidth: number;
|
|
76
|
+
};
|
|
77
|
+
dangerBorderActive: {
|
|
78
|
+
strokeColorRest: string;
|
|
79
|
+
strokeWidth: number;
|
|
80
|
+
};
|
|
81
|
+
dangerForeground1: {
|
|
82
|
+
fillColorRest: string;
|
|
83
|
+
};
|
|
84
|
+
dangerForeground2: {
|
|
85
|
+
fillColorRest: string;
|
|
86
|
+
};
|
|
87
|
+
dangerForeground3: {
|
|
88
|
+
fillColorRest: string;
|
|
89
|
+
};
|
|
90
|
+
dangerForegroundInverted: {
|
|
91
|
+
fillColorRest: string;
|
|
92
|
+
};
|
|
60
93
|
neutralBackground1: {
|
|
61
94
|
fillColorRest: string;
|
|
62
95
|
fillColorHover: string;
|
|
@@ -175,34 +208,64 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
175
208
|
strokeColorRest: string;
|
|
176
209
|
strokeWidth: number;
|
|
177
210
|
};
|
|
178
|
-
|
|
211
|
+
outofofficeBackground1: {
|
|
179
212
|
fillColorRest: string;
|
|
180
213
|
};
|
|
181
|
-
|
|
214
|
+
outofofficeBackground2: {
|
|
182
215
|
fillColorRest: string;
|
|
183
216
|
};
|
|
184
|
-
|
|
217
|
+
outofofficeBackground3: {
|
|
185
218
|
fillColorRest: string;
|
|
186
219
|
};
|
|
187
|
-
|
|
220
|
+
outofofficeBorder1: {
|
|
188
221
|
strokeColorRest: string;
|
|
189
222
|
strokeWidth: number;
|
|
190
223
|
};
|
|
191
|
-
|
|
224
|
+
outofofficeBorder2: {
|
|
192
225
|
strokeColorRest: string;
|
|
193
226
|
strokeWidth: number;
|
|
194
227
|
};
|
|
195
|
-
|
|
228
|
+
outofofficeBorderActive: {
|
|
196
229
|
strokeColorRest: string;
|
|
197
230
|
strokeWidth: number;
|
|
198
231
|
};
|
|
199
|
-
|
|
232
|
+
outofofficeForeground1: {
|
|
200
233
|
fillColorRest: string;
|
|
201
234
|
};
|
|
202
|
-
|
|
235
|
+
outofofficeForeground2: {
|
|
203
236
|
fillColorRest: string;
|
|
204
237
|
};
|
|
205
|
-
|
|
238
|
+
outofofficeForeground3: {
|
|
239
|
+
fillColorRest: string;
|
|
240
|
+
};
|
|
241
|
+
severeBackground1: {
|
|
242
|
+
fillColorRest: string;
|
|
243
|
+
};
|
|
244
|
+
severeBackground2: {
|
|
245
|
+
fillColorRest: string;
|
|
246
|
+
};
|
|
247
|
+
severeBackground3: {
|
|
248
|
+
fillColorRest: string;
|
|
249
|
+
};
|
|
250
|
+
severeBorder1: {
|
|
251
|
+
strokeColorRest: string;
|
|
252
|
+
strokeWidth: number;
|
|
253
|
+
};
|
|
254
|
+
severeBorder2: {
|
|
255
|
+
strokeColorRest: string;
|
|
256
|
+
strokeWidth: number;
|
|
257
|
+
};
|
|
258
|
+
severeBorderActive: {
|
|
259
|
+
strokeColorRest: string;
|
|
260
|
+
strokeWidth: number;
|
|
261
|
+
};
|
|
262
|
+
severeForeground1: {
|
|
263
|
+
fillColorRest: string;
|
|
264
|
+
};
|
|
265
|
+
severeForeground2: {
|
|
266
|
+
fillColorRest: string;
|
|
267
|
+
};
|
|
268
|
+
severeForeground3: {
|
|
206
269
|
fillColorRest: string;
|
|
207
270
|
};
|
|
208
271
|
strokeFocus1: {
|
|
@@ -219,6 +282,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
219
282
|
fillColorPressed: string;
|
|
220
283
|
fillColorSelected: string;
|
|
221
284
|
};
|
|
285
|
+
successBackground1: {
|
|
286
|
+
fillColorRest: string;
|
|
287
|
+
};
|
|
288
|
+
successBackground2: {
|
|
289
|
+
fillColorRest: string;
|
|
290
|
+
};
|
|
291
|
+
successBackground3: {
|
|
292
|
+
fillColorRest: string;
|
|
293
|
+
};
|
|
294
|
+
successBorder1: {
|
|
295
|
+
strokeColorRest: string;
|
|
296
|
+
strokeWidth: number;
|
|
297
|
+
};
|
|
298
|
+
successBorder2: {
|
|
299
|
+
strokeColorRest: string;
|
|
300
|
+
strokeWidth: number;
|
|
301
|
+
};
|
|
302
|
+
successBorderActive: {
|
|
303
|
+
strokeColorRest: string;
|
|
304
|
+
strokeWidth: number;
|
|
305
|
+
};
|
|
306
|
+
successForeground1: {
|
|
307
|
+
fillColorRest: string;
|
|
308
|
+
};
|
|
309
|
+
successForeground2: {
|
|
310
|
+
fillColorRest: string;
|
|
311
|
+
};
|
|
312
|
+
successForeground3: {
|
|
313
|
+
fillColorRest: string;
|
|
314
|
+
};
|
|
315
|
+
successForegroundInverted: {
|
|
316
|
+
fillColorRest: string;
|
|
317
|
+
};
|
|
222
318
|
transparentBackground: {
|
|
223
319
|
fillColorRest: string;
|
|
224
320
|
fillColorHover: string;
|
|
@@ -226,13 +322,45 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
226
322
|
fillColorSelected: string;
|
|
227
323
|
};
|
|
228
324
|
transparentStroke: {
|
|
229
|
-
strokeAlignment: string;
|
|
230
325
|
strokeColorRest: string;
|
|
231
326
|
strokeColorHover: string;
|
|
232
327
|
strokeColorPressed: string;
|
|
233
328
|
strokeColorDisabled: string;
|
|
234
329
|
strokeWidth: number;
|
|
235
330
|
};
|
|
331
|
+
warningBackground1: {
|
|
332
|
+
fillColorRest: string;
|
|
333
|
+
};
|
|
334
|
+
warningBackground2: {
|
|
335
|
+
fillColorRest: string;
|
|
336
|
+
};
|
|
337
|
+
warningBackground3: {
|
|
338
|
+
fillColorRest: string;
|
|
339
|
+
};
|
|
340
|
+
warningBorder1: {
|
|
341
|
+
strokeColorRest: string;
|
|
342
|
+
strokeWidth: number;
|
|
343
|
+
};
|
|
344
|
+
warningBorder2: {
|
|
345
|
+
strokeColorRest: string;
|
|
346
|
+
strokeWidth: number;
|
|
347
|
+
};
|
|
348
|
+
warningBorderActive: {
|
|
349
|
+
strokeColorRest: string;
|
|
350
|
+
strokeWidth: number;
|
|
351
|
+
};
|
|
352
|
+
warningForeground1: {
|
|
353
|
+
fillColorRest: string;
|
|
354
|
+
};
|
|
355
|
+
warningForeground2: {
|
|
356
|
+
fillColorRest: string;
|
|
357
|
+
};
|
|
358
|
+
warningForeground3: {
|
|
359
|
+
fillColorRest: string;
|
|
360
|
+
};
|
|
361
|
+
warningForegroundInverted: {
|
|
362
|
+
fillColorRest: string;
|
|
363
|
+
};
|
|
236
364
|
} | {
|
|
237
365
|
brandBackground: {
|
|
238
366
|
fillColorRest: string;
|
|
@@ -291,6 +419,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
291
419
|
strokeColorPressed: string;
|
|
292
420
|
strokeWidth: number;
|
|
293
421
|
};
|
|
422
|
+
dangerBackground1: {
|
|
423
|
+
fillColorRest: string;
|
|
424
|
+
};
|
|
425
|
+
dangerBackground2: {
|
|
426
|
+
fillColorRest: string;
|
|
427
|
+
};
|
|
428
|
+
dangerBackground3: {
|
|
429
|
+
fillColorRest: string;
|
|
430
|
+
};
|
|
431
|
+
dangerBorder1: {
|
|
432
|
+
strokeColorRest: string;
|
|
433
|
+
strokeWidth: number;
|
|
434
|
+
};
|
|
435
|
+
dangerBorder2: {
|
|
436
|
+
strokeColorRest: string;
|
|
437
|
+
strokeWidth: number;
|
|
438
|
+
};
|
|
439
|
+
dangerBorderActive: {
|
|
440
|
+
strokeColorRest: string;
|
|
441
|
+
strokeWidth: number;
|
|
442
|
+
};
|
|
443
|
+
dangerForeground1: {
|
|
444
|
+
fillColorRest: string;
|
|
445
|
+
};
|
|
446
|
+
dangerForeground2: {
|
|
447
|
+
fillColorRest: string;
|
|
448
|
+
};
|
|
449
|
+
dangerForeground3: {
|
|
450
|
+
fillColorRest: string;
|
|
451
|
+
};
|
|
452
|
+
dangerForegroundInverted: {
|
|
453
|
+
fillColorRest: string;
|
|
454
|
+
};
|
|
294
455
|
neutralBackground1: {
|
|
295
456
|
fillColorRest: string;
|
|
296
457
|
fillColorHover: string;
|
|
@@ -409,34 +570,64 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
409
570
|
strokeColorRest: string;
|
|
410
571
|
strokeWidth: number;
|
|
411
572
|
};
|
|
412
|
-
|
|
573
|
+
outofofficeBackground1: {
|
|
413
574
|
fillColorRest: string;
|
|
414
575
|
};
|
|
415
|
-
|
|
576
|
+
outofofficeBackground2: {
|
|
416
577
|
fillColorRest: string;
|
|
417
578
|
};
|
|
418
|
-
|
|
579
|
+
outofofficeBackground3: {
|
|
419
580
|
fillColorRest: string;
|
|
420
581
|
};
|
|
421
|
-
|
|
582
|
+
outofofficeBorder1: {
|
|
422
583
|
strokeColorRest: string;
|
|
423
584
|
strokeWidth: number;
|
|
424
585
|
};
|
|
425
|
-
|
|
586
|
+
outofofficeBorder2: {
|
|
426
587
|
strokeColorRest: string;
|
|
427
588
|
strokeWidth: number;
|
|
428
589
|
};
|
|
429
|
-
|
|
590
|
+
outofofficeBorderActive: {
|
|
430
591
|
strokeColorRest: string;
|
|
431
592
|
strokeWidth: number;
|
|
432
593
|
};
|
|
433
|
-
|
|
594
|
+
outofofficeForeground1: {
|
|
595
|
+
fillColorRest: string;
|
|
596
|
+
};
|
|
597
|
+
outofofficeForeground2: {
|
|
434
598
|
fillColorRest: string;
|
|
435
599
|
};
|
|
436
|
-
|
|
600
|
+
outofofficeForeground3: {
|
|
437
601
|
fillColorRest: string;
|
|
438
602
|
};
|
|
439
|
-
|
|
603
|
+
severeBackground1: {
|
|
604
|
+
fillColorRest: string;
|
|
605
|
+
};
|
|
606
|
+
severeBackground2: {
|
|
607
|
+
fillColorRest: string;
|
|
608
|
+
};
|
|
609
|
+
severeBackground3: {
|
|
610
|
+
fillColorRest: string;
|
|
611
|
+
};
|
|
612
|
+
severeBorder1: {
|
|
613
|
+
strokeColorRest: string;
|
|
614
|
+
strokeWidth: number;
|
|
615
|
+
};
|
|
616
|
+
severeBorder2: {
|
|
617
|
+
strokeColorRest: string;
|
|
618
|
+
strokeWidth: number;
|
|
619
|
+
};
|
|
620
|
+
severeBorderActive: {
|
|
621
|
+
strokeColorRest: string;
|
|
622
|
+
strokeWidth: number;
|
|
623
|
+
};
|
|
624
|
+
severeForeground1: {
|
|
625
|
+
fillColorRest: string;
|
|
626
|
+
};
|
|
627
|
+
severeForeground2: {
|
|
628
|
+
fillColorRest: string;
|
|
629
|
+
};
|
|
630
|
+
severeForeground3: {
|
|
440
631
|
fillColorRest: string;
|
|
441
632
|
};
|
|
442
633
|
strokeFocus1: {
|
|
@@ -453,6 +644,39 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
453
644
|
fillColorPressed: string;
|
|
454
645
|
fillColorSelected: string;
|
|
455
646
|
};
|
|
647
|
+
successBackground1: {
|
|
648
|
+
fillColorRest: string;
|
|
649
|
+
};
|
|
650
|
+
successBackground2: {
|
|
651
|
+
fillColorRest: string;
|
|
652
|
+
};
|
|
653
|
+
successBackground3: {
|
|
654
|
+
fillColorRest: string;
|
|
655
|
+
};
|
|
656
|
+
successBorder1: {
|
|
657
|
+
strokeColorRest: string;
|
|
658
|
+
strokeWidth: number;
|
|
659
|
+
};
|
|
660
|
+
successBorder2: {
|
|
661
|
+
strokeColorRest: string;
|
|
662
|
+
strokeWidth: number;
|
|
663
|
+
};
|
|
664
|
+
successBorderActive: {
|
|
665
|
+
strokeColorRest: string;
|
|
666
|
+
strokeWidth: number;
|
|
667
|
+
};
|
|
668
|
+
successForeground1: {
|
|
669
|
+
fillColorRest: string;
|
|
670
|
+
};
|
|
671
|
+
successForeground2: {
|
|
672
|
+
fillColorRest: string;
|
|
673
|
+
};
|
|
674
|
+
successForeground3: {
|
|
675
|
+
fillColorRest: string;
|
|
676
|
+
};
|
|
677
|
+
successForegroundInverted: {
|
|
678
|
+
fillColorRest: string;
|
|
679
|
+
};
|
|
456
680
|
transparentBackground: {
|
|
457
681
|
fillColorRest: string;
|
|
458
682
|
fillColorHover: string;
|
|
@@ -460,86 +684,118 @@ export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContr
|
|
|
460
684
|
fillColorSelected: string;
|
|
461
685
|
};
|
|
462
686
|
transparentStroke: {
|
|
463
|
-
strokeAlignment: string;
|
|
464
687
|
strokeColorRest: string;
|
|
465
688
|
strokeColorHover: string;
|
|
466
689
|
strokeColorPressed: string;
|
|
467
690
|
strokeColorDisabled: string;
|
|
468
691
|
strokeWidth: number;
|
|
469
692
|
};
|
|
693
|
+
warningBackground1: {
|
|
694
|
+
fillColorRest: string;
|
|
695
|
+
};
|
|
696
|
+
warningBackground2: {
|
|
697
|
+
fillColorRest: string;
|
|
698
|
+
};
|
|
699
|
+
warningBackground3: {
|
|
700
|
+
fillColorRest: string;
|
|
701
|
+
};
|
|
702
|
+
warningBorder1: {
|
|
703
|
+
strokeColorRest: string;
|
|
704
|
+
strokeWidth: number;
|
|
705
|
+
};
|
|
706
|
+
warningBorder2: {
|
|
707
|
+
strokeColorRest: string;
|
|
708
|
+
strokeWidth: number;
|
|
709
|
+
};
|
|
710
|
+
warningBorderActive: {
|
|
711
|
+
strokeColorRest: string;
|
|
712
|
+
strokeWidth: number;
|
|
713
|
+
};
|
|
714
|
+
warningForeground1: {
|
|
715
|
+
fillColorRest: string;
|
|
716
|
+
};
|
|
717
|
+
warningForeground2: {
|
|
718
|
+
fillColorRest: string;
|
|
719
|
+
};
|
|
720
|
+
warningForeground3: {
|
|
721
|
+
fillColorRest: string;
|
|
722
|
+
};
|
|
723
|
+
warningForegroundInverted: {
|
|
724
|
+
fillColorRest: string;
|
|
725
|
+
};
|
|
470
726
|
};
|
|
471
727
|
export declare function getMacOSShadowTokens(mode: AppearanceOptions, isHighContrast: boolean): {
|
|
472
728
|
shadow16: {
|
|
729
|
+
color: string;
|
|
473
730
|
x: number;
|
|
474
731
|
y: number;
|
|
475
732
|
blur: number;
|
|
476
|
-
color: string;
|
|
477
733
|
}[];
|
|
478
734
|
shadow2: {
|
|
735
|
+
color: string;
|
|
479
736
|
x: number;
|
|
480
737
|
y: number;
|
|
481
738
|
blur: number;
|
|
482
|
-
color: string;
|
|
483
739
|
}[];
|
|
484
740
|
shadow28: {
|
|
741
|
+
color: string;
|
|
485
742
|
x: number;
|
|
486
743
|
y: number;
|
|
487
744
|
blur: number;
|
|
488
|
-
color: string;
|
|
489
745
|
}[];
|
|
490
746
|
shadow4: {
|
|
747
|
+
color: string;
|
|
491
748
|
x: number;
|
|
492
749
|
y: number;
|
|
493
750
|
blur: number;
|
|
494
|
-
color: string;
|
|
495
751
|
}[];
|
|
496
752
|
shadow64: {
|
|
753
|
+
color: string;
|
|
497
754
|
x: number;
|
|
498
755
|
y: number;
|
|
499
756
|
blur: number;
|
|
500
|
-
color: string;
|
|
501
757
|
}[];
|
|
502
758
|
shadow8: {
|
|
759
|
+
color: string;
|
|
503
760
|
x: number;
|
|
504
761
|
y: number;
|
|
505
762
|
blur: number;
|
|
506
|
-
color: string;
|
|
507
763
|
}[];
|
|
508
764
|
shadowBrand16: {
|
|
765
|
+
color: string;
|
|
509
766
|
x: number;
|
|
510
767
|
y: number;
|
|
511
768
|
blur: number;
|
|
512
|
-
color: string;
|
|
513
769
|
}[];
|
|
514
770
|
shadowBrand2: {
|
|
771
|
+
color: string;
|
|
515
772
|
x: number;
|
|
516
773
|
y: number;
|
|
517
774
|
blur: number;
|
|
518
|
-
color: string;
|
|
519
775
|
}[];
|
|
520
776
|
shadowBrand28: {
|
|
777
|
+
color: string;
|
|
521
778
|
x: number;
|
|
522
779
|
y: number;
|
|
523
780
|
blur: number;
|
|
524
|
-
color: string;
|
|
525
781
|
}[];
|
|
526
782
|
shadowBrand4: {
|
|
783
|
+
color: string;
|
|
527
784
|
x: number;
|
|
528
785
|
y: number;
|
|
529
786
|
blur: number;
|
|
530
|
-
color: string;
|
|
531
787
|
}[];
|
|
532
788
|
shadowBrand64: {
|
|
789
|
+
color: string;
|
|
533
790
|
x: number;
|
|
534
791
|
y: number;
|
|
535
792
|
blur: number;
|
|
536
|
-
color: string;
|
|
537
793
|
}[];
|
|
538
794
|
shadowBrand8: {
|
|
795
|
+
color: string;
|
|
539
796
|
x: number;
|
|
540
797
|
y: number;
|
|
541
798
|
blur: number;
|
|
542
|
-
color: string;
|
|
543
799
|
}[];
|
|
544
800
|
};
|
|
545
801
|
//# sourceMappingURL=getMacOSTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO
|
|
1
|
+
{"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"description": "A FluentUI React Native theme that pulls constants from FluentUI Apple",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"directory": "packages/theming/apple-theme"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.18.
|
|
31
|
-
"@fluentui-react-native/design-tokens-ios": "^0.
|
|
32
|
-
"@fluentui-react-native/design-tokens-macos": "^0.
|
|
33
|
-
"@fluentui-react-native/experimental-appearance-additions": "^0.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.18.3 <1.0.0",
|
|
31
|
+
"@fluentui-react-native/design-tokens-ios": "^0.49.0",
|
|
32
|
+
"@fluentui-react-native/design-tokens-macos": "^0.49.0",
|
|
33
|
+
"@fluentui-react-native/experimental-appearance-additions": "^0.4.1",
|
|
34
34
|
"@fluentui-react-native/memo-cache": "^1.1.8",
|
|
35
|
-
"@fluentui-react-native/theme": ">=0.8.
|
|
36
|
-
"@fluentui-react-native/theme-tokens": "^0.24.
|
|
37
|
-
"@fluentui-react-native/theme-types": ">=0.31.
|
|
38
|
-
"@fluentui-react-native/theming-utils": "^0.23.
|
|
35
|
+
"@fluentui-react-native/theme": ">=0.8.4 <1.0.0",
|
|
36
|
+
"@fluentui-react-native/theme-tokens": "^0.24.6",
|
|
37
|
+
"@fluentui-react-native/theme-types": ">=0.31.1 <1.0.0",
|
|
38
|
+
"@fluentui-react-native/theming-utils": "^0.23.11",
|
|
39
39
|
"assert-never": "^1.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -83,7 +83,7 @@ Object {
|
|
|
83
83
|
"brandStroke1": "#0078d4",
|
|
84
84
|
"brandStroke2": "#c7e0f4",
|
|
85
85
|
"brandedBackground": "#0078d4",
|
|
86
|
-
"brandedBorder": "
|
|
86
|
+
"brandedBorder": "#00000000",
|
|
87
87
|
"brandedCheckedBackground": Object {
|
|
88
88
|
"dynamic": Object {
|
|
89
89
|
"dark": "#1890F1",
|
|
@@ -152,9 +152,9 @@ Object {
|
|
|
152
152
|
"systemEffect": "pressed",
|
|
153
153
|
},
|
|
154
154
|
},
|
|
155
|
-
"buttonBorder": "
|
|
156
|
-
"buttonBorderDisabled": "
|
|
157
|
-
"buttonBorderFocused": "
|
|
155
|
+
"buttonBorder": "#00000000",
|
|
156
|
+
"buttonBorderDisabled": "#00000000",
|
|
157
|
+
"buttonBorderFocused": "#00000000",
|
|
158
158
|
"buttonText": "#616161",
|
|
159
159
|
"buttonTextChecked": "#616161",
|
|
160
160
|
"buttonTextCheckedHovered": "#616161",
|
|
@@ -604,15 +604,15 @@ Object {
|
|
|
604
604
|
"primaryButtonTextDisabled": "#757575",
|
|
605
605
|
"primaryButtonTextHovered": "#ffffff",
|
|
606
606
|
"primaryButtonTextPressed": "#ffffff",
|
|
607
|
-
"redBackground1": "
|
|
608
|
-
"redBackground2": "
|
|
609
|
-
"redBackground3": "
|
|
610
|
-
"redBorder1": "
|
|
611
|
-
"redBorder2": "
|
|
612
|
-
"redBorderActive": "
|
|
613
|
-
"redForeground1": "
|
|
614
|
-
"redForeground2": "
|
|
615
|
-
"redForeground3": "
|
|
607
|
+
"redBackground1": "000000",
|
|
608
|
+
"redBackground2": "000000",
|
|
609
|
+
"redBackground3": "000000",
|
|
610
|
+
"redBorder1": "000000",
|
|
611
|
+
"redBorder2": "000000",
|
|
612
|
+
"redBorderActive": "000000",
|
|
613
|
+
"redForeground1": "000000",
|
|
614
|
+
"redForeground2": "000000",
|
|
615
|
+
"redForeground3": "000000",
|
|
616
616
|
"smallInputBorder": Object {
|
|
617
617
|
"semantic": Array [
|
|
618
618
|
"separatorColor",
|
|
@@ -625,7 +625,7 @@ Object {
|
|
|
625
625
|
"secondaryLabelColor",
|
|
626
626
|
],
|
|
627
627
|
},
|
|
628
|
-
"subtleBackground": "
|
|
628
|
+
"subtleBackground": "#00000000",
|
|
629
629
|
"subtleBackgroundHover": "#f5f5f5",
|
|
630
630
|
"subtleBackgroundPressed": "#e0e0e0",
|
|
631
631
|
"subtleBackgroundSelected": "#ebebeb",
|
|
@@ -637,13 +637,13 @@ Object {
|
|
|
637
637
|
"light": "#27AC22",
|
|
638
638
|
},
|
|
639
639
|
},
|
|
640
|
-
"transparentBackground": "
|
|
641
|
-
"transparentBackgroundHover": "
|
|
642
|
-
"transparentBackgroundPressed": "
|
|
643
|
-
"transparentBackgroundSelected": "
|
|
644
|
-
"transparentStroke": "
|
|
645
|
-
"transparentStrokeDisabled": "
|
|
646
|
-
"transparentStrokeInteractive": "
|
|
640
|
+
"transparentBackground": "#00000000",
|
|
641
|
+
"transparentBackgroundHover": "#00000000",
|
|
642
|
+
"transparentBackgroundPressed": "#00000000",
|
|
643
|
+
"transparentBackgroundSelected": "#00000000",
|
|
644
|
+
"transparentStroke": "#00000000",
|
|
645
|
+
"transparentStrokeDisabled": "#00000000",
|
|
646
|
+
"transparentStrokeInteractive": "#00000000",
|
|
647
647
|
"variantBorder": Object {
|
|
648
648
|
"semantic": Array [
|
|
649
649
|
"separatorColor",
|
|
@@ -1177,28 +1177,28 @@ Object {
|
|
|
1177
1177
|
"neutralStrokeAccessiblePressed": "#b3b3b3",
|
|
1178
1178
|
"neutralStrokeAccessibleSelected": "#0086f0",
|
|
1179
1179
|
"neutralStrokeDisabled": "#525252",
|
|
1180
|
-
"redBackground1": "
|
|
1181
|
-
"redBackground2": "
|
|
1182
|
-
"redBackground3": "
|
|
1183
|
-
"redBorder1": "
|
|
1184
|
-
"redBorder2": "
|
|
1185
|
-
"redBorderActive": "
|
|
1186
|
-
"redForeground1": "
|
|
1187
|
-
"redForeground2": "
|
|
1188
|
-
"redForeground3": "
|
|
1180
|
+
"redBackground1": "000000",
|
|
1181
|
+
"redBackground2": "000000",
|
|
1182
|
+
"redBackground3": "000000",
|
|
1183
|
+
"redBorder1": "000000",
|
|
1184
|
+
"redBorder2": "000000",
|
|
1185
|
+
"redBorderActive": "000000",
|
|
1186
|
+
"redForeground1": "000000",
|
|
1187
|
+
"redForeground2": "000000",
|
|
1188
|
+
"redForeground3": "000000",
|
|
1189
1189
|
"strokeFocus1": "#000000",
|
|
1190
1190
|
"strokeFocus2": "#ffffff",
|
|
1191
|
-
"subtleBackground": "
|
|
1191
|
+
"subtleBackground": "#00000000",
|
|
1192
1192
|
"subtleBackgroundHover": "#3d3d3d",
|
|
1193
1193
|
"subtleBackgroundPressed": "#1f1f1f",
|
|
1194
1194
|
"subtleBackgroundSelected": "#383838",
|
|
1195
|
-
"transparentBackground": "
|
|
1196
|
-
"transparentBackgroundHover": "
|
|
1197
|
-
"transparentBackgroundPressed": "
|
|
1198
|
-
"transparentBackgroundSelected": "
|
|
1199
|
-
"transparentStroke": "
|
|
1200
|
-
"transparentStrokeDisabled": "
|
|
1201
|
-
"transparentStrokeInteractive": "
|
|
1195
|
+
"transparentBackground": "#00000000",
|
|
1196
|
+
"transparentBackgroundHover": "#00000000",
|
|
1197
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1198
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1199
|
+
"transparentStroke": "#00000000",
|
|
1200
|
+
"transparentStrokeDisabled": "#00000000",
|
|
1201
|
+
"transparentStrokeInteractive": "#00000000",
|
|
1202
1202
|
}
|
|
1203
1203
|
`;
|
|
1204
1204
|
|
|
@@ -1295,25 +1295,25 @@ Object {
|
|
|
1295
1295
|
"neutralStrokeAccessiblePressed": "#b3b3b3",
|
|
1296
1296
|
"neutralStrokeAccessibleSelected": "#0086f0",
|
|
1297
1297
|
"neutralStrokeDisabled": "#525252",
|
|
1298
|
-
"redBackground1": "
|
|
1299
|
-
"redBackground2": "
|
|
1300
|
-
"redBackground3": "
|
|
1301
|
-
"redBorder1": "
|
|
1302
|
-
"redBorder2": "
|
|
1303
|
-
"redBorderActive": "
|
|
1304
|
-
"redForeground1": "
|
|
1305
|
-
"redForeground2": "
|
|
1306
|
-
"redForeground3": "
|
|
1298
|
+
"redBackground1": "000000",
|
|
1299
|
+
"redBackground2": "000000",
|
|
1300
|
+
"redBackground3": "000000",
|
|
1301
|
+
"redBorder1": "000000",
|
|
1302
|
+
"redBorder2": "000000",
|
|
1303
|
+
"redBorderActive": "000000",
|
|
1304
|
+
"redForeground1": "000000",
|
|
1305
|
+
"redForeground2": "000000",
|
|
1306
|
+
"redForeground3": "000000",
|
|
1307
1307
|
"strokeFocus1": "#000000",
|
|
1308
1308
|
"strokeFocus2": "#ffffff",
|
|
1309
|
-
"subtleBackground": "
|
|
1309
|
+
"subtleBackground": "#00000000",
|
|
1310
1310
|
"subtleBackgroundHover": "#3d3d3d",
|
|
1311
1311
|
"subtleBackgroundPressed": "#1f1f1f",
|
|
1312
1312
|
"subtleBackgroundSelected": "#383838",
|
|
1313
|
-
"transparentBackground": "
|
|
1314
|
-
"transparentBackgroundHover": "
|
|
1315
|
-
"transparentBackgroundPressed": "
|
|
1316
|
-
"transparentBackgroundSelected": "
|
|
1313
|
+
"transparentBackground": "#00000000",
|
|
1314
|
+
"transparentBackgroundHover": "#00000000",
|
|
1315
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1316
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1317
1317
|
"transparentStroke": "#3aa0f3",
|
|
1318
1318
|
"transparentStrokeDisabled": "#d6d6d6",
|
|
1319
1319
|
"transparentStrokeInteractive": "#a8a8a8",
|
|
@@ -1413,28 +1413,28 @@ Object {
|
|
|
1413
1413
|
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
1414
1414
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
1415
1415
|
"neutralStrokeDisabled": "#e0e0e0",
|
|
1416
|
-
"redBackground1": "
|
|
1417
|
-
"redBackground2": "
|
|
1418
|
-
"redBackground3": "
|
|
1419
|
-
"redBorder1": "
|
|
1420
|
-
"redBorder2": "
|
|
1421
|
-
"redBorderActive": "
|
|
1422
|
-
"redForeground1": "
|
|
1423
|
-
"redForeground2": "
|
|
1424
|
-
"redForeground3": "
|
|
1416
|
+
"redBackground1": "000000",
|
|
1417
|
+
"redBackground2": "000000",
|
|
1418
|
+
"redBackground3": "000000",
|
|
1419
|
+
"redBorder1": "000000",
|
|
1420
|
+
"redBorder2": "000000",
|
|
1421
|
+
"redBorderActive": "000000",
|
|
1422
|
+
"redForeground1": "000000",
|
|
1423
|
+
"redForeground2": "000000",
|
|
1424
|
+
"redForeground3": "000000",
|
|
1425
1425
|
"strokeFocus1": "#ffffff",
|
|
1426
1426
|
"strokeFocus2": "#000000",
|
|
1427
|
-
"subtleBackground": "
|
|
1427
|
+
"subtleBackground": "#00000000",
|
|
1428
1428
|
"subtleBackgroundHover": "#f5f5f5",
|
|
1429
1429
|
"subtleBackgroundPressed": "#e0e0e0",
|
|
1430
1430
|
"subtleBackgroundSelected": "#ebebeb",
|
|
1431
|
-
"transparentBackground": "
|
|
1432
|
-
"transparentBackgroundHover": "
|
|
1433
|
-
"transparentBackgroundPressed": "
|
|
1434
|
-
"transparentBackgroundSelected": "
|
|
1435
|
-
"transparentStroke": "
|
|
1436
|
-
"transparentStrokeDisabled": "
|
|
1437
|
-
"transparentStrokeInteractive": "
|
|
1431
|
+
"transparentBackground": "#00000000",
|
|
1432
|
+
"transparentBackgroundHover": "#00000000",
|
|
1433
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1434
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1435
|
+
"transparentStroke": "#00000000",
|
|
1436
|
+
"transparentStrokeDisabled": "#00000000",
|
|
1437
|
+
"transparentStrokeInteractive": "#00000000",
|
|
1438
1438
|
}
|
|
1439
1439
|
`;
|
|
1440
1440
|
|
|
@@ -1531,25 +1531,25 @@ Object {
|
|
|
1531
1531
|
"neutralStrokeAccessiblePressed": "#4d4d4d",
|
|
1532
1532
|
"neutralStrokeAccessibleSelected": "#0078d4",
|
|
1533
1533
|
"neutralStrokeDisabled": "#e0e0e0",
|
|
1534
|
-
"redBackground1": "
|
|
1535
|
-
"redBackground2": "
|
|
1536
|
-
"redBackground3": "
|
|
1537
|
-
"redBorder1": "
|
|
1538
|
-
"redBorder2": "
|
|
1539
|
-
"redBorderActive": "
|
|
1540
|
-
"redForeground1": "
|
|
1541
|
-
"redForeground2": "
|
|
1542
|
-
"redForeground3": "
|
|
1534
|
+
"redBackground1": "000000",
|
|
1535
|
+
"redBackground2": "000000",
|
|
1536
|
+
"redBackground3": "000000",
|
|
1537
|
+
"redBorder1": "000000",
|
|
1538
|
+
"redBorder2": "000000",
|
|
1539
|
+
"redBorderActive": "000000",
|
|
1540
|
+
"redForeground1": "000000",
|
|
1541
|
+
"redForeground2": "000000",
|
|
1542
|
+
"redForeground3": "000000",
|
|
1543
1543
|
"strokeFocus1": "#ffffff",
|
|
1544
1544
|
"strokeFocus2": "#000000",
|
|
1545
|
-
"subtleBackground": "
|
|
1545
|
+
"subtleBackground": "#00000000",
|
|
1546
1546
|
"subtleBackgroundHover": "#f5f5f5",
|
|
1547
1547
|
"subtleBackgroundPressed": "#e0e0e0",
|
|
1548
1548
|
"subtleBackgroundSelected": "#ebebeb",
|
|
1549
|
-
"transparentBackground": "
|
|
1550
|
-
"transparentBackgroundHover": "
|
|
1551
|
-
"transparentBackgroundPressed": "
|
|
1552
|
-
"transparentBackgroundSelected": "
|
|
1549
|
+
"transparentBackground": "#00000000",
|
|
1550
|
+
"transparentBackgroundHover": "#00000000",
|
|
1551
|
+
"transparentBackgroundPressed": "#00000000",
|
|
1552
|
+
"transparentBackgroundSelected": "#00000000",
|
|
1553
1553
|
"transparentStroke": "#000000",
|
|
1554
1554
|
"transparentStrokeDisabled": "#bdbdbd",
|
|
1555
1555
|
"transparentStrokeInteractive": "#666666",
|