general-library-union 3.1.75 → 3.1.77

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.1.75",
3
+ "version": "3.1.77",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -464,11 +464,7 @@ color: #232323;
464
464
  border: solid 1px #232323;
465
465
  color: #232323;
466
466
  margin-bottom: 10%;
467
- }
468
-
469
-
470
-
471
-
467
+ }
472
468
  }
473
469
 
474
470
  #timeout button:hover{
@@ -457,6 +457,7 @@ color: #232323;
457
457
  }
458
458
 
459
459
  button {
460
+ cursor: pointer;
460
461
  padding: 0.5rem 6rem;
461
462
  background: #fff;
462
463
  border: none;
@@ -472,6 +473,7 @@ color: #232323;
472
473
  border: solid 1px #232323;
473
474
  color: #232323;
474
475
  margin-bottom: 10%;
476
+
475
477
  }
476
478
 
477
479
  }