@fundamental-ngx/ui5-webcomponents 0.58.0-rc.14 → 0.58.0-rc.16
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.
- 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.
|
|
3
|
+
"version": "0.58.0-rc.16",
|
|
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
|
-
"./bar": {
|
|
51
|
-
"types": "./bar/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./avatar-group": {
|
|
55
51
|
"types": "./avatar-group/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
57
53
|
},
|
|
54
|
+
"./bar": {
|
|
55
|
+
"types": "./bar/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./breadcrumbs": {
|
|
59
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
@@ -395,14 +395,14 @@
|
|
|
395
395
|
"types": "./tag/index.d.ts",
|
|
396
396
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
|
|
397
397
|
},
|
|
398
|
-
"./text-area": {
|
|
399
|
-
"types": "./text-area/index.d.ts",
|
|
400
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
401
|
-
},
|
|
402
398
|
"./text": {
|
|
403
399
|
"types": "./text/index.d.ts",
|
|
404
400
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
405
401
|
},
|
|
402
|
+
"./text-area": {
|
|
403
|
+
"types": "./text-area/index.d.ts",
|
|
404
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
405
|
+
},
|
|
406
406
|
"./theming": {
|
|
407
407
|
"types": "./theming/index.d.ts",
|
|
408
408
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|