Skip to content

Commit 015db52

Browse files
committed
feat: updated Image List for MDC v10
1 parent 4165e7e commit 015db52

12 files changed

+122
-311
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Update Progress Checklist:
214214
- [ ] Data Tables
215215
- [ ] Dialogs
216216
- [x] Drawers
217-
- [ ] Image List
217+
- [x] Image List
218218
- [x] Checkboxes
219219
- [ ] Floating Label
220220
- [x] Form Fields

packages/common/Label.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
? 'mdc-snackbar__label'
1212
: ''}"
1313
{...context === 'snackbar' ? { role: 'status', 'aria-live': 'polite' } : {}}
14-
{...tabindex != null ? { tabindex } : {}}
14+
{tabindex}
1515
{...exclude($$props, ['use', 'class'])}><slot /></span
1616
>
1717

packages/image-list/ImageList.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
bind:this={element}
33
use:useActions={use}
44
use:forwardEvents
5-
class="mdc-image-list{className} {masonry
5+
class="mdc-image-list {className} {masonry
66
? 'mdc-image-list--masonry'
77
: ''} {withTextProtection ? 'mdc-image-list--with-text-protection' : ''}"
88
{...exclude($$props, ['use', 'class', 'masonry', 'withTextProtection'])}

packages/image-list/_style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "@material/image-list/mdc-image-list";
1+
@use "@material/image-list/mdc-image-list";

packages/image-list/package-lock.json

-224
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)