@deque/cauldron-react 4.1.0-canary.49b3b909 → 4.1.0-canary.ab3e71e6

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -8412,7 +8412,7 @@ var Pagination = React__default.forwardRef(function (_a, ref) {
8412
8412
  React__default.createElement("span", { role: "log", "aria-atomic": "true" }, statusLabel || (React__default.createElement("span", null,
8413
8413
  "Showing ",
8414
8414
  React__default.createElement("strong", null, itemStart),
8415
- " of",
8415
+ " to",
8416
8416
  ' ',
8417
8417
  React__default.createElement("strong", null, itemEnd),
8418
8418
  " of ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "4.1.0-canary.49b3b909",
3
+ "version": "4.1.0-canary.ab3e71e6",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "publishConfig": {
6
6
  "access": "public"