general-library-union 2.5.11 → 2.5.13

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.5.11",
3
+ "version": "2.5.13",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3859,17 +3859,6 @@ background: var(--color-75) !important;
3859
3859
  border-radius: 5px;
3860
3860
  }
3861
3861
 
3862
- .spinner-text {
3863
- position: absolute;
3864
- top: 50%;
3865
- left: 50%;
3866
- transform: translate(-50%, -50%);
3867
- font-size: 12px;
3868
- font-weight: bold;
3869
- }
3870
-
3871
-
3872
-
3873
3862
  .imagen-menu img {
3874
3863
  width: 7rem;
3875
3864
  display: table;