general-library-union 3.0.4 → 3.0.6

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": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4049,6 +4049,7 @@ td.GrupoColor {
4049
4049
  background: var(--color-85) !important;
4050
4050
  color: var(--color-500) !important;
4051
4051
  border-radius: 10px;
4052
+ width: 100%;
4052
4053
 
4053
4054
 
4054
4055
  &:hover{
@@ -5043,6 +5043,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5043
5043
  padding: 4px 2px;
5044
5044
  margin-right: 8px;
5045
5045
  padding: 12px;
5046
+ width: 100%;
5046
5047
 
5047
5048
  }
5048
5049