@rkosafo/cai.components 0.0.57 → 0.0.59

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.
@@ -233,6 +233,7 @@
233
233
  onchange={(e) => {
234
234
  const checked = e?.target?.checked;
235
235
  handleRowCheckboxChange(checked, getRow(row));
236
+ e.stopPropagation();
236
237
  }}
237
238
  checked={selectedRows.find((x) => x.id === getRow(row).id) ?? false}
238
239
  />
@@ -364,7 +365,7 @@
364
365
  {#if tableBottomContent}
365
366
  {@render tableBottomContent?.()}
366
367
  {:else if showTableBottomPadding}
367
- <div class="h-10"></div>
368
+ <div class="h-12"></div>
368
369
  {/if}
369
370
 
370
371
  {#if !$pageRows.length}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkosafo/cai.components",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",