intelliwaketssveltekitv25 0.3.21 → 0.3.22
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,10 +301,9 @@
|
|
|
301
301
|
{resizeTS}
|
|
302
302
|
{zIndex}>
|
|
303
303
|
{#snippet toggle()}
|
|
304
|
-
<div class='inputControl box-border grid grid-cols-[1fr_auto] !p-0 overflow-hidden
|
|
304
|
+
<div class='inputControl multiSelectInput box-border grid grid-cols-[1fr_auto] !p-0 overflow-hidden
|
|
305
305
|
text-[85%]'
|
|
306
306
|
class:readonly={useDisabled}
|
|
307
|
-
id="MultiSelectInput"
|
|
308
307
|
role='button'
|
|
309
308
|
tabindex={-1}
|
|
310
309
|
class:invalid={showInvalid}
|