@eclass/ui-kit 1.57.5 → 1.57.7
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 +1 -2
- 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/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
|
@@ -2096,7 +2096,6 @@ function Header$1() {
|
|
|
2096
2096
|
zIndex: 2,
|
|
2097
2097
|
children: [(profile == null ? void 0 : profile.id) !== STUDENT && /* @__PURE__ */ jsx(Label, {
|
|
2098
2098
|
bg: vars("colors-neutral-white"),
|
|
2099
|
-
m: "0 0 .625rem 0",
|
|
2100
2099
|
children: /* @__PURE__ */ jsxs(Flex, {
|
|
2101
2100
|
children: [/* @__PURE__ */ jsx(Profile, {
|
|
2102
2101
|
m: "0 .25rem 0 0"
|
|
@@ -2243,7 +2242,7 @@ function Section() {
|
|
|
2243
2242
|
fontWeight: "700",
|
|
2244
2243
|
lineHeight: "1.3",
|
|
2245
2244
|
children: name
|
|
2246
|
-
}), /* @__PURE__ */ jsx(Flex, {
|
|
2245
|
+
}), (progress == null ? void 0 : progress.label) !== void 0 && /* @__PURE__ */ jsx(Flex, {
|
|
2247
2246
|
mt: "1rem",
|
|
2248
2247
|
justify: "space-between",
|
|
2249
2248
|
alignItems: "flex-start",
|