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

fix(core/card): card-filled colors for hover/active states #1498

Merged
merged 13 commits into from
Oct 23, 2024

Conversation

AndreasBerliner
Copy link
Collaborator

@AndreasBerliner AndreasBerliner commented Oct 1, 2024

💡 What is the current behavior?

There is a difference between the design and the implementation for the colors of the card component when using the 'filled' variant.

GitHub Issue Number: #

🆕 What is the new behavior?

  • The colors have been changed according to the design.

🏁 Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • 🦮 Accessibility (a11y) features were implemented
  • 🗺️ Internationalization (i18n) - no hard coded strings
  • 📲 Responsiveness - components handle viewport changes and content overflow gracefully
  • 📄 Documentation was reviewed/updated (pnpm run docs)
  • 🧪 Unit tests were added/updated and pass (pnpm test)
  • 📸 Visual regression tests were added/updated and pass (Guide)
  • 🧐 Static code analysis passes (pnpm lint)
  • 🏗️ Successful compilation (pnpm build, changes pushed)

👨‍💻 Help & support

Copy link

changeset-bot bot commented Oct 1, 2024

🦋 Changeset detected

Latest commit: bec71f4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@siemens/ix Patch
@siemens/ix-angular Patch
@siemens/ix-react Patch
@siemens/ix-vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@nuke-ellington nuke-ellington left a comment

Choose a reason for hiding this comment

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

We should add a VRT for the filled variant

matthiashader
matthiashader previously approved these changes Oct 10, 2024
…-colors

# Conflicts:
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-have-selected-state-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-have-selected-state-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/action-card/action-card.e2e.ts-snapshots/action-card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-layout-scrolling-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-layout-scrolling-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-hide-show-all-button-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-hide-show-all-button-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-not-have-visual-regressions-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-not-have-visual-regressions-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card/card.e2e.ts-snapshots/card-basic-should-have-selected-state-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card/card.e2e.ts-snapshots/card-basic-should-have-selected-state-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card/card.e2e.ts-snapshots/card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card/card.e2e.ts-snapshots/card-basic-should-not-have-visual-regressions-1-chromium---theme-classic-light-linux.png
@danielleroux danielleroux changed the title fix(card): card-filled colors for hover/active states fix(core/card): card-filled colors for hover/active states Oct 11, 2024
matthiashader
matthiashader previously approved these changes Oct 16, 2024
AndreasBerliner and others added 3 commits October 16, 2024 10:02
…-colors

# Conflicts:
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-layout-scrolling-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-layout-scrolling-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-hide-show-all-button-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-hide-show-all-button-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-not-have-visual-regressions-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-not-have-visual-regressions-1-chromium---theme-classic-light-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-show-ellipsis-label-1-chromium---theme-classic-dark-linux.png
#	packages/core/src/tests/card-list/card-list.e2e.ts-snapshots/card-list-basic-should-show-ellipsis-label-1-chromium---theme-classic-light-linux.png
Copy link

sonarcloud bot commented Oct 23, 2024

@nuke-ellington nuke-ellington merged commit 0b41424 into main Oct 23, 2024
15 checks passed
@nuke-ellington nuke-ellington deleted the fix/card-colors branch October 23, 2024 07:27
@github-actions github-actions bot mentioned this pull request Oct 22, 2024
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.

4 participants