general-library-union 2.8.12 → 2.8.13

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.8.12",
3
+ "version": "2.8.13",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -76,7 +76,6 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
76
76
  }
77
77
 
78
78
 
79
-
80
79
  #login .p-button {
81
80
  box-shadow: 0 0 5px var(--color-200);
82
81
  background: linear-gradient(to top, var(--color-400), var(--color-500));
@@ -79,8 +79,6 @@ body {
79
79
  border-radius: 5px 0px 0px 5px
80
80
  }
81
81
 
82
-
83
-
84
82
  #login .p-button {
85
83
  box-shadow: 0 0 5px #000000c9;
86
84
  border: solid 1px var(--color-400);
@@ -94,8 +92,6 @@ body {
94
92
  color: var(--color-400) !important;
95
93
  }
96
94
 
97
-
98
-
99
95
  #login span.p-inputgroup-addon {
100
96
  height: auto !important;
101
97
  border: 1px solid #5c5c6c !important;