@homebound/beam 3.86.0 → 3.86.1
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.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11292,7 +11292,10 @@ function maybeWrapInLink(onClick, content, disabled) {
|
|
|
11292
11292
|
}), children: [
|
|
11293
11293
|
content,
|
|
11294
11294
|
/* @__PURE__ */ jsx43("span", { className: "fs0 ml2", children: /* @__PURE__ */ jsx43(Icon, { icon: "linkExternal" }) })
|
|
11295
|
-
] }) : /* @__PURE__ */ jsx43(Link3, {
|
|
11295
|
+
] }) : /* @__PURE__ */ jsx43(Link3, { ...mergeProps10("navLink", void 0, {
|
|
11296
|
+
display: "df",
|
|
11297
|
+
alignItems: "aic"
|
|
11298
|
+
}), to: onClick, children: content });
|
|
11296
11299
|
}
|
|
11297
11300
|
function wantsNewTab(e) {
|
|
11298
11301
|
return e.metaKey || e.ctrlKey || e.shiftKey;
|