@axzydev/axzy_ui_system 1.0.162 → 1.0.163
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -13
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2783,7 +2783,7 @@ function ITPagination({
|
|
|
2783
2783
|
totalPages,
|
|
2784
2784
|
siblingCount
|
|
2785
2785
|
});
|
|
2786
|
-
if (currentPage === 0 || paginationRange && paginationRange.length < 2) {
|
|
2786
|
+
if (currentPage === 0 || !itemsPerPageOptions && paginationRange && paginationRange.length < 2) {
|
|
2787
2787
|
return null;
|
|
2788
2788
|
}
|
|
2789
2789
|
const isSemantic = color in theme.colors;
|