@eclass/ui-kit 1.52.13 → 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 +6 -10
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +1 -1
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Calendar/EventsList/EventsList.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
|
@@ -6412,7 +6412,7 @@ const EventsList = ({
|
|
|
6412
6412
|
const border = `1px solid ${(_a = vars("colors-neutral-platinum")) != null ? _a : "#E8E8E8"}`;
|
|
6413
6413
|
const initOrEnd = ["end-course", "init-course", "init-course-flexible", "end-course-flexible"].includes(type);
|
|
6414
6414
|
const dateTextStyle = {
|
|
6415
|
-
fontSize: "
|
|
6415
|
+
fontSize: "14px",
|
|
6416
6416
|
fontWeight: "700",
|
|
6417
6417
|
color: vars("colors-neutral-white"),
|
|
6418
6418
|
lineHeight: "100%"
|
|
@@ -6432,10 +6432,10 @@ const EventsList = ({
|
|
|
6432
6432
|
gap: "12px",
|
|
6433
6433
|
children: [/* @__PURE__ */ jsxs(Box, {
|
|
6434
6434
|
bg: color,
|
|
6435
|
-
minW: "
|
|
6436
|
-
minH: "
|
|
6437
|
-
maxW: "
|
|
6438
|
-
maxH: "
|
|
6435
|
+
minW: "88px",
|
|
6436
|
+
minH: "74px",
|
|
6437
|
+
maxW: "88px",
|
|
6438
|
+
maxH: "72px",
|
|
6439
6439
|
borderRadius: "4px",
|
|
6440
6440
|
p: "8px",
|
|
6441
6441
|
display: "flex",
|
|
@@ -6450,11 +6450,7 @@ const EventsList = ({
|
|
|
6450
6450
|
sx: dateTextStyle,
|
|
6451
6451
|
children: date
|
|
6452
6452
|
}), /* @__PURE__ */ jsx(Box, {
|
|
6453
|
-
|
|
6454
|
-
fontSize: "14px",
|
|
6455
|
-
fontWeight: "700",
|
|
6456
|
-
color: vars("colors-neutral-white"),
|
|
6457
|
-
lineHeight: "normal",
|
|
6453
|
+
sx: dateTextStyle,
|
|
6458
6454
|
children: time
|
|
6459
6455
|
})]
|
|
6460
6456
|
}), /* @__PURE__ */ jsxs(Box, {
|