Skip to content
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

feat(ui5-title): add new "size" property #9327

Merged
merged 11 commits into from
Jul 11, 2024

Conversation

TeodorTaushanov
Copy link
Member

@TeodorTaushanov TeodorTaushanov commented Jun 27, 2024

The default size of the title is H5. Components, which use ui5-title are adapted.

@TeodorTaushanov TeodorTaushanov changed the title feat(ui5-title): add new titleStyle property feat(ui5-title): add new "size" property Jul 2, 2024
Copy link
Contributor

@dimovpetar dimovpetar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packages/main/src/Title.ts Outdated Show resolved Hide resolved
packages/main/src/themes/Title.css Outdated Show resolved Hide resolved
packages/main/src/Title.ts Outdated Show resolved Hide resolved
packages/main/test/pages/Title.html Show resolved Hide resolved
@TeodorTaushanov TeodorTaushanov requested a review from a team July 4, 2024 11:51
Copy link
Contributor

@tsanislavgatev tsanislavgatev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our components look good to me.

@TeodorTaushanov TeodorTaushanov merged commit 8e430e2 into main Jul 11, 2024
10 checks passed
@TeodorTaushanov TeodorTaushanov deleted the title_titlestyle_property branch July 11, 2024 10:29
@@ -20,7 +20,7 @@
{{#if header.length }}
<slot name="header"></slot>
{{else}}
<h1 id="ui5-popup-header-text" class="ui5-popup-header-text">{{headerText}}</h1>
<ui5-title level="H1" id="ui5-popup-header-text" class="ui5-popup-header-text">{{headerText}}</ui5-title>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have to describe ui5-title as dependency of ui5-dialog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants