@taiga-ui/layout 5.0.0-rc.5 → 5.0.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.
Files changed (29) hide show
  1. package/fesm2022/taiga-ui-layout-components-app-bar.mjs +2 -2
  2. package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
  3. package/fesm2022/taiga-ui-layout-components-block-details.mjs +3 -3
  4. package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
  5. package/fesm2022/taiga-ui-layout-components-block-status.mjs +2 -2
  6. package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
  7. package/fesm2022/taiga-ui-layout-components-card.mjs +10 -10
  8. package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-layout-components-floating-container.mjs +3 -3
  10. package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-layout-components-form.mjs +3 -3
  12. package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-layout-components-header.mjs +3 -3
  14. package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
  15. package/fesm2022/taiga-ui-layout-components-item-group.mjs +3 -3
  16. package/fesm2022/taiga-ui-layout-components-item-group.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-layout-components-list.mjs +3 -3
  18. package/fesm2022/taiga-ui-layout-components-list.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-layout-components-navigation.mjs +19 -19
  20. package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +3 -3
  22. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-layout-components-search.mjs +3 -3
  24. package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-layout-components-slides.mjs +3 -3
  26. package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-layout-components-surface.mjs +3 -3
  28. package/fesm2022/taiga-ui-layout-components-surface.mjs.map +1 -1
  29. package/package.json +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/layout",
3
- "version": "5.0.0-rc.5",
3
+ "version": "5.0.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.0.0-rc.5",
34
- "@taiga-ui/core": "5.0.0-rc.5",
35
- "@taiga-ui/kit": "5.0.0-rc.5",
33
+ "@taiga-ui/cdk": "5.0.0",
34
+ "@taiga-ui/core": "5.0.0",
35
+ "@taiga-ui/kit": "5.0.0",
36
36
  "@taiga-ui/polymorpheus": "^5.0.0",
37
37
  "rxjs": ">=7.0.0"
38
38
  },
@@ -66,22 +66,22 @@
66
66
  "types": "./components/block-status/index.d.ts",
67
67
  "default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
68
68
  },
69
- "./components/elastic-container": {
70
- "types": "./components/elastic-container/index.d.ts",
71
- "default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
69
+ "./components/card": {
70
+ "types": "./components/card/index.d.ts",
71
+ "default": "./fesm2022/taiga-ui-layout-components-card.mjs"
72
72
  },
73
73
  "./components/dynamic-header": {
74
74
  "types": "./components/dynamic-header/index.d.ts",
75
75
  "default": "./fesm2022/taiga-ui-layout-components-dynamic-header.mjs"
76
76
  },
77
+ "./components/elastic-container": {
78
+ "types": "./components/elastic-container/index.d.ts",
79
+ "default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
80
+ },
77
81
  "./components/floating-container": {
78
82
  "types": "./components/floating-container/index.d.ts",
79
83
  "default": "./fesm2022/taiga-ui-layout-components-floating-container.mjs"
80
84
  },
81
- "./components/card": {
82
- "types": "./components/card/index.d.ts",
83
- "default": "./fesm2022/taiga-ui-layout-components-card.mjs"
84
- },
85
85
  "./components/form": {
86
86
  "types": "./components/form/index.d.ts",
87
87
  "default": "./fesm2022/taiga-ui-layout-components-form.mjs"
@@ -90,6 +90,14 @@
90
90
  "types": "./components/header/index.d.ts",
91
91
  "default": "./fesm2022/taiga-ui-layout-components-header.mjs"
92
92
  },
93
+ "./components/input-search": {
94
+ "types": "./components/input-search/index.d.ts",
95
+ "default": "./fesm2022/taiga-ui-layout-components-input-search.mjs"
96
+ },
97
+ "./components/item-group": {
98
+ "types": "./components/item-group/index.d.ts",
99
+ "default": "./fesm2022/taiga-ui-layout-components-item-group.mjs"
100
+ },
93
101
  "./components/list": {
94
102
  "types": "./components/list/index.d.ts",
95
103
  "default": "./fesm2022/taiga-ui-layout-components-list.mjs"
@@ -98,21 +106,13 @@
98
106
  "types": "./components/navigation/index.d.ts",
99
107
  "default": "./fesm2022/taiga-ui-layout-components-navigation.mjs"
100
108
  },
101
- "./components/input-search": {
102
- "types": "./components/input-search/index.d.ts",
103
- "default": "./fesm2022/taiga-ui-layout-components-input-search.mjs"
104
- },
105
- "./components/search": {
106
- "types": "./components/search/index.d.ts",
107
- "default": "./fesm2022/taiga-ui-layout-components-search.mjs"
108
- },
109
109
  "./components/pdf-viewer": {
110
110
  "types": "./components/pdf-viewer/index.d.ts",
111
111
  "default": "./fesm2022/taiga-ui-layout-components-pdf-viewer.mjs"
112
112
  },
113
- "./components/item-group": {
114
- "types": "./components/item-group/index.d.ts",
115
- "default": "./fesm2022/taiga-ui-layout-components-item-group.mjs"
113
+ "./components/search": {
114
+ "types": "./components/search/index.d.ts",
115
+ "default": "./fesm2022/taiga-ui-layout-components-search.mjs"
116
116
  },
117
117
  "./components/slides": {
118
118
  "types": "./components/slides/index.d.ts",