@pmidc/upyog-css 1.2.52 → 1.2.53

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.
Files changed (141) hide show
  1. package/dist/index.css +7 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -349
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -242
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -535
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -233
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -301
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -312
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2430
  82. package/src/modules/BPA/index.scss +5262 -5262
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -1807
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -1210
  87. package/src/modules/rentAndLease/index.scss +591 -591
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,27 +1,27 @@
1
- .tag-container {
2
- @apply flex flex-wrap mb-md;
3
- .tag {
4
- @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
- padding-left: 12px;
6
- padding-right: 12px;
7
- font-size: 14px;
8
- margin-left: 2px;
9
- height: 2rem;
10
- margin-top: 1rem;
11
- .text {
12
- padding-right: 5px;
13
- max-width: calc( 100% - 24px );
14
- height: 22px;
15
- overflow: hidden;
16
- text-overflow: clip;
17
- }
18
-
19
- &:hover {
20
- @apply cursor-pointer;
21
-
22
- .close {
23
- fill: black;
24
- }
25
- }
26
- }
27
- }
1
+ .tag-container {
2
+ @apply flex flex-wrap mb-md;
3
+ .tag {
4
+ @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
+ padding-left: 12px;
6
+ padding-right: 12px;
7
+ font-size: 14px;
8
+ margin-left: 2px;
9
+ height: 2rem;
10
+ margin-top: 1rem;
11
+ .text {
12
+ padding-right: 5px;
13
+ max-width: calc( 100% - 24px );
14
+ height: 22px;
15
+ overflow: hidden;
16
+ text-overflow: clip;
17
+ }
18
+
19
+ &:hover {
20
+ @apply cursor-pointer;
21
+
22
+ .close {
23
+ fill: black;
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,17 +1,17 @@
1
- .telephone {
2
- @apply flex items-baseline;
3
- img,
4
- svg {
5
- height: 22px;
6
- width: 20px;
7
- @apply text-primary-main ml-sm items-center;
8
- }
9
-
10
- p {
11
- @apply text-text-primary text-body-l pl-sm;
12
- }
13
- }
14
-
15
- .call {
16
- @apply flex text-text-secondary text-body-l;
17
- }
1
+ .telephone {
2
+ @apply flex items-baseline;
3
+ img,
4
+ svg {
5
+ height: 22px;
6
+ width: 20px;
7
+ @apply text-primary-main ml-sm items-center;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ .call {
16
+ @apply flex text-text-secondary text-body-l;
17
+ }
@@ -1,146 +1,146 @@
1
- .card-input {
2
- @apply mb-lg pl-sm outline-none mt-sm block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
3
- }
4
-
5
- .card-input-error {
6
- @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
7
- }
8
-
9
- .employee-card-input {
10
- margin-bottom: 10px;
11
- @apply pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
12
- height: 2rem !important;
13
- padding: 1.5rem 1rem;
14
- border-radius: 8px;
15
- border: 1px solid #b4b4b4;
16
- color: #1f2937;
17
- &::placeholder {
18
- color: #9ca3af;
19
- }
20
- &:focus {
21
- outline: none;
22
- border-color: #d1d5db;
23
- box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
24
- }
25
- }
26
- .employee-card-input:disabled {
27
- @apply border-grey-dark text-grey-dark !important;
28
- pointer-events: none !important;
29
- }
30
- .employee-card-input:disabled {
31
- @apply border-grey-dark text-grey-dark !important;
32
- pointer-events: none !important;
33
- }
34
- .employee-card-input--front {
35
- width: fit-content !important;
36
- display: flex;
37
- align-items: center;
38
- background: #eeeeee;
39
- border-right: 0;
40
- padding-right: 5px;
41
- position: relative;
42
- z-index: 0 !important;
43
- }
44
- .employee-card-input-error {
45
- @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
46
- border-radius: 8px;
47
- }
48
-
49
- .card-textarea,
50
- .employee-card-textarea {
51
- margin-bottom: 10px;
52
- @apply block outline-none border w-full border-input-border border-solid bg-white h-24 text-form-field p-sm rounded-lg;
53
- }
54
-
55
- .inputWrapper {
56
- display: flex;
57
- justify-content: flex-start;
58
- max-width: 500px;
59
-
60
- div {
61
- max-width: 80px;
62
- }
63
-
64
- span {
65
- margin-top: 16px;
66
- margin-left: 10%;
67
- margin-right: 10%;
68
- }
69
- }
70
-
71
- @screen dt {
72
- .card-input {
73
- width: 480px;
74
- }
75
-
76
- .card-input-emp {
77
- width: 240px;
78
- }
79
-
80
- .card-input-error {
81
- width: 480px;
82
- }
83
-
84
- .employee-card-input {
85
- @apply w-full;
86
- }
87
-
88
- .employee-card-input-error {
89
- @apply w-full;
90
- }
91
-
92
- .card-textarea {
93
- /* //width: 480px; */
94
- @apply w-full;
95
- max-width: 540px;
96
- }
97
-
98
- .employee-card-textarea {
99
- @apply w-full;
100
- }
101
-
102
- .card-input-emp {
103
- width: 240px;
104
- }
105
- }
106
-
107
- .citizen-card-input {
108
- @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
109
- }
110
- .citizen-card-input {
111
- height: 2rem !important;
112
- margin-bottom: 16px !important;
113
- line-height: 2rem !important;
114
- color: #1f2937;
115
- &::placeholder {
116
- color: #9ca3af;
117
- }
118
- &:focus {
119
- outline: none;
120
- border-color: #d1d5db;
121
- box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
122
- }
123
- }
124
-
125
- /* Mobile Number Input Styles */
126
- .mobile-number-prefix {
127
- position: absolute;
128
- left: 12px;
129
- top: 50%;
130
- transform: translateY(-50%);
131
- font-size: 16px;
132
- font-weight: 500;
133
- color: #666;
134
- pointer-events: none;
135
- z-index: 0 !important;
136
- }
137
-
138
- .mobile-number-input-with-prefix {
139
- padding-left: 45px !important;
140
- }
141
-
142
- @media only screen and (max-width: 768px) {
143
- .employee-card-input {
144
- font-size: 14px;
145
- }
146
- }
1
+ .card-input {
2
+ @apply mb-lg pl-sm outline-none mt-sm block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
3
+ }
4
+
5
+ .card-input-error {
6
+ @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
7
+ }
8
+
9
+ .employee-card-input {
10
+ margin-bottom: 10px;
11
+ @apply pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
12
+ height: 2rem !important;
13
+ padding: 1.5rem 1rem;
14
+ border-radius: 8px;
15
+ border: 1px solid #b4b4b4;
16
+ color: #1f2937;
17
+ &::placeholder {
18
+ color: #9ca3af;
19
+ }
20
+ &:focus {
21
+ outline: none;
22
+ border-color: #d1d5db;
23
+ box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
24
+ }
25
+ }
26
+ .employee-card-input:disabled {
27
+ @apply border-grey-dark text-grey-dark !important;
28
+ pointer-events: none !important;
29
+ }
30
+ .employee-card-input:disabled {
31
+ @apply border-grey-dark text-grey-dark !important;
32
+ pointer-events: none !important;
33
+ }
34
+ .employee-card-input--front {
35
+ width: fit-content !important;
36
+ display: flex;
37
+ align-items: center;
38
+ background: #eeeeee;
39
+ border-right: 0;
40
+ padding-right: 5px;
41
+ position: relative;
42
+ z-index: 0 !important;
43
+ }
44
+ .employee-card-input-error {
45
+ @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
46
+ border-radius: 8px;
47
+ }
48
+
49
+ .card-textarea,
50
+ .employee-card-textarea {
51
+ margin-bottom: 10px;
52
+ @apply block outline-none border w-full border-input-border border-solid bg-white h-24 text-form-field p-sm rounded-lg;
53
+ }
54
+
55
+ .inputWrapper {
56
+ display: flex;
57
+ justify-content: flex-start;
58
+ max-width: 500px;
59
+
60
+ div {
61
+ max-width: 80px;
62
+ }
63
+
64
+ span {
65
+ margin-top: 16px;
66
+ margin-left: 10%;
67
+ margin-right: 10%;
68
+ }
69
+ }
70
+
71
+ @screen dt {
72
+ .card-input {
73
+ width: 480px;
74
+ }
75
+
76
+ .card-input-emp {
77
+ width: 240px;
78
+ }
79
+
80
+ .card-input-error {
81
+ width: 480px;
82
+ }
83
+
84
+ .employee-card-input {
85
+ @apply w-full;
86
+ }
87
+
88
+ .employee-card-input-error {
89
+ @apply w-full;
90
+ }
91
+
92
+ .card-textarea {
93
+ /* //width: 480px; */
94
+ @apply w-full;
95
+ max-width: 540px;
96
+ }
97
+
98
+ .employee-card-textarea {
99
+ @apply w-full;
100
+ }
101
+
102
+ .card-input-emp {
103
+ width: 240px;
104
+ }
105
+ }
106
+
107
+ .citizen-card-input {
108
+ @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
109
+ }
110
+ .citizen-card-input {
111
+ height: 2rem !important;
112
+ margin-bottom: 16px !important;
113
+ line-height: 2rem !important;
114
+ color: #1f2937;
115
+ &::placeholder {
116
+ color: #9ca3af;
117
+ }
118
+ &:focus {
119
+ outline: none;
120
+ border-color: #d1d5db;
121
+ box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
122
+ }
123
+ }
124
+
125
+ /* Mobile Number Input Styles */
126
+ .mobile-number-prefix {
127
+ position: absolute;
128
+ left: 12px;
129
+ top: 50%;
130
+ transform: translateY(-50%);
131
+ font-size: 16px;
132
+ font-weight: 500;
133
+ color: #666;
134
+ pointer-events: none;
135
+ z-index: 0 !important;
136
+ }
137
+
138
+ .mobile-number-input-with-prefix {
139
+ padding-left: 45px !important;
140
+ }
141
+
142
+ @media only screen and (max-width: 768px) {
143
+ .employee-card-input {
144
+ font-size: 14px;
145
+ }
146
+ }
@@ -1,31 +1,31 @@
1
- .toast-success {
2
- max-width: 480px;
3
- width: calc(100% - 20px);
4
- bottom: 100px;
5
- left: 0;
6
- margin: 0 10px;
7
- gap: 16px;
8
- border-radius: 4px;
9
- min-height: 48px;
10
- @apply fixed flex bg-success leading-7 z-20 items-center pl-md pr-sm;
11
-
12
- svg {
13
- height: 20px;
14
- width: 20px;
15
- }
16
-
17
- .toast-close-btn {
18
- margin-left: auto;
19
- }
20
-
21
- h2 {
22
- @apply text-body-s-dt text-white;
23
- }
24
- }
25
-
26
- @screen dt {
27
- .toast-success {
28
- width: 100%;
29
- left: calc(50% - 240px);
30
- }
31
- }
1
+ .toast-success {
2
+ max-width: 480px;
3
+ width: calc(100% - 20px);
4
+ bottom: 100px;
5
+ left: 0;
6
+ margin: 0 10px;
7
+ gap: 16px;
8
+ border-radius: 4px;
9
+ min-height: 48px;
10
+ @apply fixed flex bg-success leading-7 z-20 items-center pl-md pr-sm;
11
+
12
+ svg {
13
+ height: 20px;
14
+ width: 20px;
15
+ }
16
+
17
+ .toast-close-btn {
18
+ margin-left: auto;
19
+ }
20
+
21
+ h2 {
22
+ @apply text-body-s-dt text-white;
23
+ }
24
+ }
25
+
26
+ @screen dt {
27
+ .toast-success {
28
+ width: 100%;
29
+ left: calc(50% - 240px);
30
+ }
31
+ }
@@ -1,41 +1,41 @@
1
- .react-switch-checkbox {
2
- height: 0;
3
- width: 0;
4
- visibility: hidden;
5
- }
6
-
7
- .react-switch-label {
8
- display: flex;
9
- align-items: center;
10
- justify-content: space-between;
11
- cursor: pointer;
12
- width: 50px;
13
- height: 20px;
14
- background: white;
15
- border-radius: 100px;
16
- position: relative;
17
- transition: background-color .2s;
18
- border: 1px solid #bbb;
19
- }
20
-
21
- .react-switch-label .react-switch-button {
22
- content: '';
23
- position: absolute;
24
- top: 2px;
25
- left: 2px;
26
- width: 14px;
27
- height: 14px;
28
- border-radius: 45px;
29
- transition: 0.2s;
30
- background: #a82227;
31
- box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
32
- }
33
-
34
- .react-switch-checkbox:checked + .react-switch-label .react-switch-button {
35
- left: calc(100% - 2px);
36
- transform: translateX(-100%);
37
- }
38
-
39
- .react-switch-label:active .react-switch-button {
40
- width: 45px;
1
+ .react-switch-checkbox {
2
+ height: 0;
3
+ width: 0;
4
+ visibility: hidden;
5
+ }
6
+
7
+ .react-switch-label {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: space-between;
11
+ cursor: pointer;
12
+ width: 50px;
13
+ height: 20px;
14
+ background: white;
15
+ border-radius: 100px;
16
+ position: relative;
17
+ transition: background-color .2s;
18
+ border: 1px solid #bbb;
19
+ }
20
+
21
+ .react-switch-label .react-switch-button {
22
+ content: '';
23
+ position: absolute;
24
+ top: 2px;
25
+ left: 2px;
26
+ width: 14px;
27
+ height: 14px;
28
+ border-radius: 45px;
29
+ transition: 0.2s;
30
+ background: #a82227;
31
+ box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
32
+ }
33
+
34
+ .react-switch-checkbox:checked + .react-switch-label .react-switch-button {
35
+ left: calc(100% - 2px);
36
+ transform: translateX(-100%);
37
+ }
38
+
39
+ .react-switch-label:active .react-switch-button {
40
+ width: 45px;
41
41
  }