@fundamental-ngx/ui5-webcomponents 0.58.0-rc.85 → 0.58.0-rc.87

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.85",
3
+ "version": "0.58.0-rc.87",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -47,14 +47,14 @@
47
47
  "types": "./avatar/index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
49
49
  },
50
- "./avatar-group": {
51
- "types": "./avatar-group/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
53
- },
54
50
  "./bar": {
55
51
  "types": "./bar/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
57
53
  },
54
+ "./avatar-group": {
55
+ "types": "./avatar-group/index.d.ts",
56
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
57
+ },
58
58
  "./breadcrumbs": {
59
59
  "types": "./breadcrumbs/index.d.ts",
60
60
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
@@ -63,14 +63,14 @@
63
63
  "types": "./breadcrumbs-item/index.d.ts",
64
64
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
65
65
  },
66
- "./button": {
67
- "types": "./button/index.d.ts",
68
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
69
- },
70
66
  "./busy-indicator": {
71
67
  "types": "./busy-indicator/index.d.ts",
72
68
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
73
69
  },
70
+ "./button": {
71
+ "types": "./button/index.d.ts",
72
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
73
+ },
74
74
  "./button-badge": {
75
75
  "types": "./button-badge/index.d.ts",
76
76
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs"
@@ -327,14 +327,18 @@
327
327
  "types": "./switch/index.d.ts",
328
328
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
329
329
  },
330
- "./tab-separator": {
331
- "types": "./tab-separator/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
330
+ "./tab": {
331
+ "types": "./tab/index.d.ts",
332
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
333
333
  },
334
334
  "./tab-container": {
335
335
  "types": "./tab-container/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
337
337
  },
338
+ "./tab-separator": {
339
+ "types": "./tab-separator/index.d.ts",
340
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
341
+ },
338
342
  "./table": {
339
343
  "types": "./table/index.d.ts",
340
344
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
@@ -447,10 +451,6 @@
447
451
  "types": "./toolbar-separator/index.d.ts",
448
452
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
449
453
  },
450
- "./tab": {
451
- "types": "./tab/index.d.ts",
452
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
453
- },
454
454
  "./toolbar-spacer": {
455
455
  "types": "./toolbar-spacer/index.d.ts",
456
456
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"