@tramvai/module-render 1.58.1 → 1.61.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/README.md +3 -3
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ To speed up data loading, we've added a preloading system for resources and asyn
|
|
|
150
150
|
|
|
151
151
|
The `RenderModule` has a default basic layout that supports different ways of extending and adding functionality
|
|
152
152
|
|
|
153
|
-
[Read more about layout on the library page](references/libs/layout
|
|
153
|
+
[Read more about layout on the library page](references/libs/tinkoff-layout.md)
|
|
154
154
|
|
|
155
155
|
#### Adding a basic header and footer
|
|
156
156
|
|
|
@@ -227,7 +227,7 @@ import { provide } from '@tramvai/core';
|
|
|
227
227
|
export class MyLayoutModule {}
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
More details about the `components` and `wrappers` options can be found in [@tinkoff/layout-factory](references/libs/layout
|
|
230
|
+
More details about the `components` and `wrappers` options can be found in [@tinkoff/layout-factory](references/libs/tinkoff-layout.md)
|
|
231
231
|
|
|
232
232
|
#### Replacing the basic layout
|
|
233
233
|
|
|
@@ -389,4 +389,4 @@ describe('testPageResources', () => {
|
|
|
389
389
|
|
|
390
390
|
## Exported tokens
|
|
391
391
|
|
|
392
|
-
[link](references/tokens/render
|
|
392
|
+
[link](references/tokens/render.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-render",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -24,27 +24,27 @@
|
|
|
24
24
|
"@tinkoff/htmlpagebuilder": "0.4.22",
|
|
25
25
|
"@tinkoff/layout-factory": "0.2.28",
|
|
26
26
|
"@tinkoff/url": "0.7.37",
|
|
27
|
-
"@tinkoff/user-agent": "0.3.
|
|
28
|
-
"@tramvai/module-client-hints": "1.
|
|
29
|
-
"@tramvai/module-router": "1.
|
|
30
|
-
"@tramvai/react": "1.
|
|
27
|
+
"@tinkoff/user-agent": "0.3.244",
|
|
28
|
+
"@tramvai/module-client-hints": "1.61.0",
|
|
29
|
+
"@tramvai/module-router": "1.61.0",
|
|
30
|
+
"@tramvai/react": "1.61.0",
|
|
31
31
|
"@tramvai/safe-strings": "0.4.3",
|
|
32
|
-
"@tramvai/tokens-render": "1.
|
|
33
|
-
"@tramvai/experiments": "1.
|
|
32
|
+
"@tramvai/tokens-render": "1.61.0",
|
|
33
|
+
"@tramvai/experiments": "1.61.0",
|
|
34
34
|
"@types/loadable__server": "^5.12.6",
|
|
35
35
|
"node-fetch": "^2.6.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@tinkoff/dippy": "0.7.38",
|
|
39
39
|
"@tinkoff/utils": "^2.1.2",
|
|
40
|
-
"@tramvai/cli": "1.
|
|
41
|
-
"@tramvai/core": "1.
|
|
42
|
-
"@tramvai/module-common": "1.
|
|
43
|
-
"@tramvai/state": "1.
|
|
44
|
-
"@tramvai/test-helpers": "1.
|
|
45
|
-
"@tramvai/tokens-common": "1.
|
|
46
|
-
"@tramvai/tokens-router": "1.
|
|
47
|
-
"@tramvai/tokens-server": "1.
|
|
40
|
+
"@tramvai/cli": "1.61.0",
|
|
41
|
+
"@tramvai/core": "1.61.0",
|
|
42
|
+
"@tramvai/module-common": "1.61.0",
|
|
43
|
+
"@tramvai/state": "1.61.0",
|
|
44
|
+
"@tramvai/test-helpers": "1.61.0",
|
|
45
|
+
"@tramvai/tokens-common": "1.61.0",
|
|
46
|
+
"@tramvai/tokens-router": "1.61.0",
|
|
47
|
+
"@tramvai/tokens-server": "1.61.0",
|
|
48
48
|
"express": "^4.17.1",
|
|
49
49
|
"prop-types": "^15.6.2",
|
|
50
50
|
"react": ">=16.8.0",
|