general-library-union 2.4.75 → 2.4.76

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": "2.4.75",
3
+ "version": "2.4.76",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -111,7 +111,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
111
111
  width: 100%;
112
112
  height: 100%;
113
113
  background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
114
- url('assets/images/not-found-fondo.png');
114
+ url('/assets/images/not-found-fondo.png');
115
115
  background-size: cover;
116
116
 
117
117
 
@@ -120,7 +120,7 @@ body {
120
120
  width: 100%;
121
121
  height: 100%;
122
122
  background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
123
- url('assets/images/not-found-fondo.png');
123
+ url('/assets/images/not-found-fondo.png');
124
124
  background-size: cover;
125
125
 
126
126