@taiga-ui/layout 4.34.0-canary.f8df2a7 → 4.35.0-canary.ab84480
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/layout",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.35.0-canary.ab84480",
|
|
4
4
|
"description": "A package with Taiga UI layout components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@angular/common": ">=16.0.0",
|
|
15
15
|
"@angular/core": ">=16.0.0",
|
|
16
|
-
"@taiga-ui/cdk": "^4.
|
|
17
|
-
"@taiga-ui/core": "^4.
|
|
18
|
-
"@taiga-ui/kit": "^4.
|
|
16
|
+
"@taiga-ui/cdk": "^4.35.0",
|
|
17
|
+
"@taiga-ui/core": "^4.35.0",
|
|
18
|
+
"@taiga-ui/kit": "^4.35.0",
|
|
19
19
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
20
20
|
"rxjs": ">=7.0.0"
|
|
21
21
|
},
|
|
@@ -55,24 +55,30 @@
|
|
|
55
55
|
"esm": "./esm2022/components/block-details/taiga-ui-layout-components-block-details.mjs",
|
|
56
56
|
"default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
|
|
57
57
|
},
|
|
58
|
-
"./components/card": {
|
|
59
|
-
"types": "./components/card/index.d.ts",
|
|
60
|
-
"esm2022": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
|
|
61
|
-
"esm": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
|
|
62
|
-
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
63
|
-
},
|
|
64
58
|
"./components/block-status": {
|
|
65
59
|
"types": "./components/block-status/index.d.ts",
|
|
66
60
|
"esm2022": "./esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs",
|
|
67
61
|
"esm": "./esm2022/components/block-status/taiga-ui-layout-components-block-status.mjs",
|
|
68
62
|
"default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
|
|
69
63
|
},
|
|
64
|
+
"./components/card": {
|
|
65
|
+
"types": "./components/card/index.d.ts",
|
|
66
|
+
"esm2022": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
|
|
67
|
+
"esm": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
|
|
68
|
+
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./components/cell": {
|
|
71
71
|
"types": "./components/cell/index.d.ts",
|
|
72
72
|
"esm2022": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
73
73
|
"esm": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
74
74
|
"default": "./fesm2022/taiga-ui-layout-components-cell.mjs"
|
|
75
75
|
},
|
|
76
|
+
"./components/form": {
|
|
77
|
+
"types": "./components/form/index.d.ts",
|
|
78
|
+
"esm2022": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
|
|
79
|
+
"esm": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
|
|
80
|
+
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|
|
81
|
+
},
|
|
76
82
|
"./components/dynamic-header": {
|
|
77
83
|
"types": "./components/dynamic-header/index.d.ts",
|
|
78
84
|
"esm2022": "./esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs",
|
|
@@ -85,12 +91,6 @@
|
|
|
85
91
|
"esm": "./esm2022/components/header/taiga-ui-layout-components-header.mjs",
|
|
86
92
|
"default": "./fesm2022/taiga-ui-layout-components-header.mjs"
|
|
87
93
|
},
|
|
88
|
-
"./components/form": {
|
|
89
|
-
"types": "./components/form/index.d.ts",
|
|
90
|
-
"esm2022": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
|
|
91
|
-
"esm": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
|
|
92
|
-
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|
|
93
|
-
},
|
|
94
94
|
"./components/input-search": {
|
|
95
95
|
"types": "./components/input-search/index.d.ts",
|
|
96
96
|
"esm2022": "./esm2022/components/input-search/taiga-ui-layout-components-input-search.mjs",
|