@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 CHANGED
@@ -23839,7 +23839,7 @@ function FilterPanelOpen({
23839
23839
  },
23840
23840
  ...inDocumentScrollLayout ? pageContentPaddingX : void 0
23841
23841
  }), children: [
23842
- groupBy && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(GroupByField, { ...groupBy }),
23842
+ groupBy && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(GroupByField, { ...groupBy }) }),
23843
23843
  filterControls,
23844
23844
  activeFilterCount > 0 && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(Button, { label: "Clear", variant: "tertiary", onClick: () => maybeCall(onClear), ...tid.clearBtn })
23845
23845
  ] });
@@ -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
  }