@homebound/beam 3.92.2 → 3.92.4
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23336,7 +23336,7 @@ function FilterPanelOpen({
|
|
|
23336
23336
|
},
|
|
23337
23337
|
...inDocumentScrollLayout ? pageContentPaddingX : void 0
|
|
23338
23338
|
}), children: [
|
|
23339
|
-
groupBy && /* @__PURE__ */ jsx179(GroupByField, { ...groupBy }),
|
|
23339
|
+
groupBy && /* @__PURE__ */ jsx179("div", { children: /* @__PURE__ */ jsx179(GroupByField, { ...groupBy }) }),
|
|
23340
23340
|
filterControls,
|
|
23341
23341
|
activeFilterCount > 0 && /* @__PURE__ */ jsx179(Button, { label: "Clear", variant: "tertiary", onClick: () => maybeCall(onClear), ...tid.clearBtn })
|
|
23342
23342
|
] });
|
|
@@ -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
|
}
|