fuma 2.0.18 → 2.0.19

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.
@@ -114,18 +114,13 @@
114
114
  {#if noSlotItemWrapper}
115
115
  {@render slotItem(item)}
116
116
  {:else}
117
- <div class="input h-auto min-h-10 w-full grow items-start pt-2 pr-2">
118
- <div class="grow">
119
- {@render slotItem(item)}
120
- </div>
121
- <button
122
- type="button"
123
- on:click|stopPropagation={() => clear()}
124
- class="btn btn-square btn-xs"
125
- >
126
- <Icon path={mdiClose} />
127
- </button>
128
- </div>
117
+ <button
118
+ type="button"
119
+ on:click|stopPropagation={() => clear()}
120
+ class="input h-auto min-h-10 w-full grow items-start pt-2 pr-2"
121
+ >
122
+ {@render slotItem(item)}
123
+ </button>
129
124
  {/if}
130
125
  <input
131
126
  type="hidden"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",