@sikka/hawa 0.14.5-next → 0.14.6-next

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
@@ -5390,7 +5390,7 @@ var DataTable = function(_param) {
5390
5390
  });
5391
5391
  return /* @__PURE__ */ React40.createElement("div", {
5392
5392
  className: "hawa-flex hawa-w-full hawa-flex-col hawa-gap-4"
5393
- }, enableSearch || enableHideColumns && /* @__PURE__ */ React40.createElement("div", {
5393
+ }, (enableSearch || enableHideColumns) && /* @__PURE__ */ React40.createElement("div", {
5394
5394
  className: "hawa-flex hawa-items-center hawa-flex-row hawa-gap-4"
5395
5395
  }, enableSearch && /* @__PURE__ */ React40.createElement(Input, {
5396
5396
  forceHideHelperText: true,
package/dist/index.mjs CHANGED
@@ -5073,7 +5073,7 @@ var DataTable = ({
5073
5073
  label: `${item} / ${pageText}`,
5074
5074
  value: item
5075
5075
  }));
5076
- return /* @__PURE__ */ React40.createElement("div", { className: "hawa-flex hawa-w-full hawa-flex-col hawa-gap-4" }, enableSearch || enableHideColumns && /* @__PURE__ */ React40.createElement("div", { className: "hawa-flex hawa-items-center hawa-flex-row hawa-gap-4" }, enableSearch && /* @__PURE__ */ React40.createElement(
5076
+ return /* @__PURE__ */ React40.createElement("div", { className: "hawa-flex hawa-w-full hawa-flex-col hawa-gap-4" }, (enableSearch || enableHideColumns) && /* @__PURE__ */ React40.createElement("div", { className: "hawa-flex hawa-items-center hawa-flex-row hawa-gap-4" }, enableSearch && /* @__PURE__ */ React40.createElement(
5077
5077
  Input,
5078
5078
  {
5079
5079
  forceHideHelperText: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.14.5-next",
3
+ "version": "0.14.6-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {