Skip to content

Commit 9a83d91

Browse files
authored
docs: align wording for custom CSS properties in JSDoc (#10603)
1 parent d050701 commit 9a83d91

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

packages/form-layout/src/vaadin-form-layout.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ export * from './vaadin-form-layout-mixin.js';
187187
*
188188
* ### CSS Properties Reference
189189
*
190-
* The following custom CSS properties are available on the `<vaadin-form-layout>`
191-
* element:
190+
* The following custom CSS properties are available for styling:
192191
*
193192
* Custom CSS property | Description | Default
194193
* ---|---|---

packages/form-layout/src/vaadin-form-layout.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ import { FormLayoutMixin } from './vaadin-form-layout-mixin.js';
189189
*
190190
* ### CSS Properties Reference
191191
*
192-
* The following custom CSS properties are available on the `<vaadin-form-layout>`
193-
* element:
192+
* The following custom CSS properties are available for styling:
194193
*
195194
* Custom CSS property | Description | Default
196195
* ---|---|---

packages/grid/src/vaadin-grid-tree-toggle.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export * from './vaadin-grid-tree-toggle-mixin.js';
4949
* `expanded` | When present, the toggle is expanded
5050
* `leaf` | When present, the toggle is not expandable, i. e., the current item is a leaf
5151
*
52-
* The following custom CSS properties are available on
53-
* the `<vaadin-grid-tree-toggle>` element:
52+
* The following custom CSS properties are available for styling:
5453
*
5554
* Custom CSS property | Description | Default
5655
* ---|---|---

packages/grid/src/vaadin-grid-tree-toggle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ import { GridTreeToggleMixin } from './vaadin-grid-tree-toggle-mixin.js';
5151
* `expanded` | When present, the toggle is expanded
5252
* `leaf` | When present, the toggle is not expandable, i. e., the current item is a leaf
5353
*
54-
* The following custom CSS properties are available on
55-
* the `<vaadin-grid-tree-toggle>` element:
54+
* The following custom CSS properties are available for styling:
5655
*
5756
* Custom CSS property | Description | Default
5857
* ---|---|---

packages/popover/src/vaadin-popover.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export type PopoverEventMap = HTMLElementEventMap & PopoverCustomEventMap;
5353
*
5454
* ### Custom CSS Properties
5555
*
56-
* The following custom CSS properties are available on the `<vaadin-popover>` element:
56+
* The following custom CSS properties are available for styling:
5757
*
5858
* Custom CSS property | Description
5959
* ---------------------------------|-------------

packages/popover/src/vaadin-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const isLastOverlay = (overlay) => {
188188
*
189189
* ### Custom CSS Properties
190190
*
191-
* The following custom CSS properties are available on the `<vaadin-popover>` element:
191+
* The following custom CSS properties are available for styling:
192192
*
193193
* Custom CSS property | Description
194194
* ---------------------------------|-------------

packages/tooltip/src/vaadin-tooltip.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface TooltipEventMap extends HTMLElementEventMap, TooltipCustomEvent
5959
*
6060
* ### Custom CSS Properties
6161
*
62-
* The following custom CSS properties are available on the `<vaadin-tooltip>` element:
62+
* The following custom CSS properties are available for styling:
6363
*
6464
* Custom CSS property | Description
6565
* ---------------------------------|-------------

packages/tooltip/src/vaadin-tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { TooltipMixin } from './vaadin-tooltip-mixin.js';
5151
*
5252
* ### Custom CSS Properties
5353
*
54-
* The following custom CSS properties are available on the `<vaadin-tooltip>` element:
54+
* The following custom CSS properties are available for styling:
5555
*
5656
* Custom CSS property | Description
5757
* ---------------------------------|-------------

0 commit comments

Comments
 (0)