forked from material-components/material-components-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
token_config.yaml
933 lines (890 loc) · 49.7 KB
/
token_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
# The token conversion configuration for Material 3
platform: android
design_system_id: designSystems/20543ce18892f7d9
version: v0.147
common_context: [audience::3p, platform::android]
input_dir: ux/material/dsdb/contrib/generators/tokens/android/templates/
output_dir: third_party/java_src/android_libs/material_components/lib/java/com/google/android/material/
audience_type: 3p
ignore_deprecation: true
token_name_prefix_alias:
designSystems/20543ce18892f7d9: m3
shape_output_type: style
conversion_tasks:
- # Elevation system tokens.
token_sets: md.sys.elevation
files:
- {input: tokens.jinja2, output: elevation/res/values/tokens.xml}
- # Color reference and system tokens.
token_sets:
- # Color system tokens.
name: md.sys.color
contexts: [[theme::light, scheme::non-dynamic], [theme::dark, scheme::non-dynamic]]
- md.ref.palette
files:
- {input: tokens.jinja2, output: color/res/values/tokens.xml}
suppressed_tags: [scheme::non-dynamic]
suppressed_tokens:
- md.sys.color.(scrim|shadow)
- # Color reference tokens for dynamic colors (v31).
token_sets:
- # Color system tokens.
name: md.sys.color
contexts: [[theme::light, scheme::dynamic], [theme::dark, scheme::dynamic]]
- md.ref.palette
files:
- {input: tokens.jinja2, output: color/res/values-v31/tokens.xml}
target_api: 31
enforced_tags: [scheme::dynamic]
csl_output_folder: color/res/color-v31
suppressed_tokens:
- md.sys.color.(scrim|shadow)
# Cannot generate <macro> in values-v31.
- md.sys.color.surface-tint
- # State system tokens.
token_sets: md.sys.state
files:
- {input: tokens.jinja2, output: resources/res/values/tokens.xml}
- # State system tokens (v21).
token_sets: md.sys.state
files:
- {input: tokens.jinja2, output: resources/res/values-v28/tokens.xml}
target_api: 28
- # State system tokens (v28).
token_sets: md.sys.state
files:
- {input: tokens.jinja2, output: resources/res/values-v21/tokens.xml}
target_api: 21
- # Motion system tokens.
token_sets: md.sys.motion
files:
- {input: tokens.jinja2, output: motion/res/values/tokens.xml}
- # Shape system tokens.
token_sets: md.sys.shape
files:
- {input: tokens.jinja2, output: shape/res/values/tokens.xml}
- # Typography reference tokens.
token_sets: [md.sys.typescale, md.ref.typeface]
files:
- {input: tokens.jinja2, output: typography/res/values/tokens.xml}
lint_ignore_new_api: true
- # Typography reference tokens (v21).
token_sets: [md.sys.typescale, md.ref.typeface]
files:
- {input: tokens.jinja2, output: typography/res/values-v21/tokens.xml}
target_api: 21
lint_ignore_new_api: true
- # Switch component tokens.
token_sets: md.comp.switch
files:
- {input: tokens.jinja2, output: materialswitch/res/values/tokens.xml}
suppressed_tokens:
- md.comp.switch.*.icon.size
- md.comp.switch.track.outline.width
- md.comp.switch.*.handle.height
- md.comp.switch.*.handle.width
- md.comp.switch.handle.shadow-color
- md.comp.switch.handle.width
- md.comp.switch.handle.height
- md.comp.switch.state-layer.size
- # Bottom sheet commponent tokens.
token_sets: md.comp.sheet.bottom
files:
- {input: tokens.jinja2, output: bottomsheet/res/values/tokens.xml}
suppressed_tokens:
# Not configurable in the style.
- md.comp.sheet.bottom.docked.container.surface-tint-layer.color
- md.comp.sheet.bottom.docked.minimized.container.shape
# TODO(b/253521958) Integrate drag-handle tokens when m3 shape is created.
- md.comp.sheet.bottom.docked.drag-handle.opacity
- md.comp.sheet.bottom.docked.drag-handle.width
- md.comp.sheet.bottom.docked.drag-handle.height
- # Tab component tokens.
token_sets:
- md.comp.primary-navigation-tab
- md.comp.secondary-navigation-tab
files:
- {input: tokens.jinja2, output: tabs/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/253648164) Shape appearance is not styleable.
- md.comp.(primary-navigation-tab|secondary-navigation-tab).container.shape
- md.comp.(primary-navigation-tab|secondary-navigation-tab).active-indicator.shape
# The container's height is controlled by its contents.
- md.comp.(primary-navigation-tab|secondary-navigation-tab).container.height
- md.comp.(primary-navigation-tab|secondary-navigation-tab).with-icon-and-label-text.container.height
# No elevation is supported.
- md.comp.(primary-navigation-tab|secondary-navigation-tab).container.elevation
# Shadow color is not styleable.
- md.comp.secondary-navigation-tab.container.shadow-color
# Redundant tokens shared between secondary and primary. Only use primary version.
- md.comp.secondary-navigation-tab.with-icon.icon.size
- md.comp.secondary-navigation-tab.divider.color
- md.comp.secondary-navigation-tab.divider.height
# No more state content colors. The colors should be same for different states (except disabled).
- md.comp.primary-navigation-tab.with-label-text.(active|inactive).(hover|focus|pressed).label-text.color
- md.comp.primary-navigation-tab.with-icon.(active|inactive).(hover|focus|pressed).icon.color
- md.comp.secondary-navigation-tab.(hover|focus|pressed).label-text.color
- md.comp.secondary-navigation-tab.with-icon.(hover|focus|pressed).icon.color
- # Button component tokens.
token_sets:
- md.comp.filled-button
- md.comp.filled-tonal-button
- md.comp.text-button
- md.comp.outlined-button
- md.comp.elevated-button
files:
- {input: tokens.jinja2, output: button/res/values/tokens.xml}
suppressed_tokens:
# Button's height is calculated based on contents and layouts.
- md.comp.filled-button.container.height
# TODO(b/253502192) Icon's color is assumed to be the same as the label text.
- md.comp.filled-button.with-icon.icon.color
- md.comp.filled-button.with-icon.disabled.icon.(color|opacity)
# TODO(b/253502192) Ripple's color is assumed to be the same as the label text.
- md.comp.filled-button.(focus|hover|pressed).state-layer.color
# TODO(b/253502192) Ripple's CSL is outside package. Create button designated CSL and integrate these.
- md.comp.filled-button.(focus|hover|pressed).state-layer.opacity
# TODO(b/253502192) Integrate state tokens.
- md.comp.filled-button.(focus|hover|pressed|disabled).container.elevation
- md.comp.filled-button.disabled.container.(color|opacity)
- md.comp.filled-button.disabled.label-text.(color|opacity)
# No more state content color. They should be the same for all states (except disabled).
- md.comp.filled-button.(focus|hover|pressed).label-text.color
- md.comp.filled-button.with-icon.(focus|hover|pressed).icon.color
# Shadow color is not styleable.
- md.comp.filled-button.container.shadow-color
# Assumed being shared with filled button.
- md.comp.filled-tonal-button.container.(height|elevation|shape)
- md.comp.filled-tonal-button.label-text.type
- md.comp.filled-tonal-button.with-icon.icon.size
# TODO(b/253502192) Icon's color is assumed to be the same as the label text.
- md.comp.filled-tonal-button.with-icon.icon.color
- md.comp.filled-tonal-button.with-icon.disabled.icon.(color|opacity)
# TODO(b/253502192) Ripple's color is assumed to be the same as the label text.
- md.comp.filled-tonal-button.(focus|hover|pressed).state-layer.color
# TODO(b/253502192) Ripple's CSL is outside package. Create button designated CSL and integrate these.
- md.comp.filled-tonal-button.(focus|hover|pressed).state-layer.opacity
# TODO(b/253502192) Integrate state tokens.
- md.comp.filled-tonal-button.(focus|hover|pressed|disabled).container.elevation
- md.comp.filled-tonal-button.disabled.container.(color|opacity)
- md.comp.filled-tonal-button.disabled.label-text.(color|opacity)
# No more state content color. They should be the same for all states (except disabled).
- md.comp.filled-tonal-button.(focus|hover|pressed).label-text.color
- md.comp.filled-tonal-button.with-icon.(focus|hover|pressed).icon.color
# Shadow color is not styleable.
- md.comp.filled-tonal-button.container.shadow-color
# Button's height is calculated based on contents and layouts.
- md.comp.text-button.container.height
# TODO(b/253502192) Icon's color is assumed to be the same as the label text.
- md.comp.text-button.with-icon.icon.color
- md.comp.text-button.with-icon.disabled.icon.(color|opacity)
# TODO(b/253502192) Integrate state tokens.
- md.comp.text-button.disabled.label-text.(color|opacity)
- md.comp.text-button.with-icon.icon.size
# No more state content color. They should be the same for all states (except disabled).
- md.comp.text-button.(focus|hover|pressed).label-text.color
- md.comp.text-button.with-icon.(focus|hover|pressed).icon.color
# Assumed being shared with text button.
- md.comp.outlined-button.container.(height|shape)
- md.comp.outlined-button.label-text.(color|type)
- md.comp.outlined-button.disabled.label-text.(color|opacity)
- md.comp.outlined-button.with-icon.icon.(color|size)
- md.comp.outlined-button.with-icon.disabled.icon.(color|opacity)
- md.comp.outlined-button.(focus|hover|pressed).state-layer.(color|opacity)
# No more state content color. They should be the same for all states (except disabled).
- md.comp.outlined-button.with-icon.(focus|hover|pressed).icon.color
- md.comp.outlined-button.(focus|hover|pressed).label-text.color
# Assumed being shared with text button.
- md.comp.elevated-button.container.(height|shape)
- md.comp.elevated-button.label-text.(color|type)
- md.comp.elevated-button.disabled.label-text.(color|opacity)
- md.comp.elevated-button.with-icon.icon.(color|size)
- md.comp.elevated-button.with-icon.disabled.icon.(color|opacity)
- md.comp.elevated-button.disabled.container.(color|opacity)
- md.comp.elevated-button.(focus|hover|pressed).state-layer.(color|opacity)
# Integrate state token.
- md.comp.elevated-button.(focus|hover|pressed).container.elevation
# Elevation overlay color cannot be configured.
- md.comp.elevated-button.container.surface-tint-layer.color
# No more state content color. They should be the same for all states (except disabled).
- md.comp.elevated-button.(focus|hover|pressed).label-text.color
- md.comp.elevated-button.with-icon.(focus|hover|pressed).icon.color
# Shadow color is not styleable.
- md.comp.elevated-button.container.shadow-color
- # FAB component tokens.
token_sets:
- md.comp.fab.primary
- md.comp.fab.primary.small
- md.comp.fab.primary.large
- md.comp.fab.secondary
- md.comp.fab.secondary.small
- md.comp.fab.secondary.large
- md.comp.fab.tertiary
- md.comp.fab.tertiary.small
- md.comp.fab.tertiary.large
- md.comp.fab.surface
- md.comp.fab.surface.small
- md.comp.fab.surface.large
files:
- {input: tokens.jinja2, output: floatingactionbutton/res/values/fab_tokens.xml}
suppressed_tokens:
# Shadow color is not configurable.
- md.comp.fab.(primary|secondary|tertiary|surface).container.shadow-color
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).container.shadow-color
# No lowered styles are provided.
- md.comp.fab.(primary|secondary|tertiary|surface).lowered....
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).lowered....
# Elevation overlay color is handled theme-wise, not per component.
- md.comp.fab.surface.container.surface-tint-layer.color
- md.comp.fab.surface.(small|large).container.surface-tint-layer.color
# TODO(b/236986742): Remove when redundancy is configurable in metadata.
# Assuming secondary, tertiary, and surface variants sharing these tokens with primary.
- md.comp.fab.(secondary|tertiary|surface).container.(shape|height|elevation)
- md.comp.fab.(secondary|tertiary|surface).icon.size
- md.comp.fab.(secondary|tertiary|surface).(small|large).container.(shape|height|elevation)
- md.comp.fab.(secondary|tertiary|surface).(small|large).icon....
- md.comp.fab.(secondary|tertiary|surface).(hover|pressed).container.elevation
- md.comp.fab.(secondary|tertiary|surface).(hover|focus|pressed).state-layer.opacity
# Assuming container width and height are always same.
- md.comp.fab.(primary|secondary|tertiary|surface).container.width
# Assuming icon color per state is same as the default one.
- md.comp.fab.(primary|secondary|tertiary|surface).(hover|focus|pressed).icon.color
# Assuming focus container elevation is always same as the hover state.
- md.comp.fab.(primary|secondary|tertiary|surface).focus.container.elevation
# Assuming state-layer color is always same as the icon color.
- md.comp.fab.(primary|secondary|tertiary|surface).(hover|focus|pressed).state-layer.color
# Assuming small and large variants sharing these tokens with regular sized one.
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).container.(width|color|elevation)
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).(hover|focus|pressed).container.elevation
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).icon.color
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).(hover|focus|pressed).icon.color
- md.comp.fab.(primary|secondary|tertiary|surface).(small|large).(hover|focus|pressed).state-layer....
- # Extended FAB component tokens.
token_sets:
- md.comp.extended-fab.primary
- md.comp.extended-fab.secondary
- md.comp.extended-fab.tertiary
- md.comp.extended-fab.surface
files:
- {input: tokens.jinja2, output: floatingactionbutton/res/values/efab_tokens.xml}
suppressed_tokens:
# Shadow color is not configurable.
- md.comp.extended-fab.(primary|secondary|tertiary|surface).container.shadow-color
# No lowered styles are provided.
- md.comp.extended-fab.(primary|secondary|tertiary|surface).lowered....
# Elevation overlay color is handled theme-wise, not per component.
- md.comp.extended-fab.surface.container.surface-tint-layer.color
# TODO(b/236986742): Remove when redundancy is configurable in metadata.
# Assuming secondary, tertiary, and surface variants sharing these tokens with primary.
- md.comp.extended-fab.(secondary|tertiary|surface).container.(shape|height|elevation)
- md.comp.extended-fab.(secondary|tertiary|surface).icon.size
- md.comp.extended-fab.(secondary|tertiary|surface).label-text.type
- md.comp.extended-fab.(secondary|tertiary|surface).(hover|focus|pressed).container.elevation
- md.comp.extended-fab.(secondary|tertiary|surface).(hover|focus|pressed).state-layer.opacity
# Assuming default label text color is same as the default icon color.
- md.comp.extended-fab.(primary|secondary|tertiary|surface).label-text.color
# Assuming content color per state is same as the default one.
- md.comp.extended-fab.(primary|secondary|tertiary|surface).(hover|focus|pressed).(icon|label-text).color
# Assuming state-layer color is always same as the icon color.
- md.comp.extended-fab.(primary|secondary|tertiary|surface).(hover|focus|pressed).state-layer.color
- # Progress indicator component tokens.
token_sets:
- md.comp.linear-progress-indicator
- md.comp.circular-progress-indicator
files:
- {input: tokens.jinja2, output: progressindicator/res/values/tokens.xml}
suppressed_tokens:
# Not work with shape appearance styles but corner size dimen resources.
- md.comp.(linear-progress-indicator|circular-progress-indicator).(active-indicator|track).shape
# No 4 color styles for 3P.
- md.comp.(linear-progress-indicator|circular-progress-indicator).four-color.active-indicator.(one|two|three|four).color
# Track and indicator are in the same size.
- md.comp.linear-progress-indicator.track.height
# Circular type configured size differently.
- md.comp.circular-progress-indicator.size
- # Navigation rail component tokens.
token_sets: md.comp.navigation-rail
files:
- {input: tokens.jinja2, output: navigationrail/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/253086215) Shape appearance is not configurable.
- md.comp.navigation-rail.container.shape
# TODO(b/253086215) Shares CSLs with Navigation View and Navigation Bar.
- md.comp.navigation-rail.(active|inactive).(icon|label-text).color
- md.comp.navigation-rail.(active|inactive).(focus|hover|pressed).state-layer.color
- md.comp.navigation-rail.(focus|hover|pressed).state-layer.opacity
- md.comp.navigation-rail.menu.(focus|hover|pressed).state-layer.color
- md.comp.navigation-rail.menu.(focus|hover|pressed).state-layer.opacity
# No more state content colors. They should be same for all states.
- md.comp.navigation-rail.(active|inactive).(focus|hover|pressed).icon.color
- md.comp.navigation-rail.(active|inactive).(focus|hover|pressed).label-text.color
- md.comp.navigation-rail.menu.(focus|hover|pressed).icon.color
# Menu icon is not configurable.
- md.comp.navigation-rail.menu.icon.(color|size)
# TODO(b/253086215) Assumed the indicator height is the same as the width when no label.
- md.comp.navigation-rail.no-label.active-indicator.height
# TODO(b/253086215) Assumed the indicator shape appearance remains same when no label.
- md.comp.navigation-rail.no-label.active-indicator.shape
- # Bottom app bar component tokens.
token_sets: md.comp.bottom-app-bar
files:
- {input: tokens.jinja2, output: bottomappbar/res/values/tokens.xml}
suppressed_tokens:
- md.comp.bottom-app-bar.container.surface-tint-layer.color
- md.comp.bottom-app-bar.with-fab.container.height
- # Slider component tokens.
token_sets: md.comp.slider
files:
- {input: tokens.jinja2, output: slider/res/values/tokens.xml}
suppressed_tokens:
# Tick shape appearance is not styleable.
- md.comp.slider.with-tick-marks.container.(size|shape)
# TODO(b/246836765) Add CSL for M3 tick to apply these tokens.
- md.comp.slider.with-tick-marks.(active|inactive|disabled).container.(opacity|color)
# Tooltip doesn't support elevation.
- md.comp.slider.label.container.elevation
# TODO(b/246836765) Add different heights for active and inactive track portions.
- md.comp.slider.active.track.height
# Track's shape appearance is not styleable.
- md.comp.slider.(active|inactive).track.shape
# Track's elevation is not styleable.
- md.comp.slider.track.elevation
# Handle's size is controlled by thumbRadius.
- md.comp.slider.handle.(height|width)
# Handle's shape appearance is not styleable.
- md.comp.slider.handle.shape
# TODO(b/246836765) Update handle's elevation to M3 style.
- md.comp.slider.handle.elevation
- md.comp.slider.disabled.handle.elevation
# Shadow color is not styleable.
- md.comp.slider.handle.shadow-color
# Handle doesn't support draw outline when overlapping.
- md.comp.slider.with-overlap.handle.outline.(color|width)
# TODO(b/246836765) Update ripple to M3 styles.
- md.comp.slider.state-layer.size
- md.comp.slider.(hover|focus|pressed).state-layer.(color|opacity)
# TODO(b/246836765) Update handle's state opacity to M3 styles.
- md.comp.slider.(hover|focus|pressed).handle.color
# TODO(b/246836765) Update tooltip text appearance to M3 styles.
- md.comp.slider.label.label-text.type
# TODO(b/246836765) Update tooltip height to M3 styles.
- md.comp.slider.label.container.height
- # Chip component tokens.
token_sets:
- md.comp.input-chip
- md.comp.suggestion-chip
- md.comp.assist-chip
- md.comp.filter-chip
files:
- {input: tokens.jinja2, output: chip/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/253296739) Integrate state tokens.
- md.comp.input-chip.(selected|unselected).(focus|hover|pressed|dragged).state-layer.(color|opacity)
- md.comp.input-chip.selected.container.color
- md.comp.input-chip.disabled.selected.container.(color|opacity)
- md.comp.input-chip.dragged.container.elevation
- md.comp.input-chip.(selected|unselected).label-text.color
- md.comp.input-chip.disabled.label-text.(color|opacity)
- md.comp.input-chip.with-leading-icon.(selected|unselected).leading-icon.color
- md.comp.input-chip.with-leading-icon.disabled.leading-icon.(color|opacity)
- md.comp.input-chip.with-trailing-icon.(selected|unselected).trailing-icon.color
- md.comp.input-chip.with-trailing-icon.disabled.trailing-icon.(color|opacity)
- md.comp.input-chip.unselected.outline.color
- md.comp.input-chip.unselected.focus.outline.color
- md.comp.input-chip.disabled.unselected.outline.(color|opacity)
# No more content state colors. They should be the same across all states (except disabled).
- md.comp.input-chip.(selected|unselected).(focus|hover|pressed|dragged).label-text.color
- md.comp.input-chip.with-leading-icon.(selected|unselected).(focus|hover|pressed|dragged).leading-icon.color
- md.comp.input-chip.with-trailing-icon.(selected|unselected).(focus|hover|pressed|dragged).trailing-icon.color
# TODO(b/253296739) Avatar icon is not clipped by shape.
- md.comp.input-chip.with-avatar.avatar.shape
# No outline for selected state. Setting transparent as the outline's color instead.
- md.comp.input-chip.selected.outline.width
# Trailing icon is assumed to have the same size of leading icon.
- md.comp.input-chip.with-trailing-icon.trailing-icon.size
# Avatar icon's disabled opacity is assumed to be the same as the leading icon.
- md.comp.input-chip.with-avatar.disabled.avatar.opacity
# TODO(b/253296739) Integrate state tokens.
- md.comp.suggestion-chip.(focus|hover|pressed|dragged).state-layer.(color|opacity)
- md.comp.suggestion-chip.elevated.container.color
- md.comp.suggestion-chip.elevated.disabled.container.(color|opacity)
- md.comp.suggestion-chip.elevated.(focus|hover|pressed|disabled).container.elevation
- md.comp.suggestion-chip.dragged.container.elevation
- md.comp.suggestion-chip.label-text.color
- md.comp.suggestion-chip.(focus|hover|pressed|dragged).label-text.color
- md.comp.suggestion-chip.disabled.label-text.(color|opacity)
- md.comp.suggestion-chip.with-leading-icon.leading-icon.color
- md.comp.suggestion-chip.with-leading-icon.disabled.leading-icon.(color|opacity)
- md.comp.suggestion-chip.flat.outline.color
- md.comp.suggestion-chip.flat.focus.outline.color
- md.comp.suggestion-chip.flat.disabled.outline.(color|opacity)
# No more content state colors. They should be the same across all states (except disabled).
- md.comp.suggestion-chip.label-text.color
- md.comp.suggestion-chip.with-leading-icon.(focus|hover|pressed|dragged).leading-icon.color
# Elevation overlay color is not configurable.
- md.comp.suggestion-chip.container.surface-tint-layer.color
# Shadow color is not styleable.
- md.comp.suggestion-chip.elevated.container.shadow-color
# TODO(b/253296739) Integrate state tokens.
- md.comp.assist-chip.(focus|hover|pressed|dragged).state-layer.(color|opacity)
- md.comp.assist-chip.elevated.container.color
- md.comp.assist-chip.elevated.disabled.container.(color|opacity)
- md.comp.assist-chip.elevated.(focus|hover|pressed|disabled).container.elevation
- md.comp.assist-chip.dragged.container.elevation
- md.comp.assist-chip.label-text.color
- md.comp.assist-chip.disabled.label-text.(color|opacity)
- md.comp.assist-chip.with-icon.icon.color
- md.comp.assist-chip.with-icon.disabled.icon.(color|opacity)
- md.comp.assist-chip.flat.outline.color
- md.comp.assist-chip.flat.focus.outline.color
- md.comp.assist-chip.flat.disabled.outline.(color|opacity)
# No more content state colors. They should be the same across all states (except disabled).
- md.comp.assist-chip.(focus|hover|pressed|dragged).label-text.color
- md.comp.assist-chip.with-icon.(focus|hover|pressed|dragged).icon.color
# Elevation overlay color is not configurable.
- md.comp.assist-chip.container.surface-tint-layer.color
# Shadow color is not styleable.
- md.comp.assist-chip.elevated.container.shadow-color
# TODO(b/253296739) Integrate state tokens.
- md.comp.filter-chip.(selected|unselected).(focus|hover|pressed|dragged).state-layer.(color|opacity)
- md.comp.filter-chip.flat.selected.container.color
- md.comp.filter-chip.flat.disabled.selected.container.(color|opacity)
- md.comp.filter-chip.flat.(selected|unselected).(focus|hover|pressed).container.elevation
- md.comp.filter-chip.elevated.(selected|unselected).container.color
- md.comp.filter-chip.elevated.disabled.container.(color|opacity)
- md.comp.filter-chip.elevated.(focus|hover|pressed|disabled).container.elevation
- md.comp.filter-chip.dragged.container.elevation
- md.comp.filter-chip.(selected|unselected).label-text.color
- md.comp.filter-chip.disabled.label-text.(color|opacity)
- md.comp.filter-chip.with-leading-icon.leading-icon.unselected.color
- md.comp.filter-chip.with-leading-icon.(selected|unselected).leading-icon.color
- md.comp.filter-chip.with-leading-icon.disabled.leading-icon.(color|opacity)
- md.comp.filter-chip.with-trailing-icon.trailing-icon.unselected.color
- md.comp.filter-chip.with-trailing-icon.(selected|unselected).trailing-icon.color
- md.comp.filter-chip.with-trailing-icon.disabled.trailing-icon.(color|opacity)
- md.comp.filter-chip.flat.unselected.outline.color
- md.comp.filter-chip.flat.unselected.focus.outline.color
- md.comp.filter-chip.flat.disabled.unselected.outline.(color|opacity)
# No more content state colors. They should be the same across all states (except disabled).
- md.comp.filter-chip.(selected|unselected).(focus|hover|pressed|dragged).label-text.color
- md.comp.filter-chip.with-leading-icon.(selected|unselected).(focus|hover|pressed|dragged).leading-icon.color
- md.comp.filter-chip.with-trailing-icon.(selected|unselected).(focus|hover|pressed|dragged).trailing-icon.color
# Elevation overlay color is not configurable.
- md.comp.filter-chip.container.surface-tint-layer.color
# No outline for selected state. Setting transparent as the outline's color instead.
- md.comp.filter-chip.flat.selected.outline.width
# Shadow color is not styleable.
- md.comp.filter-chip.container.shadow-color
- md.comp.filter-chip.elevated.container.shadow-color
- # Divider component tokens.
token_sets: md.comp.divider
files:
- {input: tokens.jinja2, output: divider/res/values/tokens.xml}
- # Check box component tokens.
token_sets: md.comp.checkbox
files:
- {input: tokens.jinja2, output: checkbox/res/values/tokens.xml}
suppressed_tokens:
# There's no current support for hover, focus, and pressed state colors.
- md.comp.checkbox.unselected.(hover|focus|pressed).outline.color
- md.comp.checkbox.selected.(hover|focus|pressed).container.color
- md.comp.checkbox.unselected.error.(hover|focus|pressed).outline.color
- md.comp.checkbox.selected.error.(hover|focus|pressed).container.color
- md.comp.checkbox.(selected|unselected|error).(hover|focus|pressed).state-layer.(color|opacity)
- md.comp.checkbox.(selected|unselected).(hover|focus|pressed).icon.color
- md.comp.checkbox.selected.error.(hover|focus|pressed).icon.color
# We use the selected icon color instead.
- md.comp.checkbox.unselected.icon.color
# We take into account padding and also use the min touch target instead.
- md.comp.checkbox.container.(width|height)
- md.comp.checkbox.icon.size
# Drawables are svgs and have their shape/paths defined in xml.
- md.comp.checkbox.container.shape
- md.comp.checkbox.(selected|unselected).outline.width
- md.comp.checkbox.unselected.disabled.outline.width
- md.comp.checkbox.selected.disabled.container.outline.width
- md.comp.checkbox.(selected|unselected).(hover|focus|pressed).outline.width
- md.comp.checkbox.(selected|unselected).error.(hover|focus|pressed).outline.width
# Assuming outline shares these tokens with container values.
- md.comp.checkbox.unselected.error.outline.color
- md.comp.checkbox.unselected.disabled.outline.color
# Ripple is inherited from framework.
- md.comp.checkbox.state-layer.(size|shape)
# Assuming this shares token with "selected container" token.
- md.comp.checkbox.unselected.disabled.container.opacity
- # Search bar/view component tokens.
token_sets:
- md.comp.search-bar
- md.comp.search-view
files:
- {input: tokens.jinja2, output: search/res/values/tokens.xml}
- # Tooltip component tokens.
token_sets:
# TODO(b/260002910) Rich tooltip is not implemented (md.comp.rich-tooltip)
- md.comp.plain-tooltip
files:
- {input: tokens.jinja2, output: tooltip/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/260002910) Current style uses colorPrimary and colorOnPrimary. Tokens use colorInverseSurface and colorOnInverseSurface.
- md.comp.plain-tooltip.container.color
- md.comp.plain-tooltip.supporting-text.color
# TODO(b/260002910) Current style uses "Full" shape as the shape appearance.
- md.comp.plain-tooltip.container.shape
- # Badge component tokens.
token_sets: md.comp.badge
files:
- {input: tokens.jinja2, output: badge/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/260151426) Token defines shape appearance, implementation defines shape radius.
- md.comp.badge.shape
- md.comp.badge.large.shape
# TODO(b/260151426) Token defines size, implementation defines shape radius by assuming it's always a circle.
- md.comp.badge.size
- md.comp.badge.large.size
# TODO(b/260151426) Assuming color doesn't change for different sizes.
- md.comp.badge.large.color
# TODO(b/260151426) Text appearance is not styleable. The current text appearance is shared between M2 and M3.
- md.comp.badge.large.label-text.(color|type|weight|tracking|size|line-height|font)
- # Card component tokens.
token_sets:
- md.comp.filled-card
- md.comp.outlined-card
- md.comp.elevated-card
files:
- {input: tokens.jinja2, output: card/res/values/tokens.xml}
suppressed_tokens:
# Shadow color is not configurable.
- md.comp.filled-card.container.shadow-color
# TODO(b/253671432) Add a CSL for background color to set the disabled state.
- md.comp.filled-card.disabled.container.(color|opacity)
# TODO(b/253671432) Current ripple is using colorOnSurfaceVariant.
- md.comp.filled-card.(hover|focus|pressed|dragged).state-layer.color
# TODO(b/253671432) Integrate state tokens.
- md.comp.filled-card.(hover|focus|pressed|dragged|disabled).container.elevation
# TODO(b/253671432) Integrate after design confirm which icon this token is for.
- md.comp.filled-card.icon.color
# Shadow color is not configurable.
- md.comp.outlined-card.container.shadow-color
# Elevation overlay color is not configurable.
- md.comp.outlined-card.container.surface-tint-layer.color
# TODO(b/253671432) Integrate state tokens.
- md.comp.outlined-card.(hover|focus|pressed|dragged|disabled).container.elevation
# TODO(b/253671432) Assume shared same ripple colors as filled cards.
- md.comp.outlined-card.(hover|focus|pressed|dragged).state-layer.(color|opacity)
# TODO(b/253671432) Integrate after design confirm which icon this token is for.
- md.comp.outlined-card.icon.color
# Shadow color is not configurable.
- md.comp.elevated-card.container.shadow-color
# Elevation overlay color is not configurable.
- md.comp.elevated-card.container.surface-tint-layer.color
# TODO(b/253671432) Add a CSL for background color to set the disabled state.
- md.comp.elevated-card.disabled.container.(color|opacity)
# TODO(b/253671432) Integrate state tokens.
- md.comp.elevated-card.(hover|focus|pressed|dragged|disabled).container.elevation
# TODO(b/253671432) Assume shared same ripple colors as filled cards.
- md.comp.elevated-card.(hover|focus|pressed|dragged).state-layer.(color|opacity)
# TODO(b/253671432) Integrate after design confirm which icon this token is for.
- md.comp.elevated-card.icon.color
- # Time picker component tokens.
token_sets:
- md.comp.time-input
- md.comp.time-picker
files:
- {input: tokens.jinja2, output: timepicker/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/247609386) Container color is programmatically hardcoded to ?attr/colorSurface.
- md.comp.(time-picker|time-input).container.color
# Container's elevation overlay color is not configurable.
- md.comp.(time-picker|time-input).surface-tint-layer.color
# TODO(b/247609386) Clockface is not customizable.
- md.comp.time-picker.clock-dial.shape
# TODO(b/247609386) Clock's shape is not configurable.
- md.comp.time-picker.clock-dial.selector.(handle|center).container.shape
# TODO(b/247609386) Clock's center and track share the same color as handle's container
- md.comp.time-picker.clock-dial.selector.(center|track).container.color
# Controlled by androidx.constraintlayout.helper.widget.Flow
- md.comp.time-picker.time-selector.24h-vertical.container.width
- md.comp.time-picker.time-selector.container.(width|height)
- md.comp.time-picker.period-selector.(vertical|horizontal).container.(width|height)
# TODO(b/247609386) The size of the clock face is not configurable.
- md.comp.time-picker.clock-dial.container.size
# TODO(b/247609386) The size of the clock hand is configured via materialCircleRadius, as half of the token value.
- md.comp.time-picker.clock-dial.selector.handle.container.size
# TODO(b/247609386) The size of the clock center dot is not configurable.
- md.comp.time-picker.clock-dial.selector.center.container.size
# TODO(b/247609386) The size of the clock arm is not configurable.
- md.comp.time-picker.clock-dial.selector.track.container.width
# TODO(b/247609386) The text appearance is hardcoded in layout material_clockface_textview.
- md.comp.time-picker.clock-dial.label-text.type
# No state content colors anymore.
- md.comp.time-picker.(time-selector|period-selector).(selected|unselected).(pressed|hover|focus).label-text.color
- md.comp.time-input.time-input-field.(hover|focus|pressed).label-text.color
- md.comp.time-input.period-selector.(selected|unselected).(hover|focus|pressed).label-text.color
# TODO(b/247609386) Remove when token value updated to colorOnPrimaryContainer or confirm with design.
- md.comp.time-picker.time-selector.unselected.pressed.state-layer.color
# Assuming input mode shares container attributes with clock mode.
- md.comp.time-input.container.(shape|elevation)
# Assuming the edit text in input mode shares container attributes with the display in clock mode.
- md.comp.time-input.time-input-field.container.color
- md.comp.time-input.time-input-field.focus.container.color
# TODO(b/247609386) Coupled with the chip in display. But no chip style for input mode.
- md.comp.time-input.time-input-field.container.(width|height)
- md.comp.time-input.period-selector.container.(width|height)
- md.comp.time-input.time-input-field.label-text.type
- md.comp.time-input.period-selector.label-text.type
# Assuming the period toggle in input mode shares attributes with the clock mode.
- md.comp.time-input.period-selector.selected.container.color
- md.comp.time-input.period-selector.container.shape
- md.comp.time-input.period-selector.outline.(color|width)
- md.comp.time-input.period-selector.(selected|unselected).label-text.color
- md.comp.time-input.headline.(type|color)
- md.comp.time-input.time-input-field.separator.(type|color)
- md.comp.time-input.time-input-field.(pressed|hover|focus).state-layer.(color|opacity)
- md.comp.time-input.period-selector.(selected|unselected).(pressed|hover|focus).state-layer.color
- md.comp.time-input.period-selector.(pressed|hover|focus).state-layer.opacity
# TODO(b/247609386) This should be different for selected and unselected. Update when tokens are added.
#- m3_comp_time_input_time_input_field_label_text_color
# TODO(b/247609386) Integrate these tokens when the values are fixed in b/254075579.
- md.comp.time-picker.clock-dial.(selected|unselected).label-text.color
- # Menu component tokens.
token_sets: md.comp.menu
files:
- {input: tokens.jinja2, output: menu/res/values/tokens.xml}
suppressed_tokens:
# Elevation overlay color is not configurable.
- md.comp.menu.container.surface-tint-layer.color
# Shadow color is not configurable.
- md.comp.menu.container.shadow-color
# TODO(b/261064142) We have not done much about styling menus from the framework one.
- md.comp.menu.container.shape
- md.comp.menu.list-item.container.height
- md.comp.menu.list-item.selected.container.color
- md.comp.menu.list-item.label-text.(color|type)
- md.comp.menu.cascading-menu-indicator.icon.(color|size)
- md.comp.menu.list-item.with-leading-icon.leading-icon.(size|color)
- md.comp.menu.list-item.with-trailing-icon.trailing-icon.(size|color)
- md.comp.menu.list-item.disabled.label-text.(color|opacity)
- md.comp.menu.list-item.with-leading-icon.disabled.leading-icon.(color|opacity)
- md.comp.menu.list-item.with-trailing-icon.disabled.trailing-icon.(color|opacity)
- md.comp.menu.list-item.(hover|focus|pressed).label-text.color
- md.comp.menu.list-item.(hover|focus|pressed).state-layer.(color|opacity)
- md.comp.menu.list-item.with-leading-icon.(hover|focus|pressed).icon.color
- md.comp.menu.list-item.with-trailing-icon.(hover|focus|pressed).icon.color
- # Snackbar component tokens.
token_sets: md.comp.snackbar
files:
- {input: tokens.jinja2, output: snackbar/res/values/tokens.xml}
suppressed_tokens:
# TODO(b/260628816) Container color is set programmatically.
- md.comp.snackbar.container.color
# TODO(b/260628816) Shadow color is not styleable.
- md.comp.snackbar.container.shadow-color
# TODO(b/260628816) Container height adapts to the contents.
- md.comp.snackbar.(with-single-line|with-two-lines).container.height
# TODO(b/260628816) Action text button style is defined in Button package.
- md.comp.snackbar.action.label-text.color
- md.comp.snackbar.action.(hover|focus|pressed).label-text.color
- md.comp.snackbar.action.(hover|focus|pressed).state-layer.(color|opacity)
- md.comp.snackbar.action.label-text.type
# TODO(b/260628816) No default close icon is implemented.
- md.comp.snackbar.icon.(color|size)
- md.comp.snackbar.icon.(hover|focus|pressed).icon.color
- md.comp.snackbar.icon.(hover|focus|pressed).state-layer.(color|opacity)
# - # List component tokens.
# TODO(b/260625883) No M3 styles for List.
# token_sets: md.comp.list
# files:
# - {input: tokens.jinja2, output: lists/res/values/tokens.xml}
metadata:
# md.sys.shape.corner.extra-small
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/5958f2ff2ee96209:
attr: "?attr/shapeAppearanceCornerExtraSmall"
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.small
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/635b78e77db6cc2c:
attr: "?attr/shapeAppearanceCornerSmall"
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.medium
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/5917cdf50700b309:
attr: "?attr/shapeAppearanceCornerMedium"
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.large
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/0811e57d81bd83a9:
attr: "?attr/shapeAppearanceCornerLarge"
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.extra-large
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/52f9a5dbe45da250:
attr: "?attr/shapeAppearanceCornerExtraLarge"
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.full
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/45b9183a26ad968e:
family_attr: "?attr/shapeCornerFamily"
# md.sys.shape.corner.extra-small.top
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/6c1b17a736aec355:
paired_symmetric_shape: md.sys.shape.corner.extra-small
# md.sys.shape.corner.large.top
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/7e2a81f2cc4250c1:
paired_symmetric_shape: md.sys.shape.corner.large
# md.sys.shape.corner.large.start
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/076b8e54cf3c06d6:
paired_symmetric_shape: md.sys.shape.corner.large
# md.sys.shape.corner.large.end
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/456cb64328b9d9d9:
paired_symmetric_shape: md.sys.shape.corner.large
# md.sys.shape.corner.extra-large.top
designSystems/20543ce18892f7d9/tokenSets/21c40db4e4f5af15/tokens/5df2dcc0c16fdadc:
paired_symmetric_shape: md.sys.shape.corner.extra-large
# md.sys.color.primary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/251fadcf610d47c4:
attr: "?attr/colorPrimary"
# md.sys.color.on-primary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/45447e9b60c6082e:
attr: "?attr/colorOnPrimary"
# md.sys.color.primary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/1e85bdbb3e96b653:
attr: "?attr/colorPrimaryContainer"
# md.sys.color.on-primary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/33c9a10bc7a849b8:
attr: "?attr/colorOnPrimaryContainer"
# md.sys.color.
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/1b8532b2356df623:
attr: "?attr/colorPrimaryInverse"
# md.sys.color.secondary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/2c5b2c5596ded2f5:
attr: "?attr/colorSecondary"
# md.sys.color.on-secondary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/744b92cb37f098ba:
attr: "?attr/colorOnSecondary"
# md.sys.color.secondary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/12ec7e65ec3f3820:
attr: "?attr/colorSecondaryContainer"
# md.sys.color.on-secondary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/71426c5025efd799:
attr: "?attr/colorOnSecondaryContainer"
# md.sys.color.tertiary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/5271a1a5802347be:
attr: "?attr/colorTertiary"
# md.sys.color.on-tertiary
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/4b3a8bd2ba0b2c8b:
attr: "?attr/colorOnTertiary"
# md.sys.color.tertiary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/654fe148b2a6d56a:
attr: "?attr/colorTertiaryContainer"
# md.sys.color.on-tertiary-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/555e4529ffd4e56e:
attr: "?attr/colorOnTertiaryContainer"
# md.sys.color.error
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/26c2a8c6c083e6db:
attr: "?attr/colorError"
# md.sys.color.on-error
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/2002962fadc8fcd5:
attr: "?attr/colorOnError"
# md.sys.color.error-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/0c53af1beceba353:
attr: "?attr/colorErrorContainer"
# md.sys.color.on-error-container
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/1528582f0e226d16:
attr: "?attr/colorOnErrorContainer"
# md.sys.color.surface
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/74f62c9913ebb7f4:
attr: "?attr/colorSurface"
# md.sys.color.on-
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/20afbddf91ea6df8:
attr: "?attr/colorOnSurface"
# md.sys.color.inverse-surface
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/4f050a82404e644a:
attr: "?attr/colorSurfaceInverse"
# md.sys.color.inverse-on-surface
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/2a9d54d33deece6f:
attr: "?attr/colorOnSurfaceInverse"
# md.sys.color.surface-variant
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/73bef7c2af6a830a:
attr: "?attr/colorSurfaceVariant"
# md.sys.color.on-surface-variant
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/2d2fd52b0a326771:
attr: "?attr/colorOnSurfaceVariant"
# md.sys.color.surface-tint
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/331b4c485a7e9be5:
attr: "?attr/elevationOverlayColor"
# md.sys.color.outline
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/3ea7d0c1bedc5000:
attr: "?attr/colorOutline"
# md.sys.color.outline-variant
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/1097671f3d0efb16:
attr: "?attr/colorOutlineVariant"
# md.sys.color.background
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/41a1cfe2ac42cd7b:
attr: "?android:attr/colorBackground"
# md.sys.color.on-background
designSystems/20543ce18892f7d9/tokenSets/2904362cb1f205af/tokens/49b27ad0ad9f954f:
attr: "?attr/colorOnBackground"
# md.sys.typescale.display-large
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/37d7907d0637165b:
attr: "?attr/textAppearanceDisplayLarge"
parent_style: TextAppearance.AppCompat.Display3
# md.sys.typescale.display-medium
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/02f479a5cffd8ada:
attr: "?attr/textAppearanceDisplayMedium"
parent_style: TextAppearance.AppCompat.Display2
# md.sys.typescale.display-small
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/16a984265fdc436e:
attr: "?attr/textAppearanceDisplaySmall"
parent_style: TextAppearance.AppCompat.Display1
# md.sys.typescale.headline-large
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/2aa37cc1f9bc2c6d:
attr: "?attr/textAppearanceHeadlineLarge"
parent_style: TextAppearance.AppCompat.Display1
# md.sys.typescale.headline-medium
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/4ed43b1f8015c638:
attr: "?attr/textAppearanceHeadlineMedium"
parent_style: TextAppearance.AppCompat.Headline
# md.sys.typescale.headline-small
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/78fd34e8b3e07134:
attr: "?attr/textAppearanceHeadlineSmall"
parent_style: TextAppearance.AppCompat.Title
# md.sys.typescale.title-large
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/404fbbcc14dd3c98:
attr: "?attr/textAppearanceTitleLarge"
parent_style: TextAppearance.AppCompat.Title
# md.sys.typescale.title-medium
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/323564905e9dbfeb:
attr: "?attr/textAppearanceTitleMedium"
parent_style: TextAppearance.AppCompat.Subhead
# md.sys.typescale.title-small
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/3cfa7712c2257cc9:
attr: "?attr/textAppearanceTitleSmall"
parent_style: TextAppearance.AppCompat.Subhead
# md.sys.typescale.body-large
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/4bc9f86ca870827e:
attr: "?attr/textAppearanceBodyLarge"
parent_style: TextAppearance.AppCompat.Body2
# md.sys.typescale.body-medium
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/7db5bd1c0a5a05ff:
attr: "?attr/textAppearanceBodyMedium"
parent_style: TextAppearance.AppCompat.Body1
# md.sys.typescale.body-small
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/6d713c1d981e083b:
attr: "?attr/textAppearanceBodySmall"
parent_style: TextAppearance.AppCompat.Caption
# md.sys.typescale.label-large
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/7852d3b3a5beca01:
attr: "?attr/textAppearanceLabelLarge"
parent_style: TextAppearance.AppCompat.Body1
# md.sys.typescale.label-medium
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/1424cd25bf60b331:
attr: "?attr/textAppearanceLabelMedium"
parent_style: TextAppearance.AppCompat.Caption
# md.sys.typescale.label-small
designSystems/20543ce18892f7d9/tokenSets/0d2ebb3013db52d1/tokens/6e967ddeb88c63c2:
attr: "?attr/textAppearanceLabelSmall"
parent_style: TextAppearance.AppCompat.Caption
# md.ref.typeface.brand (3p)
designSystems/20543ce18892f7d9/tokenSets/3e6a1292cbc79ff5/tokens/2fc7f635312cb0ce/values/6e9f313b1126bb3f:
font_family_with_weight:
regular: sans-serif
medium: sans-serif-medium
# md.ref.typeface.plain (3p)
designSystems/20543ce18892f7d9/tokenSets/3e6a1292cbc79ff5/tokens/7af1e1aec4592a7f/values/5714842ef12c504d:
font_family_with_weight:
regular: sans-serif
medium: sans-serif-medium