diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 95c1f4e70..05787dbf3 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -21,6 +21,7 @@ Components with the Experimental badge sh - `` - `` - `` +- 🚨 BREAKING: Fixed a bug where `base` and `input` parts were swapped in `` [issue:1646] - Added the Kazakh translation [pr:1496] - Added docs for code completion for VS Code and JetBrains [pr:1550] - Added back the missing `form-control-label` part to `` for consistency with other form controls [pr:1533] diff --git a/packages/webawesome/src/components/input/input.ts b/packages/webawesome/src/components/input/input.ts index 29b0a4201..4be80e1b0 100644 --- a/packages/webawesome/src/components/input/input.ts +++ b/packages/webawesome/src/components/input/input.ts @@ -40,8 +40,8 @@ import styles from './input.css'; * * @csspart label - The label * @csspart hint - The hint's wrapper. - * @csspart input - The wrapper being rendered as an input - * @csspart base - The internal `` control. + * @csspart base - The wrapper being rendered as an input + * @csspart input - The internal `` control. * @csspart start - The container that wraps the `start` slot. * @csspart clear-button - The clear button. * @csspart password-toggle-button - The password toggle button. @@ -353,11 +353,11 @@ export default class WaInput extends WebAwesomeFormAssociatedElement { ${this.label} -
+