@taiga-ui/layout 5.3.0 → 5.4.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/fesm2022/taiga-ui-layout-components-app-bar.mjs +2 -2
- 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-floating-container.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-form.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-header.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-item-group.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-list.mjs +3 -3
- 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.4.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.4.0",
|
|
34
|
+
"@taiga-ui/core": "5.4.0",
|
|
35
|
+
"@taiga-ui/kit": "5.4.0",
|
|
36
36
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
37
37
|
"rxjs": ">=7.0.0"
|
|
38
38
|
},
|
|
@@ -46,6 +46,10 @@
|
|
|
46
46
|
"types": "./index.d.ts",
|
|
47
47
|
"default": "./fesm2022/taiga-ui-layout.mjs"
|
|
48
48
|
},
|
|
49
|
+
"./tokens": {
|
|
50
|
+
"types": "./tokens/index.d.ts",
|
|
51
|
+
"default": "./fesm2022/taiga-ui-layout-tokens.mjs"
|
|
52
|
+
},
|
|
49
53
|
"./components": {
|
|
50
54
|
"types": "./components/index.d.ts",
|
|
51
55
|
"default": "./fesm2022/taiga-ui-layout-components.mjs"
|
|
@@ -54,26 +58,22 @@
|
|
|
54
58
|
"types": "./components/block-details/index.d.ts",
|
|
55
59
|
"default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
|
|
56
60
|
},
|
|
57
|
-
"./components/app-bar": {
|
|
58
|
-
"types": "./components/app-bar/index.d.ts",
|
|
59
|
-
"default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
|
|
60
|
-
},
|
|
61
|
-
"./tokens": {
|
|
62
|
-
"types": "./tokens/index.d.ts",
|
|
63
|
-
"default": "./fesm2022/taiga-ui-layout-tokens.mjs"
|
|
64
|
-
},
|
|
65
61
|
"./components/block-status": {
|
|
66
62
|
"types": "./components/block-status/index.d.ts",
|
|
67
63
|
"default": "./fesm2022/taiga-ui-layout-components-block-status.mjs"
|
|
68
64
|
},
|
|
69
|
-
"./components/
|
|
70
|
-
"types": "./components/
|
|
71
|
-
"default": "./fesm2022/taiga-ui-layout-components-
|
|
65
|
+
"./components/app-bar": {
|
|
66
|
+
"types": "./components/app-bar/index.d.ts",
|
|
67
|
+
"default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
|
|
72
68
|
},
|
|
73
69
|
"./components/dynamic-header": {
|
|
74
70
|
"types": "./components/dynamic-header/index.d.ts",
|
|
75
71
|
"default": "./fesm2022/taiga-ui-layout-components-dynamic-header.mjs"
|
|
76
72
|
},
|
|
73
|
+
"./components/card": {
|
|
74
|
+
"types": "./components/card/index.d.ts",
|
|
75
|
+
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
76
|
+
},
|
|
77
77
|
"./components/elastic-container": {
|
|
78
78
|
"types": "./components/elastic-container/index.d.ts",
|
|
79
79
|
"default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
|