general-library-union 3.0.82 → 3.0.83

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": "3.0.82",
3
+ "version": "3.0.83",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3351,7 +3351,7 @@ p.chip {
3351
3351
 
3352
3352
  button:focus-visible {
3353
3353
  outline: 2px solid var(--color-300) !important;
3354
- outline-offset: 4px !important;
3354
+ outline-offset: 2px !important;
3355
3355
  }
3356
3356
 
3357
3357
 
@@ -3825,8 +3825,8 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
3825
3825
  }
3826
3826
 
3827
3827
  button:focus-visible {
3828
- outline: 2px solid var(--color-300) !important;
3829
- outline-offset: 4px !important;
3828
+ outline: 2px solid #fff !important;
3829
+ outline-offset: 2px !important;
3830
3830
  }
3831
3831
 
3832
3832