mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
18 lines
881 B
JSON
18 lines
881 B
JSON
{
|
|
"version": "4_0_0",
|
|
|
|
"md.comp.banner.container.color": "surfaceContainerLow",
|
|
"md.comp.banner.container.elevation": "md.sys.elevation.level1",
|
|
"md.comp.banner.container.shape": "md.sys.shape.corner.none",
|
|
"md.comp.banner.desktop.with-single-line.container.height": 52.0,
|
|
"md.comp.banner.desktop.with-three-lines.container.height": 90.0,
|
|
"md.comp.banner.desktop.with-two-lines.with-image.container.height": 72.0,
|
|
"md.comp.banner.mobile.with-single-line.container.height": 54.0,
|
|
"md.comp.banner.mobile.with-two-lines.container.height": 112.0,
|
|
"md.comp.banner.mobile.with-two-lines.with-image.container.height": 120.0,
|
|
"md.comp.banner.supporting-text.color": "onSurfaceVariant",
|
|
"md.comp.banner.supporting-text.text-style": "bodyMedium",
|
|
"md.comp.banner.with-image.image.shape": "md.sys.shape.corner.full",
|
|
"md.comp.banner.with-image.image.size": 40.0
|
|
}
|