@fundamental-ngx/core 0.58.0-rc.52 → 0.58.0-rc.54

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 +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.52",
3
+ "version": "0.58.0-rc.54",
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.52",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.52",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.54",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.54",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,14 +47,6 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
- "./action-bar": {
51
- "types": "./action-bar/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
53
- },
54
- "./avatar": {
55
- "types": "./avatar/index.d.ts",
56
- "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
57
- },
58
50
  "./action-sheet": {
59
51
  "types": "./action-sheet/index.d.ts",
60
52
  "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
@@ -63,6 +55,14 @@
63
55
  "types": "./avatar-group/index.d.ts",
64
56
  "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
65
57
  },
58
+ "./avatar": {
59
+ "types": "./avatar/index.d.ts",
60
+ "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
61
+ },
62
+ "./action-bar": {
63
+ "types": "./action-bar/index.d.ts",
64
+ "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
65
+ },
66
66
  "./avatar-group-legacy": {
67
67
  "types": "./avatar-group-legacy/index.d.ts",
68
68
  "default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
@@ -91,14 +91,14 @@
91
91
  "types": "./card/index.d.ts",
92
92
  "default": "./fesm2022/fundamental-ngx-core-card.mjs"
93
93
  },
94
- "./carousel": {
95
- "types": "./carousel/index.d.ts",
96
- "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
97
- },
98
94
  "./checkbox": {
99
95
  "types": "./checkbox/index.d.ts",
100
96
  "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
101
97
  },
98
+ "./carousel": {
99
+ "types": "./carousel/index.d.ts",
100
+ "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
101
+ },
102
102
  "./combobox": {
103
103
  "types": "./combobox/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
@@ -199,14 +199,14 @@
199
199
  "types": "./layout-grid/index.d.ts",
200
200
  "default": "./fesm2022/fundamental-ngx-core-layout-grid.mjs"
201
201
  },
202
- "./link": {
203
- "types": "./link/index.d.ts",
204
- "default": "./fesm2022/fundamental-ngx-core-link.mjs"
205
- },
206
202
  "./layout-panel": {
207
203
  "types": "./layout-panel/index.d.ts",
208
204
  "default": "./fesm2022/fundamental-ngx-core-layout-panel.mjs"
209
205
  },
206
+ "./link": {
207
+ "types": "./link/index.d.ts",
208
+ "default": "./fesm2022/fundamental-ngx-core-link.mjs"
209
+ },
210
210
  "./list": {
211
211
  "types": "./list/index.d.ts",
212
212
  "default": "./fesm2022/fundamental-ngx-core-list.mjs"
@@ -287,14 +287,14 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./product-switch": {
291
- "types": "./product-switch/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
293
- },
294
290
  "./popover": {
295
291
  "types": "./popover/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
293
  },
294
+ "./product-switch": {
295
+ "types": "./product-switch/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
297
+ },
298
298
  "./progress-indicator": {
299
299
  "types": "./progress-indicator/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
@@ -315,6 +315,10 @@
315
315
  "types": "./resizable-card-layout/index.d.ts",
316
316
  "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
317
317
  },
318
+ "./scroll-spy": {
319
+ "types": "./scroll-spy/index.d.ts",
320
+ "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
321
+ },
318
322
  "./scrollbar": {
319
323
  "types": "./scrollbar/index.d.ts",
320
324
  "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
@@ -323,14 +327,14 @@
323
327
  "types": "./segmented-button/index.d.ts",
324
328
  "default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
325
329
  },
326
- "./scroll-spy": {
327
- "types": "./scroll-spy/index.d.ts",
328
- "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
329
- },
330
330
  "./select": {
331
331
  "types": "./select/index.d.ts",
332
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
333
333
  },
334
+ "./settings": {
335
+ "types": "./settings/index.d.ts",
336
+ "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
337
+ },
334
338
  "./shared": {
335
339
  "types": "./shared/index.d.ts",
336
340
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
@@ -375,10 +379,6 @@
375
379
  "types": "./tabs/index.d.ts",
376
380
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
377
381
  },
378
- "./settings": {
379
- "types": "./settings/index.d.ts",
380
- "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
381
- },
382
382
  "./tests": {
383
383
  "types": "./tests/index.d.ts",
384
384
  "default": "./fesm2022/fundamental-ngx-core-tests.mjs"