@konoma-development/react-components 0.3.16 → 0.3.17

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.
@@ -16756,7 +16756,7 @@ function Table({ noDataClasses = baseClasses$2.noDataClasses, wrapperClasses = b
16756
16756
  }
16757
16757
  },
16758
16758
  isClearable: true,
16759
- className: "h-10",
16759
+ classes: "h-10 relative",
16760
16760
  iconRightName: filters[column.filterKey] ? "heroicons:x-mark" : ""
16761
16761
  }, filters[column.filterKey]?.join(", ")) })
16762
16762
  }, Object.keys(filters).join("-"))]
@@ -16830,7 +16830,7 @@ function Table({ noDataClasses = baseClasses$2.noDataClasses, wrapperClasses = b
16830
16830
  }
16831
16831
  },
16832
16832
  isClearable: true,
16833
- className: "h-10",
16833
+ classes: "h-10 relative",
16834
16834
  iconRightName: filters[column.filterKey] ? removeFilterIconName || "heroicons:x-mark" : "",
16835
16835
  iconRightPath: filters[column.filterKey] ? removeFilterIconPath : ""
16836
16836
  }, filters[column.filterKey]?.join(", ")) })