@tramvai/tokens-render 5.41.1 → 5.45.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 (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +4 -4
package/lib/index.d.ts CHANGED
@@ -144,7 +144,7 @@ export interface LayoutOptions {
144
144
  }
145
145
  export interface PageResource {
146
146
  type: keyof typeof StorageRecord;
147
- slot: typeof ResourceSlot[keyof typeof ResourceSlot];
147
+ slot: (typeof ResourceSlot)[keyof typeof ResourceSlot];
148
148
  payload: string | null;
149
149
  attrs?: Record<string, string | null>;
150
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-render",
3
- "version": "5.41.1",
3
+ "version": "5.45.0",
4
4
  "description": "Tramvai tokens for @tramvai/module-render",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,13 +18,13 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "devDependencies": {
21
- "@tramvai/react": "5.41.1"
21
+ "@tramvai/react": "5.45.0"
22
22
  },
23
23
  "dependencies": {
24
- "@tinkoff/htmlpagebuilder": "0.8.2"
24
+ "@tinkoff/htmlpagebuilder": "0.8.3"
25
25
  },
26
26
  "peerDependencies": {
27
- "@tinkoff/dippy": "0.11.3",
27
+ "@tinkoff/dippy": "0.11.4",
28
28
  "react": ">=16.14.0",
29
29
  "tslib": "^2.4.0"
30
30
  },