chore(deps-dev): bump prettier, prettier-plugin-svelte

This commit is contained in:
Eric Liu 2020-09-04 16:34:28 -07:00
commit 322b238cf0
34 changed files with 63 additions and 99 deletions

View file

@ -176,7 +176,7 @@
class:bx--tooltip__trigger={true}
class:bx--tooltip--a11y={true}
class="{tooltipPosition && `bx--tooltip--${tooltipPosition}`}
{tooltipAlignment && `bx--tooltip--align-${tooltipAlignment}`}"
{tooltipAlignment && `bx--tooltip--align-${tooltipAlignment}`}"
on:click={() => {
type = type === 'password' ? 'text' : 'password';
}}>

View file

@ -13,8 +13,6 @@
on:mouseover
on:mouseenter
on:mouseleave>
{#if !hideLabel}
<span class:bx--label={true} class:bx--skeleton={true} />
{/if}
{#if !hideLabel}<span class:bx--label={true} class:bx--skeleton={true} />{/if}
<div class:bx--skeleton={true} class:bx--text-area={true} />
</div>

View file

@ -87,7 +87,7 @@
* Set to `true` to mark the field as required
* @type {boolean} [required=false]
*/
export let required = false;
export let required = false;
import WarningFilled16 from "carbon-icons-svelte/lib/WarningFilled16";