general-library-union 2.3.32 → 2.3.33

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.3.32",
3
+ "version": "2.3.33",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2122,7 +2122,7 @@ span{
2122
2122
  }
2123
2123
 
2124
2124
  .p-datatable .p-datatable-loading-icon {
2125
- color: var(--color-700) !important;
2125
+ color: var(--color-800) !important;
2126
2126
  }
2127
2127
 
2128
2128
 
@@ -2367,7 +2367,7 @@ span{
2367
2367
 
2368
2368
 
2369
2369
  .p-datatable .p-datatable-loading-icon {
2370
- color: var(--color-700) !important;
2370
+ color: var(--color-500) !important;
2371
2371
  }
2372
2372
 
2373
2373