@spectrum-css/pagination
Advanced tools
Comparing version 8.0.0 to 8.1.0
# Change Log | ||
## 8.1.0 | ||
### Minor Changes | ||
- [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
#### Build optmizations to support minification | ||
Output for all component CSS files is now being run through a lightweight optimizer (cssnano) which significantly reduces unnecessary whitespace. These changes reduce file size but should not have any impact on the rendering of the component. By removing unnecessary whitespace from var functions, we are making it easier to effectively minify our provided CSS assets. | ||
### Patch Changes | ||
- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]: | ||
- @spectrum-css/actionbutton@>=6 | ||
- @spectrum-css/button@>=13 | ||
- @spectrum-css/icon@>=7 | ||
- @spectrum-css/textfield@>=7 | ||
- @spectrum-css/tokens@>=14 | ||
All notable changes to this project will be documented in this file. | ||
@@ -4,0 +23,0 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
{ | ||
"selectors": [ | ||
".spectrum-Pagination", | ||
".spectrum-Pagination--explicit, .spectrum-Pagination--listing", | ||
".spectrum-Pagination--explicit,\n.spectrum-Pagination--listing", | ||
".spectrum-Pagination-counter", | ||
@@ -11,4 +11,3 @@ ".spectrum-Pagination-nextButton", | ||
".spectrum-Pagination-textfield", | ||
".spectrum-Pagination:dir(rtl)", | ||
"[dir=\"rtl\"] .spectrum-Pagination" | ||
".spectrum-Pagination:dir(rtl),\n[dir=\"rtl\"] .spectrum-Pagination" | ||
], | ||
@@ -15,0 +14,0 @@ "mods": [ |
{ | ||
"name": "@spectrum-css/pagination", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "The Spectrum CSS Pagination component", | ||
@@ -17,14 +17,26 @@ "license": "Apache-2.0", | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"package.json", | ||
"stories/template.js", | ||
"metadata/mods.md" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/actionbutton": ">=5", | ||
"@spectrum-css/button": ">=11", | ||
"@spectrum-css/icon": ">=4", | ||
"@spectrum-css/splitbutton": ">=7", | ||
"@spectrum-css/textfield": ">=6", | ||
"@spectrum-css/tokens": ">=13" | ||
"@spectrum-css/actionbutton": ">=6", | ||
"@spectrum-css/button": ">=13", | ||
"@spectrum-css/icon": ">=7", | ||
"@spectrum-css/splitbutton": ">=8", | ||
"@spectrum-css/textfield": ">=7", | ||
"@spectrum-css/tokens": ">=14" | ||
}, | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "ee96fec864d2f60be456b50964dacfa8d562d9b8" | ||
} | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
51119
9
284