@tramvai/module-autoscroll 2.150.0 → 2.150.1

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.
@@ -1 +1,2 @@
1
1
  export declare function Autoscroll(): null;
2
+ //# sourceMappingURL=Autoscroll.d.ts.map
package/lib/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './tokens';
3
3
  export { Autoscroll };
4
4
  export declare class AutoscrollModule {
5
5
  }
6
+ //# sourceMappingURL=index.d.ts.map
package/lib/tokens.d.ts CHANGED
@@ -3,3 +3,4 @@ export declare const AUTOSCROLL_BEHAVIOR_MODE_TOKEN: ("smooth" & {
3
3
  }) | ("auto" & {
4
4
  __type?: "base token" | undefined;
5
5
  });
6
+ //# sourceMappingURL=tokens.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-autoscroll",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "Компонент с автопрокруткой к началу страницы",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -17,11 +17,11 @@
17
17
  "watch": "tsc -w"
18
18
  },
19
19
  "peerDependencies": {
20
- "@tramvai/react": "2.150.0",
20
+ "@tramvai/react": "2.150.1",
21
21
  "@tinkoff/dippy": "0.8.16",
22
- "@tramvai/core": "2.150.0",
23
- "@tramvai/module-router": "2.150.0",
24
- "@tramvai/tokens-render": "2.150.0",
22
+ "@tramvai/core": "2.150.1",
23
+ "@tramvai/module-router": "2.150.1",
24
+ "@tramvai/tokens-render": "2.150.1",
25
25
  "react": ">=16.14.0",
26
26
  "tslib": "^2.4.0"
27
27
  },