Prepare for pull request

This commit is contained in:
Richard O'flynn 2020-12-01 01:01:47 +00:00
commit 80f49f6a8f
5 changed files with 0 additions and 22 deletions

View file

@ -60,7 +60,6 @@
</section>
{/if}
<table
{...$$restProps}
class:bx--skeleton="{true}"
class:bx--data-table="{true}"
class:bx--data-table--compact="{size === 'compact'}"

View file

@ -8,9 +8,6 @@
/** Specify the value of the radio input */
export let value = "";
/** Specify the title of the selectable tile */
export let title = "title";
/** Specify the tabindex */
export let tabindex = "0";
@ -45,7 +42,6 @@
checked="{checked}"
tabindex="-1"
class:bx--tile-input="{true}"
title="{title}"
on:change
on:change="{() => {
update(value);