Skip to content

Commit 6ca3f9e

Browse files
authored
Release 7.26.0 (#1404)
* chore: changeset version, build * ang build
1 parent 1a4c973 commit 6ca3f9e

File tree

26 files changed

+249
-289
lines changed

26 files changed

+249
-289
lines changed

.changeset/healthy-spies-train.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/nervous-beers-buy.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/angular-workspace/CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,38 @@
11
# @astrouxds/angular
22

3+
## 7.26.0
4+
5+
### Minor Changes
6+
7+
#### Global Status Bar
8+
9+
- Added a new `compact` prop to allow for a more condensed layout
10+
11+
#### Tabs
12+
13+
- Added a new `compact` prop to allow for a more condensed tab layout
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [0016be82]
18+
- Updated dependencies [1a4c9735]
19+
- @astrouxds/astro-web-components@7.26.0
20+
321
## 7.25.2
422

523
### Patch Changes
624

725
#### Segmented Button
826

9-
- Added shadow parts to ul and li elements of segmented button to allow for better styling of the component
27+
- Added shadow parts to ul and li elements of segmented button to allow for better styling of the component
1028

1129
## 7.25.1
1230

1331
### Patch Changes
1432

1533
#### Ruler
1634

17-
- Correcting background value of rux-ruler to be a token so it works in light and dark themes.
35+
- Correcting background value of rux-ruler to be a token so it works in light and dark themes.
1836

1937
## 7.25.0
2038

packages/angular-workspace/package-lock.json

Lines changed: 2 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-workspace",
3-
"version": "7.25.2",
3+
"version": "7.26.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser": "~13.2.7",
2525
"@angular/platform-browser-dynamic": "~13.2.7",
2626
"@angular/router": "~13.2.7",
27-
"@astrouxds/astro-web-components": "^7.25.2",
27+
"@astrouxds/astro-web-components": "^7.26.0",
2828
"rxjs": "~7.5.7",
2929
"tslib": "^2.4.1",
3030
"zone.js": "~0.11.8"

packages/angular-workspace/projects/angular/CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
11
# @astrouxds/angular
22

3+
## 7.26.0
4+
5+
### Minor Changes
6+
7+
#### Global Status Bar
8+
9+
- Added a new `compact` prop to allow for a more condensed layout
10+
11+
#### Tabs
12+
13+
- Added a new `compact` prop to allow for a more condensed tab layout
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [0016be82]
18+
- Updated dependencies [1a4c9735]
19+
- @astrouxds/astro-web-components@7.26.0
20+
321
## 7.25.2
422

523
### Patch Changes
624

725
#### Segmented Button
826

9-
- Added shadow parts to ul and li elements of segmented button to allow for better styling of the component
27+
- Added shadow parts to ul and li elements of segmented button to allow for better styling of the component
1028

1129
## 7.25.1
1230

1331
### Patch Changes
1432

1533
#### Ruler
1634

17-
- Correcting background value of rux-ruler to be a token so it works in light and dark themes.
35+
- Correcting background value of rux-ruler to be a token so it works in light and dark themes.
36+
1837
## 7.25.0
1938

2039
### Minor Changes

packages/angular-workspace/projects/angular/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-workspace/projects/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrouxds/angular",
3-
"version": "7.25.2",
3+
"version": "7.26.0",
44
"description": "Astro Web Components Angular Wrapper",
55
"license": "MIT",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"@angular/core": ">=12.0.0"
1313
},
1414
"dependencies": {
15-
"@astrouxds/astro-web-components": "^7.25.2",
15+
"@astrouxds/astro-web-components": "^7.26.0",
1616
"tslib": "^2.4.1"
1717
}
1818
}

packages/angular-workspace/projects/angular/src/directives/proxies-list.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21

32
import * as d from './proxies';
43

packages/angular-workspace/projects/angular/src/directives/proxies.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,14 +352,14 @@ export declare interface RuxDialog extends Components.RuxDialog {
352352

353353

354354
@ProxyCmp({
355-
inputs: ['appDomain', 'appName', 'appState', 'appStateColor', 'appVersion', 'includeIcon', 'menuIcon', 'username']
355+
inputs: ['appDomain', 'appName', 'appState', 'appStateColor', 'appVersion', 'compact', 'includeIcon', 'menuIcon', 'username']
356356
})
357357
@Component({
358358
selector: 'rux-global-status-bar',
359359
changeDetection: ChangeDetectionStrategy.OnPush,
360360
template: '<ng-content></ng-content>',
361361
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
362-
inputs: ['appDomain', 'appName', 'appState', 'appStateColor', 'appVersion', 'includeIcon', 'menuIcon', 'username'],
362+
inputs: ['appDomain', 'appName', 'appState', 'appStateColor', 'appVersion', 'compact', 'includeIcon', 'menuIcon', 'username'],
363363
})
364364
export class RuxGlobalStatusBar {
365365
protected el: HTMLElement;
@@ -24486,14 +24486,14 @@ export declare interface RuxTableRow extends Components.RuxTableRow {}
2448624486

2448724487

2448824488
@ProxyCmp({
24489-
inputs: ['small']
24489+
inputs: ['compact', 'small']
2449024490
})
2449124491
@Component({
2449224492
selector: 'rux-tabs',
2449324493
changeDetection: ChangeDetectionStrategy.OnPush,
2449424494
template: '<ng-content></ng-content>',
2449524495
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
24496-
inputs: ['small'],
24496+
inputs: ['compact', 'small'],
2449724497
})
2449824498
export class RuxTabs {
2449924499
protected el: HTMLElement;

0 commit comments

Comments
 (0)