@solcre-org/core-ui 2.20.0 → 2.20.1

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.
@@ -29,7 +29,7 @@
29
29
  left: 0;
30
30
  width: 12em;
31
31
  border: 1px solid #f2f4f8;
32
- background-color: #f2f5fa;
32
+ background-color: var(--area-code-options-bg, #f2f5fa);
33
33
  border-radius: var(--_entry-input-br);
34
34
  box-shadow: 1em 2.4em 3.4em -2em hsl(var(--color-neutral-900-hsl)/25%);
35
35
  display: none;
@@ -69,7 +69,8 @@
69
69
  @media (hover: hover) {
70
70
 
71
71
  .c-area-code__option:hover {
72
- background: #e0e7f1;
72
+ background: var(--area-code-option-hover-bg, #e0e7f1);
73
+ color: var(--area-code-option-hover-color, inherit);
73
74
  }
74
75
 
75
76
  }
@@ -16913,12 +16913,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
16913
16913
  // Este archivo es generado automáticamente por scripts/update-version.js
16914
16914
  // No edites manualmente este archivo
16915
16915
  const VERSION = {
16916
- full: '2.20.0',
16916
+ full: '2.20.1',
16917
16917
  major: 2,
16918
16918
  minor: 20,
16919
- patch: 0,
16920
- timestamp: '2026-01-28T17:41:30.562Z',
16921
- buildDate: '28/1/2026'
16919
+ patch: 1,
16920
+ timestamp: '2026-01-29T15:04:22.260Z',
16921
+ buildDate: '29/1/2026'
16922
16922
  };
16923
16923
 
16924
16924
  class MainNavComponent {