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(DefaultExport): export InputNumber and Slider to allow customization #108

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

shiplet
Copy link
Contributor

@shiplet shiplet commented Jan 10, 2025

The NumericSliderControl component uses both InputNumber and Slider with fixed column values, but there may be cases where we want the Input/Slider to have different width properties.

The NumericSliderControl is easy enough to mask with a custom renderer in downstream codebases, but the functionality embedded within InputNumber and Slider is less so. This makes it possible to customize those components' layouts without mucking around too much with types & configs.

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.65%. Comparing base (32962cd) to head (cd3c56b).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   77.65%   77.65%           
=======================================
  Files          40       40           
  Lines         546      546           
  Branches      104      104           
=======================================
  Hits          424      424           
  Misses         83       83           
  Partials       39       39           

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

@shiplet shiplet merged commit 2f20b65 into main Jan 10, 2025
4 of 5 checks passed
@shiplet shiplet deleted the fix/export-custom-antd-elements branch January 10, 2025 19:03
Copy link

🎉 This PR is included in version 1.22.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants