feat: MD3 typography dynamic configuration + new component#22459
Closed
feat: MD3 typography dynamic configuration + new component#22459
Conversation
b7d101a to
40867f7
Compare
210212e to
d3bdbfb
Compare
1f8469a to
4ca55db
Compare
e20e2ad to
c157613
Compare
c157613 to
ffe7be5
Compare
Co-authored-by: Toure Maka (DIN) <maka.toure@etat.ge.ch>
Co-authored-by: Toure Maka (DIN) <maka.toure@etat.ge.ch>
ffe7be5 to
d5b8738
Compare
a5d54fc to
bf61a2b
Compare
87f6ad3 to
b56f649
Compare
b56f649 to
58c436c
Compare
Member
<VTypography tag="h1" variant="display-large"></VTypography>
<h1 class="text-display-large"></h1>
|
KaelWD
reviewed
Jan 27, 2026
| expect(wrapper.classes()).toContain('v-typography') | ||
| expect(wrapper.classes()).toContain('text-body-medium') | ||
| expect(wrapper.attributes('style') ?? '').toContain('font-size: 20px') | ||
| expect(wrapper.attributes('style') ?? '').toContain('font-weight: bold') |
Member
There was a problem hiding this comment.
.toHaveClass and .toHaveStyle exist
Contributor
Author
Yeah.. I forgot about this TODO.
I agree it would bloat SSR payload. How do you like #22557 instead? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
continuation of #21440
<styles>into<head>(same astheme.ts)v-typographycomponent to help standardize styles in the appMarkup: