@makolabs/ripple 3.7.0 → 3.7.1

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.
@@ -133,7 +133,7 @@
133
133
  messages.length === 0
134
134
  ? 'mx-auto max-w-4xl items-center justify-center px-6'
135
135
  : 'overflow-hidden',
136
- messages.length > 0 && background,
136
+ messages.length > 0 && background(),
137
137
  className
138
138
  )
139
139
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {