@fundamental-ngx/core 0.52.2-rc.34 → 0.52.2-rc.35

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.52.2-rc.34",
3
+ "version": "0.52.2-rc.35",
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.52.2-rc.34",
27
- "@fundamental-ngx/i18n": "0.52.2-rc.34",
26
+ "@fundamental-ngx/cdk": "0.52.2-rc.35",
27
+ "@fundamental-ngx/i18n": "0.52.2-rc.35",
28
28
  "@sap-theming/theming-base-content": "^11.18.0",
29
29
  "fundamental-styles": "0.37.7",
30
30
  "rxjs": "^7.8.0"
@@ -613,6 +613,12 @@
613
613
  "esm": "./esm2022/upload-collection/fundamental-ngx-core-upload-collection.mjs",
614
614
  "default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
615
615
  },
616
+ "./utils": {
617
+ "types": "./utils/index.d.ts",
618
+ "esm2022": "./esm2022/utils/fundamental-ngx-core-utils.mjs",
619
+ "esm": "./esm2022/utils/fundamental-ngx-core-utils.mjs",
620
+ "default": "./fesm2022/fundamental-ngx-core-utils.mjs"
621
+ },
616
622
  "./vertical-navigation": {
617
623
  "types": "./vertical-navigation/index.d.ts",
618
624
  "esm2022": "./esm2022/vertical-navigation/fundamental-ngx-core-vertical-navigation.mjs",
@@ -624,12 +630,6 @@
624
630
  "esm2022": "./esm2022/wizard/fundamental-ngx-core-wizard.mjs",
625
631
  "esm": "./esm2022/wizard/fundamental-ngx-core-wizard.mjs",
626
632
  "default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
627
- },
628
- "./utils": {
629
- "types": "./utils/index.d.ts",
630
- "esm2022": "./esm2022/utils/fundamental-ngx-core-utils.mjs",
631
- "esm": "./esm2022/utils/fundamental-ngx-core-utils.mjs",
632
- "default": "./fesm2022/fundamental-ngx-core-utils.mjs"
633
633
  }
634
634
  },
635
635
  "module": "fesm2022/fundamental-ngx-core.mjs",