@cdek-it/react-native-ui-kit 0.2.0 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +11 -4
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  ## Installation
6
6
 
7
7
  ```shell
8
- yarn add --save-exact @cdek-it/react-native-prime-ui-kit
9
- yarn add react react-native @tabler/icons-react-native react-native-svg react-native-reanimateds
8
+ yarn add --save-exact @cdek-it/react-native-ui-kit
9
+ yarn add react react-native @tabler/icons-react-native react-native-svg react-native-reanimated
10
10
  ```
11
11
 
12
12
  ## Шрифты
@@ -142,7 +142,7 @@ UI kit использует следующие виды шрифтов.
142
142
 
143
143
  `yarn install` - установка зависимостей `yarn start` - запуск Metro Bundler для
144
144
  Storybook `yarn ios` - запуск Storybook на iOS `yarn android` - запуск Storybook
145
- на Android\
145
+ на Android
146
146
 
147
147
  Storybook проект создан с помощью Expo
148
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdek-it/react-native-ui-kit",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "UI kit на основе Prime Faces, Prime Flex для React Native",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developer.cdek.ru/design-system",
@@ -16,8 +16,9 @@
16
16
  "uikit"
17
17
  ],
18
18
  "publishConfig": {
19
- "main": "./dist/index.js",
20
- "types": "./dist/index.d.ts",
19
+ "main": "dist/index.js",
20
+ "types": "dist/index.d.ts",
21
+ "registry": "https://registry.npmjs.org",
21
22
  "access": "public"
22
23
  },
23
24
  "files": [
@@ -36,7 +37,8 @@
36
37
  "lint:fix": "eslint --fix .",
37
38
  "prettier:check": "prettier . --check",
38
39
  "prettier:fix": "prettier . --write",
39
- "prettier:watch": "onchange . -- prettier --write --ignore-unknown \"{{changed}}\""
40
+ "prettier:watch": "onchange . -- prettier --write --ignore-unknown \"{{changed}}\"",
41
+ "release": "release-it"
40
42
  },
41
43
  "devDependencies": {
42
44
  "@babel/core": "7.28.3",
@@ -51,6 +53,7 @@
51
53
  "@react-native-async-storage/async-storage": "2.1.2",
52
54
  "@react-native-community/datetimepicker": "8.4.1",
53
55
  "@react-native-community/slider": "4.5.6",
56
+ "@release-it/conventional-changelog": "10.0.1",
54
57
  "@storybook/addon-actions": "8.3.5",
55
58
  "@storybook/addon-controls": "8.3.5",
56
59
  "@storybook/addon-ondevice-actions": "8.3.5",
@@ -106,6 +109,7 @@
106
109
  "react-native-reanimated": "3.19.1",
107
110
  "react-native-safe-area-context": "5.6.1",
108
111
  "react-native-svg": "15.12.1",
112
+ "release-it": "19.0.6",
109
113
  "standard-version": "9.5.0",
110
114
  "storybook": "8.3.5",
111
115
  "ts-node": "10.9.2",
@@ -127,6 +131,9 @@
127
131
  "optional": true
128
132
  }
129
133
  },
134
+ "resolutions": {
135
+ "conventional-changelog-conventionalcommits": "8.0.0"
136
+ },
130
137
  "packageManager": "yarn@4.6.0",
131
138
  "engines": {
132
139
  "node": "20"