@thecb/components 8.4.0-beta.14 → 8.4.0-beta.16

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.esm.js CHANGED
@@ -17669,13 +17669,16 @@ var ArrowRightCircleIconSmall = function ArrowRightCircleIconSmall(_ref) {
17669
17669
 
17670
17670
  var ArrowRightIcon = function ArrowRightIcon(_ref) {
17671
17671
  var _ref$color = _ref.color,
17672
- color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color;
17672
+ color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color,
17673
+ _ref$labeledBy = _ref.labeledBy,
17674
+ labeledBy = _ref$labeledBy === void 0 ? "" : _ref$labeledBy;
17673
17675
  return /*#__PURE__*/React.createElement("svg", {
17674
17676
  xmlns: "http://www.w3.org/2000/svg",
17675
17677
  width: "20",
17676
17678
  height: "20",
17677
17679
  viewBox: "0 0 20 20",
17678
- fill: "none"
17680
+ fill: "none",
17681
+ "aria-labeledBy": labeledBy
17679
17682
  }, /*#__PURE__*/React.createElement("path", {
17680
17683
  fillRule: "evenodd",
17681
17684
  clipRule: "evenodd",
@@ -18097,13 +18100,16 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
18097
18100
 
18098
18101
  var PlusCircleIcon = function PlusCircleIcon(_ref) {
18099
18102
  var _ref$color = _ref.color,
18100
- color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color;
18103
+ color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color,
18104
+ _ref$labeledBy = _ref.labeledBy,
18105
+ labeledBy = _ref$labeledBy === void 0 ? "" : _ref$labeledBy;
18101
18106
  return /*#__PURE__*/React.createElement("svg", {
18102
18107
  xmlns: "http://www.w3.org/2000/svg",
18103
18108
  width: "20",
18104
18109
  height: "20",
18105
18110
  viewBox: "0 0 20 20",
18106
- fill: "none"
18111
+ fill: "none",
18112
+ "aria-labelledby": labeledBy
18107
18113
  }, /*#__PURE__*/React.createElement("path", {
18108
18114
  fillRule: "evenodd",
18109
18115
  clipRule: "evenodd",