@fundamental-ngx/core 0.58.0-rc.41 → 0.58.0-rc.42

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.41",
3
+ "version": "0.58.0-rc.42",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^20.0.0",
24
24
  "@angular/platform-browser": "^20.0.0",
25
25
  "@angular/router": "^20.0.0",
26
- "@fundamental-ngx/cdk": "0.58.0-rc.41",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.41",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.42",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.42",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,14 +47,14 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
- "./action-bar": {
51
- "types": "./action-bar/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
53
- },
54
50
  "./action-sheet": {
55
51
  "types": "./action-sheet/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
57
53
  },
54
+ "./action-bar": {
55
+ "types": "./action-bar/index.d.ts",
56
+ "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
57
+ },
58
58
  "./avatar": {
59
59
  "types": "./avatar/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
@@ -207,10 +207,6 @@
207
207
  "types": "./link/index.d.ts",
208
208
  "default": "./fesm2022/fundamental-ngx-core-link.mjs"
209
209
  },
210
- "./list": {
211
- "types": "./list/index.d.ts",
212
- "default": "./fesm2022/fundamental-ngx-core-list.mjs"
213
- },
214
210
  "./menu": {
215
211
  "types": "./menu/index.d.ts",
216
212
  "default": "./fesm2022/fundamental-ngx-core-menu.mjs"
@@ -251,9 +247,9 @@
251
247
  "types": "./nested-list/index.d.ts",
252
248
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
253
249
  },
254
- "./notification": {
255
- "types": "./notification/index.d.ts",
256
- "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
250
+ "./list": {
251
+ "types": "./list/index.d.ts",
252
+ "default": "./fesm2022/fundamental-ngx-core-list.mjs"
257
253
  },
258
254
  "./object-attribute": {
259
255
  "types": "./object-attribute/index.d.ts",
@@ -267,14 +263,18 @@
267
263
  "types": "./object-marker/index.d.ts",
268
264
  "default": "./fesm2022/fundamental-ngx-core-object-marker.mjs"
269
265
  },
270
- "./object-number": {
271
- "types": "./object-number/index.d.ts",
272
- "default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
266
+ "./notification": {
267
+ "types": "./notification/index.d.ts",
268
+ "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
273
269
  },
274
270
  "./object-status": {
275
271
  "types": "./object-status/index.d.ts",
276
272
  "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
277
273
  },
274
+ "./object-number": {
275
+ "types": "./object-number/index.d.ts",
276
+ "default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
277
+ },
278
278
  "./overflow-layout": {
279
279
  "types": "./overflow-layout/index.d.ts",
280
280
  "default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"