@homebound/beam 3.92.3 → 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
  ] });