@fabio.caffarello/react-design-system 1.21.0 → 1.22.0

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
@@ -7393,7 +7393,8 @@ const ul = Ee(
7393
7393
  onChange: d,
7394
7394
  disabled: i,
7395
7395
  className: "sr-only",
7396
- "aria-hidden": "true"
7396
+ "aria-hidden": "true",
7397
+ tabIndex: -1
7397
7398
  }, u)
7398
7399
  )
7399
7400
  ] }),
@@ -10336,7 +10337,7 @@ function qd({
10336
10337
  onMouseLeave: k,
10337
10338
  role: o ? void 0 : "button",
10338
10339
  tabIndex: o ? void 0 : 0,
10339
- "aria-label": `Rate ${A} out of ${r}`,
10340
+ "aria-label": o ? void 0 : `Rate ${A} out of ${r}`,
10340
10341
  onKeyDown: (O) => {
10341
10342
  !o && (O.key === "Enter" || O.key === " ") && (O.preventDefault(), g(A));
10342
10343
  },