general-library-union 3.0.78 → 3.0.80

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.78",
3
+ "version": "3.0.80",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3344,6 +3344,20 @@ p.chip {
3344
3344
  }
3345
3345
  }
3346
3346
 
3347
+ .p-button.p-button-icon-only.p-button-rounded:focus-visible {
3348
+ outline: 2px solid var(--color-300) !important;
3349
+ outline-offset: 4px;
3350
+ }
3351
+
3352
+ button:focus-visible {
3353
+ outline: 2px solid var(--color-300) !important;
3354
+ outline-offset: 4px !important;
3355
+ }
3356
+
3357
+
3358
+
3359
+
3360
+
3347
3361
 
3348
3362
 
3349
3363
 
@@ -3819,6 +3819,17 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
3819
3819
  background: #35353e !important;
3820
3820
  }
3821
3821
 
3822
+ .p-button.p-button-icon-only.p-button-rounded:focus-visible {
3823
+ outline: 2px solid #fff !important;
3824
+ outline-offset: 4px;
3825
+ }
3826
+
3827
+ button:focus-visible {
3828
+ outline: 2px solid var(--color-300) !important;
3829
+ outline-offset: 4px !important;
3830
+ }
3831
+
3832
+
3822
3833
 
3823
3834
 
3824
3835
  /******************************************************************************