@solcre-org/core-ui 2.12.5 → 2.12.6

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.
@@ -10,6 +10,11 @@
10
10
  gap: max( var(--_entry-input-fz) * 0.5, 6px );
11
11
  text-align: center;
12
12
  }
13
+
14
+ .c-entry-item--inline .c-entry-stepper{
15
+ width: fit-content;
16
+ }
17
+
13
18
  .c-entry-stepper input{
14
19
  text-align: inherit;
15
20
  }
@@ -29,4 +29,8 @@ core-image-preview{
29
29
  display: none;
30
30
  }
31
31
 
32
+ /* Form */
32
33
 
34
+ .c-entry-item.c-entry-item--inline:has(.c-entry-text + .c-entry-stepper) core-field-errors{
35
+ grid-column: span 2;
36
+ }
@@ -11158,11 +11158,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
11158
11158
  // Este archivo es generado automáticamente por scripts/update-version.js
11159
11159
  // No edites manualmente este archivo
11160
11160
  const VERSION = {
11161
- full: '2.12.5',
11161
+ full: '2.12.6',
11162
11162
  major: 2,
11163
11163
  minor: 12,
11164
- patch: 5,
11165
- timestamp: '2025-09-03T15:50:31.301Z',
11164
+ patch: 6,
11165
+ timestamp: '2025-09-03T16:59:46.774Z',
11166
11166
  buildDate: '3/9/2025'
11167
11167
  };
11168
11168