@fundamental-ngx/core 0.56.2-rc.1 → 0.56.2-rc.2

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.56.2-rc.1",
3
+ "version": "0.56.2-rc.2",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^19.0.0",
24
24
  "@angular/platform-browser": "^19.0.0",
25
25
  "@angular/router": "^19.0.0",
26
- "@fundamental-ngx/cdk": "0.56.2-rc.1",
27
- "@fundamental-ngx/i18n": "0.56.2-rc.1",
26
+ "@fundamental-ngx/cdk": "0.56.2-rc.2",
27
+ "@fundamental-ngx/i18n": "0.56.2-rc.2",
28
28
  "@sap-theming/theming-base-content": "^11.29.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -75,14 +75,14 @@
75
75
  "types": "./breadcrumb/index.d.ts",
76
76
  "default": "./fesm2022/fundamental-ngx-core-breadcrumb.mjs"
77
77
  },
78
- "./busy-indicator": {
79
- "types": "./busy-indicator/index.d.ts",
80
- "default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
81
- },
82
78
  "./button": {
83
79
  "types": "./button/index.d.ts",
84
80
  "default": "./fesm2022/fundamental-ngx-core-button.mjs"
85
81
  },
82
+ "./busy-indicator": {
83
+ "types": "./busy-indicator/index.d.ts",
84
+ "default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
85
+ },
86
86
  "./calendar": {
87
87
  "types": "./calendar/index.d.ts",
88
88
  "default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
@@ -375,10 +375,6 @@
375
375
  "types": "./table/index.d.ts",
376
376
  "default": "./fesm2022/fundamental-ngx-core-table.mjs"
377
377
  },
378
- "./tabs": {
379
- "types": "./tabs/index.d.ts",
380
- "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
381
- },
382
378
  "./tests": {
383
379
  "types": "./tests/index.d.ts",
384
380
  "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
@@ -391,6 +387,10 @@
391
387
  "types": "./theming/index.d.ts",
392
388
  "default": "./fesm2022/fundamental-ngx-core-theming.mjs"
393
389
  },
390
+ "./tabs": {
391
+ "types": "./tabs/index.d.ts",
392
+ "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
393
+ },
394
394
  "./tile": {
395
395
  "types": "./tile/index.d.ts",
396
396
  "default": "./fesm2022/fundamental-ngx-core-tile.mjs"