general-library-union 2.7.18 → 2.7.19

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.7.18",
3
+ "version": "2.7.19",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4807,14 +4807,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4807
4807
  }
4808
4808
 
4809
4809
  .menu-punto-proceso .p-dialog .p-button.p-button-outlined {
4810
- background: var(--color-100) !important;
4810
+ background: #39373f !important;
4811
4811
  padding: 0.45rem 0.55rem !important;
4812
4812
  border: solid 1px !important;
4813
- color: var(--color-500) !important;
4813
+ color: #fff;
4814
4814
 
4815
4815
  &:hover{
4816
- color: var(--color-500) !important;
4817
- border:solid 1px !important;
4816
+ color: #4a4851 !important;
4818
4817
  }
4819
4818
 
4820
4819
  }
@@ -4837,18 +4836,19 @@ background: var(--color-75) !important;
4837
4836
  }
4838
4837
 
4839
4838
  .menu-punto-proceso .p-dialog .p-button.p-button-raised {
4840
- background: var(--color-400) !important;
4841
- box-shadow: none;
4842
- color: #fff;
4839
+ background: #121212 !important;
4843
4840
  padding: 0.45rem 0.55rem !important;
4844
4841
  margin: 11px !important;
4842
+ border: solid 1px var(--color-400);
4843
+ color: var(--color-400) !important;
4844
+
4845
4845
 
4846
4846
  span{
4847
- color:#fff !important;
4847
+ color: var(--color-400) !important;
4848
4848
  }
4849
4849
 
4850
4850
  &:hover{
4851
- box-shadow: 2px 2px 15px var(--color-200) !important;
4851
+ background: #39373f !important;
4852
4852
  }
4853
4853
  }
4854
4854