diff --git a/package.json b/package.json index 7f42c1324f..72c271051b 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.7.0", - "eslint-plugin-import-x": "4.5.0", + "eslint-plugin-import-x": "4.5.1", "eslint-plugin-lit": "1.15.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-storybook": "0.11.1", diff --git a/src/elements/button/accent-button/readme.md b/src/elements/button/accent-button/readme.md index a8c461d1e0..383c22948d 100644 --- a/src/elements/button/accent-button/readme.md +++ b/src/elements/button/accent-button/readme.md @@ -85,7 +85,7 @@ guard against such cases in your component. | --------------------- | ---------------------- | ------- | ------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- | | `disabled` | `disabled` | public | `boolean` | `false` | Whether the component is disabled. | | `disabledInteractive` | `disabled-interactive` | public | `boolean` | `false` | Whether the button should be aria-disabled but stay interactive. | -| `form` | `form` | public | `HTMLFormElement \| null` | | Returns the form owner of the internals of the target element. | +| `form` | `form` | public | `HTMLFormElement \| null` | | The `