@xapps-platform/marketplace-ui 0.1.19 → 0.1.21
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.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/pages/WidgetView.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9902,6 +9902,7 @@ function WidgetView() {
|
|
|
9902
9902
|
const isEmbedded = window.location.pathname.startsWith("/embed");
|
|
9903
9903
|
const tokenSearch = buildTokenSearch(token, loc.search);
|
|
9904
9904
|
const navigate = useNavigate5();
|
|
9905
|
+
const showWorkspaceNav = Boolean(xappId) && hostNestedExpandStage === "inline";
|
|
9905
9906
|
const marketplaceTo = buildMarketplaceHref(loc.pathname, "", { token });
|
|
9906
9907
|
const postCurrentWidgetContext = () => {
|
|
9907
9908
|
const payload = buildWidgetBridgeContext();
|
|
@@ -10587,7 +10588,7 @@ function WidgetView() {
|
|
|
10587
10588
|
/* @__PURE__ */ jsx17("span", { className: "mx-breadcrumb-sep", children: "/" }),
|
|
10588
10589
|
/* @__PURE__ */ jsx17("span", { children: t("common.widget", void 0, "Widget") })
|
|
10589
10590
|
] }),
|
|
10590
|
-
|
|
10591
|
+
showWorkspaceNav ? /* @__PURE__ */ jsx17(
|
|
10591
10592
|
XappWorkspaceNav,
|
|
10592
10593
|
{
|
|
10593
10594
|
xappId,
|