Skip to content

Commit

Permalink
Receipts, templets, and css added for 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmoy-96 committed Mar 20, 2024
1 parent a769740 commit 2c94a47
Show file tree
Hide file tree
Showing 24 changed files with 324 additions and 293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@upyog/digit-ui-module-obps":"^1.4.0",
"@upyog/digit-ui-module-pgr":"^1.4.0",
"@upyog/digit-ui-module-pt":"^1.4.0",
"@egovernments/digit-ui-module-receipts":"^1.4.0",
"@upyog/digit-ui-module-receipts":"^1.4.0",
"@upyog/digit-ui-module-tl":"^1.4.0",
"@upyog/digit-ui-module-ws":"^1.4.0",
"@egovernments/digit-ui-module-commonpt":"^1.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-pgr": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.2",
"@egovernments/digit-ui-module-receipts": "1.7.2",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
"@egovernments/digit-ui-module-bills": "1.7.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { initFSMComponents } from "@upyog/digit-ui-module-fsm";
import { initPGRComponents } from "@upyog/digit-ui-module-pgr";
import { initDSSComponents } from "@upyog/digit-ui-module-dss";
import { initHRMSComponents } from "@upyog/digit-ui-module-hrms";
import { initReceiptsComponents, ReceiptsModule } from "@egovernments/digit-ui-module-receipts";
import { initReceiptsComponents, ReceiptsModule } from "@upyog/digit-ui-module-receipts";
// import { initReportsComponents } from "@egovernments/digit-ui-module-reports";
import { initMCollectComponents } from "@upyog/digit-ui-module-mcollect";
import { initTLComponents } from "@upyog/digit-ui-module-tl";
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=14"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true run-s build start:dev",
"start": "run-s build start:dev",
"sprint": "SKIP_PREFLIGHT_CHECK=true run-s start:script",
"start:dev": "run-p dev:**",
"start:script": "./scripts/create.sh",
Expand Down
55 changes: 0 additions & 55 deletions frontend/micro-ui/web/micro-ui-internals/packages/css/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog-niua/upyog-css",
"version": "1.0.11",
"version": "1.8.0",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <jagan.kumar@egov.org.in>",
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"start": "gulp build",
"build:prod": "NODE_ENV=production gulp build",
"build:prod": "gulp build",
"prepublish": "yarn build:prod",
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"postcss-prefixer": "2.1.3",
"postcss-preset-env": "6.7.1",
"postcss-scss": "3.0.5",
"sass": "^1.26.11"
"sass": "1.49.11"
},
"files": [
"dist/index.min.css",
Expand All @@ -62,4 +62,4 @@
"digit-ui",
"css"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ module.exports = {
// },
// },
// };
// };
// };
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ background-size: cover
.employeeCustomCard{
font-size: 1rem;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
@apply flex justify-center items-center;
height: calc(100vh - 80px);
position: relative;
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) center center;

.bannerCard {
min-width: 400px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}
}
.employeeCard.fsm {
margin-bottom: 64px !important;
margin-bottom: 16px !important;
margin-left: 0px !important;
margin-right: 16px !important; }
.header-wrap {
Expand Down Expand Up @@ -168,24 +168,20 @@

.submit-bar-disabled {
@apply h-10 bg-primary-main text-center w-full outline-none opacity-50;
background-color: #882636 !important;

&:focus {
@apply outline-none;
}

header {
@apply font-rc font-medium text-legend text-white leading-10;
line-height: 2rem !important;
}
}

@screen dt {
.submit-bar,
.submit-bar-disabled {
width: 240px;
background-color: #882636 !important;
height: 2rem !important
}

.card {
Expand Down Expand Up @@ -338,7 +334,7 @@
}
.home-page-info-banner-wrap {
max-width: 45%;
min-width: 100%;
min-width: 40%;
margin-left: 0;
margin-right: 24px;
margin-bottom: 24px;
Expand All @@ -364,7 +360,7 @@
.BPAemployeeCard {
margin-left: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-bottom: 64px !important;
}

.employee-application-details {
Expand Down Expand Up @@ -394,19 +390,3 @@
margin: 0 !important;
width: 100% !important;
}

.language-selector .submit-bar, .submit-bar-disabled{
background-color: #5a1166 !important;
}

.owner-details{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-between
}

.owner-details-child{
width: 50%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
}

.drawer-desktop {
overflow: auto;
.menu-item {
border: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ height: 2.0rem !important;
@apply border-grey-dark text-grey-dark !important;
pointer-events: none !important;
}
.employee-card-input:disabled {
@apply border-grey-dark text-grey-dark !important;
pointer-events: none !important;
}
.employee-card-input--front {
width: fit-content !important;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -766,3 +766,27 @@ min-height: calc(100vh - 8em);
}
}

.privacy-icon-2 {
cursor: pointer;
}
.privacy-icon-2:hover {
path {
fill: none;
}
}

.audit-card {
width: 80%;
margin-left: -260px;
margin-right: -27%;
max-height: 120px;
margin-top: 90px;
}
.fsm-inline-style {
background: #fafafa;
border: 1px solid #d6d5d4;
border-radius: 4px;
padding: 16px;
margin-bottom: 40px;
width: 90%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
@apply p-sm text-primary-main items-center;
display: flex !important;
color: #a82227 !important;
a{
color: inherit;
text-decoration: inherit
}
}

.inbox-total {
Expand Down Expand Up @@ -607,6 +611,12 @@ background-size: cover

}


.inboxLinksFSM {
margin: 0 !important;
}


.plumber-details-new-value-wrapper {
flex: 2 1 auto;
}
Expand Down Expand Up @@ -684,4 +694,4 @@ background-size: cover
}
}
}
}
}
Loading

0 comments on commit 2c94a47

Please sign in to comment.