general-library-union 3.0.67 → 3.0.68

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.67",
3
+ "version": "3.0.68",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2040,7 +2040,7 @@ margin-left: 10px;
2040
2040
  }
2041
2041
 
2042
2042
  .card .p-button-raised:focus-visible {
2043
- outline: 2px solid var(--color-600) !important;
2043
+ outline: 2px solid #fff !important;
2044
2044
  outline-offset: 4px;
2045
2045
  }
2046
2046