Commit d53cdd1
feat(input) - update radio and checkbox components for shine (#2060)
* Update docs - TEMP change
* add checkmark class
* update docs
* Add radio svelte component
* Add Checkbox and Checkmark svelte components
* add changeset
* fix tests
* remove todo
* use black-300 instead of opacity for checkmark
* update a11y and visual tests
* Update site-navigation.json
* update tests
* update based on comments
* update visual regression tests
* visual tests
* Checkbox, radio refactor (#2078)
* Checkbox, radio refactor
* Cleanup
* update based on comments
* update based on comments
* update visual tests
* Update based on comments
* Update Checkmark.test.ts
* Docs updates for checkbox, radio, checkmark, menu (#2090)
* Update menu docs
* Update docs, minor styling fixes
* Update check control tests
* cleanup
* Replace Checkbox/Radio w/ CheckControl, Add CheckGroup
* Modify docs icons class appending to support new icons
* Minor updates
* Create MenuCheckItem
* Make type prop optional
* Add CheckControl, CheckGroup tests
* Update Menu tests
* visual test images
* formatting
* fix lint errors
* revert table test image changes not related to this PR
* revert select test image changes not related to this PR
* Remove .s-check, .s-radio, rename .s-check-control to .s-check
* remove a couple missed .s-checkbox, .s-radio references
* Update table test images that contain checkboxes
* Rename docs page to "Check"
* Fix minor bugs; include disabled input in visual test
* Fix .s-menu > .s-check-group gap; add visual test
* Replace .s-check with .s-checkbox, .s-radio
* Fix validation state border color
* Add Checkbox, Radio Svelte components; hide Check
* Give checkbox and radio independent docs pages
* Split .s-check-group into .s-checkbox-group, .s-radio-group
* Split CheckGroup into CheckboxGroup, RadioGroup
* Rename group files in stacks-classic
* Regenerate visual regresssion test images
* Formatting
* Revert some screenshots to reduce PR noise
* Replace CheckboxGroup, RadioGroup with FormGroup
* Remove Check
* Update Radio, Checkbox
* CheckboxGroup, RadioGroup updates
* Minor docs updates
* target correct classes in menu
* Update table tests
* Consolidate Svelte structure, add/update tests
* Formatting and linting
* Update stacks svelte radio link
* Add stories for change events and bindings
* Lift `onValueChange` up to `FormGroup`
* Update CheckboxGroup story with onValueChange
* Update migration guide, changeset
* Minor fixes
* Minor fixes
* update visual tests
---------
Co-authored-by: Dan Cormier <[email protected]>
Co-authored-by: Dan Cormier <[email protected]>1 parent 0b92e2c commit d53cdd1
File tree
1,101 files changed
+7019
-1554
lines changed- .changeset
- packages
- stacks-classic
- lib
- components
- check-control
- check-group
- checkbox_radio
- description
- form-group
- input_textarea
- table
- screenshots
- Chromium/baseline
- Firefox/baseline
- Webkit/baseline
- stacks-docs
- _data
- content/examples
- product/components
- stacks-svelte/src/components
- Checkbox
- FormGroup
- Menu
- RadioGroup
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,101 files changed
+7019
-1554
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 20 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
| 5 | + | |
11 | 6 | | |
12 | | - | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments