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

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.42",
3
+ "version": "0.58.0-rc.44",
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.42",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.42",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.44",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.44",
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-sheet": {
51
- "types": "./action-sheet/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
53
- },
54
50
  "./action-bar": {
55
51
  "types": "./action-bar/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
57
53
  },
54
+ "./action-sheet": {
55
+ "types": "./action-sheet/index.d.ts",
56
+ "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
57
+ },
58
58
  "./avatar": {
59
59
  "types": "./avatar/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
@@ -207,6 +207,10 @@
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
+ },
210
214
  "./menu": {
211
215
  "types": "./menu/index.d.ts",
212
216
  "default": "./fesm2022/fundamental-ngx-core-menu.mjs"
@@ -247,9 +251,9 @@
247
251
  "types": "./nested-list/index.d.ts",
248
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
249
253
  },
250
- "./list": {
251
- "types": "./list/index.d.ts",
252
- "default": "./fesm2022/fundamental-ngx-core-list.mjs"
254
+ "./notification": {
255
+ "types": "./notification/index.d.ts",
256
+ "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
253
257
  },
254
258
  "./object-attribute": {
255
259
  "types": "./object-attribute/index.d.ts",
@@ -263,18 +267,14 @@
263
267
  "types": "./object-marker/index.d.ts",
264
268
  "default": "./fesm2022/fundamental-ngx-core-object-marker.mjs"
265
269
  },
266
- "./notification": {
267
- "types": "./notification/index.d.ts",
268
- "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
270
+ "./object-number": {
271
+ "types": "./object-number/index.d.ts",
272
+ "default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
269
273
  },
270
274
  "./object-status": {
271
275
  "types": "./object-status/index.d.ts",
272
276
  "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
273
277
  },
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"