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="{true}"
class:bx--label--disabled="{disabled}" class:bx--label--disabled="{disabled}"
> >
<slot name="titleText"> <slot name="titleText">
{titleText} {titleText}
</slot> </slot>
</label> </label>
{/if} {/if}
<ListBox <ListBox

View file

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

View file

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