general-library-union 2.5.10 → 2.5.12

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