@spectrum-css/opacitycheckerboard
Advanced tools
Comparing version 3.0.0-s2-foundations.15 to 3.0.0-s2-foundations.16
# Change Log | ||
## 3.0.0-s2-foundations.16 | ||
### 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 | ||
| 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) | | ||
### Patch Changes | ||
- Updated dependencies [[`f6ad55e`](https://github.com/adobe/spectrum-css/commit/f6ad55eea019f2d6c583a71b6652995a1c7c7a55)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.29 | ||
## 3.0.0-s2-foundations.15 | ||
@@ -176,2 +208,8 @@ | ||
## 2.2.0 | ||
### Minor Changes | ||
- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components | ||
## 2.1.3 | ||
@@ -178,0 +216,0 @@ |
@@ -11,6 +11,2 @@ { | ||
"component": [ | ||
"--spectrum-opacity-checkerboard-dark", | ||
"--spectrum-opacity-checkerboard-light", | ||
"--spectrum-opacity-checkerboard-position", | ||
"--spectrum-opacity-checkerboard-size", | ||
"--spectrum-opacity-checkerboard-square-dark", | ||
@@ -21,10 +17,5 @@ "--spectrum-opacity-checkerboard-square-light", | ||
"global": [], | ||
"system-theme": [ | ||
"--system-opacity-checkerboard-dark", | ||
"--system-opacity-checkerboard-light", | ||
"--system-opacity-checkerboard-position", | ||
"--system-opacity-checkerboard-size" | ||
], | ||
"system-theme": [], | ||
"passthroughs": [], | ||
"high-contrast": [] | ||
} |
{ | ||
"name": "@spectrum-css/opacitycheckerboard", | ||
"version": "3.0.0-s2-foundations.15", | ||
"version": "3.0.0-s2-foundations.16", | ||
"description": "The Spectrum CSS opacitycheckerboard component", | ||
@@ -24,4 +24,3 @@ "license": "Apache-2.0", | ||
"./metadata/*": "./metadata/*", | ||
"./package.json": "./package.json", | ||
"./stories/*": "./stories/*" | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -33,3 +32,2 @@ "main": "dist/index.css", | ||
"package.json", | ||
"stories/*", | ||
"metadata/*" | ||
@@ -51,3 +49,9 @@ ], | ||
"access": "public" | ||
} | ||
}, | ||
"spectrum": [ | ||
{ | ||
"guidelines": "https://spectrum-contributions.corp.adobe.com/page/opacity-checkerboard-beta", | ||
"rootClass": "spectrum-OpacityCheckerboard" | ||
} | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
26069
7
73
1