@taiga-ui/layout 5.0.0-rc.3 → 5.0.0-rc.4
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/navigation/aside-group.component.d.ts +1 -2
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-card.mjs +4 -4
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-form.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-header.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-list.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +15 -15
- package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-search.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/layout",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.4",
|
|
4
4
|
"description": "A package with Taiga UI layout components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@angular/common": ">=19.0.0",
|
|
18
18
|
"@angular/core": ">=19.0.0",
|
|
19
|
-
"@taiga-ui/cdk": "^5.0.0-rc.
|
|
20
|
-
"@taiga-ui/core": "^5.0.0-rc.
|
|
21
|
-
"@taiga-ui/kit": "^5.0.0-rc.
|
|
19
|
+
"@taiga-ui/cdk": "^5.0.0-rc.4",
|
|
20
|
+
"@taiga-ui/core": "^5.0.0-rc.4",
|
|
21
|
+
"@taiga-ui/kit": "^5.0.0-rc.4",
|
|
22
22
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
23
23
|
"rxjs": ">=7.0.0"
|
|
24
24
|
},
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"types": "./components/dynamic-header/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/taiga-ui-layout-components-dynamic-header.mjs"
|
|
62
62
|
},
|
|
63
|
-
"./components/floating-container": {
|
|
64
|
-
"types": "./components/floating-container/index.d.ts",
|
|
65
|
-
"default": "./fesm2022/taiga-ui-layout-components-floating-container.mjs"
|
|
66
|
-
},
|
|
67
63
|
"./components/elastic-container": {
|
|
68
64
|
"types": "./components/elastic-container/index.d.ts",
|
|
69
65
|
"default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
|
|
70
66
|
},
|
|
67
|
+
"./components/floating-container": {
|
|
68
|
+
"types": "./components/floating-container/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/taiga-ui-layout-components-floating-container.mjs"
|
|
70
|
+
},
|
|
71
71
|
"./components/form": {
|
|
72
72
|
"types": "./components/form/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|