@eclass/ui-kit 1.7.6 → 1.7.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.
@@ -26639,7 +26639,7 @@ function Section() {
26639
26639
  p: "0 .9375rem",
26640
26640
  children: [(dateStatus == null ? void 0 : dateStatus.hasDates) && /* @__PURE__ */ jsxs(HStack, {
26641
26641
  direction: "row",
26642
- 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, {
26643
26643
  h: ".5rem",
26644
26644
  w: "1px",
26645
26645
  bg: vars("colors-neutral-silverSand"),