@jobber/components 4.80.1-fixrender.2 → 4.81.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.
@@ -1233,7 +1233,7 @@ function DataList(_a) {
1233
1233
  const itemActionComponent = getCompoundComponent(props.children, DataListItemActions);
1234
1234
  const bulkActionsComponent = getCompoundComponent(props.children, DataListBulkActions);
1235
1235
  const headerCount = Object.keys(props.headers).length;
1236
- const shouldRenderStickyHeader = !!filterComponent || !!searchComponent || !!(headerCount > 0);
1236
+ const shouldRenderStickyHeader = !!filterComponent || !!searchComponent || headerCount > 0;
1237
1237
  return (React__default["default"].createElement(DataListContext.Provider, { value: Object.assign(Object.assign({ searchComponent,
1238
1238
  filterComponent,
1239
1239
  layoutComponents,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.80.1-fixrender.2+f5f32634",
3
+ "version": "4.81.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@jobber/design": "^0.53.0",
23
- "@jobber/formatters": "^0.2.2",
23
+ "@jobber/formatters": "*",
24
24
  "@jobber/hooks": "^2.8.2",
25
25
  "@popperjs/core": "^2.0.6",
26
26
  "@std-proposal/temporal": "0.0.1",
@@ -84,5 +84,5 @@
84
84
  "> 1%",
85
85
  "IE 10"
86
86
  ],
87
- "gitHead": "f5f32634283d2220a4242bbdf6688f1be78b0997"
87
+ "gitHead": "763b867913cdfad5c39e8fcd98a1038c5f60a35e"
88
88
  }