@civicactions/cmsds-open-data-components 1.12.2 → 1.12.3

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.
@@ -102,9 +102,9 @@ var ResourceHeader = function ResourceHeader(_ref) {
102
102
  }, /*#__PURE__*/_react["default"].createElement("div", {
103
103
  className: "ds-u-font-weight--bold"
104
104
  }, /*#__PURE__*/_react["default"].createElement(_dataCatalogComponents.DataTablePageResults, {
105
- totalRows: intCount,
106
- limit: limit,
107
- offset: offset
105
+ totalRows: parseInt(intCount),
106
+ limit: parseInt(limit),
107
+ offset: parseInt(offset)
108
108
  })), /*#__PURE__*/_react["default"].createElement("div", {
109
109
  className: "dc-c-resource-header--buttons"
110
110
  }, includeDownload && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_designSystem.Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civicactions/cmsds-open-data-components",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "Components for the open data catalog frontend using CMS Design System",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {