@cdek-it/react-native-ui-kit 1.0.0-beta.0 → 1.0.0-beta.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,5 +1,5 @@
|
|
|
1
|
-
export declare const useLoadingRotationAnimation: (loading?: boolean) => {
|
|
1
|
+
export declare const useLoadingRotationAnimation: (loading?: boolean) => import("react-native-reanimated/lib/typescript/hook/commonTypes").AnimatedStyleHandle<{
|
|
2
2
|
transform: {
|
|
3
3
|
rotate: string;
|
|
4
4
|
}[];
|
|
5
|
-
}
|
|
5
|
+
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdek-it/react-native-ui-kit",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
4
|
"description": "UI kit на основе Prime Faces, Prime Flex для React Native",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://developer.cdek.ru/design-system",
|
|
@@ -57,24 +57,25 @@
|
|
|
57
57
|
"@commitlint/cli": "19.8.1",
|
|
58
58
|
"@commitlint/config-conventional": "19.8.1",
|
|
59
59
|
"@eslint/compat": "2.0.0",
|
|
60
|
-
"@expo/metro-runtime": "
|
|
60
|
+
"@expo/metro-runtime": "55.0.10",
|
|
61
61
|
"@gorhom/bottom-sheet": "5.2.8",
|
|
62
|
-
"@react-native-async-storage/async-storage": "
|
|
63
|
-
"@react-native-
|
|
64
|
-
"@react-native-community/
|
|
62
|
+
"@react-native-async-storage/async-storage": "3.0.2",
|
|
63
|
+
"@react-native-async-storage/expo-with-async-storage": "1.0.0",
|
|
64
|
+
"@react-native-community/datetimepicker": "9.1.0",
|
|
65
|
+
"@react-native-community/slider": "5.2.0",
|
|
65
66
|
"@release-it/conventional-changelog": "10.0.1",
|
|
66
67
|
"@storybook/addon-controls": "9.0.8",
|
|
67
|
-
"@storybook/addon-ondevice-actions": "10.
|
|
68
|
-
"@storybook/addon-ondevice-controls": "10.
|
|
69
|
-
"@storybook/addon-ondevice-notes": "10.
|
|
68
|
+
"@storybook/addon-ondevice-actions": "10.3.2",
|
|
69
|
+
"@storybook/addon-ondevice-controls": "10.3.2",
|
|
70
|
+
"@storybook/addon-ondevice-notes": "10.3.2",
|
|
70
71
|
"@storybook/core": "8.6.14",
|
|
71
72
|
"@storybook/preview-api": "8.6.14",
|
|
72
|
-
"@storybook/react-native": "10.
|
|
73
|
+
"@storybook/react-native": "10.3.2",
|
|
73
74
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
74
75
|
"@testing-library/react-native": "13.3.3",
|
|
75
76
|
"@types/jest": "29.5.14",
|
|
76
77
|
"@types/lodash.map": "4.6.13",
|
|
77
|
-
"@types/react": "19.
|
|
78
|
+
"@types/react": "19.2.14",
|
|
78
79
|
"babel-loader": "8.2.3",
|
|
79
80
|
"chalk": "4.1.2",
|
|
80
81
|
"commitizen": "4.3.1",
|
|
@@ -90,37 +91,37 @@
|
|
|
90
91
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
91
92
|
"eslint-plugin-react-native": "5.0.0",
|
|
92
93
|
"eslint-plugin-testing-library": "7.15.1",
|
|
93
|
-
"expo": "
|
|
94
|
-
"expo-application": "
|
|
95
|
-
"expo-constants": "
|
|
96
|
-
"expo-doctor": "1.
|
|
97
|
-
"expo-status-bar": "
|
|
94
|
+
"expo": "55.0.18",
|
|
95
|
+
"expo-application": "55.0.14",
|
|
96
|
+
"expo-constants": "55.0.15",
|
|
97
|
+
"expo-doctor": "1.18.20",
|
|
98
|
+
"expo-status-bar": "55.0.5",
|
|
98
99
|
"inquirer-search-list": "1.2.6",
|
|
99
100
|
"jest": "29.7.0",
|
|
100
|
-
"jest-expo": "
|
|
101
|
+
"jest-expo": "55.0.16",
|
|
101
102
|
"jest-extended": "6.0.0",
|
|
102
103
|
"jest-junit": "16.0.0",
|
|
103
104
|
"jiti": "2.5.1",
|
|
104
105
|
"lefthook": "2.0.12",
|
|
105
106
|
"lodash.map": "4.6.0",
|
|
106
107
|
"longest": "2.0.1",
|
|
107
|
-
"npm-check-updates": "19.
|
|
108
|
+
"npm-check-updates": "19.6.6",
|
|
108
109
|
"onchange": "7.1.0",
|
|
109
110
|
"prettier": "3.7.4",
|
|
110
|
-
"react": "19.
|
|
111
|
-
"react-dom": "19.
|
|
112
|
-
"react-native": "0.
|
|
111
|
+
"react": "19.2.0",
|
|
112
|
+
"react-dom": "19.2.0",
|
|
113
|
+
"react-native": "0.83.6",
|
|
113
114
|
"react-native-advanced-input-mask": "1.4.6",
|
|
114
|
-
"react-native-gesture-handler": "2.
|
|
115
|
-
"react-native-nitro-modules": "0.35.
|
|
116
|
-
"react-native-reanimated": "4.
|
|
117
|
-
"react-native-safe-area-context": "5.
|
|
118
|
-
"react-native-svg": "15.15.
|
|
119
|
-
"react-native-unistyles": "3.2.
|
|
120
|
-
"react-native-worklets": "0.
|
|
115
|
+
"react-native-gesture-handler": "2.30.1",
|
|
116
|
+
"react-native-nitro-modules": "0.35.6",
|
|
117
|
+
"react-native-reanimated": "4.3.0",
|
|
118
|
+
"react-native-safe-area-context": "5.7.0",
|
|
119
|
+
"react-native-svg": "15.15.3",
|
|
120
|
+
"react-native-unistyles": "3.2.4",
|
|
121
|
+
"react-native-worklets": "0.8.1",
|
|
121
122
|
"release-it": "19.1.0",
|
|
122
123
|
"standard-version": "9.5.0",
|
|
123
|
-
"storybook": "10.
|
|
124
|
+
"storybook": "10.3.5",
|
|
124
125
|
"ts-jest": "29.4.6",
|
|
125
126
|
"ts-node": "10.9.2",
|
|
126
127
|
"typescript": "5.9.3",
|
|
@@ -128,13 +129,13 @@
|
|
|
128
129
|
"word-wrap": "1.2.5"
|
|
129
130
|
},
|
|
130
131
|
"peerDependencies": {
|
|
131
|
-
"expo": ">=
|
|
132
|
-
"react": ">=19.
|
|
133
|
-
"react-native": ">=0.
|
|
134
|
-
"react-native-reanimated": ">=4.
|
|
135
|
-
"react-native-svg": ">=15.15.
|
|
136
|
-
"react-native-unistyles": ">=3.2.
|
|
137
|
-
"react-native-worklets": ">=0.
|
|
132
|
+
"expo": ">=55.x.x",
|
|
133
|
+
"react": ">=19.2",
|
|
134
|
+
"react-native": ">=0.83.6",
|
|
135
|
+
"react-native-reanimated": ">=4.3.0",
|
|
136
|
+
"react-native-svg": ">=15.15.3",
|
|
137
|
+
"react-native-unistyles": ">=3.2.4",
|
|
138
|
+
"react-native-worklets": ">=0.8.1"
|
|
138
139
|
},
|
|
139
140
|
"peerDependenciesMeta": {
|
|
140
141
|
"expo": {
|