@adminui-dev/layout 1.0.9 → 1.1.0

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.
@@ -126,6 +126,7 @@ interface ContainerProps extends LayoutProps {
126
126
  hideTitle?: boolean;
127
127
  hideBreadcrumb?: boolean;
128
128
  hideFooter?: boolean;
129
+ title?: string;
129
130
  transparent?: boolean;
130
131
  children?: React.ReactNode;
131
132
  }
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ interface ContainerProps extends LayoutProps {
130
130
  hideTitle?: boolean;
131
131
  hideBreadcrumb?: boolean;
132
132
  hideFooter?: boolean;
133
+ title?: string;
133
134
  transparent?: boolean;
134
135
  children?: React.ReactNode;
135
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminui-dev/layout",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "adminui.dev's layout",
5
5
  "keywords": [
6
6
  "layout",