@fundamental-ngx/btp 0.53.0 → 0.53.1-rc.1
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 +15 -15
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/btp",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.1-rc.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.0.0",
|
|
6
6
|
"@angular/core": "^18.0.0",
|
|
7
|
-
"@fundamental-ngx/cdk": "0.53.
|
|
8
|
-
"@fundamental-ngx/core": "0.53.
|
|
7
|
+
"@fundamental-ngx/cdk": "0.53.1-rc.1",
|
|
8
|
+
"@fundamental-ngx/core": "0.53.1-rc.1"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"esm": "./esm2022/fundamental-ngx-btp.mjs",
|
|
27
27
|
"default": "./fesm2022/fundamental-ngx-btp.mjs"
|
|
28
28
|
},
|
|
29
|
-
"./button": {
|
|
30
|
-
"types": "./button/index.d.ts",
|
|
31
|
-
"esm2022": "./esm2022/button/fundamental-ngx-btp-button.mjs",
|
|
32
|
-
"esm": "./esm2022/button/fundamental-ngx-btp-button.mjs",
|
|
33
|
-
"default": "./fesm2022/fundamental-ngx-btp-button.mjs"
|
|
34
|
-
},
|
|
35
29
|
"./navigation": {
|
|
36
30
|
"types": "./navigation/index.d.ts",
|
|
37
31
|
"esm2022": "./esm2022/navigation/fundamental-ngx-btp-navigation.mjs",
|
|
38
32
|
"esm": "./esm2022/navigation/fundamental-ngx-btp-navigation.mjs",
|
|
39
33
|
"default": "./fesm2022/fundamental-ngx-btp-navigation.mjs"
|
|
40
34
|
},
|
|
35
|
+
"./button": {
|
|
36
|
+
"types": "./button/index.d.ts",
|
|
37
|
+
"esm2022": "./esm2022/button/fundamental-ngx-btp-button.mjs",
|
|
38
|
+
"esm": "./esm2022/button/fundamental-ngx-btp-button.mjs",
|
|
39
|
+
"default": "./fesm2022/fundamental-ngx-btp-button.mjs"
|
|
40
|
+
},
|
|
41
41
|
"./navigation-menu": {
|
|
42
42
|
"types": "./navigation-menu/index.d.ts",
|
|
43
43
|
"esm2022": "./esm2022/navigation-menu/fundamental-ngx-btp-navigation-menu.mjs",
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"esm": "./esm2022/shared/fundamental-ngx-btp-shared.mjs",
|
|
57
57
|
"default": "./fesm2022/fundamental-ngx-btp-shared.mjs"
|
|
58
58
|
},
|
|
59
|
-
"./tool-header": {
|
|
60
|
-
"types": "./tool-header/index.d.ts",
|
|
61
|
-
"esm2022": "./esm2022/tool-header/fundamental-ngx-btp-tool-header.mjs",
|
|
62
|
-
"esm": "./esm2022/tool-header/fundamental-ngx-btp-tool-header.mjs",
|
|
63
|
-
"default": "./fesm2022/fundamental-ngx-btp-tool-header.mjs"
|
|
64
|
-
},
|
|
65
59
|
"./splitter": {
|
|
66
60
|
"types": "./splitter/index.d.ts",
|
|
67
61
|
"esm2022": "./esm2022/splitter/fundamental-ngx-btp-splitter.mjs",
|
|
68
62
|
"esm": "./esm2022/splitter/fundamental-ngx-btp-splitter.mjs",
|
|
69
63
|
"default": "./fesm2022/fundamental-ngx-btp-splitter.mjs"
|
|
70
64
|
},
|
|
65
|
+
"./tool-header": {
|
|
66
|
+
"types": "./tool-header/index.d.ts",
|
|
67
|
+
"esm2022": "./esm2022/tool-header/fundamental-ngx-btp-tool-header.mjs",
|
|
68
|
+
"esm": "./esm2022/tool-header/fundamental-ngx-btp-tool-header.mjs",
|
|
69
|
+
"default": "./fesm2022/fundamental-ngx-btp-tool-header.mjs"
|
|
70
|
+
},
|
|
71
71
|
"./tool-layout": {
|
|
72
72
|
"types": "./tool-layout/index.d.ts",
|
|
73
73
|
"esm2022": "./esm2022/tool-layout/fundamental-ngx-btp-tool-layout.mjs",
|