general-library-union 2.8.94 → 2.8.96

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.94",
3
+ "version": "2.8.96",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -82,8 +82,6 @@ body {
82
82
  color: var(--color-400) !important;
83
83
  }
84
84
 
85
-
86
-
87
85
  #login span.p-inputgroup-addon {
88
86
  height: auto !important;
89
87
  border: 1px solid #5c5c6c !important;
@@ -103,18 +101,9 @@ body {
103
101
  border-left: none !important;
104
102
  }
105
103
 
106
-
107
104
  #login .p-inputgroup {
108
105
  position: relative;
109
106
  }
110
-
111
-
112
- #login .p-inputgroup input:hover {
113
- box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400) !important;
114
- }
115
-
116
-
117
-
118
107
 
119
108
  #login span.p-inputgroup-addon {
120
109
  position: absolute;
@@ -134,7 +123,7 @@ body {
134
123
  font-size: 1rem;
135
124
  }
136
125
 
137
- :host ::ng-deep input.p-inputtext.p-component.p-element.p-filled {
126
+ input.p-inputtext.p-component.p-element.p-filled {
138
127
  height: auto;
139
128
  }
140
129