@tramvai/tokens-render 2.150.0 → 2.151.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/lib/index.d.ts CHANGED
@@ -232,3 +232,4 @@ type FetchWebpackStatsFn = (payload?: {
232
232
  export declare const FETCH_WEBPACK_STATS_TOKEN: FetchWebpackStatsFn & {
233
233
  __type?: "base token" | undefined;
234
234
  };
235
+ //# sourceMappingURL=index.d.ts.map
package/lib/slots.d.ts CHANGED
@@ -11,3 +11,4 @@ export declare const REACT_RENDER: "react:render";
11
11
  export declare const BODY_END: "body:end";
12
12
  export declare const BODY_TAIL_ANALYTICS: "body:tail:analytics";
13
13
  export declare const BODY_TAIL: "body:tail";
14
+ //# sourceMappingURL=slots.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-render",
3
- "version": "2.150.0",
3
+ "version": "2.151.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.150.0"
21
+ "@tramvai/react": "2.151.0"
22
22
  },
23
23
  "dependencies": {
24
24
  "@tinkoff/htmlpagebuilder": "0.5.8"