@colisweb/rescript-toolkit 2.31.0 → 2.31.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.31.0",
3
+ "version": "2.31.1",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -98,14 +98,7 @@ module Core = {
98
98
 
99
99
  <React.Fragment key={"tr" ++ index->Int.toString}>
100
100
  <Toolkit__Ui_Spread props={row.getRowProps()}>
101
- <tr
102
- className={cx([
103
- "block even:bg-gray-200",
104
- {
105
- open Css
106
- style(list{height(5.5->rem)})
107
- },
108
- ])}>
101
+ <tr className={"block even:bg-gray-200 min-h-[5.5rem]"}>
109
102
  {row.cells
110
103
  ->Array.mapWithIndex((index, cell) =>
111
104
  <Toolkit__Ui_Spread