@local-civics/hub-ui 0.1.146 → 0.1.147

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/index.js CHANGED
@@ -5551,7 +5551,7 @@ const PathwayCard = (props) => {
5551
5551
  const buttonTheme = b.completedAt ? "light" : "dark";
5552
5552
  const iconName = b.completedAt ? "check & circle" : "circle";
5553
5553
  const iconColor = b.completedAt ? "text-green-500" : "text-zinc-300";
5554
- return /* @__PURE__ */ React__namespace.createElement("div", { key: b.badgeId, className: "flex gap-x-2 items-center" }, /* @__PURE__ */ React__namespace.createElement("div", { className: `shrink-0 h-4 w-4 ${iconColor}` }, /* @__PURE__ */ React__namespace.createElement(Icon, { name: iconName })), /* @__PURE__ */ React__namespace.createElement("div", { className: "grow" }, /* @__PURE__ */ React__namespace.createElement("div", null, /* @__PURE__ */ React__namespace.createElement("span", { className: "font-semibold" }, b.displayName)), /* @__PURE__ */ React__namespace.createElement("div", { className: "text-xs" }, /* @__PURE__ */ React__namespace.createElement("span", null, b.displayName), /* @__PURE__ */ React__namespace.createElement("span", { className: "ml-1 text-green-500 font-semibold whitespace-nowrap" }, b.weight, " ", b.weight === 1 ? "point" : "points"))), /* @__PURE__ */ React__namespace.createElement("div", { className: "shrink-0 w-full max-w-[7rem]" }, /* @__PURE__ */ React__namespace.createElement(
5554
+ return /* @__PURE__ */ React__namespace.createElement("div", { key: b.badgeId, className: "flex gap-x-2 items-center" }, /* @__PURE__ */ React__namespace.createElement("div", { className: `shrink-0 h-4 w-4 ${iconColor}` }, /* @__PURE__ */ React__namespace.createElement(Icon, { name: iconName })), /* @__PURE__ */ React__namespace.createElement("div", { className: "grow" }, /* @__PURE__ */ React__namespace.createElement("div", null, /* @__PURE__ */ React__namespace.createElement("span", { className: "font-semibold" }, b.displayName)), /* @__PURE__ */ React__namespace.createElement("div", { className: "text-xs" }, /* @__PURE__ */ React__namespace.createElement("span", { className: "ml-1 text-green-500 font-semibold whitespace-nowrap" }, b.weight, " ", b.weight === 1 ? "point" : "points"))), /* @__PURE__ */ React__namespace.createElement("div", { className: "shrink-0 w-full max-w-[7rem]" }, /* @__PURE__ */ React__namespace.createElement(
5555
5555
  Button,
5556
5556
  {
5557
5557
  onClick: b.onClick,