@astral/ui 3.4.0 → 3.4.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 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Пакет содержит все необходимые фичи для построения интерфейсов приложений Астрал.Софт.
4
4
 
5
+ # [Documentation](https://main--61baeff6f06230003a88ef8a.chromatic.com/)
6
+ [Storybook](https://main--61baeff6f06230003a88ef8a.chromatic.com/) содержит документацию компонентов ```@astral/ui```.
7
+
5
8
  # Migration guide
6
9
 
7
10
  ## 2.0.0 -> 3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "exports": {
@@ -10,9 +10,9 @@
10
10
  "./illustrations/*": "./illustrations/*"
11
11
  },
12
12
  "dependencies": {
13
- "@astral/icons": "^3.4.0",
14
- "@astral/components": "^3.4.0",
15
- "@astral/form": "^3.4.0"
13
+ "@astral/icons": "^3.4.2",
14
+ "@astral/components": "^3.4.2",
15
+ "@astral/form": "^3.4.2"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": ">=17.0.0"