From 551bfeb84149b663ac57a0af6ed9ea09d00ba516 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:01:07 +0100 Subject: [PATCH] [AAE-15294] applied design tokens for GroupCloudComponent (#9168) * [AAE-15295] added design tokens to PeopleCloudComponent * [AAE-15295] re-add initials picture background * [AAE-15294] applied design tokens for GroupCloudComponent * [AAE-15294] replaced reference variables with theme * [AAE-15294] applied design tokens for GroupCloudComponent * [AAE-15206] apply design tokens for TaskAssignmentFilterCloudComponent * [AAE-15206] add tokens for label * [AAE-15206] replaced reference variables with theme values * [AAE-15206] remove last remaining reference colors * [AAE-19026] Fix app permissions (#9171) * [AAE-15295] added design tokens to PeopleCloudComponent (#9162) * [AAE-15295] added design tokens to PeopleCloudComponent * [AAE-15294] separate component variables * [AAE-15294] fix rebase * [AAE-15294] readded background color to cloud pic * [AAE-15294] fixed lint * [AAE-15294] rebase * [AAE-15294] remove duplicate theme pick * [AAE-15294] fix whitespace in label --- .../src/lib/styles/_components-variables.scss | 7 +++ .../components/group-cloud.component.html | 6 +-- .../components/group-cloud.component.scss | 49 ++++++++++--------- 3 files changed, 35 insertions(+), 27 deletions(-) diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index 4614e0392e1..6c746dd22ae 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -71,12 +71,19 @@ --adf-people-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text), --adf-people-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text), --adf-people-cloud-input-caption-error-color: mat.get-color-from-palette($warn), + --adf-metadata-property-panel-border-color: $adf-ref-metadata-property-panel-border-color, --adf-metadata-buttons-background-color: $adf-ref-metadata-buttons-background-color, --adf-metadata-action-button-clear-color: $adf-ref-metadata-action-button-clear-color, --adf-metadata-property-panel-text-color: $adf-ref-metadata-property-panel-text-color, --adf-metadata-property-panel-label-color: $adf-ref-metadata-property-panel-label-color, --adf-metadata-property-panel-title-color: $adf-ref-metadata-property-panel-title-color, + + --adf-group-cloud-input-label-default-color: mat.get-color-from-palette($foreground, secondary-text), + --adf-group-cloud-input-label-focus-color: mat.get-color-from-palette($primary), + --adf-group-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text), + --adf-group-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text), + --adf-group-cloud-input-caption-error-color: mat.get-color-from-palette($warn) ); // propagates SCSS variables into the CSS variables scope diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html index efeafefefb4..7b403bf5a07 100644 --- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html +++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html @@ -1,7 +1,7 @@
- - {{ (title || 'ADF_CLOUD_GROUPS.SEARCH-GROUP') | translate }} + + {{ (title || 'ADF_CLOUD_GROUPS.SEARCH-GROUP') | translate }}