fuma 1.0.12 → 1.0.13

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.
@@ -39,7 +39,7 @@
39
39
  <span class="loading loading-spinner absolute left-1 top-1 scale-125 opacity-25" />
40
40
  {/if}
41
41
  <button
42
- class="{klass} btn btn-sm {label ? '' : 'btn-square'}"
42
+ class={klass ? klass : `btn btn-sm ${label ? '' : ' btn-square'}`}
43
43
  on:click|preventDefault={handleClick}
44
44
  class:btn-disabled={isLoading}
45
45
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",