@fundamental-ngx/core 0.58.0-rc.54 → 0.58.0-rc.56

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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.54",
3
+ "version": "0.58.0-rc.56",
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.54",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.54",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.56",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.56",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,21 +47,21 @@
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
+ },
50
54
  "./action-sheet": {
51
55
  "types": "./action-sheet/index.d.ts",
52
56
  "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
53
57
  },
54
- "./avatar-group": {
55
- "types": "./avatar-group/index.d.ts",
56
- "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
57
- },
58
58
  "./avatar": {
59
59
  "types": "./avatar/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
61
61
  },
62
- "./action-bar": {
63
- "types": "./action-bar/index.d.ts",
64
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
62
+ "./avatar-group": {
63
+ "types": "./avatar-group/index.d.ts",
64
+ "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
65
65
  },
66
66
  "./avatar-group-legacy": {
67
67
  "types": "./avatar-group-legacy/index.d.ts",
@@ -91,14 +91,14 @@
91
91
  "types": "./card/index.d.ts",
92
92
  "default": "./fesm2022/fundamental-ngx-core-card.mjs"
93
93
  },
94
- "./checkbox": {
95
- "types": "./checkbox/index.d.ts",
96
- "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
97
- },
98
94
  "./carousel": {
99
95
  "types": "./carousel/index.d.ts",
100
96
  "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
101
97
  },
98
+ "./checkbox": {
99
+ "types": "./checkbox/index.d.ts",
100
+ "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
101
+ },
102
102
  "./combobox": {
103
103
  "types": "./combobox/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
@@ -287,10 +287,6 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./popover": {
291
- "types": "./popover/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
293
- },
294
290
  "./product-switch": {
295
291
  "types": "./product-switch/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
@@ -299,6 +295,10 @@
299
295
  "types": "./progress-indicator/index.d.ts",
300
296
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
301
297
  },
298
+ "./popover": {
299
+ "types": "./popover/index.d.ts",
300
+ "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
301
+ },
302
302
  "./quick-view": {
303
303
  "types": "./quick-view/index.d.ts",
304
304
  "default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
@@ -307,14 +307,14 @@
307
307
  "types": "./radio/index.d.ts",
308
308
  "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
309
309
  },
310
- "./rating-indicator": {
311
- "types": "./rating-indicator/index.d.ts",
312
- "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
313
- },
314
310
  "./resizable-card-layout": {
315
311
  "types": "./resizable-card-layout/index.d.ts",
316
312
  "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
317
313
  },
314
+ "./rating-indicator": {
315
+ "types": "./rating-indicator/index.d.ts",
316
+ "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
317
+ },
318
318
  "./scroll-spy": {
319
319
  "types": "./scroll-spy/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
@@ -343,14 +343,14 @@
343
343
  "types": "./shellbar/index.d.ts",
344
344
  "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
345
345
  },
346
- "./side-navigation": {
347
- "types": "./side-navigation/index.d.ts",
348
- "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
349
- },
350
346
  "./skeleton": {
351
347
  "types": "./skeleton/index.d.ts",
352
348
  "default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
353
349
  },
350
+ "./side-navigation": {
351
+ "types": "./side-navigation/index.d.ts",
352
+ "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
353
+ },
354
354
  "./slider": {
355
355
  "types": "./slider/index.d.ts",
356
356
  "default": "./fesm2022/fundamental-ngx-core-slider.mjs"
@@ -431,13 +431,13 @@
431
431
  "types": "./user-menu/index.d.ts",
432
432
  "default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
433
433
  },
434
- "./vertical-navigation": {
435
- "types": "./vertical-navigation/index.d.ts",
436
- "default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
437
- },
438
434
  "./wizard": {
439
435
  "types": "./wizard/index.d.ts",
440
436
  "default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
437
+ },
438
+ "./vertical-navigation": {
439
+ "types": "./vertical-navigation/index.d.ts",
440
+ "default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
441
441
  }
442
442
  },
443
443
  "module": "fesm2022/fundamental-ngx-core.mjs",