@solcre-org/core-ui 2.14.3 → 2.14.4

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.
@@ -41,7 +41,9 @@
41
41
  background-color: var(--_bg);
42
42
  }
43
43
 
44
-
44
+ .c-switch .c-icon-btn{
45
+ pointer-events: none;
46
+ }
45
47
 
46
48
 
47
49
  /* ********************** SHORT MOBILE ********************** */
@@ -204,6 +204,7 @@
204
204
  flex-wrap: nowrap;
205
205
  justify-content: inherit;
206
206
  gap: var(--_act-gap);
207
+ align-items: center;
207
208
  }
208
209
 
209
210
  .u-align-right .c-table__actions {
@@ -14786,12 +14786,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
14786
14786
  // Este archivo es generado automáticamente por scripts/update-version.js
14787
14787
  // No edites manualmente este archivo
14788
14788
  const VERSION = {
14789
- full: '2.14.3',
14789
+ full: '2.14.4',
14790
14790
  major: 2,
14791
14791
  minor: 14,
14792
- patch: 3,
14793
- timestamp: '2025-10-02T15:46:57.392Z',
14794
- buildDate: '2/10/2025'
14792
+ patch: 4,
14793
+ timestamp: '2025-10-03T10:51:31.104Z',
14794
+ buildDate: '3/10/2025'
14795
14795
  };
14796
14796
 
14797
14797
  class MainNavComponent {