@fundamental-ngx/ui5-webcomponents 0.58.0-rc.47 → 0.58.0-rc.48

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.47",
3
+ "version": "0.58.0-rc.48",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -187,6 +187,10 @@
187
187
  "types": "./input/index.d.ts",
188
188
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
189
189
  },
190
+ "./label": {
191
+ "types": "./label/index.d.ts",
192
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
193
+ },
190
194
  "./link": {
191
195
  "types": "./link/index.d.ts",
192
196
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
@@ -211,10 +215,6 @@
211
215
  "types": "./menu/index.d.ts",
212
216
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs"
213
217
  },
214
- "./label": {
215
- "types": "./label/index.d.ts",
216
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
217
- },
218
218
  "./menu-item": {
219
219
  "types": "./menu-item/index.d.ts",
220
220
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs"
@@ -243,14 +243,14 @@
243
243
  "types": "./multi-combo-box-item-group/index.d.ts",
244
244
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs"
245
245
  },
246
- "./option": {
247
- "types": "./option/index.d.ts",
248
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
249
- },
250
246
  "./multi-input": {
251
247
  "types": "./multi-input/index.d.ts",
252
248
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
253
249
  },
250
+ "./option": {
251
+ "types": "./option/index.d.ts",
252
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
253
+ },
254
254
  "./option-custom": {
255
255
  "types": "./option-custom/index.d.ts",
256
256
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs"
@@ -447,14 +447,14 @@
447
447
  "types": "./toolbar-select-option/index.d.ts",
448
448
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
449
449
  },
450
- "./toolbar-spacer": {
451
- "types": "./toolbar-spacer/index.d.ts",
452
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
453
- },
454
450
  "./toolbar-separator": {
455
451
  "types": "./toolbar-separator/index.d.ts",
456
452
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
457
453
  },
454
+ "./toolbar-spacer": {
455
+ "types": "./toolbar-spacer/index.d.ts",
456
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
457
+ },
458
458
  "./tree": {
459
459
  "types": "./tree/index.d.ts",
460
460
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"