Skip to content

Commit

Permalink
docs: fix incorrect vaadin.com link to styling components (#6003) (#6004
Browse files Browse the repository at this point in the history
)

Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Jun 21, 2023
1 parent 74944d7 commit ad122e3
Show file tree
Hide file tree
Showing 108 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion-heading.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `opened` | Set when the collapsible content is expanded and visible.
* `disabled` | Set when the element is disabled.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
declare class AccordionHeading extends ActiveMixin(DirMixin(ThemableMixin(HTMLElement))) {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion-heading.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `opened` | Set when the collapsible content is expanded and visible.
* `disabled` | Set when the element is disabled.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @extends HTMLElement
* @mixes ActiveMixin
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion-panel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export type AccordionPanelEventMap = AccordionPanelCustomEventMap & HTMLElementE
* `focus-ring` | Set when the element is focused using the keyboard.
* `focused` | Set when the element is focused.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `focus-ring` | Set when the element is focused using the keyboard.
* `focused` | Set when the element is focused.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export type AccordionEventMap = AccordionCustomEventMap & HTMLElementEventMap;
* }
* ```
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/src/vaadin-accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { AccordionPanel } from './vaadin-accordion-panel.js';
* }
* ```
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/app-layout/src/vaadin-app-layout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export type AppLayoutEventMap = AppLayoutCustomEventMap & HTMLElementEventMap;
* `navbar` | Container for the navigation bar
* `drawer` | Container for the drawer area
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Component's slots
*
Expand Down
2 changes: 1 addition & 1 deletion packages/app-layout/src/vaadin-app-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `navbar` | Container for the navigation bar
* `drawer` | Container for the drawer area
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Component's slots
*
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar-group/src/vaadin-avatar-group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface AvatarGroupItem {
* See the [`<vaadin-avatar>`](#/elements/vaadin-avatar) documentation for the available
* state attributes and stylable shadow parts of avatar elements.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Internal components
*
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar-group/src/vaadin-avatar-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const MINIMUM_DISPLAYED_AVATARS = 2;
* See the [`<vaadin-avatar>`](#/elements/vaadin-avatar) documentation for the available
* state attributes and stylable shadow parts of avatar elements.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Internal components
*
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/src/vaadin-avatar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface AvatarI18n {
* `focused` | Set when the avatar is focused.
* `has-color-index` | Set when the avatar has `colorIndex` and the corresponding custom CSS property exists.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
declare class Avatar extends FocusMixin(ElementMixin(ThemableMixin(ControllerMixin(HTMLElement)))) {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/src/vaadin-avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `focused` | Set when the avatar is focused.
* `has-color-index` | Set when the avatar has `colorIndex` and the corresponding custom CSS property exists.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @extends HTMLElement
* @mixes ControllerMixin
Expand Down
2 changes: 1 addition & 1 deletion packages/button/src/vaadin-button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { ButtonMixin } from './vaadin-button-mixin.js';
* `focus-ring` | Set when the button is focused using the keyboard.
* `focused` | Set when the button is focused.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
declare class Button extends ButtonMixin(ElementMixin(ThemableMixin(ControllerMixin(HTMLElement)))) {}

Expand Down
2 changes: 1 addition & 1 deletion packages/button/src/vaadin-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ registerStyles('vaadin-button', buttonStyles, { moduleId: 'vaadin-button-styles'
* `focus-ring` | Set when the button is focused using the keyboard.
* `focused` | Set when the button is focused.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @extends HTMLElement
* @mixes ButtonMixin
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-group/src/vaadin-checkbox-group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface CheckboxGroupEventMap extends HTMLElementEventMap, CheckboxGrou
* `has-helper` | Set when the element has helper text | :host
* `has-error-message` | Set when the element has an error message | :host
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-group/src/vaadin-checkbox-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `has-helper` | Set when the element has helper text | :host
* `has-error-message` | Set when the element has an error message | :host
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/src/vaadin-checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface CheckboxEventMap extends HTMLElementEventMap, CheckboxCustomEve
* `indeterminate` | Set when the checkbox is in the indeterminate state.
* `has-label` | Set when the checkbox has a label.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} checked-changed - Fired when the `checked` property changes.
* @fires {CustomEvent} indeterminate-changed - Fired when the `indeterminate` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/src/vaadin-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ registerStyles('vaadin-checkbox', checkboxStyles, { moduleId: 'vaadin-checkbox-s
* `indeterminate` | Set when the checkbox is in the indeterminate state.
* `has-label` | Set when the checkbox has a label.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} checked-changed - Fired when the `checked` property changes.
* @fires {CustomEvent} indeterminate-changed - Fired when the `indeterminate` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/combo-box/src/vaadin-combo-box-item.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ComboBoxDefaultItem, ComboBoxItemMixinClass } from './vaadin-combo
* `selected` | Set when the item is selected
* `focused` | Set when the item is focused
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
declare class ComboBoxItem extends HTMLElement {}

Expand Down
2 changes: 1 addition & 1 deletion packages/combo-box/src/vaadin-combo-box-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { ComboBoxItemMixin } from './vaadin-combo-box-item-mixin.js';
* `selected` | Set when the item is selected
* `focused` | Set when the item is focused
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @mixes ComboBoxItemMixin
* @mixes ThemableMixin
Expand Down
2 changes: 1 addition & 1 deletion packages/combo-box/src/vaadin-combo-box.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export interface ComboBoxEventMap<TItem> extends HTMLElementEventMap {
* Note: the `theme` attribute value set on `<vaadin-combo-box>` is
* propagated to the internal components listed above.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} custom-value-set - Fired when the user sets a custom value.
Expand Down
2 changes: 1 addition & 1 deletion packages/combo-box/src/vaadin-combo-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ registerStyles('vaadin-combo-box', inputFieldShared, { moduleId: 'vaadin-combo-b
* Note: the `theme` attribute value set on `<vaadin-combo-box>` is
* propagated to the internal components listed above.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} custom-value-set - Fired when the user sets a custom value.
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm-dialog/src/vaadin-confirm-dialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type ConfirmDialogEventMap = ConfirmDialogCustomEventMap & HTMLElementEve
* Also, the `theme` attribute value set on `<vaadin-confirm-dialog>` is propagated to the
* `<vaadin-confirm-dialog-overlay>` component.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Custom content
*
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm-dialog/src/vaadin-confirm-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { ThemePropertyMixin } from '@vaadin/vaadin-themable-mixin/vaadin-theme-p
* Also, the `theme` attribute value set on `<vaadin-confirm-dialog>` is propagated to the
* `<vaadin-confirm-dialog-overlay>` component.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Custom content
*
Expand Down
2 changes: 1 addition & 1 deletion packages/context-menu/src/vaadin-context-menu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export interface ContextMenuEventMap extends HTMLElementEventMap, ContextMenuCus
* See [`<vaadin-overlay>`](#/elements/vaadin-overlay)
* documentation for `<vaadin-context-menu-overlay>` stylable parts.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Internal components
*
Expand Down
2 changes: 1 addition & 1 deletion packages/context-menu/src/vaadin-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ import { ItemsMixin } from './vaadin-contextmenu-items-mixin.js';
* See [`<vaadin-overlay>`](#/elements/vaadin-overlay)
* documentation for `<vaadin-context-menu-overlay>` stylable parts.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* ### Internal components
*
Expand Down
2 changes: 1 addition & 1 deletion packages/crud/src/vaadin-crud.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export type CrudEventMap<T> = CrudCustomEventMap<T> & HTMLElementEventMap;
* --vaadin-crud-editor-max-height | max height of editor when opened on the bottom | 40%
* --vaadin-crud-editor-max-width | max width of editor when opened on the side | 40%
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} editor-opened-changed - Fired when the `editorOpened` property changes.
* @fires {CustomEvent} edited-item-changed - Fired when `editedItem` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/crud/src/vaadin-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class ButtonSlotController extends SlotController {
* --vaadin-crud-editor-max-height | max height of editor when opened on the bottom | 40%
* --vaadin-crud-editor-max-width | max width of editor when opened on the side | 40%
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} editor-opened-changed - Fired when the `editorOpened` property changes.
* @fires {CustomEvent} edited-item-changed - Fired when `editedItem` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-field/src/vaadin-custom-field.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export interface CustomFieldEventMap extends HTMLElementEventMap, CustomFieldCus
* You may also manually set `disabled` or `readonly` attribute on this component to make the label
* part look visually the same as on a `<vaadin-text-field>` when it is disabled or readonly.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change for any of the internal inputs.
* @fires {Event} internal-tab - Fired on Tab keydown triggered from the internal inputs, meaning focus will not leave the inputs.
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-field/src/vaadin-custom-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const defaultFormatValue = (inputValues) => {
* You may also manually set `disabled` or `readonly` attribute on this component to make the label
* part look visually the same as on a `<vaadin-text-field>` when it is disabled or readonly.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change for any of the internal inputs.
* @fires {Event} internal-tab - Fired on Tab keydown triggered from the internal inputs, meaning focus will not leave the inputs.
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/src/vaadin-date-picker-light.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface DatePickerLightEventMap extends HTMLElementEventMap, DatePicker
*
* ### Styling
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* In addition to `<vaadin-date-picker-light>` itself, the following
* internal components are themable:
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/src/vaadin-date-picker-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { DatePickerMixin } from './vaadin-date-picker-mixin.js';
*
* ### Styling
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* In addition to `<vaadin-date-picker-light>` itself, the following
* internal components are themable:
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/src/vaadin-date-picker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface DatePickerEventMap extends HTMLElementEventMap, DatePickerCusto
* Note: the `theme` attribute value set on `<vaadin-date-picker>` is
* propagated to the internal components listed above.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/src/vaadin-date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ registerStyles('vaadin-date-picker', inputFieldShared, { moduleId: 'vaadin-date-
* Note: the `theme` attribute value set on `<vaadin-date-picker>` is
* propagated to the internal components listed above.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/date-time-picker/src/vaadin-date-time-picker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface DateTimePickerEventMap extends DateTimePickerCustomEventMap, HT
* Note: the `theme` attribute value set on `<vaadin-date-time-picker>` is
* propagated to these components.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/date-time-picker/src/vaadin-date-time-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PickerSlotController extends SlotController {
* Note: the `theme` attribute value set on `<vaadin-date-time-picker>` is
* propagated to these components.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {Event} change - Fired when the user commits a value change.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/details/src/vaadin-details-summary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
* `focus-ring` | Set when the element is focused using the keyboard.
* `focused` | Set when the element is focused.
*
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*/
declare class DetailsSummary extends ButtonMixin(DirMixin(ThemableMixin(HTMLElement))) {
/**
Expand Down
Loading

0 comments on commit ad122e3

Please sign in to comment.