@thecb/components 10.4.0-beta.8 → 10.4.0-beta.9

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.cjs.js CHANGED
@@ -42751,7 +42751,9 @@ var LinkCard = function LinkCard(_ref) {
42751
42751
  activeStyles: extraActiveStyles,
42752
42752
  onClick: disabled ? noop$1 : onClick,
42753
42753
  "aria-disabled": disabled,
42754
- isDisabled: disabled
42754
+ isDisabled: disabled,
42755
+ role: "group",
42756
+ "aria-label": "".concat(title, ", ").concat(subtitle)
42755
42757
  }, /*#__PURE__*/React__default.createElement(Stack, {
42756
42758
  childGap: 0,
42757
42759
  bottomItem: 3,