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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

Copy link

netlify bot commented Nov 13, 2024

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

Name Link
🔨 Latest commit e892d98
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/67362d46f734e30008bf4b9b
😎 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 e892d98
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/67362d462e24f60008970f8c
😎 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 e892d98
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/67362d4672f95e000897fd57
😎 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 82.14%. Comparing base (ad23c63) to head (e892d98).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18067   +/-   ##
=======================================
  Coverage   82.14%   82.14%           
=======================================
  Files         404      404           
  Lines       14117    14117           
  Branches     4434     4384   -50     
=======================================
  Hits        11597    11597           
  Misses       2359     2359           
  Partials      161      161           

☔ 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
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.

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