@taiga-ui/layout 5.21.0 → 5.22.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/components/list/list.directive.d.ts +1 -1
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +5 -5
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-card.mjs +10 -10
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-form.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-header.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-item-group.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-item-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-list.mjs +4 -4
- package/fesm2022/taiga-ui-layout-components-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +19 -19
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-search.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-slides.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-surface.mjs +3 -3
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/layout",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"description": "A package with Taiga UI layout components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@angular/common": ">=19.0.0",
|
|
32
32
|
"@angular/core": ">=19.0.0",
|
|
33
|
-
"@taiga-ui/cdk": "5.
|
|
34
|
-
"@taiga-ui/core": "5.
|
|
35
|
-
"@taiga-ui/kit": "5.
|
|
33
|
+
"@taiga-ui/cdk": "5.22.0",
|
|
34
|
+
"@taiga-ui/core": "5.22.0",
|
|
35
|
+
"@taiga-ui/kit": "5.22.0",
|
|
36
36
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
37
37
|
"rxjs": ">=7.0.0"
|
|
38
38
|
},
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"types": "./components/app-bar/index.d.ts",
|
|
59
59
|
"default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
|
|
60
60
|
},
|
|
61
|
-
"./components/block-status": {
|
|
62
|
-
"types": "./components/block-status/index.d.ts",
|
|
63
|
-
"default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
|
|
64
|
-
},
|
|
65
61
|
"./components/block-details": {
|
|
66
62
|
"types": "./components/block-details/index.d.ts",
|
|
67
63
|
"default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
|
|
68
64
|
},
|
|
65
|
+
"./components/block-status": {
|
|
66
|
+
"types": "./components/block-status/index.d.ts",
|
|
67
|
+
"default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
|
|
68
|
+
},
|
|
69
69
|
"./components/card": {
|
|
70
70
|
"types": "./components/card/index.d.ts",
|
|
71
71
|
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
@@ -86,10 +86,6 @@
|
|
|
86
86
|
"types": "./components/form/index.d.ts",
|
|
87
87
|
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|
|
88
88
|
},
|
|
89
|
-
"./components/header": {
|
|
90
|
-
"types": "./components/header/index.d.ts",
|
|
91
|
-
"default": "./fesm2022/taiga-ui-layout-components-header.mjs"
|
|
92
|
-
},
|
|
93
89
|
"./components/input-search": {
|
|
94
90
|
"types": "./components/input-search/index.d.ts",
|
|
95
91
|
"default": "./fesm2022/taiga-ui-layout-components-input-search.mjs"
|
|
@@ -102,9 +98,9 @@
|
|
|
102
98
|
"types": "./components/list/index.d.ts",
|
|
103
99
|
"default": "./fesm2022/taiga-ui-layout-components-list.mjs"
|
|
104
100
|
},
|
|
105
|
-
"./components/
|
|
106
|
-
"types": "./components/
|
|
107
|
-
"default": "./fesm2022/taiga-ui-layout-components-
|
|
101
|
+
"./components/header": {
|
|
102
|
+
"types": "./components/header/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/taiga-ui-layout-components-header.mjs"
|
|
108
104
|
},
|
|
109
105
|
"./components/pdf-viewer": {
|
|
110
106
|
"types": "./components/pdf-viewer/index.d.ts",
|
|
@@ -114,6 +110,10 @@
|
|
|
114
110
|
"types": "./components/search/index.d.ts",
|
|
115
111
|
"default": "./fesm2022/taiga-ui-layout-components-search.mjs"
|
|
116
112
|
},
|
|
113
|
+
"./components/navigation": {
|
|
114
|
+
"types": "./components/navigation/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/taiga-ui-layout-components-navigation.mjs"
|
|
116
|
+
},
|
|
117
117
|
"./components/slides": {
|
|
118
118
|
"types": "./components/slides/index.d.ts",
|
|
119
119
|
"default": "./fesm2022/taiga-ui-layout-components-slides.mjs"
|