@spectrum-css/colorslider
Advanced tools
Comparing version 7.0.0-s2-foundations.1 to 7.0.0-s2-foundations.2
# Change Log | ||
## 7.0.0-s2-foundations.2 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`b00388b`](https://github.com/adobe/spectrum-css/commit/b00388b3ab026989f261f7bcdd77699521f45d58) Thanks [@pfulton](https://github.com/pfulton)! - Preserves `themes` folder in `dist` artifacts for easier downstream consumption | ||
### Patch Changes | ||
- Updated dependencies [[`b00388b`](https://github.com/adobe/spectrum-css/commit/b00388b3ab026989f261f7bcdd77699521f45d58)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.2 | ||
- @spectrum-css/colorhandle@9.0.0-s2-foundations.2 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.2 | ||
## 7.0.0-s2-foundations.1 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@spectrum-css/colorslider", | ||
"version": "7.0.0-s2-foundations.1", | ||
"version": "7.0.0-s2-foundations.2", | ||
"description": "The Spectrum CSS Color slider component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -30,4 +30,3 @@ import { Template as ColorHandle } from "@spectrum-css/colorhandle/stories/template.js"; | ||
}, | ||
...globals | ||
}, context) => html` | ||
} = {}, context = {}) => html` | ||
<div | ||
@@ -44,3 +43,2 @@ class=${classMap({ | ||
${OpacityCheckerboard({ | ||
...globals, | ||
customClasses: [`${rootClass}-checkerboard`], | ||
@@ -66,3 +64,2 @@ content: [ | ||
${ColorHandle({ | ||
...globals, | ||
isDisabled, | ||
@@ -69,0 +66,0 @@ isFocused, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60635
12
386