@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24660,6 +24660,7 @@ function Card(props) {
|
|
|
24660
24660
|
}, items: buttonMenuItems }) }),
|
|
24661
24661
|
tag && !isList && /* @__PURE__ */ jsx194("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ jsx194(Tag, { type: tag.type, text: tag.text, ...tid.tag }) }),
|
|
24662
24662
|
/* @__PURE__ */ jsxs97("div", { className: "df fdc aifs gap1", children: [
|
|
24663
|
+
tag && isList && /* @__PURE__ */ jsx194(Tag, { type: tag.type, text: tag.text, ...tid.tag }),
|
|
24663
24664
|
/* @__PURE__ */ jsxs97("div", { children: [
|
|
24664
24665
|
/* @__PURE__ */ jsx194("div", { ...trussProps108({
|
|
24665
24666
|
fontWeight: "fw6",
|
|
@@ -24683,8 +24684,7 @@ function Card(props) {
|
|
|
24683
24684
|
} : {}
|
|
24684
24685
|
}), ...tid.title, children: title })
|
|
24685
24686
|
] }),
|
|
24686
|
-
/* @__PURE__ */ jsx194("div", { ...tid.details, children: detailContent })
|
|
24687
|
-
tag && isList && /* @__PURE__ */ jsx194(Tag, { type: tag.type, text: tag.text, ...tid.tag })
|
|
24687
|
+
/* @__PURE__ */ jsx194("div", { ...tid.details, children: detailContent })
|
|
24688
24688
|
] })
|
|
24689
24689
|
] });
|
|
24690
24690
|
}
|