cloudmr-ux 1.6.2 → 1.6.5

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.js CHANGED
@@ -1268,7 +1268,7 @@ var CmrTable = (props) => {
1268
1268
  fontWeight: "bold"
1269
1269
  }
1270
1270
  },
1271
- localeText: { noRowsLabel: "" },
1271
+ localeText: { noRowsLabel: "No Rows" },
1272
1272
  ...rest
1273
1273
  }
1274
1274
  ) });
package/dist/index.mjs CHANGED
@@ -1220,7 +1220,7 @@ var CmrTable = (props) => {
1220
1220
  fontWeight: "bold"
1221
1221
  }
1222
1222
  },
1223
- localeText: { noRowsLabel: "" },
1223
+ localeText: { noRowsLabel: "No Rows" },
1224
1224
  ...rest
1225
1225
  }
1226
1226
  ) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.6.2",
3
+ "version": "1.6.5",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",