@thecb/components 8.4.0-beta.14 → 8.4.0-beta.15
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
|
@@ -17677,13 +17677,16 @@ var ArrowRightCircleIconSmall = function ArrowRightCircleIconSmall(_ref) {
|
|
|
17677
17677
|
|
|
17678
17678
|
var ArrowRightIcon = function ArrowRightIcon(_ref) {
|
|
17679
17679
|
var _ref$color = _ref.color,
|
|
17680
|
-
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color
|
|
17680
|
+
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color,
|
|
17681
|
+
_ref$describedBy = _ref.describedBy,
|
|
17682
|
+
describedBy = _ref$describedBy === void 0 ? "" : _ref$describedBy;
|
|
17681
17683
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
17682
17684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17683
17685
|
width: "20",
|
|
17684
17686
|
height: "20",
|
|
17685
17687
|
viewBox: "0 0 20 20",
|
|
17686
|
-
fill: "none"
|
|
17688
|
+
fill: "none",
|
|
17689
|
+
"aria-describedby": describedBy
|
|
17687
17690
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
17688
17691
|
fillRule: "evenodd",
|
|
17689
17692
|
clipRule: "evenodd",
|
|
@@ -18105,13 +18108,16 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
|
|
|
18105
18108
|
|
|
18106
18109
|
var PlusCircleIcon = function PlusCircleIcon(_ref) {
|
|
18107
18110
|
var _ref$color = _ref.color,
|
|
18108
|
-
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color
|
|
18111
|
+
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color,
|
|
18112
|
+
_ref$describedBy = _ref.describedBy,
|
|
18113
|
+
describedBy = _ref$describedBy === void 0 ? "" : _ref$describedBy;
|
|
18109
18114
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
18110
18115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18111
18116
|
width: "20",
|
|
18112
18117
|
height: "20",
|
|
18113
18118
|
viewBox: "0 0 20 20",
|
|
18114
|
-
fill: "none"
|
|
18119
|
+
fill: "none",
|
|
18120
|
+
"aria-describedby": describedBy
|
|
18115
18121
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
18116
18122
|
fillRule: "evenodd",
|
|
18117
18123
|
clipRule: "evenodd",
|