@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/Button/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Button } from "../_shared/Button-
|
|
1
|
+
export { Button } from "../_shared/Button-39e56303";
|
package/dist/Button/index.js
CHANGED
package/dist/Card/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var CardLink = function (_a) {
|
|
|
112
112
|
}), href: href, rel: target === "_blank" ? "noopener noreferrer" : undefined, tabIndex: isButton ? -1 : undefined, target: target }, filterDataAttrs(linkData)),
|
|
113
113
|
React.createElement("span", { className: "arc-Card-linkText" }, children),
|
|
114
114
|
isButton && (React.createElement("span", { className: "arc-Card-linkIcon" },
|
|
115
|
-
React.createElement(Icon, { icon: "
|
|
115
|
+
React.createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
|
|
116
116
|
};
|
|
117
117
|
|
|
118
118
|
export { Card };
|
package/dist/SiteHeader/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { a as ArcBreakpointL } from '../_shared/index.es-793935a1.js';
|
|
|
3
3
|
import { c as classNames } from '../_shared/index-56d9df62.js';
|
|
4
4
|
import React, { useState, useEffect, Fragment, useContext, useRef, createContext } from 'react';
|
|
5
5
|
import { B as BrandLogo } from '../_shared/BrandLogo-6cc8202e.js';
|
|
6
|
-
import { B as Button } from '../_shared/Button-
|
|
6
|
+
import { B as Button } from '../_shared/Button-39e56303.js';
|
|
7
7
|
import { u as useMediaQuery } from '../_shared/use-media-query-f11805d4.js';
|
|
8
8
|
import { S as Surface } from '../_shared/Surface-3fe44a2a.js';
|
|
9
9
|
import { h as handleLinkClick } from '../_shared/handle-link-click-35e09d0c.js';
|
|
File without changes
|
|
@@ -45,7 +45,7 @@ var ButtonIcon = function (_a) {
|
|
|
45
45
|
return (React.createElement("span", { className: classNames({
|
|
46
46
|
"arc-Button-icon": true,
|
|
47
47
|
"arc-Button-icon--chevron": isChevron
|
|
48
|
-
}) }, isChevron ? (React.createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "
|
|
48
|
+
}) }, isChevron ? (React.createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "Mid") })) : (React.createElement(Icon, { icon: icon }))));
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
export { Button as B };
|
package/dist/index.es.js
CHANGED
|
@@ -1351,7 +1351,7 @@ var ButtonIcon = function (_a) {
|
|
|
1351
1351
|
return (React.createElement("span", { className: classNames({
|
|
1352
1352
|
"arc-Button-icon": true,
|
|
1353
1353
|
"arc-Button-icon--chevron": isChevron
|
|
1354
|
-
}) }, isChevron ? (React.createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "
|
|
1354
|
+
}) }, isChevron ? (React.createElement(Icon, { icon: "btChevron".concat(isBeforeText ? "Left" : "Right", "Mid") })) : (React.createElement(Icon, { icon: icon }))));
|
|
1355
1355
|
};
|
|
1356
1356
|
|
|
1357
1357
|
/**
|
|
@@ -1604,7 +1604,7 @@ var CardLink = function (_a) {
|
|
|
1604
1604
|
}), href: href, rel: target === "_blank" ? "noopener noreferrer" : undefined, tabIndex: isButton ? -1 : undefined, target: target }, filterDataAttrs(linkData)),
|
|
1605
1605
|
React.createElement("span", { className: "arc-Card-linkText" }, children),
|
|
1606
1606
|
isButton && (React.createElement("span", { className: "arc-Card-linkIcon" },
|
|
1607
|
-
React.createElement(Icon, { icon: "
|
|
1607
|
+
React.createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
|
|
1608
1608
|
};
|
|
1609
1609
|
|
|
1610
1610
|
var defaultContext$2 = {
|