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

refactor: add icon colors in textfield theme #739

Merged
merged 11 commits into from
Jan 10, 2024
Merged

Conversation

gmukul01
Copy link
Collaborator

@gmukul01 gmukul01 commented Jan 1, 2024

affects: @medly-components/core, @medly-components/forms, @medly-components/theme

BREAKING CHANGE:
textfield theme needs to be updated to include the icon theme

Description

Extract the icon colors as separate colors in TextField component.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes and API changes)
  • Build changes
  • CI changes
  • Document content changes
  • Performance improvement
  • Add missing tests
  • Others (please describe)

How has this been tested?

Updated the existing unit test cases.

Fixes #<issue_number>

What is the current behaviour?

Right now we are using label color for icon color

What is the new behaviour?

Add new values in the theme to color the icon in textField component.

Does this PR introduce a breaking change?

  • Yes
  • No

Note: (Replace This Text: If this PR contains a breaking change please describe the impact and migration path for existing application.)

Additional context

(Replace This Text: Please describe any other related information or add screenshots of the PR.)

Checklist

  • My code follows the style guidelines of this project

  • I have performed a self-review of my own code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

  • Any dependent changes have been merged and published in downstream modules

affects: @medly-components/core, @medly-components/forms, @medly-components/theme

BREAKING CHANGE:
textfield theme needs to be updated to include the icon theme
Copy link

nx-cloud bot commented Jan 1, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 6c843ec. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 3 targets

Sent with 💌 from NxCloud.

affects: @medly-components/core
@gmukul01 gmukul01 marked this pull request as ready for review January 1, 2024 02:45
affects: @medly-components/core, @medly-components/theme
affects: @medly-components/core, @medly-components/theme
affects: @medly-components/core
affects: @medly-components/core
affects: @medly-components/core, @medly-components/forms, @medly-components/theme
affects: @medly-components/core, @medly-components/forms
Copy link

sonarcloud bot commented Jan 10, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
1.1% Duplication on New Code

See analysis details on SonarCloud

@gmukul01 gmukul01 merged commit 8f6d370 into master Jan 10, 2024
4 checks passed
@gmukul01 gmukul01 deleted the refactor-textfield branch January 10, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant