Qun Cheng ea1268a78d
Update tokens to v2.3.5 (#145356)
* 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.
2024-03-28 22:22:20 +00:00

26 lines
1.4 KiB
JSON

{
"version": "v2_3_5",
"md.comp.search-bar.avatar.shape": "md.sys.shape.corner.full",
"md.comp.search-bar.avatar.size": 30.0,
"md.comp.search-bar.container.color": "surfaceContainerHigh",
"md.comp.search-bar.container.elevation": "md.sys.elevation.level3",
"md.comp.search-bar.container.height": 56.0,
"md.comp.search-bar.container.shape": "md.sys.shape.corner.full",
"md.comp.search-bar.focus.indicator.color": "secondary",
"md.comp.search-bar.focus.indicator.outline.offset": "md.sys.state.focus-indicator.outer-offset",
"md.comp.search-bar.focus.indicator.thickness": "md.sys.state.focus-indicator.thickness",
"md.comp.search-bar.hover.state-layer.color": "onSurface",
"md.comp.search-bar.hover.state-layer.opacity": "md.sys.state.hover.state-layer-opacity",
"md.comp.search-bar.hover.supporting-text.color": "onSurfaceVariant",
"md.comp.search-bar.input-text.color": "onSurface",
"md.comp.search-bar.input-text.text-style": "bodyLarge",
"md.comp.search-bar.leading-icon.color": "onSurface",
"md.comp.search-bar.pressed.state-layer.color": "onSurface",
"md.comp.search-bar.pressed.state-layer.opacity": "md.sys.state.pressed.state-layer-opacity",
"md.comp.search-bar.pressed.supporting-text.color": "onSurfaceVariant",
"md.comp.search-bar.supporting-text.color": "onSurfaceVariant",
"md.comp.search-bar.supporting-text.text-style": "bodyLarge",
"md.comp.search-bar.trailing-icon.color": "onSurfaceVariant"
}