general-library-union 2.4.81 → 2.4.83

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": "general-library-union",
3
- "version": "2.4.81",
3
+ "version": "2.4.83",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -42,7 +42,8 @@ p-inputnumber {
42
42
 
43
43
  .p-float-label > label {
44
44
  left: nth($inputPadding, 2);
45
- color: $inputPlaceholderTextColor;
45
+ // color: $inputPlaceholderTextColor;
46
+ color: #9f9f9f;
46
47
  transition-duration: $transitionDuration;
47
48
  // font-size: 1rem;
48
49
  }
@@ -5265,7 +5265,7 @@ img#footer-logo::before {
5265
5265
  }
5266
5266
 
5267
5267
  .card label {
5268
- color: #fff !important;
5268
+ color: #fff9 !important;
5269
5269
  }
5270
5270
 
5271
5271
  .p-menubar .p-submenu-list {
@@ -47,7 +47,8 @@ p-inputnumber {
47
47
 
48
48
  .p-float-label > label {
49
49
  left: nth($inputPadding, 2);
50
- color: $inputPlaceholderTextColor;
50
+ // color: $inputPlaceholderTextColor;
51
+ color: #9f9f9f;
51
52
  transition-duration: $transitionDuration;
52
53
  // font-size: 1rem;
53
54
  font-size: 0.9rem;