-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[material_ui] Import of Material tokens v38.0.58 #12234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: m3e_migration
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,10 +2,10 @@ | |||||||||
| // Use of this source code is governed by a BSD-style license that can be | ||||||||||
| // found in the LICENSE file. | ||||||||||
|
|
||||||||||
| // Version: 38.0.15 | ||||||||||
| // Version: 38.0.58 | ||||||||||
|
|
||||||||||
| import 'shape_struct.dart'; | ||||||||||
| import 'typescale_struct.dart'; | ||||||||||
| import 'typescale.dart'; | ||||||||||
|
|
||||||||||
| class TokenBannersRich { | ||||||||||
| /// md.comp.banners.rich.actions.between-space | ||||||||||
|
|
@@ -39,13 +39,7 @@ class TokenBannersRich { | |||||||||
| static const double bodyTextTrailingSpace = 48.00; | ||||||||||
|
|
||||||||||
| /// md.comp.banners.rich.body-text.type | ||||||||||
| static const TypescaleStruct bodyTextType = TypescaleStruct( | ||||||||||
| fontFamily: 'Roboto', | ||||||||||
| fontSize: 14.00, | ||||||||||
| fontWeight: 400, | ||||||||||
| lineHeight: 20.00, | ||||||||||
| letterSpacing: 0.25, | ||||||||||
| ); | ||||||||||
| static const TypescaleStruct bodyTextType = TokenTypescale.bodyMedium; | ||||||||||
|
|
||||||||||
| /// md.comp.banners.rich.bottom-space | ||||||||||
| static const double bottomSpace = 12.00; | ||||||||||
|
|
@@ -111,13 +105,8 @@ class TokenBannersRich { | |||||||||
| static const double titleTextTrailingSpace = 0.00; | ||||||||||
|
|
||||||||||
| /// md.comp.banners.rich.title-text.type | ||||||||||
| static const TypescaleStruct titleTextType = TypescaleStruct( | ||||||||||
| fontFamily: 'Roboto', | ||||||||||
| fontSize: 14.00, | ||||||||||
| fontWeight: 500, | ||||||||||
| lineHeight: 20.00, | ||||||||||
| letterSpacing: 0.25, | ||||||||||
| ); | ||||||||||
| static const TypescaleStruct titleTextType = | ||||||||||
| TokenTypescale.emphasizedBodyMedium; | ||||||||||
|
Comment on lines
+108
to
+109
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
|
|
||||||||||
| /// md.comp.banners.rich.top-space | ||||||||||
| static const double topSpace = 12.00; | ||||||||||
|
|
||||||||||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import
typescale_emphasized.dartto resolve the reference toTokenTypescaleEmphasizedused fortitleTextType.