diff --git a/build/infrastructure/eo/chart/Chart.yaml b/build/infrastructure/eo/chart/Chart.yaml index d887cb48fa..23cc9718fb 100644 --- a/build/infrastructure/eo/chart/Chart.yaml +++ b/build/infrastructure/eo/chart/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: eo-frontend description: A Helm chart for Kubernetes type: application -version: 0.3.328 +version: 0.3.329 diff --git a/build/infrastructure/eo/chart/values.yaml b/build/infrastructure/eo/chart/values.yaml index 7bf2d3edc3..66a06da78e 100644 --- a/build/infrastructure/eo/chart/values.yaml +++ b/build/infrastructure/eo/chart/values.yaml @@ -2,4 +2,4 @@ app: replicaCount: 2 image: name: ghcr.io/energinet-datahub/eo-frontend-app - tag: 0.3.328 + tag: 0.3.329 diff --git a/libs/dh/market-participant/feature-organization/src/lib/overview/dh-market-participant-organization-overview.component.ts b/libs/dh/market-participant/feature-organization/src/lib/overview/dh-market-participant-organization-overview.component.ts index a166b451d9..b03b15d7ee 100644 --- a/libs/dh/market-participant/feature-organization/src/lib/overview/dh-market-participant-organization-overview.component.ts +++ b/libs/dh/market-participant/feature-organization/src/lib/overview/dh-market-participant-organization-overview.component.ts @@ -25,7 +25,7 @@ import { } from '@angular/core'; import { CommonModule } from '@angular/common'; import { RxLet } from '@rx-angular/template/let'; -import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu'; +import { MatMenuModule } from '@angular/material/menu'; import { MatLegacyTableDataSource as MatTableDataSource, MatLegacyTableModule as MatTableModule, diff --git a/libs/dh/market-participant/grid-areas/shell/src/lib/overview/dh-market-participant-gridarea-overview.component.ts b/libs/dh/market-participant/grid-areas/shell/src/lib/overview/dh-market-participant-gridarea-overview.component.ts index ac18569289..698ca74c0b 100644 --- a/libs/dh/market-participant/grid-areas/shell/src/lib/overview/dh-market-participant-gridarea-overview.component.ts +++ b/libs/dh/market-participant/grid-areas/shell/src/lib/overview/dh-market-participant-gridarea-overview.component.ts @@ -29,7 +29,6 @@ import { WattSpinnerComponent } from '@energinet-datahub/watt/spinner'; import { WattEmptyStateComponent } from '@energinet-datahub/watt/empty-state'; import { WattButtonComponent } from '@energinet-datahub/watt/button'; import { WattBadgeComponent } from '@energinet-datahub/watt/badge'; -import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu'; import { DhEmDashFallbackPipe } from '@energinet-datahub/dh/shared/ui-util'; import { GridAreaChanges, @@ -50,7 +49,6 @@ import { MarketParticipantGridAreaAuditLogEntryDto } from '@energinet-datahub/dh CommonModule, RxLet, MatTableModule, - MatMenuModule, TranslocoModule, WattBadgeComponent, WattButtonComponent, diff --git a/libs/ui-watt/src/lib/styles/@energinet-datahub/watt/theme/light-theme.scss b/libs/ui-watt/src/lib/styles/@energinet-datahub/watt/theme/light-theme.scss index 6f80187017..bf75f26957 100644 --- a/libs/ui-watt/src/lib/styles/@energinet-datahub/watt/theme/light-theme.scss +++ b/libs/ui-watt/src/lib/styles/@energinet-datahub/watt/theme/light-theme.scss @@ -55,7 +55,6 @@ $watt-theme: mat.define-light-theme( @include mat.legacy-button-theme($watt-theme); @include mat.button-toggle-theme($watt-theme); @include mat.legacy-card-theme($watt-theme); -@include mat.legacy-checkbox-theme($watt-theme); @include mat.legacy-chips-theme($watt-theme); @include mat.legacy-core-theme($watt-theme); @include mat.datepicker-theme($watt-theme); @@ -64,8 +63,6 @@ $watt-theme: mat.define-light-theme( @include mat.legacy-form-field-theme($watt-theme); @include mat.icon-theme($watt-theme); @include mat.legacy-input-theme($watt-theme); -@include mat.legacy-menu-theme($watt-theme); -@include mat.legacy-progress-spinner-theme($watt-theme); @include mat.legacy-select-theme($watt-theme); @include mat.sidenav-theme($watt-theme); @include mat.legacy-table-theme($watt-theme);