namirasoft-account-react 1.4.312 → 1.4.313

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.
@@ -50,7 +50,7 @@ export interface NSALayoutProps<RowType extends {
50
50
  background?: IBackgroundProps;
51
51
  };
52
52
  header?: {
53
- right: IHeaderRightProps;
53
+ right?: IHeaderRightProps;
54
54
  left?: IHeaderLeftProps;
55
55
  built_in?: {
56
56
  logout?: boolean;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.312",
11
+ "version": "1.4.313",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -64,7 +64,7 @@ export interface NSALayoutProps<RowType extends { id: string }, RowTypeInput = R
64
64
  background?: IBackgroundProps;
65
65
  }
66
66
  header?: {
67
- right: IHeaderRightProps;
67
+ right?: IHeaderRightProps;
68
68
  left?: IHeaderLeftProps;
69
69
  built_in?: {
70
70
  logout?: boolean;
@@ -586,7 +586,7 @@ export class NSALayout<RowType extends { id: string }, RowTypeInput = RowType> e
586
586
  icons: [...icons, ...(this.props.header?.right?.icons ?? [])],
587
587
  },
588
588
  left: {
589
- title: this.props.header?.left?.title
589
+ title: this.props.header?.left?.title
590
590
  }
591
591
  }}
592
592
  action={{