@spectrum-css/pagination
Advanced tools
Comparing version 7.1.1 to 7.1.2
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="7.1.2"></a> | ||
##7.1.2 | ||
🗓 | ||
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@7.1.1...@spectrum-css/pagination@7.1.2) | ||
**Note:** Version bump only for package @spectrum-css/pagination | ||
<a name="7.1.1"></a> | ||
@@ -8,0 +15,0 @@ ##7.1.1 |
{ | ||
"name": "@spectrum-css/pagination", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "The Spectrum CSS Pagination component", | ||
@@ -28,3 +28,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "39edf2df958e462dedc9b070b0ccabb4a9c2140b" | ||
"gitHead": "ee1d7f07ce02d52206864216f7bc5c654c8d004a" | ||
} |
@@ -33,2 +33,3 @@ import { html } from "lit"; | ||
isQuiet: true, | ||
iconSet: "ui", | ||
iconName: "ChevronLeft", | ||
@@ -46,2 +47,3 @@ customClasses: [`${rootClass}-prevButton`], | ||
isQuiet: true, | ||
iconSet: "ui", | ||
iconName: "ChevronRight", | ||
@@ -48,0 +50,0 @@ customClasses: [`${rootClass}-nextButton`], |
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
69989
389