Skip to content

Commit

Permalink
fix: don't mention non-existing CSS parts in JSDoc (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Oct 25, 2021
1 parent 4bce680 commit e0c1a27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/checkbox/src/vaadin-checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ export interface CheckboxEventMap extends HTMLElementEventMap, CheckboxCustomEve
*
* Part name | Description
* ------------|----------------
* `container` | The container element
* `checkbox` | The wrapper element that contains slotted `<input type="checkbox">`
* `label` | The wrapper element that contains slotted `<label>`
*
* The following state attributes are available for styling:
*
Expand Down
2 changes: 0 additions & 2 deletions packages/checkbox/src/vaadin-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
*
* Part name | Description
* ------------|----------------
* `container` | The container element.
* `checkbox` | The wrapper element that contains slotted <input type="checkbox">.
* `label` | The wrapper element that contains slotted <label>.
*
* The following state attributes are available for styling:
*
Expand Down

0 comments on commit e0c1a27

Please sign in to comment.