@homebound/beam 3.23.0 → 3.23.1

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
@@ -20028,7 +20028,7 @@ function GridTableLayoutComponent(props) {
20028
20028
  }, [visibleColumnIds, layoutState]);
20029
20029
  const visibleColumnsStorageKey = layoutState?.persistedColumnsStorageKey;
20030
20030
  const tableActionsEl = /* @__PURE__ */ jsx147(TableActions, { right: (hasHideableColumns || withCardView) && /* @__PURE__ */ jsxs74("div", { className: "df gap1", children: [
20031
- hasHideableColumns && /* @__PURE__ */ jsx147(EditColumnsButton, { columns, api, tooltip: "Display columns", ...tid.editColumnsButton }),
20031
+ hasHideableColumns && view === "list" && /* @__PURE__ */ jsx147(EditColumnsButton, { columns, api, tooltip: "Display columns", ...tid.editColumnsButton }),
20032
20032
  withCardView && /* @__PURE__ */ jsx147(ViewToggleButton, { view, onChange: setView })
20033
20033
  ] }), xss: {
20034
20034
  paddingTop: "pt3",