general-library-union 2.9.7 → 2.9.8

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.9.7",
3
+ "version": "2.9.8",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3127,12 +3127,12 @@ p.chip {
3127
3127
  background: none;
3128
3128
 
3129
3129
  .p-inputtext.p-component {
3130
- border: 1px solid transparent;
3131
- // background: var(--color-75) no-repeat;
3132
- /* background-image: linear-gradient(to bottom, _(color-500), _(color-500)), linear-gradient(to bottom, _(color-100), _(color-100));*/
3133
- background-size: 0 2px, 100% 1px;
3134
- background-position: 50% 100%, 50% 100%;
3135
- background-origin: border-box;
3130
+ // border: 1px solid transparent;
3131
+ // // background: var(--color-75) no-repeat;
3132
+ // /* background-image: linear-gradient(to bottom, _(color-500), _(color-500)), linear-gradient(to bottom, _(color-100), _(color-100));*/
3133
+ // background-size: 0 2px, 100% 1px;
3134
+ // background-position: 50% 100%, 50% 100%;
3135
+ // background-origin: border-box;
3136
3136
 
3137
3137
  &:enabled:hover,
3138
3138
  &:enabled:focus {
@@ -4116,11 +4116,20 @@ td.GrupoColor {
4116
4116
 
4117
4117
 
4118
4118
  .planta-personal .us-foto-perfil {
4119
- min-width: 100px !important;
4120
- max-height: 110px !important;
4119
+ min-width: 60px !important;
4120
+ max-height: 80px !important;
4121
4121
 
4122
4122
  }
4123
4123
 
4124
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
4125
+ max-height: 190px !important;
4126
+ }
4127
+
4128
+ .planta-personal .p-tree {
4129
+ max-height: 190px;
4130
+ height: 100%;
4131
+ }
4132
+
4124
4133
  }
4125
4134
 
4126
4135
 
@@ -5099,10 +5099,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5099
5099
 
5100
5100
 
5101
5101
  .planta-personal .us-foto-perfil {
5102
- min-width: 100px !important;
5103
- max-height: 110px !important;
5102
+ min-width: 60px !important;
5103
+ max-height: 80px !important;
5104
5104
 
5105
5105
  }
5106
+
5107
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
5108
+ max-height: 190px !important;
5109
+ }
5110
+
5111
+ .planta-personal .p-tree {
5112
+ max-height: 190px;
5113
+ height: 100%;
5114
+ }
5106
5115
 
5107
5116
 
5108
5117