@megafon/ui-core 5.2.0 → 5.2.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.2.1](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.2.0...@megafon/ui-core@5.2.1) (2023-08-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **snackbar:** fix useSwipe path in Snackbar ([707d2ff](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/707d2ffb462bdbf077ced9de43df29d35e8645b9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [5.2.0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.2...@megafon/ui-core@5.2.0) (2023-08-25)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -13,7 +13,7 @@ import Button from "../Button/Button";
|
|
|
13
13
|
import Caption from "../Caption/Caption";
|
|
14
14
|
import Header from "../Header/Header";
|
|
15
15
|
import Tile from "../Tile/Tile";
|
|
16
|
-
import useSwipe, { TransitionSteps } from
|
|
16
|
+
import useSwipe, { TransitionSteps } from "../../hooks/useSwipe";
|
|
17
17
|
import SnackbarTimer from "./SnackbarTimer/SnackbarTimer";
|
|
18
18
|
import "./Snackbar.css";
|
|
19
19
|
|
|
@@ -31,7 +31,7 @@ var _Header = _interopRequireDefault(require("../Header/Header"));
|
|
|
31
31
|
|
|
32
32
|
var _Tile = _interopRequireDefault(require("../Tile/Tile"));
|
|
33
33
|
|
|
34
|
-
var _useSwipe2 = _interopRequireWildcard(require("hooks/useSwipe"));
|
|
34
|
+
var _useSwipe2 = _interopRequireWildcard(require("../../hooks/useSwipe"));
|
|
35
35
|
|
|
36
36
|
var _SnackbarTimer = _interopRequireDefault(require("./SnackbarTimer/SnackbarTimer"));
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@megafon/ui-core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"styles"
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"react-popper": "^2.2.3",
|
|
97
97
|
"swiper": "^6.5.6"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "61659ea89aca6bac2ebcd3befa866f430ad0ee30"
|
|
100
100
|
}
|