@homebound/beam 3.92.0 → 3.92.1

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.cjs CHANGED
@@ -25158,7 +25158,7 @@ function Card(props) {
25158
25158
  icon: "verticalDots",
25159
25159
  color: isList ? "--b-on-surface-muted" /* OnSurfaceMuted */ : "--b-on-primary" /* OnPrimary */
25160
25160
  }, items: buttonMenuItems }) }),
25161
- tag && /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Tag, { type: tag?.type, text: tag?.text, ...tid.tag }) }),
25161
+ tag && !isList && /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag }) }),
25162
25162
  /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("div", { className: "df fdc aifs gap1", children: [
25163
25163
  /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("div", { children: [
25164
25164
  /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...(0, import_runtime119.trussProps)({
@@ -25183,7 +25183,8 @@ function Card(props) {
25183
25183
  } : {}
25184
25184
  }), ...tid.title, children: title })
25185
25185
  ] }),
25186
- /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...tid.details, children: detailContent })
25186
+ /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...tid.details, children: detailContent }),
25187
+ tag && isList && /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag })
25187
25188
  ] })
25188
25189
  ] });
25189
25190
  }