general-library-union 2.9.25 → 2.9.27

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.25",
3
+ "version": "2.9.27",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4165,8 +4165,16 @@ td.GrupoColor {
4165
4165
  margin-bottom: 30px;
4166
4166
  order: 2;
4167
4167
  }
4168
+
4169
+ .planta-personal:nth-child(1) div {
4170
+ display: grid;
4171
+ }
4172
+
4173
+ .planta-personal {
4174
+ width: 100%;
4168
4175
  }
4169
4176
 
4177
+ }
4170
4178
 
4171
4179
 
4172
4180
  /******************************************************************************
@@ -5157,6 +5157,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5157
5157
  margin-bottom: 30px;
5158
5158
  order: 2;
5159
5159
  }
5160
+ .planta-personal .ng-star-inserted {
5161
+ display: grid;
5162
+ }
5163
+
5164
+ .planta-personal {
5165
+ width: 100%;
5166
+ }
5160
5167
  }
5161
5168
 
5162
5169