@ui5/webcomponents-ngx 0.5.11-rc.14 → 0.5.11-rc.15

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.11-rc.14",
3
+ "version": "0.5.11-rc.15",
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.11-rc.14",
34
+ "@ui5/theming-ngx": "^0.5.11-rc.15",
35
35
  "tslib": "^2.4.1"
36
36
  },
37
37
  "schematics": "./schematics/collection.json",
@@ -608,10 +608,6 @@
608
608
  "types": "./main/suggestion-item-custom/index.d.ts",
609
609
  "default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs"
610
610
  },
611
- "./main/suggestion-item-group": {
612
- "types": "./main/suggestion-item-group/index.d.ts",
613
- "default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
614
- },
615
611
  "./main/switch": {
616
612
  "types": "./main/switch/index.d.ts",
617
613
  "default": "./fesm2022/ui5-webcomponents-ngx-main-switch.mjs"
@@ -755,6 +751,10 @@
755
751
  "./main/tree-item-custom": {
756
752
  "types": "./main/tree-item-custom/index.d.ts",
757
753
  "default": "./fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs"
754
+ },
755
+ "./main/suggestion-item-group": {
756
+ "types": "./main/suggestion-item-group/index.d.ts",
757
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
758
758
  }
759
759
  },
760
760
  "sideEffects": false