Skip to content

Commit

Permalink
docs: rename gap property to spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-vaadin committed Oct 1, 2024
1 parent 21b8132 commit f4fa114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dashboard/src/vaadin-dashboard-layout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { DashboardLayoutMixin } from './vaadin-dashboard-layout-mixin.js';
* `--vaadin-dashboard-col-min-width` | minimum column width of the layout
* `--vaadin-dashboard-col-max-width` | maximum column width of the layout
* `--vaadin-dashboard-row-min-height` | maximum column count of the layout
* `--vaadin-dashboard-gap` | gap between the cells of the layout
* `--vaadin-dashboard-spacing` | spacing between the cells of the layout
* `--vaadin-dashboard-col-max-count` | maximum column count of the layout
*
* The following state attributes are available for styling:
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/src/vaadin-dashboard-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { DashboardLayoutMixin } from './vaadin-dashboard-layout-mixin.js';
* `--vaadin-dashboard-col-min-width` | minimum column width of the layout
* `--vaadin-dashboard-col-max-width` | maximum column width of the layout
* `--vaadin-dashboard-row-min-height` | maximum column count of the layout
* `--vaadin-dashboard-gap` | gap between the cells of the layout
* `--vaadin-dashboard-spacing` | spacing between the cells of the layout
* `--vaadin-dashboard-col-max-count` | maximum column count of the layout
*
* The following state attributes are available for styling:
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/src/vaadin-dashboard.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export interface DashboardI18n {
* `--vaadin-dashboard-col-min-width` | minimum column width of the dashboard
* `--vaadin-dashboard-col-max-width` | maximum column width of the dashboard
* `--vaadin-dashboard-row-min-height` | maximum column count of the dashboard
* `--vaadin-dashboard-gap` | gap between the cells of the dashboard
* `--vaadin-dashboard-spacing` | spacing between the cells of the dashboard
* `--vaadin-dashboard-col-max-count` | maximum column count of the dashboard
*
* The following state attributes are available for styling:
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/src/vaadin-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import { WidgetResizeController } from './widget-resize-controller.js';
* `--vaadin-dashboard-col-min-width` | minimum column width of the dashboard
* `--vaadin-dashboard-col-max-width` | maximum column width of the dashboard
* `--vaadin-dashboard-row-min-height` | maximum column count of the dashboard
* `--vaadin-dashboard-gap` | gap between the cells of the dashboard
* `--vaadin-dashboard-spacing` | spacing between the cells of the dashboard
* `--vaadin-dashboard-col-max-count` | maximum column count of the dashboard
*
* The following state attributes are available for styling:
Expand Down

0 comments on commit f4fa114

Please sign in to comment.