@spectrum-css/pagination
Advanced tools
Comparing version 10.0.0 to 10.0.1
# Change Log | ||
## 10.0.1 | ||
### Patch Changes | ||
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file. | ||
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts. | ||
Expected output example for the index-theme.css: | ||
``` | ||
.spectrum-ActionButton { | ||
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default); | ||
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover); | ||
``` | ||
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]: | ||
- @spectrum-css/actionbutton@7.0.1 | ||
- @spectrum-css/button@14.0.1 | ||
- @spectrum-css/icon@9.0.1 | ||
- @spectrum-css/textfield@8.0.1 | ||
## 10.0.0 | ||
@@ -4,0 +26,0 @@ |
{ | ||
"name": "@spectrum-css/pagination", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "The Spectrum CSS Pagination component", | ||
@@ -35,6 +35,6 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@spectrum-css/actionbutton": "7.0.0", | ||
"@spectrum-css/button": "14.0.0", | ||
"@spectrum-css/icon": "9.0.0", | ||
"@spectrum-css/textfield": "8.0.0", | ||
"@spectrum-css/actionbutton": "7.0.1", | ||
"@spectrum-css/button": "14.0.1", | ||
"@spectrum-css/icon": "9.0.1", | ||
"@spectrum-css/textfield": "8.0.1", | ||
"@spectrum-css/tokens": "16.0.0", | ||
@@ -41,0 +41,0 @@ "eslint": "^8.57.0", |
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
59362
0