@spectrum-css/swatch
Advanced tools
Comparing version 7.0.0-s2-foundations.18 to 7.0.0
256
CHANGELOG.md
# Change Log | ||
## 7.0.0-s2-foundations.18 | ||
## 7.0.0 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`f6ad55e`](https://github.com/adobe/spectrum-css/commit/f6ad55eea019f2d6c583a71b6652995a1c7c7a55) Thanks [@pfulton](https://github.com/pfulton)! - feat: s2 foundations non-gray-800 colors update | ||
- [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports: | ||
| Property name | Context | Old value | Updated value | | ||
| --------------------------- | ------- | ------------------ | ------------------ | | ||
| `--spectrum-blue-800` | dark | rgb(69, 110, 254) | rgb(64, 105, 253) | | ||
| `--spectrum-red-800` | dark | rgb(230, 54, 35) | rgb(223, 52, 34) | | ||
| `--spectrum-orange-800` | dark | rgb(205, 86, 0) | rgb(199, 82, 0) | | ||
| `--spectrum-yellow-800` | dark | rgb(169, 110, 0) | rgb(164, 106, 0) | | ||
| `--spectrum-chartreuse-800` | dark | rgb(109, 131, 0) | rgb(106, 127, 0) | | ||
| `--spectrum-celery-800` | dark | rgb(69, 138, 19) | rgb(66, 134, 18) | | ||
| `--spectrum-green-800` | dark | rgb(6, 140, 82) | rgb(6, 136, 80) | | ||
| `--spectrum-seafoam-800` | dark | rgb(8, 138, 116) | rgb(8, 134, 112) | | ||
| `--spectrum-cyan-800` | dark | rgb(15, 128, 194) | rgb(13, 125, 186) | | ||
| `--spectrum-indigo-800` | dark | rgb(119, 97, 252) | rgb(116, 91, 252) | | ||
| `--spectrum-purple-800` | dark | rgb(161, 84, 229) | rgb(157, 78, 228) | | ||
| `--spectrum-fuchsia-800` | dark | rgb(192, 64, 212) | rgb(186, 60, 206) | | ||
| `--spectrum-magenta-800` | dark | rgb(231, 41, 105) | rgb(224, 38, 101) | | ||
| `--spectrum-pink-800` | dark | rgb(220, 47, 156) | rgb(213, 45, 151) | | ||
| `--spectrum-turqoise-800` | dark | rgb(9, 135, 147) | rgb(9, 131, 142) | | ||
| `--spectrum-brown-800` | dark | rgb(148, 118, 73) | rgb(143, 114, 69) | | ||
| `--spectrum-silver-800` | dark | rgb(123, 123, 123) | rgb(118, 118, 118) | | ||
| `--spectrum-cinnamon-800` | dark | rgb(179, 103, 64) | rgb(176, 98, 59) | | ||
- `index-base.css` | ||
- `index-theme.css` | ||
- `themes/spectrum.css` | ||
- `themes/express.css` | ||
### Patch Changes | ||
- Updated dependencies [[`f6ad55e`](https://github.com/adobe/spectrum-css/commit/f6ad55eea019f2d6c583a71b6652995a1c7c7a55)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.29 | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.16 | ||
- Updated dependencies [[`c8194b0`](https://github.com/adobe/spectrum-css/commit/c8194b0a5b6e115d7db680f287eb8a2a9709906b), [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b)]: | ||
- @spectrum-css/tokens@15.1.0 | ||
- @spectrum-css/opacitycheckerboard@3.0.0 | ||
## 7.0.0-s2-foundations.17 | ||
## 6.4.1 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`aedc167`](https://github.com/adobe/spectrum-css/commit/aedc167f86d810f54dea1b2aacb191e718ac9598) Thanks [@pfulton](https://github.com/pfulton)! - Border color for Swatch on light/dark mode switched to use gray instead of black so it responds to theme. | ||
- [#3441](https://github.com/adobe/spectrum-css/pull/3441) [`dc1f06e`](https://github.com/adobe/spectrum-css/commit/dc1f06e9ce504864ae044db14d7a9a17064683cd) Thanks [@castastrophe](https://github.com/castastrophe)! - Allow --spectrum-picked-color to pass in gradient values to swatch [CSS-204] | ||
- Updated dependencies [[`aedc167`](https://github.com/adobe/spectrum-css/commit/aedc167f86d810f54dea1b2aacb191e718ac9598)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.27 | ||
## 7.0.0-s2-foundations.16 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`a434c9a`](https://github.com/adobe/spectrum-css/commit/a434c9aa96509427e0faaa0eef4ffc2a21fa9908) Thanks [@pfulton](https://github.com/pfulton)! - Align selectors with the specificity that exists in S1 today | ||
### Patch Changes | ||
- Updated dependencies [[`a434c9a`](https://github.com/adobe/spectrum-css/commit/a434c9aa96509427e0faaa0eef4ffc2a21fa9908)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.15 | ||
## 7.0.0-s2-foundations.15 | ||
### 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/opacitycheckerboard@3.0.0-s2-foundations.14 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.22 | ||
## 7.0.0-s2-foundations.14 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`11a0032`](https://github.com/adobe/spectrum-css/commit/11a00323addbf28b9430d27d9cbc5f30bc851b65) Thanks [@pfulton](https://github.com/pfulton)! - Bug fixes to S1 & Express theming across all components | ||
### Patch Changes | ||
- Updated dependencies [[`11a0032`](https://github.com/adobe/spectrum-css/commit/11a00323addbf28b9430d27d9cbc5f30bc851b65)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.13 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.21 | ||
## 7.0.0-s2-foundations.13 | ||
### Minor Changes | ||
- [#2954](https://github.com/adobe/spectrum-css/pull/2954) [`2d89227`](https://github.com/adobe/spectrum-css/commit/2d892277adbc1d8d5598bdf85130d3499fd31e13) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Reimplements support for the `spectrum-Swatch--lightBorder` class for swatches specifically in a swatch group. | ||
### Patch Changes | ||
- Updated dependencies [[`58a89ea`](https://github.com/adobe/spectrum-css/commit/58a89ea464c387111511271a5f5afce044f11042)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.15 | ||
## 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 | ||
### Major Changes | ||
- [#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 [[`b0862e1`](https://github.com/adobe/spectrum-css/commit/b0862e1a5b95c19443fd919c6baf4b4ea9ba79c1)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.12 | ||
## 7.0.0-s2-foundations.10 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`0844aad`](https://github.com/adobe/spectrum-css/commit/0844aadba2fefb844a66370ff6e9b4704f6c1543) Thanks [@pfulton](https://github.com/pfulton)! - Fixes to index.css imports to ensure appropriate system mappings get loaded | ||
### Patch Changes | ||
- Updated dependencies [[`0844aad`](https://github.com/adobe/spectrum-css/commit/0844aadba2fefb844a66370ff6e9b4704f6c1543)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.10 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.10 | ||
## 7.0.0-s2-foundations.9 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`84c8721`](https://github.com/adobe/spectrum-css/commit/84c87212ccb37c887225eaff28e84d9f8e608e09) Thanks [@pfulton](https://github.com/pfulton)! - Push out the latest release to the components | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`0a0dace`](https://github.com/adobe/spectrum-css/commit/0a0dacec163234bc73961ef17826cdc33765d9df) Thanks [@pfulton](https://github.com/pfulton)! - Across the board version update to latest build system state | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`681ba47`](https://github.com/adobe/spectrum-css/commit/681ba478c1259d0bbb183670f3188538ec3bee1d) Thanks [@pfulton](https://github.com/pfulton)! - Doing a widespread release on all packages to ensure the latest compiled CSS is published. | ||
- Updated dependencies [[`681ba47`](https://github.com/adobe/spectrum-css/commit/681ba478c1259d0bbb183670f3188538ec3bee1d), [`84c8721`](https://github.com/adobe/spectrum-css/commit/84c87212ccb37c887225eaff28e84d9f8e608e09), [`0a0dace`](https://github.com/adobe/spectrum-css/commit/0a0dacec163234bc73961ef17826cdc33765d9df)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.9 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.9 | ||
## 7.0.0-s2-foundations.8 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`2633985`](https://github.com/adobe/spectrum-css/commit/2633985775ef5a8fad929e275e55e99b75b10959) Thanks [@pfulton](https://github.com/pfulton)! - Update system property tooling (splitinator) to leverage the selector parser | ||
### Patch Changes | ||
- Updated dependencies [[`2633985`](https://github.com/adobe/spectrum-css/commit/2633985775ef5a8fad929e275e55e99b75b10959)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.8 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.8 | ||
## 7.0.0-s2-foundations.7 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`24a51cc`](https://github.com/adobe/spectrum-css/commit/24a51cc3b682a06a5133c4f5bf72c11a2337ee22) Thanks [@pfulton](https://github.com/pfulton)! - Revert themes asset naming to simplify code review; bug fixes in custom property loading from theme assets | ||
### Patch Changes | ||
- Updated dependencies [[`24a51cc`](https://github.com/adobe/spectrum-css/commit/24a51cc3b682a06a5133c4f5bf72c11a2337ee22)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.7 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.7 | ||
## 7.0.0-s2-foundations.6 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0) Thanks [@pfulton](https://github.com/pfulton)! - Inject missing tokens into theme files and adjust logic in the splitinator tool to replace nested variable references to the new system mappings | ||
- Updated dependencies [[`130e137`](https://github.com/adobe/spectrum-css/commit/130e1372b223641efe0a3a23c83ff1d01a70bf1d), [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.6 | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.6 | ||
## 7.0.0-s2-foundations.5 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`de1d39f`](https://github.com/adobe/spectrum-css/commit/de1d39fdedc297032735acf97d0f87b6f2e45f50) Thanks [@pfulton](https://github.com/pfulton)! - Fix to how the system mapped custom property names are generated; adding support for pseudo functions, combinators, and complex selectors | ||
- Updated dependencies [[`de1d39f`](https://github.com/adobe/spectrum-css/commit/de1d39fdedc297032735acf97d0f87b6f2e45f50)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.5 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.5 | ||
## 7.0.0-s2-foundations.4 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`485128c`](https://github.com/adobe/spectrum-css/commit/485128ca7947acb064f31e4118044a3f7e3f88b5) Thanks [@pfulton](https://github.com/pfulton)! - Corrects a faulty regex that was negatively affecting compilation of custom properties | ||
- Updated dependencies [[`485128c`](https://github.com/adobe/spectrum-css/commit/485128ca7947acb064f31e4118044a3f7e3f88b5)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.4 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.4 | ||
## 7.0.0-s2-foundations.3 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6b12d37`](https://github.com/adobe/spectrum-css/commit/6b12d375c12b36f387b331fff42b24bc7c3845df) Thanks [@pfulton](https://github.com/pfulton)! - fixes a compilation issue in the tokens dist artifacts | ||
### Patch Changes | ||
- Updated dependencies [[`6b12d37`](https://github.com/adobe/spectrum-css/commit/6b12d375c12b36f387b331fff42b24bc7c3845df)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.3 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.3 | ||
## 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/tokens@15.0.0-s2-foundations.2 | ||
## 7.0.0-s2-foundations.1 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`39bbd6c`](https://github.com/adobe/spectrum-css/commit/39bbd6cbb7eac7c71515ef2417554cb115eba00e) Thanks [@pfulton](https://github.com/pfulton)! - Fixes an issue where vars.css was not being populated with the correct values | ||
### Patch Changes | ||
- Updated dependencies [[`39bbd6c`](https://github.com/adobe/spectrum-css/commit/39bbd6cbb7eac7c71515ef2417554cb115eba00e)]: | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.1 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.1 | ||
## 7.0.0-s2-foundations.0 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`5e9953d`](https://github.com/adobe/spectrum-css/commit/5e9953d96806a5d1e769a343cd538e4af81916ce) Thanks [@pfulton](https://github.com/pfulton)! - S2 colors + grays foundation | ||
### Patch Changes | ||
- Updated dependencies [[`5e9953d`](https://github.com/adobe/spectrum-css/commit/5e9953d96806a5d1e769a343cd538e4af81916ce)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.0 | ||
- @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.0 | ||
## 6.4.0 | ||
@@ -271,13 +48,2 @@ | ||
## 6.3.0 | ||
### Minor Changes | ||
- [#3253](https://github.com/adobe/spectrum-css/pull/3253) [`47f23a7`](https://github.com/adobe/spectrum-css/commit/47f23a762a5c84ffe3c82e7e1b0c4c9d5dc60f86) Thanks [@castastrophe](https://github.com/castastrophe)! - This update removes tokens defined locally that belonged in the global scope. To ensure no regressions, please upgrade your @spectrum-css/tokens package at the same time so you will pick up the component-level definitions now in the global tokens scope. References to `.spectrum--(light|dark|darkest|medium|large)` have been removed. | ||
### Patch Changes | ||
- Updated dependencies [[`47f23a7`](https://github.com/adobe/spectrum-css/commit/47f23a762a5c84ffe3c82e7e1b0c4c9d5dc60f86)]: | ||
- @spectrum-css/tokens@14.5.0 | ||
## 6.2.2 | ||
@@ -284,0 +50,0 @@ |
@@ -76,3 +76,2 @@ { | ||
"--spectrum-swatch-border-color-light", | ||
"--spectrum-swatch-border-color-opacity", | ||
"--spectrum-swatch-border-color-selected", | ||
@@ -83,2 +82,3 @@ "--spectrum-swatch-border-radius", | ||
"--spectrum-swatch-dash-icon-color", | ||
"--spectrum-swatch-disabled-icon-border-color", | ||
"--spectrum-swatch-disabled-icon-color", | ||
@@ -91,4 +91,2 @@ "--spectrum-swatch-disabled-icon-size", | ||
"--spectrum-swatch-icon-border-color", | ||
"--spectrum-swatch-icon-border-color-opacity", | ||
"--spectrum-swatch-icon-border-color-rgb", | ||
"--spectrum-swatch-inner-border-color-selected", | ||
@@ -115,4 +113,3 @@ "--spectrum-swatch-size", | ||
"--spectrum-focus-indicator-thickness", | ||
"--spectrum-gray-1000-rgb", | ||
"--spectrum-gray-25", | ||
"--spectrum-gray-50", | ||
"--spectrum-gray-800", | ||
@@ -122,2 +119,3 @@ "--spectrum-gray-900", | ||
"--spectrum-red-900", | ||
"--spectrum-white", | ||
"--spectrum-workflow-icon-size-100", | ||
@@ -128,7 +126,3 @@ "--spectrum-workflow-icon-size-200", | ||
], | ||
"system-theme": [ | ||
"--system-swatch-border-color", | ||
"--system-swatch-disabled-icon-color", | ||
"--system-swatch-inner-border-color-selected" | ||
], | ||
"system-theme": [], | ||
"passthroughs": [], | ||
@@ -135,0 +129,0 @@ "high-contrast": [ |
{ | ||
"name": "@spectrum-css/swatch", | ||
"version": "7.0.0-s2-foundations.18", | ||
"version": "7.0.0", | ||
"description": "The Spectrum CSS Color swatch component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
61940
6
615