@fundamental-ngx/core 0.58.0-rc.41 → 0.58.0-rc.43

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.41",
3
+ "version": "0.58.0-rc.43",
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.41",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.41",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.43",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.43",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -59,10 +59,6 @@
59
59
  "types": "./avatar/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
61
61
  },
62
- "./avatar-group": {
63
- "types": "./avatar-group/index.d.ts",
64
- "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
65
- },
66
62
  "./avatar-group-legacy": {
67
63
  "types": "./avatar-group-legacy/index.d.ts",
68
64
  "default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
@@ -187,6 +183,10 @@
187
183
  "types": "./info-label/index.d.ts",
188
184
  "default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
189
185
  },
186
+ "./avatar-group": {
187
+ "types": "./avatar-group/index.d.ts",
188
+ "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
189
+ },
190
190
  "./inline-help": {
191
191
  "types": "./inline-help/index.d.ts",
192
192
  "default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
@@ -287,10 +287,6 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./popover": {
291
- "types": "./popover/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
293
- },
294
290
  "./product-switch": {
295
291
  "types": "./product-switch/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
@@ -331,22 +327,26 @@
331
327
  "types": "./select/index.d.ts",
332
328
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
333
329
  },
334
- "./settings": {
335
- "types": "./settings/index.d.ts",
336
- "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
330
+ "./popover": {
331
+ "types": "./popover/index.d.ts",
332
+ "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
337
333
  },
338
334
  "./shared": {
339
335
  "types": "./shared/index.d.ts",
340
336
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
337
  },
342
- "./shellbar": {
343
- "types": "./shellbar/index.d.ts",
344
- "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
338
+ "./settings": {
339
+ "types": "./settings/index.d.ts",
340
+ "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
345
341
  },
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"