-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(splitview)!: migrate to spectrum tokens (#2103)
BREAKING CHANGE: migrates SplitView to use `@adobe/spectrum-tokens` Additionally: * fix(splitview): remove touch-action from gripper * refactor(splitview): combine skin.css with index.css and delete skin.css * feat(splitview)!: updating to use core tokens * chore(splitview): update mods * style(splitview): add whcm styling * chore(splitview): fix linter errors use two colon pseudo elements fix max nesting depth * chore(splitview): working on adding focus story * chore(splitview): add storybook interaction add-on * chore(splitview): use latest version of tokens * fix(splitview): use vertical gripper width for vertical gripper --------- Co-authored-by: Patrick Fulton <[email protected]>
- Loading branch information
1 parent
16e8239
commit 4f39c5d
Showing
11 changed files
with
209 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require("@spectrum-css/component-builder"); | ||
module.exports = require("@spectrum-css/component-builder-simple"); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
| Modifiable Custom Properties | | ||
| ------------------------------------------------- | | ||
| `--mod-splitview-background-color` | | ||
| `--mod-splitview-gripper-border-radius` | | ||
| `--mod-splitview-gripper-border-width-horizontal` | | ||
| `--mod-splitview-gripper-border-width-vertical` | | ||
| `--mod-splitview-gripper-height` | | ||
| `--mod-splitview-gripper-width` | | ||
| `--mod-splitview-handle-background-color` | | ||
| `--mod-splitview-handle-background-color-down` | | ||
| `--mod-splitview-handle-background-color-focus` | | ||
| `--mod-splitview-handle-background-color-hover` | | ||
| `--mod-splitview-handle-width` | | ||
| `--mod-splitview-vertical-gripper-outer-width` | | ||
| `--mod-splitview-vertical-gripper-reset` | | ||
| `--mod-splitview-vertical-gripper-width` | | ||
| `--mod-splitview-vertical-width` | |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.