@post-pioneer/ui-kit 0.1.137 → 0.1.140
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/README.md +6 -2
- package/dist/index.css +1 -1
- package/dist/ui-kit-postpioneer.es.js +6976 -7769
- package/dist/ui-kit-postpioneer.umd.js +22 -22
- package/package.json +28 -26
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
````markdown
|
|
2
1
|
# @post-pioneer/ui-kit
|
|
3
2
|
|
|
4
3
|

|
|
@@ -12,7 +11,6 @@
|
|
|
12
11
|
```bash
|
|
13
12
|
npm install @post-pioneer/ui-kit
|
|
14
13
|
```
|
|
15
|
-
````
|
|
16
14
|
|
|
17
15
|
## 📦 Зависимости
|
|
18
16
|
|
|
@@ -22,6 +20,12 @@ npm install @post-pioneer/ui-kit
|
|
|
22
20
|
npm install react@^19.1.1 react-dom@^19.1.1
|
|
23
21
|
```
|
|
24
22
|
|
|
23
|
+
## React 19 migration
|
|
24
|
+
|
|
25
|
+
- React 19 readiness is documented in `/MIGRATION_NOTES_REACT19.md`
|
|
26
|
+
- release notes are documented in `/CHANGELOG.md`
|
|
27
|
+
- current peer dependency range supports both React 18 and React 19
|
|
28
|
+
|
|
25
29
|
## 🎯 Быстрый старт
|
|
26
30
|
|
|
27
31
|
```tsx
|