intelliwaketssveltekitv25 0.3.22 → 0.3.23
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.
- package/dist/MultiSelect.svelte +1 -2
- package/package.json +1 -1
package/dist/MultiSelect.svelte
CHANGED
|
@@ -301,8 +301,7 @@
|
|
|
301
301
|
{resizeTS}
|
|
302
302
|
{zIndex}>
|
|
303
303
|
{#snippet toggle()}
|
|
304
|
-
<div class='inputControl multiSelectInput box-border grid grid-cols-[1fr_auto] !p-0 overflow-hidden
|
|
305
|
-
text-[85%]'
|
|
304
|
+
<div class='inputControl multiSelectInput box-border grid grid-cols-[1fr_auto] !p-0 overflow-hidden text-[85%]'
|
|
306
305
|
class:readonly={useDisabled}
|
|
307
306
|
role='button'
|
|
308
307
|
tabindex={-1}
|