@spectrum-css/opacitycheckerboard
Advanced tools
Comparing version 3.0.0-s2-foundations.13 to 3.0.0-s2-foundations.14
# Change Log | ||
## 3.0.0-s2-foundations.14 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`57709c0`](https://github.com/adobe/spectrum-css/commit/57709c09f7cfddb67125fa96691ae869ff8840ca) Thanks [@pfulton](https://github.com/pfulton)! - Pull in the corner radii updates for S2 | ||
### Patch Changes | ||
- Updated dependencies [[`57709c0`](https://github.com/adobe/spectrum-css/commit/57709c09f7cfddb67125fa96691ae869ff8840ca)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.22 | ||
## 3.0.0-s2-foundations.13 | ||
@@ -159,2 +170,10 @@ | ||
## 2.1.3 | ||
### Patch Changes | ||
- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs). | ||
Sort keys in the package.json assets. | ||
## 2.1.2 | ||
@@ -161,0 +180,0 @@ |
@@ -20,5 +20,10 @@ { | ||
"global": [], | ||
"system-theme": [], | ||
"system-theme": [ | ||
"--system-opacity-checkerboard-dark", | ||
"--system-opacity-checkerboard-light", | ||
"--system-opacity-checkerboard-position", | ||
"--system-opacity-checkerboard-size" | ||
], | ||
"passthroughs": [], | ||
"high-contrast": [] | ||
} |
{ | ||
"name": "@spectrum-css/opacitycheckerboard", | ||
"version": "3.0.0-s2-foundations.13", | ||
"version": "3.0.0-s2-foundations.14", | ||
"description": "The Spectrum CSS opacitycheckerboard component", | ||
@@ -18,3 +18,4 @@ "license": "Apache-2.0", | ||
".": "./dist/index.css", | ||
"./CHANGELOG.md": "./CHANGELOG.md", | ||
"./*.md": "./*.md", | ||
"./dist/*": "./dist/*", | ||
"./index-*.css": "./dist/index-*.css", | ||
@@ -27,5 +28,6 @@ "./index.css": "./dist/index.css", | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"*.md", | ||
"package.json", | ||
@@ -35,3 +37,2 @@ "stories/*", | ||
], | ||
"main": "dist/index.css", | ||
"peerDependencies": { | ||
@@ -38,0 +39,0 @@ "@spectrum-css/tokens": ">=14" |
29483
253
14