@homebound/beam 3.92.2 → 3.92.3

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
@@ -25163,6 +25163,7 @@ function Card(props) {
25163
25163
  }, items: buttonMenuItems }) }),
25164
25164
  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 }) }),
25165
25165
  /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("div", { className: "df fdc aifs gap1", children: [
25166
+ tag && isList && /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag }),
25166
25167
  /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("div", { children: [
25167
25168
  /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...(0, import_runtime119.trussProps)({
25168
25169
  fontWeight: "fw6",
@@ -25186,8 +25187,7 @@ function Card(props) {
25186
25187
  } : {}
25187
25188
  }), ...tid.title, children: title })
25188
25189
  ] }),
25189
- /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...tid.details, children: detailContent }),
25190
- tag && isList && /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag })
25190
+ /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("div", { ...tid.details, children: detailContent })
25191
25191
  ] })
25192
25192
  ] });
25193
25193
  }