sccoreui 4.1.3 → 4.1.4

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 (2) hide show
  1. package/dist/App.scss +6 -25
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -27,10 +27,6 @@
27
27
  src: url("./assets/fonts/Lato-Regular.ttf") format("truetype");
28
28
  }
29
29
 
30
- // * {
31
- // padding: 0;
32
- // margin: 0;
33
- // }
34
30
 
35
31
  body {
36
32
  font-family: "Lato-400", sans-serif;
@@ -105,7 +101,7 @@ h3 {
105
101
 
106
102
  .progress-step-item {
107
103
  &.horizontal {
108
- // transform: translateX(10%);
104
+
109
105
 
110
106
  &:nth-of-type(1) {
111
107
  transform: translateX(-50%);
@@ -169,7 +165,7 @@ h3 {
169
165
  }
170
166
 
171
167
  .sc_custom_multiselect {
172
- // max-width: 197px;
168
+
173
169
  width: max-content;
174
170
 
175
171
  * {
@@ -307,16 +303,6 @@ h3 {
307
303
  }
308
304
  }
309
305
 
310
- // .status_dropdown_item:before {
311
- // content: '';
312
- // width: 10px;
313
- // height: 10px;
314
- // position: absolute;
315
- // transform: translateY(-50%);
316
- // top: 50%;
317
- // left: 10px;
318
- // border-radius: 50px;
319
- // }
320
306
 
321
307
  .status_dropdown_item.Active::before {
322
308
  background: #12B76A;
@@ -346,11 +332,10 @@ h3 {
346
332
  .custom_date_picker_sec {
347
333
  .custom_date_picker {
348
334
 
349
- // padding-left: 134px;
335
+
350
336
  .p-inputtext {
351
337
  padding-right: 16px;
352
338
  width: 130px;
353
- // max-width: max-content;
354
339
  }
355
340
 
356
341
  .p-inputtext {
@@ -373,7 +358,7 @@ h3 {
373
358
  .custom_date_picker.multiple {
374
359
  .p-inputtext {
375
360
  width: 236px;
376
- // max-width: max-content;
361
+
377
362
  }
378
363
  }
379
364
 
@@ -421,9 +406,7 @@ div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker table td>spa
421
406
  height: 40px;
422
407
  }
423
408
 
424
- // .date_item {
425
- // height: 40px;
426
- // }
409
+
427
410
 
428
411
  div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker-group {
429
412
  width: 328px;
@@ -473,9 +456,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
473
456
  }
474
457
  }
475
458
 
476
- // div:has(ul.date_filter) .p-datepicker-group-container {
477
- // padding: 0;
478
- // }
459
+
479
460
 
480
461
  .Multi_select_dropdown_panel.hidePanelHeader {
481
462
  .p-multiselect-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",