@solcre-org/core-ui 2.12.25 → 2.12.26

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.
@@ -16,9 +16,6 @@
16
16
  position: relative;
17
17
  display: grid;
18
18
  grid-template-rows: 1fr auto;
19
- grid-template-areas:
20
- "chatbody"
21
- "chatbottom";
22
19
  align-content: space-between;
23
20
  overflow: hidden;
24
21
  }
@@ -29,7 +26,6 @@
29
26
  }
30
27
 
31
28
  .c-chat-layout__body {
32
- grid-area: chatbody;
33
29
  position: relative;
34
30
  overflow: hidden;
35
31
  overflow-y: auto;
@@ -43,7 +39,6 @@
43
39
  }
44
40
 
45
41
  .c-chat-layout__bottom {
46
- grid-area: chatbottom;
47
42
  padding-block: var(--_bottom-py);
48
43
  border-top: var(--_separator-line-w) solid var(--_separator-line-color);
49
44
  height: fit-content;
@@ -72,11 +72,6 @@
72
72
  z-index: 1;
73
73
  display: grid;
74
74
  grid-template-rows: auto 1fr auto;
75
- grid-template-areas:
76
- "modalheader"
77
- "modalbody"
78
- "modalbottom"
79
- ;
80
75
  align-content: space-between;
81
76
  overflow: hidden;
82
77
  }
@@ -88,7 +83,6 @@
88
83
  }
89
84
 
90
85
  .c-modal__header {
91
- grid-area: modalheader;
92
86
  display: flex;
93
87
  padding-block: var(--_header-py);
94
88
  align-items: center;
@@ -102,7 +96,6 @@
102
96
  }
103
97
 
104
98
  .c-modal__body{
105
- grid-area: modalbody;
106
99
  position: relative;
107
100
  overflow: hidden;
108
101
  overflow-y: auto;
@@ -132,7 +125,6 @@ body:has(.c-modal.is-visible) {
132
125
  }
133
126
 
134
127
  .c-modal__bottom{
135
- grid-area: modalbottom;
136
128
  padding-block: var(--_bottom-py);
137
129
  border-top: var(--_separator-line-w) solid var(--_separator-line-color);
138
130
  height: fit-content;
@@ -131,6 +131,19 @@
131
131
  }
132
132
 
133
133
 
134
+ /* ********************** ONLY MOBILE ********************** */
135
+
136
+ @media (max-width: 47.9375rem) /* up to 767px */ {
137
+
138
+ .o-layout {
139
+ --_layout-fullheight: 100vh;
140
+ }
141
+
142
+ .o-layout__body{
143
+ border-radius: 0;
144
+ }
145
+
146
+ }
134
147
 
135
148
 
136
149
  /* ********************** MOBILE & TABLET ********************** */
@@ -12069,11 +12069,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
12069
12069
  // Este archivo es generado automáticamente por scripts/update-version.js
12070
12070
  // No edites manualmente este archivo
12071
12071
  const VERSION = {
12072
- full: '2.12.25',
12072
+ full: '2.12.26',
12073
12073
  major: 2,
12074
12074
  minor: 12,
12075
- patch: 25,
12076
- timestamp: '2025-09-10T13:20:45.267Z',
12075
+ patch: 26,
12076
+ timestamp: '2025-09-10T14:17:57.607Z',
12077
12077
  buildDate: '10/9/2025'
12078
12078
  };
12079
12079