Align 10.51 (#1021)

* chore(deps-dev): upgrade carbon-components to v10.51.0

* fix(slider): input should also be labelled

* refactor(date-picker): remove hotfix logic to prevent disabled icon from being clickable

Ref: https://github.com/carbon-design-system/carbon-components-svelte/pull/860

* feat(progress-step): update icons for current, incomplete steps
This commit is contained in:
Eric Liu 2022-01-22 08:02:24 -08:00 committed by GitHub
commit 4d51250173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 118 additions and 25 deletions

View file

@ -154,10 +154,7 @@
class="bx--date-picker__icon"
aria-label="{iconDescription}"
title="{iconDescription}"
on:click="{() => {
if (disabled || ref.matches(':disabled')) return;
openCalendar();
}}"
on:click="{openCalendar}"
/>
{/if}
</div>