@praxisui/tabs 9.0.61 → 9.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-05T19:46:18.619Z",
|
|
4
4
|
"packageName": "@praxisui/tabs",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.63",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -4499,8 +4499,8 @@ class PraxisTabs {
|
|
|
4499
4499
|
[color]="config?.group?.color"
|
|
4500
4500
|
[backgroundColor]="config?.group?.backgroundColor"
|
|
4501
4501
|
[animationDuration]="effectiveAnimationDuration()"
|
|
4502
|
-
[
|
|
4503
|
-
[
|
|
4502
|
+
[aria-label]="config?.group?.ariaLabel ?? ''"
|
|
4503
|
+
[aria-labelledby]="config?.group?.ariaLabelledby ?? ''"
|
|
4504
4504
|
(animationDone)="animationDone.emit()"
|
|
4505
4505
|
(focusChange)="focusChange.emit($event)"
|
|
4506
4506
|
(selectedIndexChange)="onVisibleTabIndexChange($event)"
|
|
@@ -4823,8 +4823,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
4823
4823
|
[color]="config?.group?.color"
|
|
4824
4824
|
[backgroundColor]="config?.group?.backgroundColor"
|
|
4825
4825
|
[animationDuration]="effectiveAnimationDuration()"
|
|
4826
|
-
[
|
|
4827
|
-
[
|
|
4826
|
+
[aria-label]="config?.group?.ariaLabel ?? ''"
|
|
4827
|
+
[aria-labelledby]="config?.group?.ariaLabelledby ?? ''"
|
|
4828
4828
|
(animationDone)="animationDone.emit()"
|
|
4829
4829
|
(focusChange)="focusChange.emit($event)"
|
|
4830
4830
|
(selectedIndexChange)="onVisibleTabIndexChange($event)"
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/tabs",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.63",
|
|
4
4
|
"description": "Configurable tabs (group and nav) for Praxis UI with metadata-driven content and runtime editor.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"@angular/material": "^21.0.0",
|
|
9
9
|
"@angular/cdk": "^21.0.0",
|
|
10
|
-
"@praxisui/core": "^9.0.
|
|
11
|
-
"@praxisui/dynamic-fields": "^9.0.
|
|
12
|
-
"@praxisui/settings-panel": "^9.0.
|
|
10
|
+
"@praxisui/core": "^9.0.63",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.63",
|
|
12
|
+
"@praxisui/settings-panel": "^9.0.63",
|
|
13
13
|
"@angular/forms": "^21.0.0",
|
|
14
14
|
"@angular/router": "^21.0.0",
|
|
15
|
-
"@praxisui/ai": "^9.0.
|
|
15
|
+
"@praxisui/ai": "^9.0.63",
|
|
16
16
|
"rxjs": "~7.8.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|