fluent-svelte-extra 1.7.0 → 1.7.1
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.
|
@@ -11,7 +11,7 @@ function setSelected(value) {
|
|
|
11
11
|
}
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<div class="grid-view-item" class:selected>
|
|
14
|
+
<div class="grid-view-item" class:selected {...$$restProps}>
|
|
15
15
|
{#if !singleSelect}
|
|
16
16
|
<div class="item-checkbox">
|
|
17
17
|
<Checkbox bind:checked={selected}></Checkbox>
|
package/package.json
CHANGED