general-library-union 2.9.43 → 2.9.44

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.43",
3
+ "version": "2.9.44",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4174,6 +4174,7 @@ td.GrupoColor {
4174
4174
 
4175
4175
  .tabla-planta-personal {
4176
4176
  height: auto;
4177
+ box-shadow: 0px 0px 2px var(--color-200);
4177
4178
  }
4178
4179
 
4179
4180
 
@@ -5175,6 +5175,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5175
5175
 
5176
5176
  .tabla-planta-personal {
5177
5177
  height: auto;
5178
+ box-shadow: 0px 0px 2px var(--color-200);
5178
5179
  }
5179
5180
  }
5180
5181