@ui5/webcomponents-ngx 0.5.9-rc.1 → 0.5.9-rc.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-ngx",
3
- "version": "0.5.9-rc.1",
3
+ "version": "0.5.9-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "keywords": [
@@ -31,7 +31,7 @@
31
31
  "rxjs": "^6.5.3 || ^7.4.0"
32
32
  },
33
33
  "dependencies": {
34
- "@ui5/theming-ngx": "^0.5.9-rc.1",
34
+ "@ui5/theming-ngx": "^0.5.9-rc.2",
35
35
  "tslib": "^2.4.1"
36
36
  },
37
37
  "schematics": "./schematics/collection.json",
@@ -444,10 +444,6 @@
444
444
  "types": "./main/form/index.d.ts",
445
445
  "default": "./fesm2022/ui5-webcomponents-ngx-main-form.mjs"
446
446
  },
447
- "./main/form-group": {
448
- "types": "./main/form-group/index.d.ts",
449
- "default": "./fesm2022/ui5-webcomponents-ngx-main-form-group.mjs"
450
- },
451
447
  "./main/form-item": {
452
448
  "types": "./main/form-item/index.d.ts",
453
449
  "default": "./fesm2022/ui5-webcomponents-ngx-main-form-item.mjs"
@@ -456,6 +452,10 @@
456
452
  "types": "./main/icon/index.d.ts",
457
453
  "default": "./fesm2022/ui5-webcomponents-ngx-main-icon.mjs"
458
454
  },
455
+ "./main/form-group": {
456
+ "types": "./main/form-group/index.d.ts",
457
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-form-group.mjs"
458
+ },
459
459
  "./main/input": {
460
460
  "types": "./main/input/index.d.ts",
461
461
  "default": "./fesm2022/ui5-webcomponents-ngx-main-input.mjs"