mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
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:
parent
201e03757b
commit
4d51250173
9 changed files with 118 additions and 25 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue