@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/Button/index.d.ts +1 -1
- package/dist/Button/index.js +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/SiteHeader/index.js +1 -1
- package/dist/_shared/{Button-5ee1337a.d.ts → Button-39e56303.d.ts} +0 -0
- package/dist/_shared/{Button-5ee1337a.js → Button-39e56303.js} +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
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", "
|
|
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: "
|
|
1615
|
+
React__default["default"].createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
|
|
1616
1616
|
};
|
|
1617
1617
|
|
|
1618
1618
|
var defaultContext$2 = {
|