@apolitical/component-library 4.1.10-ac.3 → 4.1.10-ac.5
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +1 -0
package/index.mjs
CHANGED
|
@@ -23391,7 +23391,7 @@ const mw = 3e3, pw = ({ pathname: e }) => {
|
|
|
23391
23391
|
/* @__PURE__ */ d.jsx(
|
|
23392
23392
|
Ia,
|
|
23393
23393
|
{
|
|
23394
|
-
icon: { icon: "
|
|
23394
|
+
icon: { icon: "link_chain" },
|
|
23395
23395
|
onMouseOver: () => r({ ...n, isOpen: !0 }),
|
|
23396
23396
|
onFocus: () => r({ ...n, isOpen: !0 }),
|
|
23397
23397
|
onMouseOut: () => r({ isOpen: !1, isCopied: !1 }),
|