general-library-union 2.3.12 → 2.3.14

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.3.12",
3
+ "version": "2.3.14",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2986,6 +2986,14 @@ td.GrupoColor {
2986
2986
  * BREADCRUMS ALMACENAMIENTO styles
2987
2987
  *****************************************************************************/
2988
2988
 
2989
+ .breadEstructura .p-icon {
2990
+ margin: 0 5px;
2991
+ }
2992
+
2993
+ .breadEstructura chevronrighticon {
2994
+ width: 8px;
2995
+ }
2996
+
2989
2997
 
2990
2998
  .breadEstructura .p-breadcrumb li:nth-child(3) span {
2991
2999
  background: #fff;
@@ -2276,7 +2276,7 @@ li.p-ripple.p-element.cdk-drag.ng-star-inserted.p-picklist-item.p-highlight {
2276
2276
 
2277
2277
  #idListadoExplosionGeneralizada .p-picklist-list .p-picklist-item {
2278
2278
  padding: 2%;
2279
- color: rgba(0, 0, 0, 0.87);
2279
+ color: #fff;
2280
2280
  margin: 16px 16px -7px;
2281
2281
  border-radius: 5px;
2282
2282
  border: solid 1px #39373f;
@@ -4028,6 +4028,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4028
4028
  * BREADCRUMS ALMACENAMIENTO styles
4029
4029
  *****************************************************************************/
4030
4030
 
4031
+ .breadEstructura .p-icon {
4032
+ margin: 0 5px;
4033
+ }
4034
+
4035
+ .breadEstructura chevronrighticon {
4036
+ width: 8px;
4037
+ }
4038
+
4031
4039
 
4032
4040
  .breadEstructura .p-breadcrumb li:nth-child(3) span {
4033
4041
  background: #fff;