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

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.43",
3
+ "version": "0.58.0-rc.44",
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.43",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.43",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.44",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.44",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -59,6 +59,10 @@
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
+ },
62
66
  "./avatar-group-legacy": {
63
67
  "types": "./avatar-group-legacy/index.d.ts",
64
68
  "default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
@@ -183,10 +187,6 @@
183
187
  "types": "./info-label/index.d.ts",
184
188
  "default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
185
189
  },
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,6 +287,10 @@
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
+ },
290
294
  "./product-switch": {
291
295
  "types": "./product-switch/index.d.ts",
292
296
  "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
@@ -327,26 +331,22 @@
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./popover": {
331
- "types": "./popover/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
334
+ "./settings": {
335
+ "types": "./settings/index.d.ts",
336
+ "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
333
337
  },
334
338
  "./shared": {
335
339
  "types": "./shared/index.d.ts",
336
340
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
337
341
  },
338
- "./settings": {
339
- "types": "./settings/index.d.ts",
340
- "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
342
+ "./shellbar": {
343
+ "types": "./shellbar/index.d.ts",
344
+ "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
341
345
  },
342
346
  "./side-navigation": {
343
347
  "types": "./side-navigation/index.d.ts",
344
348
  "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
345
349
  },
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"