@solcre-org/core-ui 2.12.41 → 2.12.42

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.
@@ -84,7 +84,7 @@
84
84
  .c-modal__header {
85
85
  display: flex;
86
86
  padding-block: var(--_header-py);
87
- align-items: center;
87
+ align-items: flex-start;
88
88
  justify-content: space-between;
89
89
  border-bottom: var(--_separator-line-w) solid var(--_separator-line-color);
90
90
  height: fit-content;
@@ -92,6 +92,8 @@
92
92
 
93
93
  .c-modal__close {
94
94
  color: var(--_close-color);
95
+ border: none;
96
+ margin-right: -0.3em;
95
97
  }
96
98
 
97
99
  .c-modal__body {
@@ -126,8 +128,8 @@ body:has(.c-modal.is-visible) {
126
128
  color: var(--_title-color);
127
129
  }
128
130
 
129
- .c-mody__text {
130
- --text-color: var(--_color);
131
+ .c-modal__title small{
132
+ opacity: .6;
131
133
  }
132
134
 
133
135
  .c-modal__icon {
@@ -257,9 +259,9 @@ body:has(.c-modal.is-visible) {
257
259
  {
258
260
 
259
261
  .c-modal {
260
- --_holder-px: var(--wrapper-x);
262
+ --_holder-px: calc(var(--wrapper-x)*1.2);
261
263
  --_holder-w: calc(100% - var(--_ouside-padding)*2);
262
- --_header-py: 1.2rem;
264
+ --_header-py: 1.8rem;
263
265
 
264
266
  }
265
267
 
@@ -289,6 +291,10 @@ body:has(.c-modal.is-visible) {
289
291
  border: none;
290
292
  }
291
293
 
294
+ .c-modal__body{
295
+ padding-top: 0;
296
+ }
297
+
292
298
  }
293
299
 
294
300
 
@@ -342,6 +348,10 @@ body:has(.c-modal.is-visible) {
342
348
  .c-modal.is-closing .c-modal__holder {
343
349
  animation: hidemodal var(--_modal-animation-out) ease-out forwards;
344
350
  }
351
+
352
+ .c-modal__close {
353
+ margin-right: -0.8em;
354
+ }
345
355
  }
346
356
 
347
357
  @media (min-width: 48rem) and (orientation: portrait) {}
@@ -50,6 +50,16 @@
50
50
  pointer-events: none;
51
51
  opacity: .4;
52
52
  }
53
+ /* SOLCRE: Estilos de error en TABS */
54
+ .c-tabs__link.has-error{
55
+ color: var(--color-context-error);
56
+ border-color: var(--color-context-error);
57
+ }
58
+
59
+ .c-tabs__link.has-error.is-active{
60
+ color: var(--color-context-error);
61
+ box-shadow: 0 var(--_line-w) 0 0 var(--color-context-error);
62
+ }
53
63
 
54
64
  .c-tabs__link [class*="icon-"]{
55
65
  font-size: 1.1em;
@@ -109,7 +109,15 @@
109
109
  "noResults": "No se encontraron resultados",
110
110
  "typeToSearch": "Escribe para buscar"
111
111
  }
112
- }
112
+ },
113
+ "unsavedChanges": {
114
+ "title": "Unsaved changes",
115
+ "message": "You have unsaved changes. Are you sure you want to close the modal?",
116
+ "confirm": "Close without saving",
117
+ "cancel": "Continue editing"
118
+ },
119
+ "validationErrors": "Please fix the validation errors before saving.",
120
+ "stepErrors": "Please fix the validation errors before proceeding to the next step."
113
121
  },
114
122
  "dashboard": {
115
123
  "title": "Panel de Control",
@@ -101,7 +101,7 @@
101
101
  "save": "Guardar",
102
102
  "close": "Cerrar",
103
103
  "noData": "No se encontraron datos...",
104
- "createTitle": "Crear",
104
+ "createTitle": "Agregar",
105
105
  "next": "Siguiente",
106
106
  "previous": "Anterior",
107
107
  "field": {
@@ -115,7 +115,9 @@
115
115
  "message": "Tienes cambios sin guardar. ¿Estás seguro de que quieres cerrar el modal?",
116
116
  "confirm": "Cerrar sin guardar",
117
117
  "cancel": "Continuar editando"
118
- }
118
+ },
119
+ "validationErrors": "Por favor, corrige los errores de validación antes de guardar.",
120
+ "stepErrors": "Por favor, corrige los errores de validación antes de continuar al siguiente paso."
119
121
  },
120
122
  "dashboard": {
121
123
  "title": "Panel de Control",