@solcre-org/core-ui 2.13.4 → 2.13.5

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.
@@ -2,21 +2,46 @@
2
2
  /** COMPONENT: PLACEHOLDER
3
3
  /* ******************************************** */
4
4
 
5
- /* Provisorio */
6
-
7
5
  .c-placeholder{
8
6
  --_color-main-hsl: var(--color-neutral-800-hsl);
9
7
  --_color-text-hsl: var(--color-neutral-800-hsl);
10
8
 
11
9
  --_padd-y: 1.5em;
12
10
  --_padd-x: 1.5em;
13
- --_br: var(--app-main-br, 8px);
11
+ --_br: var(--app-main-br);
14
12
  --_fz: var(--fz-100);
13
+ --_fw: 700;
15
14
 
16
15
  padding: var(--_padd-y) var(--_padd-x);
17
16
  background-color: hsl(var(--_color-main-hsl)/4%);
18
17
  border-radius: var(--_br);
19
18
  font-size: var(--_fz);
19
+ font-weight: var(--_fw);
20
+ letter-spacing: 0.05em;
21
+ line-height: 1.2;
22
+ color: hsl(var(--_color-main-hsl) / 40%);
23
+ }
24
+
25
+ .c-placeholder--centered{
26
+ display: flex;
27
+ flex-direction: column;
28
+ align-items: center;
29
+ gap: 1em;
30
+ text-align: center;
31
+ }
32
+
33
+ .c-placeholder__img{
34
+ min-width: 5rem;
35
+ width: 20%;
36
+ }
37
+
38
+ .c-placeholder--centered .c-placeholder__img{
39
+ margin-inline: auto
40
+ }
41
+
42
+ /* In sidenav */
43
+ .c-sidenav__heading + .c-placeholder{
44
+ margin-top: 2rem;
20
45
  }
21
46
 
22
47
 
@@ -14725,12 +14725,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
14725
14725
  // Este archivo es generado automáticamente por scripts/update-version.js
14726
14726
  // No edites manualmente este archivo
14727
14727
  const VERSION = {
14728
- full: '2.13.4',
14728
+ full: '2.13.5',
14729
14729
  major: 2,
14730
14730
  minor: 13,
14731
- patch: 4,
14732
- timestamp: '2025-09-26T13:18:16.891Z',
14733
- buildDate: '26/9/2025'
14731
+ patch: 5,
14732
+ timestamp: '2025-09-29T18:27:57.345Z',
14733
+ buildDate: '29/9/2025'
14734
14734
  };
14735
14735
 
14736
14736
  class MainNavComponent {