@fundamental-ngx/ui5-webcomponents 0.58.0-rc.101 → 0.58.0-rc.102
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 +5 -5
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.102",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -411,14 +411,14 @@
|
|
|
411
411
|
"types": "./time-picker/index.d.ts",
|
|
412
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
413
413
|
},
|
|
414
|
-
"./toast": {
|
|
415
|
-
"types": "./toast/index.d.ts",
|
|
416
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
417
|
-
},
|
|
418
414
|
"./title": {
|
|
419
415
|
"types": "./title/index.d.ts",
|
|
420
416
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
421
417
|
},
|
|
418
|
+
"./toast": {
|
|
419
|
+
"types": "./toast/index.d.ts",
|
|
420
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
421
|
+
},
|
|
422
422
|
"./toggle-button": {
|
|
423
423
|
"types": "./toggle-button/index.d.ts",
|
|
424
424
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
|