@hh.ru/magritte-ui-swipe 5.0.2 → 5.0.4
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.d.ts +1 -1
- package/Swipe.js +1 -1
- package/Swipe.js.map +1 -1
- package/index.css +928 -928
- package/index.d.ts +2 -2
- package/package.json +13 -12
package/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from '@hh.ru/magritte-ui-theme-provider';
|
|
2
|
-
export { Swipe } from '
|
|
3
|
-
export { type SwipeProps, type SwipeButtonProps, type SwipeButtonStyle } from '
|
|
2
|
+
export { Swipe } from '@hh.ru/magritte-ui-swipe/Swipe';
|
|
3
|
+
export { type SwipeProps, type SwipeButtonProps, type SwipeButtonStyle } from '@hh.ru/magritte-ui-swipe/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-swipe",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -16,17 +16,18 @@
|
|
|
16
16
|
"eslint-test": "yarn root:eslint-test $(pwd)",
|
|
17
17
|
"ts-config": "yarn root:ts-config $(pwd)",
|
|
18
18
|
"ts-check": "yarn root:ts-check $(pwd)",
|
|
19
|
-
"test": "yarn root:test $(pwd)"
|
|
19
|
+
"test": "yarn root:test $(pwd)",
|
|
20
|
+
"watch": "yarn root:watch $(pwd)"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
|
-
"@hh.ru/magritte-common-func-utils": "1.3.
|
|
23
|
-
"@hh.ru/magritte-common-use-swipe": "3.0
|
|
24
|
-
"@hh.ru/magritte-design-tokens": "18.2.
|
|
25
|
-
"@hh.ru/magritte-ui-breakpoint": "4.0.
|
|
26
|
-
"@hh.ru/magritte-ui-icon": "7.1.
|
|
27
|
-
"@hh.ru/magritte-ui-layer": "2.0.
|
|
28
|
-
"@hh.ru/magritte-ui-theme-provider": "1.1.
|
|
29
|
-
"@hh.ru/magritte-ui-typography": "3.0.
|
|
23
|
+
"@hh.ru/magritte-common-func-utils": "1.3.7",
|
|
24
|
+
"@hh.ru/magritte-common-use-swipe": "3.1.0",
|
|
25
|
+
"@hh.ru/magritte-design-tokens": "18.2.1",
|
|
26
|
+
"@hh.ru/magritte-ui-breakpoint": "4.0.3",
|
|
27
|
+
"@hh.ru/magritte-ui-icon": "7.1.9",
|
|
28
|
+
"@hh.ru/magritte-ui-layer": "2.0.5",
|
|
29
|
+
"@hh.ru/magritte-ui-theme-provider": "1.1.25",
|
|
30
|
+
"@hh.ru/magritte-ui-typography": "3.0.12",
|
|
30
31
|
"@react-spring/web": "9.7.3"
|
|
31
32
|
},
|
|
32
33
|
"peerDependencies": {
|
|
@@ -36,5 +37,5 @@
|
|
|
36
37
|
"publishConfig": {
|
|
37
38
|
"access": "public"
|
|
38
39
|
},
|
|
39
|
-
"gitHead": "
|
|
40
|
-
}
|
|
40
|
+
"gitHead": "820ad3b3190a990c84fd41dd99dc5251396752a4"
|
|
41
|
+
}
|