@eclass/ui-kit 1.52.12 → 1.52.14
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 +7 -10
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +2 -2
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Calendar/EventsList/EventsList.d.ts.map +1 -1
- package/dist/organisms/CourseList/components/Section.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -2095,6 +2095,7 @@ function Section() {
|
|
|
2095
2095
|
})]
|
|
2096
2096
|
}), /* @__PURE__ */ jsx(Heading, {
|
|
2097
2097
|
as: "h2",
|
|
2098
|
+
fontFamily: "Roboto",
|
|
2098
2099
|
fontSize: "1rem",
|
|
2099
2100
|
mt: ".3125rem",
|
|
2100
2101
|
fontWeight: "700",
|
|
@@ -6411,7 +6412,7 @@ const EventsList = ({
|
|
|
6411
6412
|
const border = `1px solid ${(_a = vars("colors-neutral-platinum")) != null ? _a : "#E8E8E8"}`;
|
|
6412
6413
|
const initOrEnd = ["end-course", "init-course", "init-course-flexible", "end-course-flexible"].includes(type);
|
|
6413
6414
|
const dateTextStyle = {
|
|
6414
|
-
fontSize: "
|
|
6415
|
+
fontSize: "14px",
|
|
6415
6416
|
fontWeight: "700",
|
|
6416
6417
|
color: vars("colors-neutral-white"),
|
|
6417
6418
|
lineHeight: "100%"
|
|
@@ -6431,10 +6432,10 @@ const EventsList = ({
|
|
|
6431
6432
|
gap: "12px",
|
|
6432
6433
|
children: [/* @__PURE__ */ jsxs(Box, {
|
|
6433
6434
|
bg: color,
|
|
6434
|
-
minW: "
|
|
6435
|
-
minH: "
|
|
6436
|
-
maxW: "
|
|
6437
|
-
maxH: "
|
|
6435
|
+
minW: "88px",
|
|
6436
|
+
minH: "74px",
|
|
6437
|
+
maxW: "88px",
|
|
6438
|
+
maxH: "72px",
|
|
6438
6439
|
borderRadius: "4px",
|
|
6439
6440
|
p: "8px",
|
|
6440
6441
|
display: "flex",
|
|
@@ -6449,11 +6450,7 @@ const EventsList = ({
|
|
|
6449
6450
|
sx: dateTextStyle,
|
|
6450
6451
|
children: date
|
|
6451
6452
|
}), /* @__PURE__ */ jsx(Box, {
|
|
6452
|
-
|
|
6453
|
-
fontSize: "14px",
|
|
6454
|
-
fontWeight: "700",
|
|
6455
|
-
color: vars("colors-neutral-white"),
|
|
6456
|
-
lineHeight: "normal",
|
|
6453
|
+
sx: dateTextStyle,
|
|
6457
6454
|
children: time
|
|
6458
6455
|
})]
|
|
6459
6456
|
}), /* @__PURE__ */ jsxs(Box, {
|