@spectrum-css/swatch
Advanced tools
Comparing version 7.0.0-s2-foundations.11 to 7.0.0-s2-foundations.12
# Change Log | ||
## 7.0.0-s2-foundations.12 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`5546ec6`](https://github.com/adobe/spectrum-css/commit/5546ec6a508eb249ede78031db22ddf5972e5c05) Thanks [@pfulton](https://github.com/pfulton)! - - Accordion: Flatten sizing variables in theme layer | ||
- ActionButton: Fix typo in variable name "\*-defaul-selectedt" | ||
- Move out rtl logical transform from theme to index.css for: calendar, pagination, treeview | ||
### Patch Changes | ||
- Updated dependencies [[`5546ec6`](https://github.com/adobe/spectrum-css/commit/5546ec6a508eb249ede78031db22ddf5972e5c05)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.12 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.13 | ||
## 7.0.0-s2-foundations.11 | ||
@@ -7,7 +21,7 @@ | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`b0862e1`](https://github.com/adobe/spectrum-css/commit/b0862e1a5b95c19443fd919c6baf4b4ea9ba79c1) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false | ||
### Patch Changes | ||
- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: | ||
- Updated dependencies [[`b0862e1`](https://github.com/adobe/spectrum-css/commit/b0862e1a5b95c19443fd919c6baf4b4ea9ba79c1)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 | ||
@@ -14,0 +28,0 @@ - @spectrum-css/tokens@15.0.0-s2-foundations.12 |
@@ -5,6 +5,2 @@ { | ||
".spectrum", | ||
".spectrum--dark", | ||
".spectrum--darkest", | ||
".spectrum--legacy", | ||
".spectrum--light", | ||
".spectrum-Swatch", | ||
@@ -124,5 +120,2 @@ ".spectrum-Swatch .spectrum-Swatch-disabledIcon", | ||
"system": [ | ||
"--system-dark-swatch-border-color", | ||
"--system-darkest-swatch-border-color", | ||
"--system-light-swatch-border-color", | ||
"--system-swatch-border-color-selected", | ||
@@ -129,0 +122,0 @@ "--system-swatch-border-radius", |
{ | ||
"name": "@spectrum-css/swatch", | ||
"version": "7.0.0-s2-foundations.11", | ||
"version": "7.0.0-s2-foundations.12", | ||
"description": "The Spectrum CSS Color swatch component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -10,2 +10,4 @@ import { Template as Icon } from "@spectrum-css/icon/stories/template.js"; | ||
import "../index.css"; | ||
import "../themes/express.css"; | ||
import "../themes/spectrum.css"; | ||
@@ -12,0 +14,0 @@ export const Template = ({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93700
1150