From 7e611cf9c8569c29f5b354ecb03e4b1093cf216c Mon Sep 17 00:00:00 2001 From: Andrei Caleniuc Date: Wed, 10 May 2023 13:20:52 +0300 Subject: [PATCH 1/2] fix: display outline on suggest grid filter --- .../angular/components/ui-grid/src/ui-grid.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/angular/components/ui-grid/src/ui-grid.component.scss b/projects/angular/components/ui-grid/src/ui-grid.component.scss index 39f469e88..6d92c1ed0 100644 --- a/projects/angular/components/ui-grid/src/ui-grid.component.scss +++ b/projects/angular/components/ui-grid/src/ui-grid.component.scss @@ -177,6 +177,14 @@ ui-grid { gap: $ui-grid-action-buttons-spacing; } } + + ui-suggest { + .display { + &:focus { + outline: revert; + } + } + } } // single main button on default design From ff75420292b7f2441e5971bc32e53b0c98d040b3 Mon Sep 17 00:00:00 2001 From: Andrei Caleniuc Date: Wed, 10 May 2023 13:27:11 +0300 Subject: [PATCH 2/2] chore: bump version to v14.5.6 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ef79cef..a5d2598be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.5.6 (2023-05-10) +* **fix** display outline on suggest grid filter + # v14.5.5 (2023-03-31) * **fix** humanize duration in different locales diff --git a/package-lock.json b/package-lock.json index 5087cc84c..3bbf78f74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.5.5", + "version": "14.5.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.5.5", + "version": "14.5.6", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index a02d4b9e6..a669bb1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.5.5", + "version": "14.5.6", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index e96ca100d..5709d420c 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.5.5", + "version": "14.5.6", "license": "MIT", "author": { "name": "UiPath Inc",