This PR is to * Update the Material Design tokens to 4.0.0 Since the last token update(#145356), only `Slider` tokens have been updated. The M3 `Slider` has significant visual changes, compared to the original M3 Slider, so a separate PR would be needed. I commented out `SliderTemplate` and added a TODO when we are ready to add new widgets again.
16 lines
785 B
JSON
16 lines
785 B
JSON
{
|
|
"version": "4_0_0",
|
|
|
|
"md.comp.date-input.modal.container.color": "surfaceContainerHigh",
|
|
"md.comp.date-input.modal.container.elevation": "md.sys.elevation.level3",
|
|
"md.comp.date-input.modal.container.height": 512.0,
|
|
"md.comp.date-input.modal.container.shape": "md.sys.shape.corner.extra-large",
|
|
"md.comp.date-input.modal.container.width": 328.0,
|
|
"md.comp.date-input.modal.header.container.height": 120.0,
|
|
"md.comp.date-input.modal.header.container.width": 328.0,
|
|
"md.comp.date-input.modal.header.headline.color": "onSurfaceVariant",
|
|
"md.comp.date-input.modal.header.headline.text-style": "headlineLarge",
|
|
"md.comp.date-input.modal.header.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.date-input.modal.header.supporting-text.text-style": "labelLarge"
|
|
}
|