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

chore: remove "dot-syntax" from examples #4456

Merged
merged 2 commits into from Dec 30, 2023
Merged

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Dec 30, 2023

This PR updates all examples in docs to remove the usage of "dot-syntax" i.e. it replaces "List.Item" with "ListItem". See #4452 for context.

The change was done using the codemod:

npx @semantic-ui-react/codemod-dot-syntax --files="docs/src/examples/**/*.js"

Copy link

size-limit report

Path Size
bundle-size/dist/Button.size.js 53.86 KB (0%)
bundle-size/dist/Icon.size.js 27.34 KB (0%)
bundle-size/dist/Image.size.js 49.45 KB (0%)
bundle-size/dist/Modal.size.js 62.32 KB (0%)
bundle-size/dist/Portal.size.js 37.12 KB (0%)

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cdc44ef) 99.50% compared to head (9035856) 99.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4456   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files         186      186           
  Lines        3465     3465           
=======================================
  Hits         3448     3448           
  Misses         17       17           

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

@layershifter layershifter merged commit 6c506b2 into master Dec 30, 2023
8 of 10 checks passed
@layershifter layershifter deleted the chore/remove-dot-syntax branch December 30, 2023 14:52
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.

None yet

1 participant