@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.
@@ -1 +1 @@
1
- export { Button } from "../_shared/Button-5ee1337a";
1
+ export { Button } from "../_shared/Button-39e56303";
@@ -1,4 +1,4 @@
1
- export { B as Button } from '../_shared/Button-5ee1337a.js';
1
+ export { B as Button } from '../_shared/Button-39e56303.js';
2
2
  import '../_shared/index-e3c83626.js';
3
3
  import '../_shared/index-56d9df62.js';
4
4
  import 'react';
@@ -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: "btChevronRight2px", size: 8 })))));
115
+ React.createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
116
116
  };
117
117
 
118
118
  export { Card };
@@ -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-5ee1337a.js';
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';
@@ -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", "2px") })) : (React.createElement(Icon, { icon: icon }))));
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", "2px") })) : (React.createElement(Icon, { icon: icon }))));
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: "btChevronRight2px", size: 8 })))));
1607
+ React.createElement(Icon, { icon: "btChevronRightMid", size: 16 })))));
1608
1608
  };
1609
1609
 
1610
1610
  var defaultContext$2 = {