@fundamental-ngx/ui5-webcomponents 0.58.0-rc.97 → 0.58.0-rc.98

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.97",
3
+ "version": "0.58.0-rc.98",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -103,14 +103,14 @@
103
103
  "types": "./card-header/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
105
105
  },
106
- "./carousel": {
107
- "types": "./carousel/index.d.ts",
108
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
109
- },
110
106
  "./check-box": {
111
107
  "types": "./check-box/index.d.ts",
112
108
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
113
109
  },
110
+ "./carousel": {
111
+ "types": "./carousel/index.d.ts",
112
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
113
+ },
114
114
  "./color-palette": {
115
115
  "types": "./color-palette/index.d.ts",
116
116
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
@@ -275,14 +275,14 @@
275
275
  "types": "./range-slider/index.d.ts",
276
276
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
277
277
  },
278
- "./rating-indicator": {
279
- "types": "./rating-indicator/index.d.ts",
280
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
281
- },
282
278
  "./responsive-popover": {
283
279
  "types": "./responsive-popover/index.d.ts",
284
280
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs"
285
281
  },
282
+ "./rating-indicator": {
283
+ "types": "./rating-indicator/index.d.ts",
284
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
285
+ },
286
286
  "./segmented-button": {
287
287
  "types": "./segmented-button/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs"