@layerfi/components 0.1.59 → 0.1.60

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/esm/index.js CHANGED
@@ -16162,6 +16162,7 @@ import classNames65 from "classnames";
16162
16162
  var BookkeepingOverview = ({
16163
16163
  title,
16164
16164
  // deprecated
16165
+ showTitle = true,
16165
16166
  stringOverrides
16166
16167
  }) => {
16167
16168
  const [pnlToggle, setPnlToggle] = useState54("expenses");
@@ -16172,7 +16173,8 @@ var BookkeepingOverview = ({
16172
16173
  viewClassName: "Layer__bookkeeping-overview--view",
16173
16174
  title: stringOverrides?.title || title || "Bookkeeping overview",
16174
16175
  withSidebar: width > 1100,
16175
- sidebar: /* @__PURE__ */ React187.createElement(TasksComponent, { stringOverrides: stringOverrides?.tasks })
16176
+ sidebar: /* @__PURE__ */ React187.createElement(TasksComponent, { stringOverrides: stringOverrides?.tasks }),
16177
+ showHeader: showTitle
16176
16178
  },
16177
16179
  width <= 1100 && /* @__PURE__ */ React187.createElement(
16178
16180
  TasksComponent,