general-library-union 2.5.88 → 2.5.89

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.88",
3
+ "version": "2.5.89",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -598,18 +598,6 @@ color: var(--color-700);
598
598
  .eleccion-modo .p-inputswitch .p-inputswitch-slider{
599
599
  color: #fff;
600
600
  }
601
-
602
- /* Aplicación de transición suave a la bolita del switch */
603
-
604
- .eleccion-modo .p-inputswitch-slider {
605
- transition: transform 0.4s ease-in-out; /* Ajusta la duración y la curva de tiempo */
606
- }
607
-
608
- /* Cuando el switch está activado */
609
-
610
- .eleccion-modo .p-inputswitch-checked .p-inputswitch-slider {
611
- transform: translateX(100%); /* Mueve la bolita a la posición de "on" */
612
- }
613
601
  /******************************************************************************
614
602
  * color border styles
615
603
  *****************************************************************************/