@fundamental-ngx/core 0.53.0-rc.2 → 0.53.0

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.53.0-rc.2",
3
+ "version": "0.53.0",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^18.0.0",
24
24
  "@angular/platform-browser": "^18.0.0",
25
25
  "@angular/router": "^18.0.0",
26
- "@fundamental-ngx/cdk": "0.53.0-rc.2",
27
- "@fundamental-ngx/i18n": "0.53.0-rc.2",
26
+ "@fundamental-ngx/cdk": "0.53.0",
27
+ "@fundamental-ngx/i18n": "0.53.0",
28
28
  "@sap-theming/theming-base-content": "^11.18.0",
29
29
  "fundamental-styles": "0.38.0",
30
30
  "rxjs": "^7.8.0"
@@ -97,12 +97,6 @@
97
97
  "esm": "./esm2022/busy-indicator/fundamental-ngx-core-busy-indicator.mjs",
98
98
  "default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
99
99
  },
100
- "./button": {
101
- "types": "./button/index.d.ts",
102
- "esm2022": "./esm2022/button/fundamental-ngx-core-button.mjs",
103
- "esm": "./esm2022/button/fundamental-ngx-core-button.mjs",
104
- "default": "./fesm2022/fundamental-ngx-core-button.mjs"
105
- },
106
100
  "./calendar": {
107
101
  "types": "./calendar/index.d.ts",
108
102
  "esm2022": "./esm2022/calendar/fundamental-ngx-core-calendar.mjs",
@@ -115,6 +109,12 @@
115
109
  "esm": "./esm2022/card/fundamental-ngx-core-card.mjs",
116
110
  "default": "./fesm2022/fundamental-ngx-core-card.mjs"
117
111
  },
112
+ "./button": {
113
+ "types": "./button/index.d.ts",
114
+ "esm2022": "./esm2022/button/fundamental-ngx-core-button.mjs",
115
+ "esm": "./esm2022/button/fundamental-ngx-core-button.mjs",
116
+ "default": "./fesm2022/fundamental-ngx-core-button.mjs"
117
+ },
118
118
  "./carousel": {
119
119
  "types": "./carousel/index.d.ts",
120
120
  "esm2022": "./esm2022/carousel/fundamental-ngx-core-carousel.mjs",
@@ -223,18 +223,18 @@
223
223
  "esm": "./esm2022/formatted-text/fundamental-ngx-core-formatted-text.mjs",
224
224
  "default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
225
225
  },
226
- "./grid-list": {
227
- "types": "./grid-list/index.d.ts",
228
- "esm2022": "./esm2022/grid-list/fundamental-ngx-core-grid-list.mjs",
229
- "esm": "./esm2022/grid-list/fundamental-ngx-core-grid-list.mjs",
230
- "default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
231
- },
232
226
  "./generic-tag": {
233
227
  "types": "./generic-tag/index.d.ts",
234
228
  "esm2022": "./esm2022/generic-tag/fundamental-ngx-core-generic-tag.mjs",
235
229
  "esm": "./esm2022/generic-tag/fundamental-ngx-core-generic-tag.mjs",
236
230
  "default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
237
231
  },
232
+ "./grid-list": {
233
+ "types": "./grid-list/index.d.ts",
234
+ "esm2022": "./esm2022/grid-list/fundamental-ngx-core-grid-list.mjs",
235
+ "esm": "./esm2022/grid-list/fundamental-ngx-core-grid-list.mjs",
236
+ "default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
237
+ },
238
238
  "./icon": {
239
239
  "types": "./icon/index.d.ts",
240
240
  "esm2022": "./esm2022/icon/fundamental-ngx-core-icon.mjs",