@hh.ru/magritte-ui-swipe 4.0.16 → 5.0.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/Swipe.js +2 -2
- package/Swipe.js.map +1 -1
- package/index.css +928 -928
- package/package.json +6 -6
- package/types.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-swipe",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@hh.ru/magritte-common-func-utils": "1.3.6",
|
|
23
23
|
"@hh.ru/magritte-common-use-swipe": "3.0.1",
|
|
24
|
-
"@hh.ru/magritte-design-tokens": "18.1.
|
|
24
|
+
"@hh.ru/magritte-design-tokens": "18.1.2",
|
|
25
25
|
"@hh.ru/magritte-ui-breakpoint": "4.0.1",
|
|
26
|
-
"@hh.ru/magritte-ui-icon": "7.1.
|
|
26
|
+
"@hh.ru/magritte-ui-icon": "7.1.6",
|
|
27
27
|
"@hh.ru/magritte-ui-layer": "2.0.3",
|
|
28
|
-
"@hh.ru/magritte-ui-theme-provider": "1.1.
|
|
29
|
-
"@hh.ru/magritte-ui-typography": "3.0.
|
|
28
|
+
"@hh.ru/magritte-ui-theme-provider": "1.1.22",
|
|
29
|
+
"@hh.ru/magritte-ui-typography": "3.0.9",
|
|
30
30
|
"@react-spring/web": "9.7.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "77a359961872f43d688f9507b225fa72ba99a3e8"
|
|
40
40
|
}
|
package/types.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface SwipeBaseProps {
|
|
|
10
10
|
/** Вызывается при окончании свайпа (даже если кнопки не были раскрыты) */
|
|
11
11
|
onFinish?: VoidFunction;
|
|
12
12
|
children: ReactNode;
|
|
13
|
-
|
|
13
|
+
'data-qa'?: string;
|
|
14
14
|
/** Флаг для воспроизведения демонстрационной анимации для обучения пользователей. Демонстрацию нельзя прервать во время воспроизведения. */
|
|
15
15
|
demo?: boolean;
|
|
16
16
|
/** Режим демонстрации двустороннего свайпа */
|