@solcre-org/core-ui 2.12.31 → 2.12.32
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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--_holder-px: 3rem;
|
|
12
12
|
--_holder-py: 3.6rem;
|
|
13
13
|
--_holder-br: var(--app-br, 8px);
|
|
14
|
-
--_holder-min-w:
|
|
14
|
+
--_holder-min-w: 45rem;
|
|
15
15
|
--_holder-max-w: 60rem;
|
|
16
16
|
--_holder-w: clamp(var(--_holder-min-w),32vw,var(--_holder-max-w));
|
|
17
17
|
--_overlay-bg: var(--app-popup-overlay, hsl(var(--color-alternative-800-hsl)/70%) );
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
width: var(--_holder-w);
|
|
66
66
|
font-size: var(--_fz);
|
|
67
67
|
font-weight: var(--_fw);
|
|
68
|
-
line-height: 1.2;
|
|
69
68
|
background-color: var(--_bg);
|
|
70
69
|
color: var(--_color);
|
|
71
70
|
border-radius: var(--_holder-br);
|
|
@@ -154,6 +153,7 @@ body:has(.c-modal.is-visible) {
|
|
|
154
153
|
display: flex;
|
|
155
154
|
justify-content: space-between;
|
|
156
155
|
gap: 0 var(--_bottom-gap-x);
|
|
156
|
+
align-items: center;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.c-modal.is-visible{
|
|
@@ -12243,12 +12243,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
12243
12243
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
12244
12244
|
// No edites manualmente este archivo
|
|
12245
12245
|
const VERSION = {
|
|
12246
|
-
full: '2.12.
|
|
12246
|
+
full: '2.12.32',
|
|
12247
12247
|
major: 2,
|
|
12248
12248
|
minor: 12,
|
|
12249
|
-
patch:
|
|
12250
|
-
timestamp: '2025-09-
|
|
12251
|
-
buildDate: '
|
|
12249
|
+
patch: 32,
|
|
12250
|
+
timestamp: '2025-09-15T19:43:40.649Z',
|
|
12251
|
+
buildDate: '15/9/2025'
|
|
12252
12252
|
};
|
|
12253
12253
|
|
|
12254
12254
|
class MainNavComponent {
|