@fundamental-ngx/ui5-webcomponents 0.58.0-rc.27 → 0.58.0-rc.28
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.28",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -415,14 +415,14 @@
|
|
|
415
415
|
"types": "./title/index.d.ts",
|
|
416
416
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
417
417
|
},
|
|
418
|
-
"./toggle-button": {
|
|
419
|
-
"types": "./toggle-button/index.d.ts",
|
|
420
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
|
|
421
|
-
},
|
|
422
418
|
"./toast": {
|
|
423
419
|
"types": "./toast/index.d.ts",
|
|
424
420
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
425
421
|
},
|
|
422
|
+
"./toggle-button": {
|
|
423
|
+
"types": "./toggle-button/index.d.ts",
|
|
424
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
|
|
425
|
+
},
|
|
426
426
|
"./token": {
|
|
427
427
|
"types": "./token/index.d.ts",
|
|
428
428
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs"
|
|
@@ -443,14 +443,14 @@
|
|
|
443
443
|
"types": "./toolbar-select/index.d.ts",
|
|
444
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|
|
445
445
|
},
|
|
446
|
-
"./toolbar-separator": {
|
|
447
|
-
"types": "./toolbar-separator/index.d.ts",
|
|
448
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
449
|
-
},
|
|
450
446
|
"./toolbar-select-option": {
|
|
451
447
|
"types": "./toolbar-select-option/index.d.ts",
|
|
452
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
453
449
|
},
|
|
450
|
+
"./toolbar-separator": {
|
|
451
|
+
"types": "./toolbar-separator/index.d.ts",
|
|
452
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.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"
|