@arc-ui/components 10.5.0 → 10.6.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
@@ -1359,7 +1359,7 @@ var ButtonIcon = function (_a) {
1359
1359
  return (React__default["default"].createElement("span", { className: classNames({
1360
1360
  "arc-Button-icon": true,
1361
1361
  "arc-Button-icon--chevron": isChevron
1362
- }) }, isChevron ? (React__default["default"].createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "2px") })) : (React__default["default"].createElement(Icon, { icon: icon }))));
1362
+ }) }, isChevron ? (React__default["default"].createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "Mid") })) : (React__default["default"].createElement(Icon, { icon: icon }))));
1363
1363
  };
1364
1364
 
1365
1365
  /**
@@ -1612,7 +1612,7 @@ var CardLink = function (_a) {
1612
1612
  }), href: href, rel: target === "_blank" ? "noopener noreferrer" : undefined, tabIndex: isButton ? -1 : undefined, target: target }, filterDataAttrs(linkData)),
1613
1613
  React__default["default"].createElement("span", { className: "arc-Card-linkText" }, children),
1614
1614
  isButton && (React__default["default"].createElement("span", { className: "arc-Card-linkIcon" },
1615
- React__default["default"].createElement(Icon, { icon: "btChevronRight2px", size: 8 })))));
1615
+ React__default["default"].createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
1616
1616
  };
1617
1617
 
1618
1618
  var defaultContext$2 = {