@tramvai/tokens-render 2.118.1 → 2.119.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 +2 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -184,6 +184,8 @@ export declare const TRAMVAI_RENDER_MODE: ("ssr" & {
184
184
  __type?: "base token" | undefined;
185
185
  }) | ("static" & {
186
186
  __type?: "base token" | undefined;
187
+ }) | ((() => TramvaiRenderMode) & {
188
+ __type?: "base token" | undefined;
187
189
  });
188
190
  export type TramvaiRenderMode = 'ssr' | 'client' | 'static';
189
191
  export { ResourceSlot };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-render",
3
- "version": "2.118.1",
3
+ "version": "2.119.0",
4
4
  "description": "Tramvai tokens for @tramvai/module-render",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "devDependencies": {
21
- "@tramvai/react": "2.118.1"
21
+ "@tramvai/react": "2.119.0"
22
22
  },
23
23
  "dependencies": {
24
24
  "@tinkoff/htmlpagebuilder": "0.5.8"