@squeed/flow-sdk 2.0.34 → 2.0.35
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19714,7 +19714,7 @@ const wu = (e) => {
|
|
|
19714
19714
|
m && !((C = e.data.config) != null && C.parentContainer) && f.allNodesIconLabel && !h && g.current,
|
|
19715
19715
|
() => f.setNodeViewMode(e.data.id, "icon-label")
|
|
19716
19716
|
);
|
|
19717
|
-
const b = !e.onShowIcon && !((S = e.data.config) != null && S.parentContainer)
|
|
19717
|
+
const b = !e.onShowIcon && !((S = e.data.config) != null && S.parentContainer) ? () => f.setNodeViewMode(e.data.id, "icon-label") : void 0;
|
|
19718
19718
|
return !e.onShowIcon && h ? /* @__PURE__ */ y(
|
|
19719
19719
|
vu,
|
|
19720
19720
|
{
|