@skyux/flyout 13.4.0 → 13.4.1
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.
- package/index.d.ts +1 -1
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ interface SkyFlyoutPermalink {
|
|
|
127
127
|
label?: string;
|
|
128
128
|
/**
|
|
129
129
|
* The object that represents the
|
|
130
|
-
* [Angular application route](https://angular.
|
|
130
|
+
* [Angular application route](https://angular.dev/api/router/Router#navigate).
|
|
131
131
|
* The object includes two properties that are mapped to Angular's
|
|
132
132
|
* `Router.navigate(commands, extras?)` method.
|
|
133
133
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/flyout",
|
|
3
|
-
"version": "13.4.
|
|
3
|
+
"version": "13.4.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"@angular/common": "^20.3.0",
|
|
22
22
|
"@angular/core": "^20.3.0",
|
|
23
23
|
"@angular/router": "^20.3.0",
|
|
24
|
-
"@skyux/core": "13.4.
|
|
25
|
-
"@skyux/i18n": "13.4.
|
|
26
|
-
"@skyux/icon": "13.4.
|
|
27
|
-
"@skyux/router": "13.4.
|
|
28
|
-
"@skyux/theme": "13.4.
|
|
24
|
+
"@skyux/core": "13.4.1",
|
|
25
|
+
"@skyux/i18n": "13.4.1",
|
|
26
|
+
"@skyux/icon": "13.4.1",
|
|
27
|
+
"@skyux/router": "13.4.1",
|
|
28
|
+
"@skyux/theme": "13.4.1"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.8.1"
|