@rkosafo/cai.components 0.0.55 → 0.0.56

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.
@@ -472,7 +472,7 @@
472
472
  {#if busy}
473
473
  <TableLoader bodySize={loadingBodySize} headerSize={loadingHeaderSize} />
474
474
  {:else}
475
- <div class="h-full w-full flex-grow overflow-y-auto">
475
+ <div class="h-full w-full flex-grow">
476
476
  <Table
477
477
  data={tableData}
478
478
  {headerColor}
@@ -359,7 +359,7 @@
359
359
  {/each}
360
360
  </tbody>
361
361
  </table>
362
- <div class="h-48"></div>
362
+ <!-- <div class="h-48"></div> -->
363
363
 
364
364
  {#if !$pageRows.length}
365
365
  <div class="flex h-72 w-full items-center justify-center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkosafo/cai.components",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",