@fundamental-ngx/core 0.51.0 → 0.51.1-rc.0

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.0",
3
+ "version": "0.51.1-rc.0",
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.0",
27
- "@fundamental-ngx/i18n": "0.51.0",
26
+ "@fundamental-ngx/cdk": "0.51.1-rc.0",
27
+ "@fundamental-ngx/i18n": "0.51.1-rc.0",
28
28
  "@sap-theming/theming-base-content": "^11.15.0",
29
29
  "fundamental-styles": "0.37.1",
30
30
  "rxjs": "^7.8.0"
@@ -535,18 +535,18 @@
535
535
  "esm": "./esm2022/table/fundamental-ngx-core-table.mjs",
536
536
  "default": "./fesm2022/fundamental-ngx-core-table.mjs"
537
537
  },
538
- "./tests": {
539
- "types": "./tests/index.d.ts",
540
- "esm2022": "./esm2022/tests/fundamental-ngx-core-tests.mjs",
541
- "esm": "./esm2022/tests/fundamental-ngx-core-tests.mjs",
542
- "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
543
- },
544
538
  "./tabs": {
545
539
  "types": "./tabs/index.d.ts",
546
540
  "esm2022": "./esm2022/tabs/fundamental-ngx-core-tabs.mjs",
547
541
  "esm": "./esm2022/tabs/fundamental-ngx-core-tabs.mjs",
548
542
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
549
543
  },
544
+ "./tests": {
545
+ "types": "./tests/index.d.ts",
546
+ "esm2022": "./esm2022/tests/fundamental-ngx-core-tests.mjs",
547
+ "esm": "./esm2022/tests/fundamental-ngx-core-tests.mjs",
548
+ "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
549
+ },
550
550
  "./text": {
551
551
  "types": "./text/index.d.ts",
552
552
  "esm2022": "./esm2022/text/fundamental-ngx-core-text.mjs",