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

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.96",
3
+ "version": "0.58.0-rc.97",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -59,17 +59,17 @@
59
59
  "types": "./breadcrumbs/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
61
61
  },
62
- "./button": {
63
- "types": "./button/index.d.ts",
64
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
62
+ "./breadcrumbs-item": {
63
+ "types": "./breadcrumbs-item/index.d.ts",
64
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
65
65
  },
66
66
  "./busy-indicator": {
67
67
  "types": "./busy-indicator/index.d.ts",
68
68
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
69
69
  },
70
- "./breadcrumbs-item": {
71
- "types": "./breadcrumbs-item/index.d.ts",
72
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
70
+ "./button": {
71
+ "types": "./button/index.d.ts",
72
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
73
73
  },
74
74
  "./button-badge": {
75
75
  "types": "./button-badge/index.d.ts",
@@ -123,14 +123,14 @@
123
123
  "types": "./color-palette-popover/index.d.ts",
124
124
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
125
125
  },
126
- "./combo-box": {
127
- "types": "./combo-box/index.d.ts",
128
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
129
- },
130
126
  "./color-picker": {
131
127
  "types": "./color-picker/index.d.ts",
132
128
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
133
129
  },
130
+ "./combo-box": {
131
+ "types": "./combo-box/index.d.ts",
132
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
133
+ },
134
134
  "./combo-box-item": {
135
135
  "types": "./combo-box-item/index.d.ts",
136
136
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"