-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: sd-checkbox-group and sd-radio-group to use child components (
#87) * refactor: improve structure of radio group and radio - Rename sd-radiogroup to sd-radio-group. - Update sd-radio-group to use sd-radio. - Update sd-radio to use a shadow DOM. * feat: update radio to use slot * feat: update checkbox to use slot, and persist non-boolean values * docs: add overview of available mixins * refactor: update debounce to protected * refactor: streamline mixins * fix: temporarily reintroduce brand on input mixin * fix: radio group value * refactor: update switch to inherit from checkbox * fix: circular dependency * refactor: update checkbox group to use checkboxes * refactor: improve reusability of HTMLEvent type * fix: remove duplicate ref * fix: focus() of checkbox * fix: use tabIndex to remove shadow querying * fix: linting * fix: linting * docs: add note of TODO * docs: add deprecation notice * docs: fix diagrams of mixins --------- Co-authored-by: Richard Herman <[email protected]>
- Loading branch information
Showing
15 changed files
with
592 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.