@fundamental-ngx/core 0.58.0-rc.31 → 0.58.0-rc.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.31",
3
+ "version": "0.58.0-rc.32",
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.31",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.31",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.32",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.32",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -339,14 +339,14 @@
339
339
  "types": "./shared/index.d.ts",
340
340
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
341
  },
342
- "./shellbar": {
343
- "types": "./shellbar/index.d.ts",
344
- "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
345
- },
346
342
  "./side-navigation": {
347
343
  "types": "./side-navigation/index.d.ts",
348
344
  "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
349
345
  },
346
+ "./shellbar": {
347
+ "types": "./shellbar/index.d.ts",
348
+ "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
349
+ },
350
350
  "./skeleton": {
351
351
  "types": "./skeleton/index.d.ts",
352
352
  "default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
@@ -371,10 +371,6 @@
371
371
  "types": "./switch/index.d.ts",
372
372
  "default": "./fesm2022/fundamental-ngx-core-switch.mjs"
373
373
  },
374
- "./table": {
375
- "types": "./table/index.d.ts",
376
- "default": "./fesm2022/fundamental-ngx-core-table.mjs"
377
- },
378
374
  "./tabs": {
379
375
  "types": "./tabs/index.d.ts",
380
376
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
@@ -438,6 +434,10 @@
438
434
  "./wizard": {
439
435
  "types": "./wizard/index.d.ts",
440
436
  "default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
437
+ },
438
+ "./table": {
439
+ "types": "./table/index.d.ts",
440
+ "default": "./fesm2022/fundamental-ngx-core-table.mjs"
441
441
  }
442
442
  },
443
443
  "module": "fesm2022/fundamental-ngx-core.mjs",