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(Stack): spread inline styles #18067

Merged

Conversation

emyarod
Copy link
Member

@emyarod emyarod commented Nov 13, 2024

Closes #17049

This PR fixes support for spreading inline styles on the Stack component

Changelog

Changed

  • Stack style prop spreading

Testing / Reviewing

add custom styles via the style prop and confirm that they're attached to the Stack component

@emyarod emyarod requested a review from a team as a code owner November 13, 2024 20:16
Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit f4024ab
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/6758ae394dd6b00008c98524
😎 Deploy Preview https://deploy-preview-18067--v11-carbon-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 Nov 13, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit f4024ab
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/6758ae3971de1b00085ad8f1
😎 Deploy Preview https://deploy-preview-18067--carbon-elements.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 Nov 13, 2024

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit f4024ab
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6758ae3950a1cd00087cad0e
😎 Deploy Preview https://deploy-preview-18067--v11-carbon-react.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 Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.16%. Comparing base (a022b9a) to head (f4024ab).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18067   +/-   ##
=======================================
  Coverage   84.16%   84.16%           
=======================================
  Files         404      404           
  Lines       14350    14350           
  Branches     4619     4653   +34     
=======================================
  Hits        12077    12077           
  Misses       2111     2111           
  Partials      162      162           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@riddhybansal riddhybansal left a comment

Choose a reason for hiding this comment

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

This LGTM !!

@emyarod emyarod force-pushed the 17049-fix/stack-spread-styles branch from fd5787f to e892d98 Compare November 14, 2024 17:03
@tay1orjones tay1orjones added this pull request to the merge queue Dec 11, 2024
Merged via the queue into carbon-design-system:main with commit fc76fa7 Dec 11, 2024
37 checks passed
@emyarod emyarod deleted the 17049-fix/stack-spread-styles branch December 23, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Stack component don't spread inline styles
4 participants