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(16150): fixes Structured List icons's column as per spec #16393

Merged

Conversation

2nikhiltom
Copy link
Contributor

@2nikhiltom 2nikhiltom commented May 9, 2024

Closes #16150

The padding between the icon, whether it's a checkmark or radio button, and the text will be 16px.
Size of column with icon will be 32px (16px icon + 16px padding)

Changelog

New
Styles updated

Testing / Reviewing

Open Storybook and navigate to the StructuredList component.
Go to Selectable. Verify padding and column size.

@2nikhiltom 2nikhiltom requested a review from a team as a code owner May 9, 2024 13:29
Copy link

netlify bot commented May 9, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit e24128b
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/664463b82844fe000864f09b
😎 Deploy Preview https://deploy-preview-16393--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
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

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

Added a couple comments, we want to make sure we are changing the component, not adding to the story in Storybook as the consumer won't get those updates.

I also wanted to make sure you were looking at the correct component when making these changes. The issue seems to be referring to the feature flag version of Structured list. I would confirm with design before making updates to the original component.

I requested @Kritvi-bhatia17 as a reviewer also, we want to be sure whenever there are visual changes that a designer signs off.

Copy link
Contributor

@Kritvi-bhatia17 Kritvi-bhatia17 left a comment

Choose a reason for hiding this comment

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

Thanks @alisonjoseph for tagging me!
Looks good to me @2nikhiltom (from the design perspective) 🔥

Copy link
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

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

🥳

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.

LGTM!!

Copy link
Contributor

@preetibansalui preetibansalui left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@2nikhiltom 2nikhiltom added this pull request to the merge queue May 16, 2024
Merged via the queue into carbon-design-system:main with commit 9dff06c May 16, 2024
20 checks passed
@2nikhiltom 2nikhiltom deleted the 16150_structuredList_ions branch May 16, 2024 05:38
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.

[Structured list] Icon padding to be fixed
5 participants