@eclass/ui-kit 1.7.5 → 1.8.0
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.
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -26615,6 +26615,8 @@ function IconSelection({
|
|
|
26615
26615
|
});
|
|
26616
26616
|
case "circularInformation":
|
|
26617
26617
|
return /* @__PURE__ */ jsx(CircularInformation, {});
|
|
26618
|
+
case "info":
|
|
26619
|
+
return /* @__PURE__ */ jsx(CircularInformation, {});
|
|
26618
26620
|
default:
|
|
26619
26621
|
return null;
|
|
26620
26622
|
}
|
|
@@ -26637,7 +26639,7 @@ function Section() {
|
|
|
26637
26639
|
p: "0 .9375rem",
|
|
26638
26640
|
children: [(dateStatus == null ? void 0 : dateStatus.hasDates) && /* @__PURE__ */ jsxs(HStack, {
|
|
26639
26641
|
direction: "row",
|
|
26640
|
-
divider: dateStatus.init !== void 0 && dateStatus.init.length > 0 && dateStatus.end !== void 0 && dateStatus.end.length > 0 ? /* @__PURE__ */ jsx(Box, {
|
|
26642
|
+
divider: dateStatus.init !== void 0 && dateStatus.init.length > 0 && dateStatus.end !== void 0 && progress2.icon !== null && dateStatus.end.length > 0 ? /* @__PURE__ */ jsx(Box, {
|
|
26641
26643
|
h: ".5rem",
|
|
26642
26644
|
w: "1px",
|
|
26643
26645
|
bg: vars("colors-neutral-silverSand"),
|
|
@@ -26790,18 +26792,64 @@ const dataStates = {
|
|
|
26790
26792
|
dateStatus: __spreadProps(__spreadValues({}, dataBase.dateStatus), {
|
|
26791
26793
|
hasDates: false
|
|
26792
26794
|
}),
|
|
26793
|
-
information:
|
|
26795
|
+
information: null,
|
|
26796
|
+
action: __spreadProps(__spreadValues({}, dataBase.action), {
|
|
26797
|
+
href: "#",
|
|
26798
|
+
text: "Ver informaci\xF3n del curso"
|
|
26799
|
+
}),
|
|
26800
|
+
labels: []
|
|
26801
|
+
}),
|
|
26802
|
+
inscripcionFutura: __spreadProps(__spreadValues({}, dataBase), {
|
|
26803
|
+
id: 1,
|
|
26804
|
+
hasFinanzeFreezed: false,
|
|
26805
|
+
status: __spreadProps(__spreadValues({}, dataBase.status), {
|
|
26806
|
+
id: 1,
|
|
26807
|
+
name: "noHabilitado"
|
|
26808
|
+
}),
|
|
26809
|
+
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
26810
|
+
label: "Podr\xE1s inscribirte a partir del 31 de marzo de 2022",
|
|
26811
|
+
icon: "circularInformation"
|
|
26812
|
+
}),
|
|
26813
|
+
dateStatus: __spreadProps(__spreadValues({}, dataBase.dateStatus), {
|
|
26814
|
+
hasDates: false
|
|
26815
|
+
}),
|
|
26816
|
+
information: null,
|
|
26817
|
+
action: __spreadProps(__spreadValues({}, dataBase.action), {
|
|
26818
|
+
href: "#",
|
|
26819
|
+
text: "Ver informaci\xF3n del curso"
|
|
26820
|
+
}),
|
|
26821
|
+
labels: [
|
|
26794
26822
|
{
|
|
26795
|
-
|
|
26796
|
-
text: "
|
|
26797
|
-
href: null
|
|
26823
|
+
id: "NEW",
|
|
26824
|
+
text: "Nuevo"
|
|
26798
26825
|
}
|
|
26799
|
-
]
|
|
26826
|
+
]
|
|
26827
|
+
}),
|
|
26828
|
+
inscripcionFinalizo: __spreadProps(__spreadValues({}, dataBase), {
|
|
26829
|
+
id: 1,
|
|
26830
|
+
hasFinanzeFreezed: false,
|
|
26831
|
+
status: __spreadProps(__spreadValues({}, dataBase.status), {
|
|
26832
|
+
id: 1,
|
|
26833
|
+
name: "noHabilitado"
|
|
26834
|
+
}),
|
|
26835
|
+
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
26836
|
+
label: "El per\xEDodo de inscripci\xF3n finaliz\xF3 el 31 de marzo de 2022",
|
|
26837
|
+
icon: "circularInformation"
|
|
26838
|
+
}),
|
|
26839
|
+
dateStatus: __spreadProps(__spreadValues({}, dataBase.dateStatus), {
|
|
26840
|
+
hasDates: false
|
|
26841
|
+
}),
|
|
26842
|
+
information: null,
|
|
26800
26843
|
action: __spreadProps(__spreadValues({}, dataBase.action), {
|
|
26801
26844
|
href: "#",
|
|
26802
26845
|
text: "Ver informaci\xF3n del curso"
|
|
26803
26846
|
}),
|
|
26804
|
-
labels: [
|
|
26847
|
+
labels: [
|
|
26848
|
+
{
|
|
26849
|
+
id: "NEW",
|
|
26850
|
+
text: "Nuevo"
|
|
26851
|
+
}
|
|
26852
|
+
]
|
|
26805
26853
|
}),
|
|
26806
26854
|
preInscripcion: __spreadProps(__spreadValues({}, dataBase), {
|
|
26807
26855
|
logo: "https://cdn.eclass.com/img/productos/logos/logo-utec-square.jpg",
|
|
@@ -26841,7 +26889,7 @@ const dataStates = {
|
|
|
26841
26889
|
name: "preInscripcion"
|
|
26842
26890
|
}),
|
|
26843
26891
|
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
26844
|
-
label: "
|
|
26892
|
+
label: "Estamos procesando tu solicitud de inscripci\xF3n",
|
|
26845
26893
|
icon: "circularInformation"
|
|
26846
26894
|
}),
|
|
26847
26895
|
dateStatus: __spreadProps(__spreadValues({}, dataBase.dateStatus), {
|
|
@@ -27276,7 +27324,7 @@ const dataStates = {
|
|
|
27276
27324
|
name: "pendiente"
|
|
27277
27325
|
}),
|
|
27278
27326
|
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
27279
|
-
label: "
|
|
27327
|
+
label: "\xA1Curso finalizado! Estamos calculando tu promedio final",
|
|
27280
27328
|
icon: "circularInformation"
|
|
27281
27329
|
}),
|
|
27282
27330
|
dateStatus: {
|
|
@@ -27305,11 +27353,11 @@ const dataStates = {
|
|
|
27305
27353
|
id: 16,
|
|
27306
27354
|
hasFinanzeFreezed: false,
|
|
27307
27355
|
status: __spreadProps(__spreadValues({}, dataBase.status), {
|
|
27308
|
-
id:
|
|
27309
|
-
name: "
|
|
27356
|
+
id: 7,
|
|
27357
|
+
name: "QUALIFIED"
|
|
27310
27358
|
}),
|
|
27311
27359
|
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
27312
|
-
label: "Curso
|
|
27360
|
+
label: "Curso aprobado con nota",
|
|
27313
27361
|
icon: "circularCheck",
|
|
27314
27362
|
isApproved: true,
|
|
27315
27363
|
finalGrade: "6,5"
|
|
@@ -27345,11 +27393,11 @@ const dataStates = {
|
|
|
27345
27393
|
name: "Administrador"
|
|
27346
27394
|
},
|
|
27347
27395
|
status: __spreadProps(__spreadValues({}, dataBase.status), {
|
|
27348
|
-
id:
|
|
27349
|
-
name: "
|
|
27396
|
+
id: 7,
|
|
27397
|
+
name: "QUALIFIED"
|
|
27350
27398
|
}),
|
|
27351
27399
|
progress: __spreadProps(__spreadValues({}, dataBase.progress), {
|
|
27352
|
-
label: "Curso
|
|
27400
|
+
label: "Curso reprobado con nota",
|
|
27353
27401
|
icon: "circularCheck",
|
|
27354
27402
|
isApproved: false,
|
|
27355
27403
|
finalGrade: "3,5"
|
|
@@ -27436,8 +27484,8 @@ function PaymentModal({
|
|
|
27436
27484
|
};
|
|
27437
27485
|
function OverlayTwo() {
|
|
27438
27486
|
return /* @__PURE__ */ jsx(ModalOverlay, {
|
|
27439
|
-
bg: "#
|
|
27440
|
-
opacity: ".
|
|
27487
|
+
bg: "#2F2F2F",
|
|
27488
|
+
opacity: "0.32 !important",
|
|
27441
27489
|
backdropBlur: "2px"
|
|
27442
27490
|
});
|
|
27443
27491
|
}
|