@colisweb/rescript-toolkit 4.14.12 → 4.14.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "4.14.12",
3
+ "version": "4.14.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -63,7 +63,7 @@ module Core = {
63
63
  ? <Toolkit__Ui_Spread
64
64
  key={"thead-th" ++ index->Int.toString} props={column.getHeaderProps()}>
65
65
  <td
66
- className="px-2 pt-2 border-b border-r border-gray-300 xl:h-20"
66
+ className="px-2 pt-2 border-b border-r border-gray-300 xl:min-h-[5rem]"
67
67
  key={"thead-thd" ++ index->Int.toString}>
68
68
  <Toolkit__Ui_Spread props={column.getSortByToggleProps()}>
69
69
  <div