fuma 2.0.38 → 2.0.39

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.
@@ -103,7 +103,7 @@
103
103
  <FormControl {key} {label} {error} class={klass}>
104
104
  {#snippet children({ key })}
105
105
  <label class="input" class:hidden={item}>
106
- <svelte:component this={Icon} class="h-5 opacity-70" />
106
+ <svelte:component this={Icon} class="h-5 w-5 shrink-0 opacity-70" />
107
107
  <input
108
108
  type="text"
109
109
  id={key}
@@ -120,7 +120,9 @@
120
120
  />
121
121
  <RelationAfter {isLoading} {createUrl} {createTitle} {createIcon} />
122
122
  {#if shortcutKey}
123
- <kbd class="kbd kbd-xs text-base-content/50">{shortcutKey}</kbd>
123
+ <kbd class="kbd kbd-xs text-base-content/50 shrink-0">
124
+ {shortcutKey}
125
+ </kbd>
124
126
  {/if}
125
127
  </label>
126
128
  {@render append?.()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "2.0.38",
3
+ "version": "2.0.39",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",