Skip to content

Commit db72287

Browse files
authored
Merge pull request #220 from UiPath/chore/grid_toggle_styling
chore(grid): change column icon and divider height
2 parents d6b1d8d + edd084e commit db72287

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v13.2.2 (2022-03-17)
2+
* **grid** change column icon and divider height
3+
* **suggest** results remove italics
4+
15
# v13.2.1 (2022-03-04)
26
* **chore** karma bump
37
* **suggest** add tests

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "13.2.1",
3+
"version": "13.2.2",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

projects/angular/components/ui-grid/src/components/ui-grid-toggle-columns/ui-grid-toggle-columns.component.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
(click)="selectColumns!.open(); selectColumns!.focus()"
55
type="button"
66
mat-button>
7-
<mat-icon class="material-icons-outlined">view_column</mat-icon>
7+
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
88
<span>{{togglePlaceholderTitle}}</span>
9+
<mat-icon class="material-icons-outlined">keyboard_arrow_down</mat-icon>
910
</button>
1011

1112
<mat-select [value]="selected"
@@ -53,6 +54,6 @@
5354
matTooltipPosition="right"
5455
type="button"
5556
mat-icon-button>
56-
<mat-icon class="material-icons-outlined">view_column</mat-icon>
57+
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
5758
</button>
5859
</ng-template>

projects/angular/components/ui-grid/src/components/ui-grid-toggle-columns/ui-grid-toggle-columns.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ $toggle-col-width: 10em;
77

88
mat-divider {
99
margin-left: 6px;
10+
height: 32px;
11+
align-self: center;
1012
}
1113

1214
mat-select {

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "13.2.1",
3+
"version": "13.2.2",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)