Lint fixes.

(Prettier removes trailing `  ` in Markdown docs => Use paragraph instead.)
This commit is contained in:
brunnerh 2023-09-30 17:51:29 +02:00
commit 7be9e4ccfc
3 changed files with 9 additions and 8 deletions

View file

@ -224,9 +224,9 @@
class:bx--label="{true}"
class:bx--label--disabled="{disabled}"
>
<slot name="titleText">
{titleText}
</slot>
<slot name="titleText">
{titleText}
</slot>
</label>
{/if}
<ListBox

View file

@ -300,9 +300,9 @@
class:bx--label--disabled="{disabled}"
class:bx--visually-hidden="{hideLabel}"
>
<slot name="titleText">
{titleText}
</slot>
<slot name="titleText">
{titleText}
</slot>
</label>
{/if}
<ListBox

View file

@ -17,8 +17,9 @@
*/
export let href = undefined;
/**
* Specify the company name.
/**
* Specify the company name.
*
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
* @type {string}
*/