@lax-wp/design-system 0.5.14 → 0.5.16
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.
|
@@ -11,6 +11,8 @@ export type CardMainProps = {
|
|
|
11
11
|
mode?: string | null;
|
|
12
12
|
/** Display ID to show in banner */
|
|
13
13
|
displayId?: string | null;
|
|
14
|
+
/** Whether the main sidebar is expanded */
|
|
15
|
+
isMainSideBarOpen?: boolean;
|
|
14
16
|
};
|
|
15
17
|
/**
|
|
16
18
|
* CardMain component for main content areas with optional edit/comparison banners
|
package/dist/index.es.js
CHANGED
|
@@ -17282,6 +17282,9 @@ const m2 = ({
|
|
|
17282
17282
|
/* @__PURE__ */ P(
|
|
17283
17283
|
"div",
|
|
17284
17284
|
{
|
|
17285
|
+
style: {
|
|
17286
|
+
marginLeft: "var(--sidebar-ml, 60px)"
|
|
17287
|
+
},
|
|
17285
17288
|
className: q(
|
|
17286
17289
|
"relative h-[calc(100vh-56px)] overflow-y-auto flex flex-col bg-primary-800 dark:bg-black-800",
|
|
17287
17290
|
`ease-in-out duration-${ei}`,
|