@kopexa/page-layout 3.0.8 → 3.0.9

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.
@@ -6,7 +6,7 @@ import {
6
6
  PageLayoutPane,
7
7
  PageLayoutRoot,
8
8
  __export
9
- } from "./chunk-KSN7622N.mjs";
9
+ } from "./chunk-FGP2EWNN.mjs";
10
10
 
11
11
  // src/namespace.ts
12
12
  var namespace_exports = {};
@@ -25,11 +25,12 @@ var PageLayoutRoot = (props) => {
25
25
  gap,
26
26
  className,
27
27
  classNames,
28
+ inModal,
28
29
  ...rest
29
30
  } = props;
30
31
  const styles = useMemo(
31
- () => pageLayout({ width, spacing, paneWidth, gap }),
32
- [width, spacing, paneWidth, gap]
32
+ () => pageLayout({ width, spacing, paneWidth, gap, inModal }),
33
+ [width, spacing, paneWidth, gap, inModal]
33
34
  );
34
35
  const header = [];
35
36
  const footer = [];
package/dist/index.js CHANGED
@@ -53,11 +53,12 @@ var PageLayoutRoot = (props) => {
53
53
  gap,
54
54
  className,
55
55
  classNames,
56
+ inModal,
56
57
  ...rest
57
58
  } = props;
58
59
  const styles = (0, import_react.useMemo)(
59
- () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap }),
60
- [width, spacing, paneWidth, gap]
60
+ () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap, inModal }),
61
+ [width, spacing, paneWidth, gap, inModal]
61
62
  );
62
63
  const header = [];
63
64
  const footer = [];
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  namespace_exports
4
- } from "./chunk-ZMZKGNM7.mjs";
5
- import "./chunk-KSN7622N.mjs";
4
+ } from "./chunk-2BLWNV43.mjs";
5
+ import "./chunk-FGP2EWNN.mjs";
6
6
  export {
7
7
  namespace_exports as PageLayout
8
8
  };
package/dist/namespace.js CHANGED
@@ -47,11 +47,12 @@ var PageLayoutRoot = (props) => {
47
47
  gap,
48
48
  className,
49
49
  classNames,
50
+ inModal,
50
51
  ...rest
51
52
  } = props;
52
53
  const styles = (0, import_react.useMemo)(
53
- () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap }),
54
- [width, spacing, paneWidth, gap]
54
+ () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap, inModal }),
55
+ [width, spacing, paneWidth, gap, inModal]
55
56
  );
56
57
  const header = [];
57
58
  const footer = [];
@@ -1,12 +1,12 @@
1
1
  "use client";
2
- import "./chunk-ZMZKGNM7.mjs";
2
+ import "./chunk-2BLWNV43.mjs";
3
3
  import {
4
4
  PageLayoutContent,
5
5
  PageLayoutFooter,
6
6
  PageLayoutHeader,
7
7
  PageLayoutPane,
8
8
  PageLayoutRoot
9
- } from "./chunk-KSN7622N.mjs";
9
+ } from "./chunk-FGP2EWNN.mjs";
10
10
  export {
11
11
  PageLayoutContent as Content,
12
12
  PageLayoutFooter as Footer,
@@ -45,11 +45,12 @@ var PageLayoutRoot = (props) => {
45
45
  gap,
46
46
  className,
47
47
  classNames,
48
+ inModal,
48
49
  ...rest
49
50
  } = props;
50
51
  const styles = (0, import_react.useMemo)(
51
- () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap }),
52
- [width, spacing, paneWidth, gap]
52
+ () => (0, import_theme.pageLayout)({ width, spacing, paneWidth, gap, inModal }),
53
+ [width, spacing, paneWidth, gap, inModal]
53
54
  );
54
55
  const header = [];
55
56
  const footer = [];
@@ -5,7 +5,7 @@ import {
5
5
  PageLayoutHeader,
6
6
  PageLayoutPane,
7
7
  PageLayoutRoot
8
- } from "./chunk-KSN7622N.mjs";
8
+ } from "./chunk-FGP2EWNN.mjs";
9
9
  export {
10
10
  PageLayoutContent,
11
11
  PageLayoutFooter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/page-layout",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "The layout for our pages used within kopexa",
5
5
  "keywords": [
6
6
  "page-layout"
@@ -28,7 +28,7 @@
28
28
  "react": ">=19.0.0-rc.0",
29
29
  "react-dom": ">=19.0.0-rc.0",
30
30
  "motion": ">=12.23.6",
31
- "@kopexa/theme": "1.5.6"
31
+ "@kopexa/theme": "1.5.7"
32
32
  },
33
33
  "dependencies": {
34
34
  "@kopexa/shared-utils": "1.1.5",