@fundamental-ngx/core 0.51.2-rc.13 → 0.51.2-rc.14

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.51.2-rc.13",
3
+ "version": "0.51.2-rc.14",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^18.0.0",
24
24
  "@angular/platform-browser": "^18.0.0",
25
25
  "@angular/router": "^18.0.0",
26
- "@fundamental-ngx/cdk": "0.51.2-rc.13",
27
- "@fundamental-ngx/i18n": "0.51.2-rc.13",
26
+ "@fundamental-ngx/cdk": "0.51.2-rc.14",
27
+ "@fundamental-ngx/i18n": "0.51.2-rc.14",
28
28
  "@sap-theming/theming-base-content": "^11.17.0",
29
29
  "fundamental-styles": "0.37.3",
30
30
  "rxjs": "^7.8.0"
@@ -481,18 +481,18 @@
481
481
  "esm": "./esm2022/shared/fundamental-ngx-core-shared.mjs",
482
482
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
483
483
  },
484
- "./shellbar": {
485
- "types": "./shellbar/index.d.ts",
486
- "esm2022": "./esm2022/shellbar/fundamental-ngx-core-shellbar.mjs",
487
- "esm": "./esm2022/shellbar/fundamental-ngx-core-shellbar.mjs",
488
- "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
489
- },
490
484
  "./side-navigation": {
491
485
  "types": "./side-navigation/index.d.ts",
492
486
  "esm2022": "./esm2022/side-navigation/fundamental-ngx-core-side-navigation.mjs",
493
487
  "esm": "./esm2022/side-navigation/fundamental-ngx-core-side-navigation.mjs",
494
488
  "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
495
489
  },
490
+ "./shellbar": {
491
+ "types": "./shellbar/index.d.ts",
492
+ "esm2022": "./esm2022/shellbar/fundamental-ngx-core-shellbar.mjs",
493
+ "esm": "./esm2022/shellbar/fundamental-ngx-core-shellbar.mjs",
494
+ "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
495
+ },
496
496
  "./skeleton": {
497
497
  "types": "./skeleton/index.d.ts",
498
498
  "esm2022": "./esm2022/skeleton/fundamental-ngx-core-skeleton.mjs",