fuma 2.0.39 → 2.0.40

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.
@@ -137,11 +137,7 @@
137
137
  on:click|stopPropagation={() => clear()}
138
138
  class="input h-auto min-h-10 w-full grow items-start pt-2 pr-2"
139
139
  >
140
- <svelte:component this={Icon} class="h-5 opacity-70" />
141
140
  {@render slotItem(item)}
142
- {#if shortcutKey}
143
- <kbd class="kbd kbd-xs text-base-content/50">{shortcutKey}</kbd>
144
- {/if}
145
141
  </button>
146
142
  {/if}
147
143
  <input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "2.0.39",
3
+ "version": "2.0.40",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",