@paubox/ui 1.18.0 → 1.18.2
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/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -30276,7 +30276,7 @@ var Pagination = function(param) {
|
|
|
30276
30276
|
/*#__PURE__*/ jsx(Typography, {
|
|
30277
30277
|
variant: "paragraph300Regular",
|
|
30278
30278
|
as: "span",
|
|
30279
|
-
children: pageInfo.pageCount
|
|
30279
|
+
children: formatNumber(pageInfo.pageCount)
|
|
30280
30280
|
})
|
|
30281
30281
|
]
|
|
30282
30282
|
}),
|