-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat(callout with media): web component version #4343
feat(callout with media): web component version #4343
Conversation
Deploy preview created for package Built with commit: b718a5ef3ce96f0f4a64da8c88e4dcf3ba2c27c0 |
Deploy preview created for package Built with commit: b718a5ef3ce96f0f4a64da8c88e4dcf3ba2c27c0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to see the progress @ariellalgilmore! A couple of suggestions to address the ESLint error. BTW any blockers to move this out of draft?
...s/web-components/src/components/callout-with-media/__stories__/callout-with-media.stories.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/callout-with-media/__tests__/callout-with-media.test.ts
Outdated
Show resolved
Hide resolved
…ories__/callout-with-media.stories.ts Co-authored-by: Akira Sudoh <[email protected]>
…sts__/callout-with-media.test.ts Co-authored-by: Akira Sudoh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @ariellalgilmore!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ariellalgilmore , can you add stable selectors and prop table to the documentation?
@jeffchew updated! thank you! |
@ariellalgilmore can you look to see what is happening here? cc: @kennylam |
@jeffchew When comparing to the react version these changes seem to more closely align. Before some styles of pictogram weren't actually being applied. On the left is web components canary where for example margin-top is not actually being applied and on the right is from my PR where it is now applied causing these slight changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @ariellalgilmore!
Related Ticket(s)
#3747
Description
create callout with media web component
Changelog
New
Changed