@makolabs/ripple 3.0.8 → 3.0.9

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.
@@ -607,29 +607,8 @@
607
607
  {/snippet}
608
608
 
609
609
  {#if hasHeader}
610
- <Card>
611
- {#snippet custom()}
612
- <!-- Header Section -->
613
- <div class="border-default-200 mb-4 border-b pb-3">
614
- <div class="flex items-center justify-between">
615
- <div>
616
- {#if title}
617
- <h2 class="text-default-900 text-lg font-semibold">{title}</h2>
618
- {/if}
619
- {#if subtitle}
620
- <p class="text-default-500 mt-1 text-xs">{subtitle}</p>
621
- {/if}
622
- </div>
623
- {#if headerActions}
624
- <div class="flex items-center">
625
- {@render headerActions()}
626
- </div>
627
- {/if}
628
- </div>
629
- </div>
630
-
631
- {@render tableContent()}
632
- {/snippet}
610
+ <Card {title} {subtitle} headerEnd={headerActions} bodyClass="p-0">
611
+ {@render tableContent()}
633
612
  </Card>
634
613
  {:else}
635
614
  {@render tableContent()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {