@fundamental-ngx/ui5-webcomponents-fiori 0.58.0-rc.23 → 0.58.0-rc.25

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents-fiori",
3
- "version": "0.58.0-rc.23",
3
+ "version": "0.58.0-rc.25",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Fiori",
6
6
  "license": "Apache-2.0",
@@ -20,7 +20,7 @@
20
20
  "@angular/forms": "^20.0.0",
21
21
  "@angular/platform-browser": "^20.0.0",
22
22
  "@angular/router": "^20.0.0",
23
- "@fundamental-ngx/ui5-webcomponents": "0.58.0-rc.23",
23
+ "@fundamental-ngx/ui5-webcomponents": "0.58.0-rc.25",
24
24
  "fundamental-styles": "0.40.1",
25
25
  "rxjs": "^7.8.0"
26
26
  },
@@ -168,14 +168,14 @@
168
168
  "types": "./side-navigation/index.d.ts",
169
169
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-side-navigation.mjs"
170
170
  },
171
- "./side-navigation-group": {
172
- "types": "./side-navigation-group/index.d.ts",
173
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-side-navigation-group.mjs"
174
- },
175
171
  "./side-navigation-item": {
176
172
  "types": "./side-navigation-item/index.d.ts",
177
173
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-side-navigation-item.mjs"
178
174
  },
175
+ "./side-navigation-group": {
176
+ "types": "./side-navigation-group/index.d.ts",
177
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-side-navigation-group.mjs"
178
+ },
179
179
  "./side-navigation-sub-item": {
180
180
  "types": "./side-navigation-sub-item/index.d.ts",
181
181
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-fiori-side-navigation-sub-item.mjs"