Skip to content

Commit b14b0d7

Browse files
authored
Merge pull request UiPath#294 from UiPath/fix/grid-main-action-buttons-spacing
fix(grid): main action buttons spacing
2 parents 8d1a4c9 + f4c8449 commit b14b0d7

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v14.0.0-rc.2 (2022-12-21)
2+
* **grid** main action buttons spacing
3+
14
# v13.13.0 (2022-11-23)
25
* **grid** add overridable input that reset grid state and emits after (by default it clears search term, filters and sorting)
36

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": "14.0.0-rc.1",
3+
"version": "14.0.0-rc.2",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ui-grid {
1313
$ui-grid-button-size: 40px;
1414
$ui-grid-main-font-size: 13.5px;
1515
$ui-grid-secondary-font-size: 12px;
16+
$ui-grid-action-buttons-spacing: 16px;
1617

1718
position: relative;
1819
display: block;
@@ -164,6 +165,11 @@ ui-grid {
164165
display: flex;
165166
margin-left: auto;
166167
align-items: center;
168+
169+
.ui-grid-action-buttons-main {
170+
display: flex;
171+
gap: $ui-grid-action-buttons-spacing;
172+
}
167173
}
168174
}
169175

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": "14.0.0-rc.1",
3+
"version": "14.0.0-rc.2",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)