@taiga-ui/layout 4.39.2 → 4.40.0
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.40.0",
|
|
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.40.0",
|
|
17
|
+
"@taiga-ui/core": "^4.40.0",
|
|
18
|
+
"@taiga-ui/kit": "^4.40.0",
|
|
19
19
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
20
20
|
"rxjs": ">=7.0.0"
|
|
21
21
|
},
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"esm": "./esm2022/taiga-ui-layout.mjs",
|
|
32
32
|
"default": "./fesm2022/taiga-ui-layout.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./tokens": {
|
|
35
|
-
"types": "./tokens/index.d.ts",
|
|
36
|
-
"esm2022": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
|
|
37
|
-
"esm": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
|
|
38
|
-
"default": "./fesm2022/taiga-ui-layout-tokens.mjs"
|
|
39
|
-
},
|
|
40
34
|
"./components": {
|
|
41
35
|
"types": "./components/index.d.ts",
|
|
42
36
|
"esm2022": "./esm2022/components/taiga-ui-layout-components.mjs",
|
|
43
37
|
"esm": "./esm2022/components/taiga-ui-layout-components.mjs",
|
|
44
38
|
"default": "./fesm2022/taiga-ui-layout-components.mjs"
|
|
45
39
|
},
|
|
40
|
+
"./tokens": {
|
|
41
|
+
"types": "./tokens/index.d.ts",
|
|
42
|
+
"esm2022": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
|
|
43
|
+
"esm": "./esm2022/tokens/taiga-ui-layout-tokens.mjs",
|
|
44
|
+
"default": "./fesm2022/taiga-ui-layout-tokens.mjs"
|
|
45
|
+
},
|
|
46
46
|
"./components/app-bar": {
|
|
47
47
|
"types": "./components/app-bar/index.d.ts",
|
|
48
48
|
"esm2022": "./esm2022/components/app-bar/taiga-ui-layout-components-app-bar.mjs",
|
|
@@ -67,12 +67,6 @@
|
|
|
67
67
|
"esm": "./esm2022/components/card/taiga-ui-layout-components-card.mjs",
|
|
68
68
|
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
69
69
|
},
|
|
70
|
-
"./components/cell": {
|
|
71
|
-
"types": "./components/cell/index.d.ts",
|
|
72
|
-
"esm2022": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
73
|
-
"esm": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
74
|
-
"default": "./fesm2022/taiga-ui-layout-components-cell.mjs"
|
|
75
|
-
},
|
|
76
70
|
"./components/dynamic-header": {
|
|
77
71
|
"types": "./components/dynamic-header/index.d.ts",
|
|
78
72
|
"esm2022": "./esm2022/components/dynamic-header/taiga-ui-layout-components-dynamic-header.mjs",
|
|
@@ -85,6 +79,12 @@
|
|
|
85
79
|
"esm": "./esm2022/components/form/taiga-ui-layout-components-form.mjs",
|
|
86
80
|
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|
|
87
81
|
},
|
|
82
|
+
"./components/cell": {
|
|
83
|
+
"types": "./components/cell/index.d.ts",
|
|
84
|
+
"esm2022": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
85
|
+
"esm": "./esm2022/components/cell/taiga-ui-layout-components-cell.mjs",
|
|
86
|
+
"default": "./fesm2022/taiga-ui-layout-components-cell.mjs"
|
|
87
|
+
},
|
|
88
88
|
"./components/header": {
|
|
89
89
|
"types": "./components/header/index.d.ts",
|
|
90
90
|
"esm2022": "./esm2022/components/header/taiga-ui-layout-components-header.mjs",
|