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

@ -172,7 +172,6 @@
tabindex="0"
class:bx--slider__thumb="{true}"
style="left: {left}%"
aria-labelledby="{labelId}"
aria-valuemax="{max}"
aria-valuemin="{min}"
aria-valuenow="{value}"
@ -205,6 +204,7 @@
class:bx--text-input--light="{light}"
class:bx--text-input--invalid="{invalid}"
value="{value}"
aria-labelledby="{$$props['aria-label'] ? undefined : labelId}"
aria-label="{$$props['aria-label'] || 'Slider number input'}"
disabled="{disabled}"
required="{required}"