This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #753 from egovernments/develop
Develop HRMS
- Loading branch information
Showing
237 changed files
with
17,036 additions
and
3,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,24 +9,31 @@ | |
rel='stylesheet' type='text/css'> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#00bcd1" /> | ||
<title>mSeva</title> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> | ||
|
||
|
||
<!-- <link rel="stylesheet" href="https://unpkg.com/@upyog-niua/[email protected]/dist/index.css" /> --> | ||
<title>mGramSeva</title> | ||
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> | ||
|
||
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css/dist/index.css"/> --> | ||
<!-- <script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigs.js"></script> --> | ||
<script src="%REACT_APP_GLOBAL%"></script> | ||
|
||
<style type="text/css"> | ||
#logo-img-container{ | ||
display: none; | ||
} | ||
.selector-button-primary > h2{ | ||
margin: 0 | ||
} | ||
.menu-wrap > div > p { | ||
margin: 0 | ||
} | ||
.selector-button-primary-disabled > h2 { | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,9 @@ | |
"workspaces": [ | ||
"packages/libraries", | ||
"example", | ||
"packages/custom-css", | ||
"packages/css", | ||
"packages/react-components", | ||
"packages/modules/*", | ||
"packages/Mukta" | ||
"packages/modules/*" | ||
], | ||
"author": "JaganKumar <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,24 +20,29 @@ | |
"sprint": "SKIP_PREFLIGHT_CHECK=true run-s start:script", | ||
"start:dev": "run-p dev:**", | ||
"start:script": "./scripts/create.sh", | ||
"dev:css": "cd packages/custom-css && yarn start", | ||
"publish:css": "cd packages/custom-css && yarn publish --access public", | ||
"dev:css": "cd packages/css && yarn start", | ||
"publish:css": "cd packages/css && yarn publish --access public", | ||
"dev:libraries": "cd packages/libraries && yarn start", | ||
"dev:components": "cd packages/react-components && yarn start", | ||
"dev:pgr": "cd packages/modules/pgr && yarn start", | ||
"dev:hrms": "cd packages/modules/hrms && yarn start", | ||
"dev:core": "cd packages/modules/core && yarn start", | ||
"dev:example": "cd example && yarn start", | ||
"dev:sample": "cd packages/modules/sample && yarn start", | ||
"dev:mukta": "cd packages/Mukta && yarn start", | ||
"build": "run-p build:**", | ||
"build:css": "cd packages/css && yarn build:prod", | ||
"build:libraries": "cd packages/libraries && yarn build", | ||
"build:components": "cd packages/react-components && yarn build", | ||
"build:mukta": "cd packages/Mukta && yarn build", | ||
"build:pgr": "cd packages/modules/pgr && yarn build", | ||
"build:hrms": "cd packages/modules/hrms && yarn build", | ||
"build:core": "cd packages/modules/core && yarn build", | ||
"build:sample": "cd packages/modules/sample && yarn build", | ||
"deploy:jenkins": "./scripts/jenkins.sh", | ||
"clean": "rm -rf node_modules" | ||
}, | ||
"resolutions": { | ||
"**/@babel/runtime": "7.20.1", | ||
"**/babel-preset-react-app": "10.0.0" | ||
"**/babel-preset-react-app": "10.0.0", | ||
"**/polished": "4.2.2" | ||
}, | ||
"devDependencies": { | ||
"husky": "7.0.4", | ||
|
32 changes: 0 additions & 32 deletions
32
frontend/micro-ui/web/micro-ui-internals/packages/Mukta/package.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.