general-library-union 3.0.65 → 3.0.67

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.65",
3
+ "version": "3.0.67",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1935,6 +1935,11 @@ min-height: 60px !important;
1935
1935
  padding: 0.68rem;
1936
1936
  }
1937
1937
 
1938
+ .card .p-button-raised:focus-visible {
1939
+ outline: 2px solid var(--color-600) !important;
1940
+ outline-offset: 4px;
1941
+ }
1942
+
1938
1943
  app-filtro-general button{
1939
1944
  padding: 13px !important;
1940
1945
  }
@@ -2039,6 +2039,11 @@ margin-left: 10px;
2039
2039
  background: #4f4f5f !important;
2040
2040
  }
2041
2041
 
2042
+ .card .p-button-raised:focus-visible {
2043
+ outline: 2px solid var(--color-600) !important;
2044
+ outline-offset: 4px;
2045
+ }
2046
+
2042
2047
  app-filtro-general button{
2043
2048
  padding: 13px !important;
2044
2049
  }