@colisweb/rescript-toolkit 2.65.5 → 2.65.6

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.65.5",
3
+ "version": "2.65.6",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build -with-deps",
@@ -90,7 +90,10 @@ module Core = {
90
90
  </thead>
91
91
  <tbody className="block relative">
92
92
  {switch table.page {
93
- | [] => <tr> <td className="p-4"> {emptyMessage->React.string} </td> </tr>
93
+ | [] =>
94
+ <tr>
95
+ <td className="p-4 cw-table-noResult"> {emptyMessage->React.string} </td>
96
+ </tr>
94
97
  | page =>
95
98
  page
96
99
  ->Array.mapWithIndex((index, row) => {