// support for legacy variable names

@if variable-exists(ag-mat-foreground-opacity) { $foreground-opacity: $ag-mat-foreground-opacity };
@if variable-exists(ag-mat-secondary-foreground-color-opacity) { $secondary-foreground-color-opacity: $ag-mat-secondary-foreground-color-opacity };
@if variable-exists(ag-mat-disabled-foreground-color-opacity) { $disabled-foreground-color-opacity: $ag-mat-disabled-foreground-color-opacity };
@if variable-exists(ag-mat-grid-size) { $grid-size: $ag-mat-grid-size };
@if variable-exists(ag-mat-icon-size) { $icon-size: $ag-mat-icon-size };
@if variable-exists(ag-mat-header-height) { $header-height: $ag-mat-header-height };
@if variable-exists(ag-mat-row-height) { $row-height: $ag-mat-row-height };
@if variable-exists(ag-mat-cell-horizontal-padding) { $cell-horizontal-padding: $ag-mat-cell-horizontal-padding };
@if variable-exists(ag-mat-virtual-item-height) { $virtual-item-height: $ag-mat-virtual-item-height };
@if variable-exists(ag-mat-header-icon-size) { $header-icon-size: $ag-mat-header-icon-size };
@if variable-exists(ag-mat-icons-path) { $icons-path: $ag-mat-icons-path };
@if variable-exists(ag-mat-font-family) { $font-family: $ag-mat-font-family };
@if variable-exists(ag-mat-font-size) { $font-size: $ag-mat-font-size };
@if variable-exists(ag-mat-font-weight) { $font-weight: $ag-mat-font-weight };
@if variable-exists(ag-mat-secondary-font-family) { $secondary-font-family: $ag-mat-secondary-font-family };
@if variable-exists(ag-mat-secondary-font-size) { $secondary-font-size: $ag-mat-secondary-font-size };
@if variable-exists(ag-mat-secondary-font-weight) { $secondary-font-weight: $ag-mat-secondary-font-weight };
@if variable-exists(ag-mat-foreground-color) { $foreground-color: $ag-mat-foreground-color };
@if variable-exists(ag-mat-secondary-foreground-color) { $secondary-foreground-color: $ag-mat-secondary-foreground-color };
@if variable-exists(ag-mat-disabled-foreground-color) { $disabled-foreground-color: $ag-mat-disabled-foreground-color };
@if variable-exists(ag-mat-border-color) { $border-color: $ag-mat-border-color };
@if variable-exists(ag-mat-primary-color) { $primary-color: $ag-mat-primary-color };
@if variable-exists(ag-mat-accent-color) { $accent-color: $ag-mat-accent-color };
@if variable-exists(ag-mat-icon-color) { $icon-color: $ag-mat-icon-color };
@if variable-exists(ag-mat-background-color) { $background-color: $ag-mat-background-color };
@if variable-exists(ag-mat-editor-background-color) { $editor-background-color: $ag-mat-editor-background-color };
@if variable-exists(ag-mat-panel-background-color) { $panel-background-color: $ag-mat-panel-background-color };
@if variable-exists(ag-mat-tool-panel-background-color) { $tool-panel-background-color: $ag-mat-tool-panel-background-color };
@if variable-exists(ag-mat-chip-background-color) { $chip-background-color: $ag-mat-chip-background-color };
@if variable-exists(ag-mat-range-selection-background-color) { $range-selection-background-color: $ag-mat-range-selection-background-color };
@if variable-exists(ag-mat-range-selection-highlight-color) { $range-selection-highlight-color: $ag-mat-range-selection-highlight-color };
@if variable-exists(ag-mat-hover-color) { $hover-color: $ag-mat-hover-color };
@if variable-exists(ag-mat-selected-color) { $selected-color: $ag-mat-selected-color };
@if variable-exists(ag-mat-cell-data-changed-color) { $cell-data-changed-color: $ag-mat-cell-data-changed-color };
@if variable-exists(ag-mat-font) { $font-family: $ag-mat-font; }
@if variable-exists(ag-mat-font-secondary) { $secondary-font-family: $ag-mat-font-secondary; }
@if variable-exists(ag-mat-font-secondary-size) { $secondary-font-size: $ag-mat-font-secondary-size; }
@if variable-exists(ag-mat-font-secondary-weight) { $secondary-font-weight: $ag-mat-font-secondary-weight; }
@if variable-exists(ag-mat-primary) { $primary-color: $ag-mat-primary; }
@if variable-exists(ag-mat-secondary) { $secondary-color: $ag-mat-secondary; }
@if variable-exists(ag-mat-foreground) { $foreground-color: $ag-mat-foreground; }
@if variable-exists(ag-mat-foreground-secondary) { $secondary-foreground-color: $ag-mat-foreground-secondary; }
@if variable-exists(ag-mat-foreground-disabled) { $disabled-foreground-color: $ag-mat-foreground-disabled; }
@if variable-exists(ag-mat-background) { $background-color: $ag-mat-background; }
@if variable-exists(ag-mat-background-editor) { $editor-background-color: $ag-mat-background-editor; }
@if variable-exists(ag-mat-panel-background) { $panel-background-color: $ag-mat-panel-background; }
@if variable-exists(ag-mat-tool-panel-background) { $tool-panel-background-color: $ag-mat-tool-panel-background; }
@if variable-exists(ag-mat-chip-background) { $chip-background-color: $ag-mat-chip-background; }
@if variable-exists(ag-mat-range-selection-background) { $range-selection-background-color: $ag-mat-range-selection-background; }
@if variable-exists(ag-mat-range-selection-highlight) { $range-selection-highlight-color: $ag-mat-range-selection-highlight; }
@if variable-exists(ag-mat-cell-data-changed) { $cell-data-changed-color: $ag-mat-cell-data-changed; }
@if variable-exists(ag-mat-hover) { $hover-color: $ag-mat-hover; }
@if variable-exists(ag-mat-selected) { $selected-color: $ag-mat-selected; }
