mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 03:09:43 +08:00
* Updated the Material Design tokens to v2.3.5 * Linear and circular progress indicator token sets are deprecated in v0.207. The `md.com.progress-indicator` token set was created and should be used instead. * tokens is now using [semantic versioning](https://semver.org/) ï¼Thanks @guidezpl for reminding:) ) * ~Fixes #128877. The default text style is updated to `bodyLarge` now:)~ Added TODOs for the label text style of `PopupMenuButton`. Will create a separate PR because this change breaks Google testing.
28 lines
1.8 KiB
JSON
28 lines
1.8 KiB
JSON
{
|
|
"version": "v2_3_5",
|
|
|
|
"md.comp.full-screen-dialog.container.color": "surface",
|
|
"md.comp.full-screen-dialog.container.elevation": "md.sys.elevation.level0",
|
|
"md.comp.full-screen-dialog.container.shape": "md.sys.shape.corner.none",
|
|
"md.comp.full-screen-dialog.header.action.focus.label-text.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.focus.state-layer.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.focus.state-layer.opacity": "md.sys.state.focus.state-layer-opacity",
|
|
"md.comp.full-screen-dialog.header.action.hover.label-text.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.hover.state-layer.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.hover.state-layer.opacity": "md.sys.state.hover.state-layer-opacity",
|
|
"md.comp.full-screen-dialog.header.action.label-text.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.label-text.text-style": "labelLarge",
|
|
"md.comp.full-screen-dialog.header.action.pressed.label-text.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.pressed.state-layer.color": "primary",
|
|
"md.comp.full-screen-dialog.header.action.pressed.state-layer.opacity": "md.sys.state.pressed.state-layer-opacity",
|
|
"md.comp.full-screen-dialog.header.container.color": "surface",
|
|
"md.comp.full-screen-dialog.header.container.elevation": "md.sys.elevation.level0",
|
|
"md.comp.full-screen-dialog.header.container.height": 56.0,
|
|
"md.comp.full-screen-dialog.header.headline.color": "onSurface",
|
|
"md.comp.full-screen-dialog.header.headline.text-style": "titleLarge",
|
|
"md.comp.full-screen-dialog.header.icon.color": "onSurface",
|
|
"md.comp.full-screen-dialog.header.icon.size": 24.0,
|
|
"md.comp.full-screen-dialog.header.on-scroll.container.color": "surfaceContainer",
|
|
"md.comp.full-screen-dialog.header.on-scroll.container.elevation": "md.sys.elevation.level2"
|
|
}
|