Commit 1390b2a
Update Dependencies (#178)
* refactor: update dependencies, adjust combobox props, add TODO regarding splitter
* refactor(splitter): update types to enforce content and ids
* fix(splitter): update prop usage for panel sections
* chore(splitter): reorg imports
* fix(popover): update story to avoid nested button
* refactor(package): update notation for peerDependencies
* refactor(splitter): allow style overrides for individual panels
* fix: resolve linting issues
* chore(changeset): add changesets
* refactor(checkbox): resolve downstream prop issues
* refactor(pagination): omit props that are handled internally
* refactor(color-picker): omit props that are handled internally
* docs(splitter): add JSDoc
Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com>
* docs(icon): add JSDoc
Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com>
* chore(icon): reorg imports
Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com>
* chore(icon): remove grouping between type imports
* build(deps): upgrade dependencies
* fix(icon): improve props type safety
* ci(changesets): add icon props changeset
* ci(changesets): fix typo
* fix(icon): correct props
* refactor(icon): update type signature, update default StyledIcon
* refactor(icon): allow render to use asChild if src is not provided
* fix(icon): extract asChild prop to avoid duplicated props
* Revert "fix(icon): extract asChild prop to avoid duplicated props"
This reverts commit 402a18f.
* Revert "refactor(icon): allow render to use asChild if src is not provided"
This reverts commit 7814a36.
---------
Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com>
Co-authored-by: Brian Cooper <brian@brian-cooper.com>1 parent 0162ee1 commit 1390b2a
File tree
21 files changed
+3091
-1452
lines changed- .changeset
- docs
- src
- components/core
- Checkbox
- ColorPicker
- Combobox
- Icon
- Pagination
- Popover
- Splitter
- lib
- hooks/useBreakpoint
- util
21 files changed
+3091
-1452
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments