@fundamental-ngx/core 0.58.0-rc.72 → 0.58.0-rc.74

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.72",
3
+ "version": "0.58.0-rc.74",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -239,14 +239,14 @@
239
239
  "types": "./mobile-mode/index.d.ts",
240
240
  "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
241
241
  },
242
- "./multi-input": {
243
- "types": "./multi-input/index.d.ts",
244
- "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
245
- },
246
242
  "./multi-combobox": {
247
243
  "types": "./multi-combobox/index.d.ts",
248
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
249
245
  },
246
+ "./multi-input": {
247
+ "types": "./multi-input/index.d.ts",
248
+ "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
249
+ },
250
250
  "./nested-list": {
251
251
  "types": "./nested-list/index.d.ts",
252
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"