From 2759618e461680a7e09ad74b07944bc817fca03b Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Thu, 21 Mar 2024 00:03:10 +0000 Subject: [PATCH] [affected:*][ci:force] Added pretheme for core as it is mandatory when publishing and rebuilding --- angular.json | 2 +- lib/core/project.json | 2 +- lib/core/src/lib/info-drawer/info-drawer-layout.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index 85d5f7dd3e..e7297784c1 100644 --- a/angular.json +++ b/angular.json @@ -456,7 +456,7 @@ "npm-publish": { "builder": "nx:run-commands", "dependsOn": [ - "build" + "build", "pretheme" ], "options": { "cwd": "dist/libs/core", diff --git a/lib/core/project.json b/lib/core/project.json index 884aa41e07..1a531b195f 100644 --- a/lib/core/project.json +++ b/lib/core/project.json @@ -132,7 +132,7 @@ }, "npm-publish": { "executor": "nx:run-commands", - "dependsOn": ["build"], + "dependsOn": ["build", "pretheme"], "options": { "cwd": "dist/libs/core", "commands": [ diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss index 8e8beea2aa..3217e3d972 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss @@ -18,7 +18,7 @@ $adf-info-drawer-icon-size-half: 24px !default; background-color: var(--theme-card-background-color); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27); - & .mdc-tab__text-label { + & #{$mat-tab-label-text} { font-weight: bold; text-align: left; opacity: 1;