general-library-union 3.2.94 → 3.2.95

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.2.94",
3
+ "version": "3.2.95",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -702,6 +702,20 @@ color: #232323;
702
702
  .eleccion-modo .p-inputswitch .p-inputswitch-slider{
703
703
  color: #fff;
704
704
  }
705
+
706
+ .eleccion-modo p-inputswitch {
707
+ padding: 5px 5px 0;
708
+ }
709
+
710
+ .eleccion-modo p-inputswitch:focus-visible {
711
+ box-shadow: 0 0 0 3px var(--color-400); /* Sombra personalizada */
712
+ border-radius: 4px;
713
+ outline: none; /* Quitar el borde predeterminado */
714
+ padding: 6px 5px 0px;
715
+ }
716
+
717
+
718
+
705
719
  /******************************************************************************
706
720
  * color border styles
707
721
  *****************************************************************************/