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
|
-
<
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
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"
|