You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .changeset/giant-windows-smoke.md
+11
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,14 @@
7
7
This change migrates the colorwheel component to S2. It adds the `--spectrum-colorwheel-border-color-rgb` and `--spectrum-colorwheel-border-opacity` custom properties. It updates `--spectrum-colorwheel-border-color` to leverage these tokens in an `rgba(...)` function.
8
8
9
9
This removes the `spectrum-ColorWheel-border` and associated template DOM node as the outside/underlying border are no longer present in the S2 designs.
10
+
11
+
The following mods have been removed:
12
+
13
+
```css
14
+
--mod-colorwheel-height
15
+
--mod-colorwheel-path-borders
16
+
--mod-colorwheel-track-width
17
+
--mod-colorwheel-width
18
+
```
19
+
20
+
The mod `--mod-colorwheel-track-width` has been added.
0 commit comments