@fluentui-react-native/apple-theme 0.20.0 → 0.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +103 -1
- package/CHANGELOG.md +30 -2
- package/lib/appleColors.macos.d.ts.map +1 -1
- package/lib/appleColors.macos.js +0 -9
- package/lib/appleColors.macos.js.map +1 -1
- package/lib/getMacOSTokens.d.ts +288 -32
- package/lib/getMacOSTokens.d.ts.map +1 -1
- package/lib-commonjs/appleColors.macos.d.ts.map +1 -1
- package/lib-commonjs/appleColors.macos.js +0 -9
- package/lib-commonjs/appleColors.macos.js.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 +230 -83
- package/src/appleColors.macos.ts +0 -10
|
@@ -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.20.
|
|
3
|
+
"version": "0.20.2",
|
|
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.4.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.18.4 <1.0.0",
|
|
31
|
+
"@fluentui-react-native/design-tokens-ios": "^0.50.0",
|
|
32
|
+
"@fluentui-react-native/design-tokens-macos": "^0.50.0",
|
|
33
|
+
"@fluentui-react-native/experimental-appearance-additions": "^0.4.2",
|
|
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.5 <1.0.0",
|
|
36
|
+
"@fluentui-react-native/theme-tokens": "^0.24.7",
|
|
37
|
+
"@fluentui-react-native/theme-types": ">=0.31.2 <1.0.0",
|
|
38
|
+
"@fluentui-react-native/theming-utils": "^0.23.12",
|
|
39
39
|
"assert-never": "^1.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|