@asaleh37/ui-base 1.2.20 → 1.2.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -8,30 +8,28 @@ import AttachmentPanel from "../templates/attachment/AttachmentPanel";
8
8
 
9
9
  const Home: React.FC = () => {
10
10
  return (
11
- // <DashboardViewer dashboardCode="XX_TEMPLATE_DASHBOARD" />
12
- <AttachmentPanel attachmentCode="DOC" refKey="1"/>
13
- // <Box
14
- // sx={{
15
- // display: "flex",
16
- // flexDirection: "column",
17
- // alignItems: "center",
18
- // justifyContent: "center",
19
- // flex: 1,
20
- // fontSize: 24,
21
- // fontWeight: "bold",
22
- // }}
23
- // >
24
- // <img src="logo.png" style={{ margin: 5 }} />
25
- // <div>Welcome to Ezzsteel Flat Product Management System</div>
26
- // <div style={{ fontSize: 16 }}>
27
- // Use side menu [
28
- // <FontAwesomeIcon
29
- // icon="bars"
30
- // style={{ marginLeft: 10, marginRight: 10 }}
31
- // />
32
- // ] to navigate to your authorized system modules
33
- // </div>
34
- // </Box>
11
+ <Box
12
+ sx={{
13
+ display: "flex",
14
+ flexDirection: "column",
15
+ alignItems: "center",
16
+ justifyContent: "center",
17
+ flex: 1,
18
+ fontSize: 24,
19
+ fontWeight: "bold",
20
+ }}
21
+ >
22
+ <img src="logo.png" style={{ margin: 5 }} />
23
+ <div>Welcome to Ezzsteel Flat Product Management System</div>
24
+ <div style={{ fontSize: 16 }}>
25
+ Use side menu [
26
+ <FontAwesomeIcon
27
+ icon="bars"
28
+ style={{ marginLeft: 10, marginRight: 10 }}
29
+ />
30
+ ] to navigate to your authorized system modules
31
+ </div>
32
+ </Box>
35
33
  );
36
34
  };
37
35
 
Binary file