@fundamental-ngx/core 0.57.11 → 0.57.12

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.57.11",
3
+ "version": "0.57.12",
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.57.11",
27
- "@fundamental-ngx/i18n": "0.57.11",
26
+ "@fundamental-ngx/cdk": "0.57.12",
27
+ "@fundamental-ngx/i18n": "0.57.12",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -267,14 +267,14 @@
267
267
  "types": "./object-marker/index.d.ts",
268
268
  "default": "./fesm2022/fundamental-ngx-core-object-marker.mjs"
269
269
  },
270
- "./object-status": {
271
- "types": "./object-status/index.d.ts",
272
- "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
273
- },
274
270
  "./object-number": {
275
271
  "types": "./object-number/index.d.ts",
276
272
  "default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
277
273
  },
274
+ "./object-status": {
275
+ "types": "./object-status/index.d.ts",
276
+ "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
277
+ },
278
278
  "./overflow-layout": {
279
279
  "types": "./overflow-layout/index.d.ts",
280
280
  "default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"