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

feat(fields): enforce name and label props #132

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ivangabriele
Copy link
Collaborator

No description provided.

BREAKING CHANGE:
- `styled-components` has been upgraded to v6 (still in beta for now)
- `theme` constant has been renamed to `THEME`
- `SUI.ACCENT` constant has been renamed to `Accent` (without `SUI`)
- `SUI.SIZE` constant has been renamed to `Size` (without `SUI`)
- `SUI.SORT_ORDER` constant has been renamed to `SortOrder` (without `SUI`)
- `SUI` constant has been removed
- All props using Accent, Size or SortOrder must now use the Accent,
  Size and SortOrder enums instead of strings
@ivangabriele ivangabriele force-pushed the ivan/feat-fields-enforce-name-and-label-props branch from c4f5a96 to 98203fe Compare December 28, 2022 09:50
@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@f6eb360). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage        ?   23.07%           
=======================================
  Files           ?        5           
  Lines           ?      143           
  Branches        ?       37           
=======================================
  Hits            ?       33           
  Misses          ?      100           
  Partials        ?       10           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

1 participant