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(positions): implements css logical props #6777

Conversation

AlexanderMelox
Copy link
Contributor

@AlexanderMelox AlexanderMelox commented Jan 28, 2025

Closes #3556

This PR changes the following to use CSS Logical Properties:
Screenshot 2025-02-03 at 1 02 09 PM

Similar PR in core -> carbon-design-system/carbon#14531

Changed

⚠️ ATTENTION REVIEWER ⚠️

Things to look out for while reviewing: Since I mostly did a find and replace, some lines might be changed that shouldn't that includes the following:

  • Css custom properties for example --nav-height: shouldn't be changed
  • media queries: should be kept the same
  • Sass variables

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 14886ee
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67a4ce2bf3fb0f00091c8258
😎 Deploy Preview https://deploy-preview-6777--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 14886ee
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/67a4ce2b3508750008f19ae3
😎 Deploy Preview https://deploy-preview-6777--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.31%. Comparing base (faadaec) to head (14886ee).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6777   +/-   ##
=======================================
  Coverage   81.31%   81.31%           
=======================================
  Files         397      397           
  Lines       12959    12959           
  Branches     4261     4261           
=======================================
  Hits        10537    10537           
  Misses       2422     2422           
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@AlexanderMelox AlexanderMelox force-pushed the refactor--css-logical-properties-positions branch from b2949c7 to e1c6cd4 Compare February 3, 2025 15:41
@AlexanderMelox AlexanderMelox marked this pull request as ready for review February 3, 2025 17:50
@AlexanderMelox AlexanderMelox requested a review from a team as a code owner February 3, 2025 17:50
@AlexanderMelox AlexanderMelox requested review from matthewgallo and devadula-nandan and removed request for a team February 3, 2025 17:50
matthewgallo
matthewgallo previously approved these changes Feb 6, 2025
@AlexanderMelox AlexanderMelox added this pull request to the merge queue Feb 6, 2025
Merged via the queue into carbon-design-system:main with commit 44a206d Feb 6, 2025
31 checks passed
@AlexanderMelox AlexanderMelox deleted the refactor--css-logical-properties-positions branch February 6, 2025 16:48
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.

Implement CSS logical properties
3 participants