@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.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
  ] });