@makolabs/ripple 0.0.1-dev.40 → 0.0.1-dev.41

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.
@@ -58,8 +58,8 @@
58
58
  {/if}
59
59
  </div>
60
60
  </div>
61
+ {@render summary?.()}
61
62
  <div class="flex items-center">
62
- {@render summary?.()}
63
63
  <svg
64
64
  xmlns="http://www.w3.org/2000/svg"
65
65
  width="20"
@@ -4,7 +4,7 @@ export const accordion = tv({
4
4
  slots: {
5
5
  base: 'w-full relative overflow-hidden rounded-xl transition-all duration-200 hover:shadow-md bg-white border border-default-200',
6
6
  header: 'w-full flex cursor-pointer items-center justify-between p-4 transition-colors duration-200 hover:bg-default-50',
7
- title: 'flex text-default-900 text-sm font-medium leading-tight',
7
+ title: 'flex text-default-900 text-lg font-medium leading-tight',
8
8
  description: 'text-default-500 text-xs',
9
9
  body: 'w-full border-t border-default-200 p-4 pt-3 transition-all',
10
10
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "0.0.1-dev.40",
3
+ "version": "0.0.1-dev.41",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "repository": {
6
6
  "type": "git",