@ui5/webcomponents-ngx 0.4.8-rc.4 → 0.4.8

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.4.8-rc.4",
3
+ "version": "0.4.8",
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.4.8-rc.4",
34
+ "@ui5/theming-ngx": "^0.4.8",
35
35
  "tslib": "^2.4.1"
36
36
  },
37
37
  "schematics": "./schematics/collection.json",
@@ -532,6 +532,10 @@
532
532
  "types": "./main/segmented-button/index.d.ts",
533
533
  "default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs"
534
534
  },
535
+ "./main/segmented-button-item": {
536
+ "types": "./main/segmented-button-item/index.d.ts",
537
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs"
538
+ },
535
539
  "./main/select": {
536
540
  "types": "./main/select/index.d.ts",
537
541
  "default": "./fesm2022/ui5-webcomponents-ngx-main-select.mjs"
@@ -544,10 +548,6 @@
544
548
  "types": "./main/special-calendar-date/index.d.ts",
545
549
  "default": "./fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs"
546
550
  },
547
- "./main/segmented-button-item": {
548
- "types": "./main/segmented-button-item/index.d.ts",
549
- "default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs"
550
- },
551
551
  "./main/split-button": {
552
552
  "types": "./main/split-button/index.d.ts",
553
553
  "default": "./fesm2022/ui5-webcomponents-ngx-main-split-button.mjs"
Binary file