@noya-app/noya-designsystem 0.1.86 → 0.1.87
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/workspace/DrawerWorkspaceLayout.tsx +1 -11
- package/src/components/workspace/__tests__/DrawerWorkspaceLayout.test.tsx +62 -0
package/dist/index.mjs
CHANGED
|
@@ -41901,16 +41901,7 @@ var DrawerWorkspaceLayout = memoGeneric(function DrawerWorkspaceLayout2({
|
|
|
41901
41901
|
onClick: () => handleSelectTab(compactTabItem.value)
|
|
41902
41902
|
}
|
|
41903
41903
|
)),
|
|
41904
|
-
/* @__PURE__ */ React311.createElement("div", { className: "n-flex-1 n-flex n-flex-col n-relative n-min-h-0" }, isDrawerOpen && /* @__PURE__ */ React311.createElement("div", { className: "n-absolute n-inset-0 n-z-20 n-flex n-flex-col" }, /* @__PURE__ */ React311.createElement("div", { className: "n-flex-
|
|
41905
|
-
"div",
|
|
41906
|
-
{
|
|
41907
|
-
className: "n-flex-1 n-bg-black/30",
|
|
41908
|
-
onClick: () => setLayoutState({
|
|
41909
|
-
leftSidebarCollapsed: true,
|
|
41910
|
-
rightSidebarCollapsed: true
|
|
41911
|
-
})
|
|
41912
|
-
}
|
|
41913
|
-
)), /* @__PURE__ */ React311.createElement("div", { className: "n-flex-1 n-flex n-relative n-min-h-0" }, centerPanel))
|
|
41904
|
+
/* @__PURE__ */ React311.createElement("div", { className: "n-flex-1 n-flex n-flex-col n-relative n-min-h-0" }, isDrawerOpen && /* @__PURE__ */ React311.createElement("div", { className: "n-absolute n-inset-0 n-z-20 n-flex n-flex-col" }, /* @__PURE__ */ React311.createElement("div", { className: "n-relative n-flex-1 n-min-h-0 n-overflow-auto n-bg-sidebar-background n-border-b n-border-divider-strong n-shadow-lg" }, activeDrawerPanel)), /* @__PURE__ */ React311.createElement("div", { className: "n-flex-1 n-flex n-relative n-min-h-0" }, centerPanel))
|
|
41914
41905
|
);
|
|
41915
41906
|
});
|
|
41916
41907
|
|