general-library-union 3.0.79 → 3.0.81

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.79",
3
+ "version": "3.0.81",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -15,7 +15,8 @@
15
15
  }
16
16
 
17
17
  &:enabled:focus {
18
- @include focused-input();
18
+ // @include focused-input();
19
+ border: solid 2px var(--color-300);
19
20
  }
20
21
 
21
22
  &.ng-dirty.ng-invalid {
@@ -3349,6 +3349,15 @@ p.chip {
3349
3349
  outline-offset: 4px;
3350
3350
  }
3351
3351
 
3352
+ button:focus-visible {
3353
+ outline: 2px solid var(--color-300) !important;
3354
+ outline-offset: 4px !important;
3355
+ }
3356
+
3357
+
3358
+
3359
+
3360
+
3352
3361
 
3353
3362
 
3354
3363
 
@@ -3824,6 +3824,11 @@ button.p-button-text.p-confirm-popup-reject.p-button-sm.p-button.p-component {
3824
3824
  outline-offset: 4px;
3825
3825
  }
3826
3826
 
3827
+ button:focus-visible {
3828
+ outline: 2px solid var(--color-300) !important;
3829
+ outline-offset: 4px !important;
3830
+ }
3831
+
3827
3832
 
3828
3833
 
3829
3834
 
@@ -17,7 +17,8 @@
17
17
 
18
18
 
19
19
  &:enabled:focus {
20
- @include focused-input();
20
+ // @include focused-input();
21
+ border: solid 2px var(--color-300);
21
22
  }
22
23
 
23
24