Skip to content

fix: use controls exclude for fixed story props#22163

Merged
kennylam merged 2 commits into
carbon-design-system:mainfrom
adamalston:n/a-excluded
May 5, 2026
Merged

fix: use controls exclude for fixed story props#22163
kennylam merged 2 commits into
carbon-design-system:mainfrom
adamalston:n/a-excluded

Conversation

@adamalston

Copy link
Copy Markdown
Contributor

No issue. #22008 (comment)

Used parameters.controls.exclude for fixed story props instead of argTypes.table.disable.

Changelog

Changed

  • Used parameters.controls.exclude for fixed story props instead of argTypes.table.disable.

Testing / Reviewing

I updated the Storybook stories to use parameters.controls.exclude for props that are fixed by the story and only need to be hidden from the Controls panel. I kept, what seemed to be, intentionally undocumented, deprecated, or otherwise unusable props on argTypes.table.disable.

PR Checklist

As the author of this PR, before marking ready for review, confirm you:

  • Reviewed every line of the diff
  • Updated documentation and storybook examples
  • Wrote passing tests that cover this change
  • Addressed any impact on accessibility (a11y)
  • Tested for cross-browser consistency
  • Validated that this code is ready for review and status checks should pass

More details can be found in the pull request guide

@netlify

netlify Bot commented May 2, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 5425cdd
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-web-components/deploys/69f92b52d47fe80008a8b6ea
😎 Deploy Preview https://deploy-preview-22163--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@netlify

netlify Bot commented May 2, 2026

Copy link
Copy Markdown

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 5425cdd
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-react/deploys/69f92b52618fe00007d37f1d
😎 Deploy Preview https://deploy-preview-22163--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@codecov

codecov Bot commented May 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.10%. Comparing base (cb81d31) to head (5425cdd).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22163      +/-   ##
==========================================
- Coverage   95.10%   95.10%   -0.01%     
==========================================
  Files         548      548              
  Lines       45599    45599              
  Branches     6582     6520      -62     
==========================================
- Hits        43367    43366       -1     
- Misses       2102     2103       +1     
  Partials      130      130              
Flag Coverage Δ
main-packages 89.15% <ø> (ø)
web-components 97.89% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@maradwan26 maradwan26 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The Definition Tooltip stories in React can use some cleaning up, too. WithLargeText is trying to hide controls that are already being excluded .

Comment thread packages/react/src/components/MultiSelect/MultiSelect.stories.js Outdated
@kennylam kennylam added this pull request to the merge queue May 5, 2026
Merged via the queue into carbon-design-system:main with commit 2830de7 May 5, 2026
38 checks passed
@adamalston adamalston deleted the n/a-excluded branch May 6, 2026 01:40
@carbon-automation

Copy link
Copy Markdown
Contributor

Hey there! v11.107.0 was just released that references this issue/PR.

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.

3 participants