@pmidc/upyog-css 1.2.41 → 1.2.43

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": "@pmidc/upyog-css",
3
- "version": "1.2.41",
3
+ "version": "1.2.43",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -46,7 +46,7 @@
46
46
  top: unset;
47
47
  box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
48
48
  @apply absolute h-auto bg-white text-left mb-xs z-30;
49
- width: 240px;
49
+ width: 257px;
50
50
  right: 24px;
51
51
 
52
52
  div {
@@ -81,12 +81,14 @@
81
81
  color: #0f172a;
82
82
  margin-bottom: 8px;
83
83
  margin-top: 8px;
84
- font-weight: 700;
85
- text-transform: uppercase;
84
+ font-weight: 700;
86
85
  letter-spacing: 0.5px;
87
86
  width: 100%;
88
87
  }
89
-
88
+ .card-label span{
89
+ color: #dc2626;
90
+ font-weight: "bold";
91
+ }
90
92
  .card-label-error {
91
93
  display: block;
92
94
  font-size: 12px;
@@ -205,7 +207,6 @@
205
207
  color: #0f172a;
206
208
  margin-bottom: 8px;
207
209
  font-weight: 700;
208
- text-transform: uppercase;
209
210
  letter-spacing: 0.5px;
210
211
  }
211
212
 
@@ -102,7 +102,7 @@
102
102
  }
103
103
  }
104
104
  input {
105
- @apply absolute opacity-0 h-full;
105
+ @apply absolute opacity-0 h-full;
106
106
  top: 20%;
107
107
  left: 3%;
108
108
  }
package/src/index.scss CHANGED
@@ -141,6 +141,7 @@
141
141
  @import "./modules/hrms/index.scss";
142
142
  @import "./modules/BPA/index.scss";
143
143
  @import "./pages/common/sitePhotoGraphs.scss";
144
+ @import "./modules/TL/index.scss";
144
145
 
145
146
  .display-none {
146
147
  display: none;
@@ -999,16 +1000,14 @@
999
1000
  }
1000
1001
 
1001
1002
  .options-card {
1002
- max-height: 350px; /* Upper limit to trigger scrolling */
1003
- min-height: 20px; /* Always some visible height */
1004
- overflow-y: auto; /* Vertical scrolling only */
1005
- overflow-x: hidden; /* No horizontal scroll */
1006
- border: 1px solid #ccc; /* Optional: visual boundary */
1007
- border-radius: 8px; /* Rounded corners for a modern look */
1008
- background-color: #fff; /* Ensure readable background */
1003
+ max-height: 350px;
1004
+ overflow-y: auto;
1005
+ overflow-x: hidden;
1006
+ border: 1px solid #ccc;
1007
+ border-radius: 8px;
1008
+ background-color: #fff;
1009
1009
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
1010
1010
  padding: 4px 0;
1011
- z-index: 1000; /* Ensure it appears above other elements */
1012
1011
  }
1013
1012
 
1014
1013
  /* ===== TimelineHOC CSS ===== */
@@ -2392,13 +2391,6 @@ input[type="date"] {
2392
2391
  margin-right: 50px;
2393
2392
  }
2394
2393
 
2395
- .engagementForm {
2396
- width: 70%;
2397
- @media (max-width: 768px) {
2398
- width: 100%;
2399
- }
2400
- }
2401
-
2402
2394
  .surveyCardSection {
2403
2395
  background: white;
2404
2396
  display: block;
@@ -2409,11 +2401,10 @@ input[type="date"] {
2409
2401
  width: 100%;
2410
2402
  }
2411
2403
  }
2412
- .hrms-text-transform{
2404
+ .hrms-text-transform {
2413
2405
  text-transform: none !important;
2414
2406
  }
2415
2407
 
2416
-
2417
2408
  .noc-popupStyles {
2418
2409
  width: unset;
2419
2410
  min-width: 360px;
@@ -2421,17 +2412,12 @@ input[type="date"] {
2421
2412
  padding: 20px;
2422
2413
  }
2423
2414
 
2424
- .security-banner {
2425
- width: 100%;
2426
- max-width: 920px;
2427
- margin: 1px auto 20px auto;
2428
- padding: 16px 24px;
2429
- border-radius: 12px;
2430
- background: linear-gradient(90deg, #1e4db7, #3a7bd5);
2431
- color: #ffffff;
2432
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
2433
- display: flex;
2434
- gap: 14px;
2435
- align-items: flex-start;
2436
- line-height: 1.6;
2415
+ .engagementForm {
2416
+ width: 70%;
2417
+ @media (max-width: 768px) {
2418
+ width: 100%;
2419
+ }
2437
2420
  }
2421
+ .hrms-text-transform{
2422
+ text-transform: none !important;
2423
+ }
@@ -53,7 +53,7 @@
53
53
  height: auto;
54
54
  min-height: 40px;
55
55
  max-height: 40px;
56
- width: 43%;
56
+ width: 175px;
57
57
  padding: 0;
58
58
  }
59
59
 
@@ -78,11 +78,13 @@
78
78
 
79
79
  /* File input */
80
80
  .upload-file-input {
81
- width: 43%;
82
- min-height: 42px;
83
- max-height: 42px;
84
- top: 5px;
85
- left: 5px;
81
+ @apply absolute opacity-0;
82
+ width: 175px;
83
+ max-width: 90%;
84
+ min-height: 50px;
85
+ max-height: 50px;
86
+ top: 10px;
87
+ left: 15px;
86
88
  }
87
89
 
88
90
  /* Error text */
@@ -90,6 +92,37 @@
90
92
  color: red;
91
93
  }
92
94
 
95
+ .close-btn {
96
+ background-color: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
97
+ padding: 8px 16px;
98
+ }
99
+
100
+ .advisory-text {
101
+ font-size: 13px;
102
+ color: red;
103
+ margin: 0;
104
+ }
105
+
106
+ .upload-file-new {
107
+ min-height: 56px;
108
+ @apply relative border border-input-border w-full;
109
+ border-radius: 10px;
110
+
111
+ div {
112
+ @apply flex flex-row h-full items-center pl-md mt-sm mb-sm flex-wrap;
113
+ border-radius: 10px;
114
+
115
+ .file-upload-status {
116
+ @apply text-body-s-dt ml-sm;
117
+ }
118
+ }
119
+
120
+ }
121
+
122
+ .inbox-name {
123
+ display: inline;
124
+ padding-left: 30px;
125
+ }
93
126
  .back-button-container {
94
127
  cursor: pointer;
95
128
  width: fit-content;
@@ -116,9 +149,62 @@
116
149
  }
117
150
  }
118
151
 
152
+
153
+ .action-bar-wrap-menu {
154
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
155
+ z-index: 100;
156
+ height: auto;
157
+
158
+ @apply absolute bg-white text-right;
159
+
160
+ top: 100%;
161
+ left: 0;
162
+ width: 100%;
163
+
164
+ div {
165
+ @apply w-full;
166
+ }
167
+
168
+ .menu-wrap-position {
169
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
170
+
171
+ top: 100%;
172
+ left: 0;
173
+
174
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px,
175
+ rgba(0, 0, 0, 0.12) 0 3px 14px 2px,
176
+ rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
177
+
178
+ width: auto;
179
+ min-width: 200px;
180
+ max-width: calc(100% - 16px);
181
+ padding: 2px;
182
+
183
+ div {
184
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
185
+
186
+ &:hover {
187
+ @apply bg-grey-mid w-full;
188
+ }
189
+ }
190
+ }
191
+ }
192
+
193
+ .card-dropdown-wrapper {
194
+ position: relative;
195
+ }
196
+
119
197
  /* Mobile */
120
198
  @media (max-width: 768px) {
121
199
  .upload-tag-container {
122
200
  width: 80%;
123
201
  }
202
+ }
203
+
204
+ .inbox-name {
205
+ font-size: 32px;
206
+ font-family: "Noto Sans", sans-serif;
207
+ color: black;
208
+ display: inline;
209
+ padding-left: 180px;
124
210
  }